Skip to content

Instantly share code, notes, and snippets.

@palday
palday / extractbib.py
Last active August 29, 2015 14:01 — forked from tpoisot/extractbib.py
#! /usr/bin/python2
import sys
import codecs
from bibtexparser.bparser import BibTexParser
non_local_fields = ['address',
'annote',
'author',
'booktitle',