sjoerdk / umcnbibparser

lateX bib format parser for umcn deparment of medical imaging research websites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UMCN bib parser

lateX bib format parser for department of medical imaging research websites

  • Free software: Apache license

Features

  • Parse lateX.bib bibliography entries into python dictionaries
  • Additional mysql export functions for specific database structures

Installation

  • Install python and git

  • In a console, type:

    pip install git+https://github.com/sjoerdk/umcnbibparser.git
    

Upgrade

  • In a console, type:

    pip install --upgrade git+https://github.com/sjoerdk/umcnbibparser.git
    

Usage

  • create a file called convert.py with the following content (alter paths to fit your system):

    from bibparser.core import convert
    
    if __name__ == "__main__":
        convert(bibfile_path="radiology.bib",
                bibstrings_path="fullstrings.bib",
                output_path="newpubs.sql")
    
  • from console, run:

    python convert.py
    

Credits

About

lateX bib format parser for umcn deparment of medical imaging research websites

License:Apache License 2.0


Languages

Language:TeX 94.9%Language:Python 4.6%Language:Jinja 0.5%