outbreak-info / litcovid

parser for LitCOVID Publications
1 stars 3 forks source link

Fix DOIs on some publications #6

Open flaneuse opened 4 years ago

flaneuse commented 4 years ago

Some publications like PMID32327426 are missing the journal ID stub in the DOI.

ex: https://pubmed.ncbi.nlm.nih.gov/32327426/ Currently listed doi:"annrheumdis-2020-217658" when it should be doi:"10.1136/annrheumdis-2020-217658"

marcodarko commented 4 years ago

doi are inconsistent sometimes they are : "doi": "10.1016/j.wjam.2020.03.005", and sometimes : "doi": "ehaa301" what would you recommend I do about that?

flaneuse commented 4 years ago

I think the latter is supposed to be 10.1093/eurheartj/ehaa301

specified in <ArticleId IdType="doi">10.1093/eurheartj/ehaa301</ArticleId>