Mismatching reference
fabiobatalha opened this issue · 1 comments
fabiobatalha commented
axfelix commented
This can happen very rarely -- our reference parsing logic is to:
- identify the bibliography and split the references into individual strings
- 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
- 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.