Skip to main content

Simple command line program to return the BibTeX string of a given DOI or ISBN.

Project description

bibchk

Simple program to return the BibTeX string of a given DOI(s) or ISBN(s).

Install

pip install bibchk

Example Usage

An example with a DOI and DOI URL:

$ bibchk 10.1002/2016JC011857 https://doi.org/10.1002/2016JC011857
@article{Houpert_2016,
	doi = {10.1002/2016jc011857},
	url = {https://doi.org/10.1002%2F2016jc011857},
	year = 2016,
	month = {nov},
	publisher = {American Geophysical Union ({AGU})},
	volume = {121},
	number = {11},
	pages = {8139--8171},
	author = {L. Houpert and X. Durrieu de Madron and P. Testor and A. Bosse and F. D{\textquotesingle}Ortenzio and M. N. Bouin and D. Dausse and H. Le Goff and S. Kunesch and M. Labaste and L. Coppola and L. Mortier and P. Raimbault},
	title = {Observations of open-ocean deep convection in the northwestern Mediterranean Sea: Seasonal and interannual variability of mixing and deep water masses for the 2007-2013 Period},
	journal = {Journal of Geophysical Research: Oceans}
}

@article{Houpert_2016,
	doi = {10.1002/2016jc011857},
	url = {https://doi.org/10.1002%2F2016jc011857},
	year = 2016,
	month = {nov},
	publisher = {American Geophysical Union ({AGU})},
	volume = {121},
	number = {11},
	pages = {8139--8171},
	author = {L. Houpert and X. Durrieu de Madron and P. Testor and A. Bosse and F. D{\textquotesingle}Ortenzio and M. N. Bouin and D. Dausse and H. Le Goff and S. Kunesch and M. Labaste and L. Coppola and L. Mortier and P. Raimbault},
	title = {Observations of open-ocean deep convection in the northwestern Mediterranean Sea: Seasonal and interannual variability of mixing and deep water masses for the 2007-2013 Period},
	journal = {Journal of Geophysical Research: Oceans}
}

Or with an ISBN:

$ bibchk 0-486-60061-0
@book{9780486600611,
     title = {Fundamentals Of Astrodynamics},
    author = {Roger R. Bate and Donald D. Mueller and Jerry E. White},
      isbn = {9780486600611},
      year = {1971},
 publisher = {Courier Corporation}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bibchk-0.2.0.tar.gz (15.7 kB view hashes)

Uploaded Source

Built Distribution

bibchk-0.2.0-py3-none-any.whl (15.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page