Skip to main content

bibtex to html.

Project description

# bibtex2html.py

bibtex2html.py coverts a bibtex file into an html file. It considers additional fields (e.g., note, code, etc.) in bibtex. It also can show corresponding google scholar citations related with bibtex entries by parsing the google scholar profile.

## Dependancies

Dependencies can be satisfied by running pip install -r requirements.txt

## Examples

  • Generate paper lists by type and by year using a configuration file. It requires access to google scholar.

` ./bibtex2html/bibtex2html.py examples/papers.bib examples/papers.html -c examples/papers.ini `

  • Do not show paper citations if you cannot access google scholar. Override options in configuration file.

` ./bibtex2html/bibtex2html.py examples/papers.bib examples/papers.html -c examples/papers.ini -i "{'show_citation':'no', 'show_total_citation':False}" `

  • Generate paper list by type with a selected first author and selected years.

` ./bibtex2html/bibtex2html.py examples/papers.bib examples/papers.html -c examples/papers.ini -i "{'show_paper_style':'type', 'selection_and': {'author_first': ['Jian Cheng'], 'year':[2010,2013] }}" `

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bibtex2html.py-1.0.0.tar.gz (13.6 kB view hashes)

Uploaded Source

Built Distribution

bibtex2html.py-1.0.0-py2.py3-none-any.whl (14.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page