I hereby claim:
- I am mcoster on github.
- I am mcoster (https://keybase.io/mcoster) on keybase.
- I have a public key ASBTTea9zgE-jhdsZRXB_OQyNMoMtESK7MqO6jrevBIGAwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| """ | |
| This script takes a BibTeX .bib file and outputs a series of .md files for use | |
| in the Academic theme for Hugo, a general-purpose, static-site generating web | |
| framework. Each file incorporates the data for a single publication. | |
| Written for and tested using python 3.6.1 |