pkp/ots

Mismatching reference

fabiobatalha opened this issue · 1 comments

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.