Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name and collaboration post-processing #95

Open
seasidesparrow opened this issue Feb 28, 2024 · 1 comment
Open

Name and collaboration post-processing #95

seasidesparrow opened this issue Feb 28, 2024 · 1 comment
Assignees

Comments

@seasidesparrow
Copy link
Member

This issue relates to author and collaboration names that are poorly-fielded by the publisher, and need to be disentangled as an additional parsing and normalization step. As an example, the metadata in /proj/ads/abstracts/data/IOPP/2023/2023-03-15/0004-637X/0004-637X_945/0004-637X_945_2/0004-637X_945_2_124/apj_945_2_124.xml has the following for the first author:

<contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Abdurashidova</surname><given-names>The HERA Collaboration: Zara</given-names></name><xref ref-type="aff" rid="affiliation01">1</xref></contrib>

As part of the normalization process, we need a utility that can take the parsed data from the publisher record and look for problematic data like this. In this case, the jats parser will field the first author as Abdurashidova, The HERA Collaboration: Zara, which needs to be reparsed as "The HERA Collaboration"; Abdurashidova, Zara

One approach would be the author_names.py program in the old adsabs-pyingest repository: https://github.com/adsabs/adsabs-pyingest/blob/master/pyingest/parsers/author_names.py

@seasidesparrow seasidesparrow self-assigned this Feb 28, 2024
@seasidesparrow
Copy link
Member Author

This issue replaces adsabs/ADSManualParser#12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant