Parse_bib

screenshot of Parse_bib

Parses a bibtex file and generates the markdown files for the Hugo academic theme

Overview:

parse_bib is a simple script that allows users to parse a bibtex file and generate markdown files for the Hugo academic theme. It relies on bibtexparser to extract individual entries from the bibtex file and then creates a .md file for each publication under /content/publications/ and a .bib file with the same name under static/files/citations/.

Features:

  • Parse bibtex files and generate markdown files for Hugo academic theme.
  • Utilizes bibtexparser to extract individual entries.
  • Creates .md files for each publication under /content/publications/.
  • Generates .bib files with the same name under static/files/citations/.

Summary:

parse_bib is a handy script that simplifies the process of parsing bibtex files and generating markdown files for the Hugo academic theme. It automates the extraction of individual entries using bibtexparser and creates the required .md and .bib files for each publication. By following the installation steps, users can easily integrate parse_bib into their Hugo academic theme website.