Skip to content

Instantly share code, notes, and snippets.

@ashwin
Created May 6, 2015 11:54
Show Gist options
  • Select an option

  • Save ashwin/333af080378ee316ec23 to your computer and use it in GitHub Desktop.

Select an option

Save ashwin/333af080378ee316ec23 to your computer and use it in GitHub Desktop.
Get BibTeX from DOI passed as input
#!/bin/bash
url="http://dx.doi.org/"$1
curl -LH 'Accept: application/x-bibtex' $url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment