Kastner Research Group Jekyll Website
- Follow the instructions at https://jekyllrb.com/docs/installation/ to install the Jekyll generator on your machine.
- Run
bundle exec jekyll serve --livereload
in this repository root to deploy a live server to http://localhost:4000
- Open _bibliography/publications.bib in JabRef.
- Add the new publication using the correct classification
- Books should use
@Book
- PhD theses should
@PhdThesis
withtype
set toPhD Thesis
- MS theses should use
@MastersThesis
withtype
set toMS Thesis
- Patents should use
@Patent
withnumber
set to the full US Patent number (e.g.US0123456789
) - Book chapters should use
@InBook
- Conference papers should use
@InProceedings
- Journal articles should use
@Article
- Books should use
- Commit the updated
.bib
file and push tomain