Skip to content

mitvis/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

091181b · Apr 26, 2025
Nov 16, 2024
Apr 26, 2025
Feb 23, 2025
Jul 10, 2023
Jun 9, 2023
Apr 25, 2025
Jun 3, 2024
Jun 9, 2023
Apr 7, 2025
Apr 7, 2025
Nov 13, 2024
Oct 13, 2022
Feb 21, 2022
Nov 16, 2024
Mar 3, 2025
Apr 25, 2025
Apr 2, 2025
Mar 18, 2022
Jun 6, 2024
Jun 30, 2023

Repository files navigation

vis.csail.mit.edu

How to dev mitvis website

bundle install
  • Serve your content
bundle exec jekyll serve --livereload
  • Check localhost:4000 for your content

Adding a paper

Add these files:

  • Add <my-paper>.md to _pubs
  • Add <my-paper>.pdf to pubs
  • Add a thumbnail image, <my-paper>.png, to imgs/thumbs. It should be 240x120 or similar
  • Add a teaser image, <my-paper>.png, to imgs/teasers.

Adding a person

Edit these files:

  • Add an entry in _data/people.yml Add these files:
  • Add a square photo to imgs/people
    • filename must match the key you used for your entry in _data/people.yml
    • extension must be .jpg