JATSParser has a _parse_related function, but it is only looking for tags of the form related-article, but other relations exist. In the example file below, the paper has a related-object paper that points to a catalog hosted on Zenodo.
In this case, the parser should capture that into a RelatedTo object with type catalog and publisherid [zenodo doi]
Additional context
See /proj/ads/fulltext/sources/ApJ/0980/apj_980_2_213.xml for an example
JATSParser has a
_parse_relatedfunction, but it is only looking for tags of the formrelated-article, but other relations exist. In the example file below, the paper has arelated-objectpaper that points to a catalog hosted on Zenodo.In this case, the parser should capture that into a RelatedTo object with type
catalogand publisherid[zenodo doi]Additional context
See
/proj/ads/fulltext/sources/ApJ/0980/apj_980_2_213.xmlfor an example