sckott / habanero

client for Crossref search API
https://habanero.readthedocs.io
MIT License
200 stars 30 forks source link

get citing works for a given DOI #74

Closed tschoonj closed 6 years ago

tschoonj commented 6 years ago

Hi,

I was wondering if it is possible to get the DOIs of works that cite a given DOI. I only managed to find how many times a given DOI is cited, but I would like to get the DOIs as well...

Thanks in advance,

Tom

sckott commented 6 years ago

thanks for your question @tschoonj

it's not possible via the Crossref API. that is locked down data for publishers.

one option is to go through Pubmed - i don't know the Python clients for entrez api but I'm sure there are many.

Another is the http://opencitations.net/ project, i know they have a sparql endpoint

tschoonj commented 6 years ago

Thanks for the reply Scott!