- Courses: Edit
index.htmlunder the Courses section. Add or remove<li>entries with course number, title, and link. - People: Update
people/faculty.js,people/phd.js, orpeople/postdocs.js. Each file contains arrays of people objects (name, role, photo, website, email). Add, edit, or remove entries. - Publications: Update the BibTeX sources in
publications/etos.bibor thedata-bib-sourceslist inpublications/index.html. The publications page fetches and parses those BibTeX files in the frontend. AddminYearto a source object to hide works from that source before that year. Theses are only rendered when their school/institution is Brown, including the Atlas theses feed. - Projects: Edit
projects/projects.js. Each project is an object with title, image, description, links, and people. Add, edit, or remove entries.
Keep formatting consistent!
To preview the site locally before pushing changes, run:
python3 -m http.serverThen open http://localhost:8000 in your browser.