Skip to content

Instantly share code, notes, and snippets.

@charnley
Forked from mlund/doi2bib.sh
Created April 18, 2016 11:22
Show Gist options
  • Save charnley/dc16530777dcb0f1e238063a1b799de9 to your computer and use it in GitHub Desktop.
Save charnley/dc16530777dcb0f1e238063a1b799de9 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