This repo contains a small Python script (transform_bib.py) to transform literature entries from bibtex into a markdown list of entries, based on the keywords assigned to them - see bibliography.md as an example for what the output looks.
- clone this repo
- create a .bib file similar to literature.bib and copy entries from interesting articles over to it, you can find them e.g. via Google scholar. You should also assign at least one keyword to it in this way
keywords={keyword1, keywordn},, and optionally anurlto be able to find the article easily. - if you have not already, install Python (tested with v3.13.9) and pybtex (e.g.
pip install pybtex) - if your .bib file is not named
literature.bib, you must adapt this line accordingly:Line 5 in eb02df5
- in the last step, simply run the script using
python3 transform_bib.pyfrom the command line, a new filebibliography.mdshould be created
- open a PR or
- contact me: https://bibwiss.github.io/