Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Parses a bibtex file and generates the markdown files for the Hugo academic theme
- Host: GitHub
- URL: https://github.com/apetros/parse_bib
- Owner: apetros
- License: mit
- Created: 2017-11-02T21:24:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T08:04:35.000Z (over 1 year ago)
- Last Synced: 2024-05-21T07:26:06.705Z (6 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 21
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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