https://github.com/hscells/bibtmpl
Template files with BibTex records
https://github.com/hscells/bibtmpl
Last synced: 4 months ago
JSON representation
Template files with BibTex records
- Host: GitHub
- URL: https://github.com/hscells/bibtmpl
- Owner: hscells
- Created: 2018-08-31T03:11:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T01:14:35.000Z (over 7 years ago)
- Last Synced: 2025-05-19T18:11:55.604Z (about 1 year ago)
- Language: TeX
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 }}
```