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
./imgfolder. - Saves a copy of the publication in the
./pubsfolder. - Adds a new object with the following properties to
./publicationMetadata.jsontitle- the name of the publicationthumbnail- name of the thumbnail file saved in the./imgfolderreference- 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 ahrefand atypeproperty. Valid types are "paper", "github", "slides", "poster", "abstract".