Search code examples
pythondoi

Getting DOI from article title


I am trying to create a package that can download the list of articles (conference papers, journals papers, etc.) from a predefined list of article titles. I am able to automate the downloading step using DOI of a paper.

I am stuck in the step of getting the DOI of a paper using the title. How to implement this?

Thanks in advance.


Solution

  • The link posted in the comments of the question can be used to do this. (https://academia.stackexchange.com/questions/2169/how-can-i-get-the-doi-of-a-paper-from-its-title)

    Alternatively, one can use the library habanero in python. The details are mentioned here: https://pypi.org/project/habanero/ and https://www.crossref.org/blog/python-and-ruby-libraries-for-accessing-the-crossref-api/