Generate automatically awesome lists from a bibtex file

April 29, 2020 ยท View on GitHub

Automatic script to parse bibtex to mardown to create manageable bibliography github repository. We take the example of continual learning to illustrate the script.

Installation

pip install bibtexparser

Run the classification

# python 3.6
# it is assumed that you use the file "bibtex.bib"
python bibtex_to_md.py

Modify the script

The script is searching for keywords in bibtex attributs' entries. Then, to modify you can modify the keywords, the attributs to evaluate or the bibtex. We use simple functions to plot categories titles. The code should be easy to modify.

Examples of mardown files created in the topic of continual learning

How to contribute

  • Add new entries in the bib files (your paper bibtex if you want). Please be carefull to not add bibtex several times.
  • Create new mardowns files by modifying/improving the script
  • You can send me an email at : t dot lesort at gmail dot com