Skip to content

Instantly share code, notes, and snippets.

View pstjohn's full-sized avatar

Peter St. John pstjohn

View GitHub Profile
#!/usr/bin/env python
from bibtexparser.bparser import BibTexParser
import sys
import string
import glob
import re
import numpy as np
bblfiles = glob.glob('*.bbl')