Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

DOI traversal / CrossRef API #2

Open
metachris opened this issue Oct 26, 2015 · 1 comment
Open

DOI traversal / CrossRef API #2

metachris opened this issue Oct 26, 2015 · 1 comment
Milestone

Comments

@metachris
Copy link
Owner

"The standard way for getting the actual PDF from a DOI, when it's a Crossref DOI (which it probably is) is to use the full-text link, available in the CrossRef API.
For DOI 10.1155/2010/963926
http://api.crossref.org/works/10.1155/2010/963926
From the returned JSON message -> link -> there's the PDF!"

[
  {
    intended-application: "text-mining",
    content-version: "vor",
    content-type: "application/pdf",
    URL: "http://downloads.hindawi.com/journals/jo/2010/963926.pdf"
  },
  {
    intended-application: "text-mining",
    content-version: "vor",
    content-type: "application/xml",
    URL: "http://downloads.hindawi.com/journals/jo/2010/963926.xml"
  }
]

via HN: https://news.ycombinator.com/item?id=10452048

@metachris
Copy link
Owner Author

Related: http://www.doi.org/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant