Skip to content

BibWiss/literature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

literature

description

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.

how to use it

  1. clone this repo
  2. 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 an url to be able to find the article easily.
  3. if you have not already, install Python (tested with v3.13.9) and pybtex (e.g. pip install pybtex)
  4. if your .bib file is not named literature.bib, you must adapt this line accordingly:
    bib_data = parser.parse_file('literature.bib')
  5. in the last step, simply run the script using python3 transform_bib.py from the command line, a new file bibliography.md should be created

how to contribute

aknowledgements (software)

About

transform bibliography entries from BibTex into MD on the basis of keywords

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published