howisonlab / softcite-dataset

A gold-standard dataset of software mentions in research publications.
32 stars 50 forks source link

article ids pointing to wrong articles in the id table #669

Open caifand opened 4 years ago

caifand commented 4 years ago

In data/corpus/ids.csv we currently have a few article ids that do not point to the true article origins in the TEI corpus. Details here.

@kermitt2 Could you help take a look if there's anything that needs to be updated in the pipeline? I can find their original article id too if that helps. Thanks!

kermitt2 commented 4 years ago

Bug fixed:

id,origin,DOI,PMID,PMCID
a902586784,10.1002%2Fpam.22030,10.1002/pam.22030,,
c30d7c74a2,10.1162%2Fqjec.2005.120.1.273,10.1162/qjec.2005.120.1.273,,
f42a73a7db,10.1162%2Fqjec.2006.121.1.289,10.1162/qjec.2006.121.1.289,,
b0cf5e3deb,10.1162%2Fqjec.2005.120.1.131,10.1162/qjec.2005.120.1.131,,
dd40e87f82,10.1257%2F000282805774669772,10.1257/000282805774669772,,
d066f504bf,10.1007%2Fs11558-011-9108-7,10.1007/s11558-011-9108-7,,
e66dfa8644,10.1162%2Fqjec.2005.120.1.87,10.1162/qjec.2005.120.1.87,,
d3fa7ca637,10.1162%2Fqjec.121.4.1383,10.1162/qjec.121.4.1383,,
e179596f33,10.3846%2Fbtp.2007.31,10.3846/btp.2007.31,,
e633f0d49f,10.1590%2Fs0034-71402003000400011,10.1590/s0034-71402003000400011,,
e3a6d33c50,10.1162%2Fqjec.2005.120.1.345,10.1162/qjec.2005.120.1.345,,
b50eb58823,10.1257%2F089533002320951064,10.1257/089533002320951064,,

Thank you @caifand for the careful review as always !