racdale / really-really-simple-bib2json

A very simple regex-based bibtex-to-json approach for building the academic CV, with simple PHP example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

really-really-simple-bib2json

I use a systematic BibTex format for my various academic products. I just wanted a simple solution to stick the BibTex entries into a transparently formattable JSON structure inside PHP. I adapted a simple solution shown by user MaxArt here:

http://stackoverflow.com/questions/10768747/parse-bibtex-files

I show an example. It's easy. RegEx(BibTex) -> JSON -> PHP -> HTML

About

A very simple regex-based bibtex-to-json approach for building the academic CV, with simple PHP example


Languages

Language:PHP 85.6%Language:TeX 9.1%Language:HTML 5.3%