This repository contains the static site files for the COMMIT @ CSAIL website.
- Edit
data/people.xml. - Each
<person>element lists a member withname,title, and optionalurl. - Current members live under the
<current>section. - Alumni live under
<alumni>and include ayearattribute. - When someone graduates, move their entry to
<alumni>and set the graduation year.
- Edit
data/publications.jsonand append a new object to the list. See existing JSON to further configure the entry. - Add a new paper/presentation to the files in the correct year
- In the JSON entry, add a link to pdf/presentation. Note that existing links to the old site are converted to links to the new site, but links to the new site are preferable.
- Add
"featured" : trueto the json for a publication - OR add a
"price" : "Award"to the json for a publication. - Featured publications are ordered by date.