pkp / ots

PKP XML Parsing Service
GNU General Public License v3.0
32 stars 19 forks source link

Mismatching reference #127

Open fabiobatalha opened 6 years ago

fabiobatalha commented 6 years ago

screenshot from 2018-03-02 11-23-57

axfelix commented 6 years ago

This can happen very rarely -- our reference parsing logic is to: 1) identify the bibliography and split the references into individual strings 2) send the strings to CrossRef; if any of them are matched with a confidence score from the CrossRef API > 1.0, we replace our text with the CrossRef data 3) for any references that weren't matched in CrossRef > 1.0, use a local ParsCit installation to parse them instead, and replace the text with the ParsCit structured citation.

It looks like this may have been an erroneous > 1.0 CrossRef match, which should be reported to CrossRef.