Skip to content

A simple BibTex to Json file converter using Bibtexparser, Jinja and Python.

Notifications You must be signed in to change notification settings

Jazzdev1010/BibToJson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Working of programs.

1. bib2json.py:

BibTeX is a standard format for bibliographic references. The code would parse a BibTeX file, extracting information like author, title, year, and publication details.

2. clean_json_pub.py:

The extracted bibliographic data from the JSON file generated from bib2json.py. This code cleans null values and generates a new JSON file.

3. generate_newchicago.py:

It takes a cleaned JSON file as input and uses jinja2 to design the template for the Chicago format. After a new chicago format is generated a HTML file to display the publications.

About

A simple BibTex to Json file converter using Bibtexparser, Jinja and Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published