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.