Normalize DOIs to enable case-insensitive search
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 459
- Avg merge
- 27d 1h
- Merged PRs (30d)
- 1
Description
A user reported a missing annotation at PubMed.
It's found here: https://europepmc.org/article/MED/24897079
The client API call that finds it there:
https://hypothes.is/api/search?_separate_replies=true&group=__world__&limit=200&offset=0&order=asc&sort=created&uri=doi%3A10.1056%2Fnejmp1401111&uri=https%3A%2F%2Feuropepmc.org%2Farticle%2FMED%2F24897079
DOI decoded: doi:10.1056/nejmp1401111
Not found here: https://pubmed.ncbi.nlm.nih.gov/24897079/
The client API call that fails to find it there:
https://hypothes.is/api/search?_separate_replies=true&group=__world__&limit=200&offset=0&order=asc&sort=created&uri=doi%3A10.1056%2FNEJMp1401111&uri=https%3A%2F%2Fpubmed.ncbi.nlm.nih.gov%2F24897079%2F
DOI decoded: doi:10.1056/NEJMp1401111 Not a match! (Case differs)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.