Skip to content

Instantly share code, notes, and snippets.

@hubgit
Last active December 14, 2015 02:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hubgit/5012462 to your computer and use it in GitHub Desktop.
Save hubgit/5012462 to your computer and use it in GitHub Desktop.
Fetch a BibTeX record for a DOI
curl --location --header 'Accept: application/x-bibtex' 'http://dx.doi.org/10.1371/journal.pone.0013982'
# redirects to
curl --header 'Accept: application/x-bibtex' 'http://data.crossref.org/10.1371/journal.pone.0013982'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment