Git Product home page Git Product logo

bib2md's Introduction

bib2md: BibTeX to Beautiful Hugo MarkDown (YAML?)

This is a simple script that parses a BibTeX file and generates the Markdown files for the Beautiful Hugo theme, especially the section that goes into the front matter (which is pretty much YAML rather than Mardown actually).

The script relies on bibtexparser and pybtex libs to get the individual entries from the BibTeX file with your publications and then generates a .md file for each one of them.

Usage

Simply download the script make sure that you have bibtexparser and pybtex installed. Follow the argparse help message below to run:

usage: bib2md.py [-h] -i BIB [-d DIR]

A script to parse a single BibTeX (.bib) file into Beautiful Hugo's
publication Markdown (.md) files

optional arguments:
  -h, --help           show this help message and exit
  -i BIB, --input BIB  input bibtex .bib file
  -d DIR, --dir DIR    output dir to store .md files

BibTeX entries fully supported so far

  • inproceedings
  • article

Dependencies (Debian 9.9)

sudo -H pip3 install --upgrade \
    bibtexparser pybtex 

Credits

This project was forked and originally based on the work of Petros Aristidou called parse_bib for Hugo Academic. However since I made it compatible to Beautiful Hugo theme apart from including the pybtex dependency, I think this project has followed its own path. I kept @apetros' license, tho.

bib2md's People

Contributors

apetros avatar cassiotbatista avatar

Forkers

battistabiggio

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.