lmmx / watir-paper-scanner

Web scraper to pull metadata (specifically corresponding author) from pages where unavailable through Pubmed's eUtils XML file. Work in progress 2013 / abandoned in 2014 for more useful projects.
5 stars 0 forks source link

PMID–>DOI as the next step #1

Open Daniel-Mietchen opened 10 years ago

Daniel-Mietchen commented 10 years ago

Not sure exactly what you meant by "would like to implement the PMID–>DOI as the next step" in http://blogs.plos.org/tech/structured-documents-for-science-jats-xml-as-canonical-content-format/#comment-15523 but since you say "Doesn’t seem like this exists in any other language/resource.", I thought I should mention that our (Python) code at https://github.com/erlehmann/open-access-media-importer/blob/master/sources/pmc_pmcid.py does find a DOI (if there is one) on the basis of a PMCID.

lmmx commented 10 years ago

Thanks Daniel that's interesting but maybe I wasn't clear there, I meant there doesn't seem to be a facility to obtain corresponding author in any other language. Cheers anyway

lmmx commented 10 years ago

"Implement PMID > DOI as the next step" meant that the next step to get DOI from non-PMC articles (PMC articles are more easily parsed for corresponding author)

The DOI can be used to obtain a URL with which to navigate to the actual article page with dx.doi.org/... and this page can then be parsed for corresponding author info.

Daniel-Mietchen commented 10 years ago

OK, I see - never mind.

lmmx commented 10 years ago

I'm interested in learning more Python though, cheers for the link :+1: