Filter:

Loading videos…

No videos match the selected category.

Adding a New Video

To add a video, edit data/videos.json and append an entry:

{
  "id": "YOUTUBE_VIDEO_ID",
  "title": "Video Title",
  "description": "One-sentence description of the video.",
  "category": "Systems Biology",
  "date": "2026-05-12"
}

The id is the 11-character YouTube video ID from the URL (e.g. youtube.com/watch?v=dQw4w9WgXcQ). No build step is needed — the page reads this file directly. Suggest a video →