This repo creates a webpage with a list of publications from Rho's graphics group.
To add a new publication, make a pull request that does the following:
- Saves a thumbnail in the
./img
folder. - Saves a copy of the publication in the
./pubs
folder. - Adds a new object with the following properties to
./publicationMetadata.json
title
- the name of the publicationthumbnail
- name of the thumbnail file saved in the./img
folderreference
- name of the journal or conference where the work was presented and date of publicationauthors
- list of authors. Please add a note explaining the graphics team involvement if we are not co-authors.links
- array of objects describing relevant links, each with ahref
and atype
property. Valid types are "paper", "github", "slides", "poster", "abstract".