Skip to content

Instantly share code, notes, and snippets.

@jvsoest
Created December 28, 2019 16:02
Show Gist options
  • Save jvsoest/0378ee629acbeaac93e0c0176ea31e14 to your computer and use it in GitHub Desktop.
Save jvsoest/0378ee629acbeaac93e0c0176ea31e14 to your computer and use it in GitHub Desktop.
DOI metadata retrieval
# retrieve as reference text
curl -LH "Accept: text/bibliography" http://dx.doi.org/10.1016/j.radonc.2014.04.008
# retrieve as bibtex
curl -LH "Accept: text/bibliography; style=bibtex" http://dx.doi.org/10.1016/j.radonc.2014.04.008
# retrieve as bibtex (url-safe)
curl -LH "Accept: application/x-bibtex" http://dx.doi.org/10.1016/j.radonc.2014.04.008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment