The BibTeX to Markdown Converter is a Python script designed to manage academic publications on personal or academic websites. This tool converts BibTeX files (.bib) into Markdown files using a customizable Jinja2 template.

Key Features:

  • Parse BibTeX Files: Uses the Pybtex library to read and structure bibliographic data from .bib files.
  • Template Rendering with Jinja2: Sets up a Jinja2 environment to render the provided template.
  • Generate Markdown Files: Converts parsed data into Markdown files, optionally including abstracts and download links.

This script helps academics maintain a consistent and updated list of publications on their websites, automating the conversion process for ease of maintenance and uniformity.