Skip to content

Colophon

About this website

How this site is built and where the content lives.

This site is built with Astro and Tailwind CSS, deployed via GitHub Pages. All content lives in YAML data files and Markdown — easy to edit by hand or in the GitHub UI.

Where to edit content

  • People — src/data/team_members.yml, students.yml, alumni_members.yml
  • Projects — src/data/projects.yml
  • Publications — src/data/papers.yml, publist.yml
  • News — src/data/news.yml
  • Collaborators — src/data/collaborators.yml
  • Blog posts — src/content/posts/*.md
  • Page copy — src/pages/*.astro

Previewing changes

Every pull request gets an isolated preview at sensein.group/pr-preview/pr-N/ automatically — open a PR and watch the checks for the link.

Lineage

The earlier version of this site was adapted from the Allan Lab Jekyll template (MIT licensed). This rewrite preserves the YAML-driven approach.