check_doi()
nealhaddaway opened this issue · comments
Neal Haddaway commented
Check that the DOI is correct when matched against other fields for a DOI search on CrossRef (slower, open API) or Lens.org (faster, requires token). Some DOIs are wrong when taken from WoS or Scopus, so worth checking they are correct before proceeding with DOI-based functions.
Possible route:
- Perform DOI search on CrossRef
- Compare CrossRef results based on similarity scores for authors, year, title, journal, and volume
- Flag cases with a similarity score below a certain (evidence based?) threshold
- Suggest these cases are searched based on 'fuzzy matching' (i.e. title words + journal search, or similar) from lens.org