adsabs / ADSIngestParser

Curation parser library
MIT License
0 stars 7 forks source link

IOP: suffixes not being properly rendered #94

Open csgrant00 opened 1 year ago

csgrant00 commented 1 year ago

python run.py -p "/proj/ads/abstracts/data/IOPP/2023-06-10/0004-637X/0004-637X_950/0004-637X_950_1/0004-637X_950_1_51/apj_950_1_51.xml" -t jats -f iop.test

should be Wilson, Lynn B, III not III, L. B. Wilson

seasidesparrow commented 7 months ago

Moved from ADSManualParser. This is a metadata issue that will require updated parser logic.

The publisher has fielded this author's name in the XML as <name name-style="western"><surname>III</surname><given-names>L. B. Wilson</given-names></name>. We will need the parser to re-field this.