Eleonore9 / get-articles-meaning

Getting meaning out of scientific articles using nltk/gensim and scikit-learn
http://bit.ly/Eleonore_PyConUK15
8 stars 3 forks source link

APIs #5

Open RobSullivan opened 9 years ago

RobSullivan commented 9 years ago

Here are some APIs that might be useful for finding links to open access full text articles. I've not yet found one that provides direct access except for Pubmed's full text API, which returns XML. http://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pmc&id=4046971

Another from http://core.ac.uk/ needs an API key http://core.ac.uk/docs/#!/articles/getArticleByCoreIdBatch

And finally my project :smile: https://pmc-ref.herokuapp.com/ returns the references of an article along with the PMCID if they have one. The format is JSON so it could be processed to extract the PMCIDs and append http://www.ncbi.nlm.nih.gov/pmc/articles/ to each one to get links to full text. Here's the documentation https://github.com/RobSullivan/pmc-ref/wiki

Eleonore9 commented 9 years ago

:+1: Thanks a lot @RobSullivan! I'll have a look, seems really useful!

Eleonore9 commented 9 years ago

I'll also look at this API http://arxiv.org/help/api/user-manual#Quickstart