Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apetros/parse_bib

Parses a bibtex file and generates the markdown files for the Hugo academic theme
https://github.com/apetros/parse_bib

Last synced: about 2 months ago
JSON representation

Parses a bibtex file and generates the markdown files for the Hugo academic theme

Awesome Lists containing this project

README

        

# parse_bib

This is a simple script that parses a bibtex file and generates the markdown files for the [Hugo academic theme](https://github.com/gcushen/hugo-academic).

The script relies on [bibtexparser](https://github.com/sciunto-org/python-bibtexparser) to get the individual entries from the bibtex file with your publications and then generates a .md file for each one of them under */content/publications/* and a .bib file with the same name under *static/files/citations/*.

## Use

Simply download the script in your root website folder (e.g., next to the .toml file), make sure that you have [bibtexparser](https://github.com/sciunto-org/python-bibtexparser) installed and run:

python parse_bib.py -i .bib

or,

python.exe parse_bib.py -i .bib