Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 773 Bytes

README.md

File metadata and controls

24 lines (11 loc) · 773 Bytes

HARP Lab Research Website

This is a jekyll site--you'll need Jekyll. You can test locally via:

jekyll serve

To rebuild the site

make will rebuild the site using Jekyll.

Students

Please add yourself. Make sure you use either "Syrcause," "UIC," or "WSU" for school. Students should go in _data/students.json.

Papers

Papers go in _data/papers.json. Please add your papers and keep this json updated with your recent papers relevant to the HARP lab.

NOTE: You need to fill out a "plaintext" attribute (the paper description that will be displayed on the website) and also a "bibtex" attribute. The "bibtex" attribute has to be base64 encoded. Make sure you do this whenever you add a paper.

[ ] TODO: Automate this process using a .bib?