Skip to content

bazilas/bibToHtml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create an HTML page from bib files with Python

The script loads publications from the bib file papers.bib. In addition, the bib file meta-papers.bib includes a short description and addititional links for source code, dataset, video and etc.. The entries on both files should have the same id. Finally, image thumbnails should be provided for each publication. The thumbnails should have the name of the id file and be stored in the imgs folder.

Dependencies

To run the code the following Python modules are required: bibtexparser and dominate.

Execution

The file generate_html.py is executed to produce the html file papers.html. The html code from this file can be integrated later in another web-page.

About

This piece of code is used to load bib entries from publications and then create an html page.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors