Skip to content

Instantly share code, notes, and snippets.

@mlund
Last active March 25, 2018 23:31
Show Gist options
  • Save mlund/4609288 to your computer and use it in GitHub Desktop.
Save mlund/4609288 to your computer and use it in GitHub Desktop.
Convert Digital Object Identifier (DOI) to BibTeX using crosscite.org
#!/bin/bash
curl -LH "Accept: application/x-bibtex;q=1" http://dx.doi.org/$1
echo
@schneiderfelipe
Copy link

Hi, I made a small script inspired by this Gist: https://github.com/dudektria/doi2bib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment