Skip to content

TLESORT/Automatic_Awesome_Bibliography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate automatically awesome lists from a bibtex file

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published