Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hscells/bibtmpl

Template files with BibTex records
https://github.com/hscells/bibtmpl

Last synced: 6 days ago
JSON representation

Template files with BibTex records

Awesome Lists containing this project

README

        

# bibtmpl

How we generate a publications list for [ielab.io](ielab.io) and [scells.me](scells.me).

usage:

```
bibtmpl --help [!?][master]
template BibTex files into HTML
bibtmpl 31.Aug.2018
Usage: bibtmpl --template TEMPLATE --bibtex BIBTEX

Options:
--template TEMPLATE path to file to template
--bibtex BIBTEX path to BibTex file
--help, -h display this help and exit
--version display version and exit
```

example:

```html


Example Usage

{{ range .Entries }}


{{ index .Fields "Author" }}.
{{index .Fields "Year"}}.
{{ index .Fields "Title"}}.
{{ index .Fields "Booktitle"}}

{{ end }}

```