Skip to content

Instantly share code, notes, and snippets.

View mcoster's full-sized avatar

Mark Coster mcoster

View GitHub Profile
@mcoster
mcoster / keybase.md
Created July 28, 2017 04:28
keybase ID proof

Keybase proof

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:

@mcoster
mcoster / bib2hugoac.py
Last active September 10, 2018 01:25
bib2hugoac - a python script that takes a .bib file and generates a directory full of .md files for use with the Hugo Academic theme
#!/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