Skip to content

brownsys/systems-web

Repository files navigation

Systems at Brown Website

Updating the Website

  • Courses: Edit index.html under the Courses section. Add or remove <li> entries with course number, title, and link.
  • People: Update people/faculty.js, people/phd.js, or people/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.bib or the data-bib-sources list in publications/index.html. The publications page fetches and parses those BibTeX files in the frontend. Add minYear to 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!

Previewing Changes Locally

To preview the site locally before pushing changes, run:

python3 -m http.server

Then open http://localhost:8000 in your browser.

About

systems.cs.brown.edu

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors