Setup notes

Setup notes

This site was scaffolded from the AcademicPages Jekyll template (the same one used by yinanbu.github.io) with your real bio, research, and teaching info filled in. A few things are still placeholders — update these when you get a chance:

  • Profile photo: images/profile.png is currently a generated placeholder (maize/blue circle with “S”). Replace it with a real headshot, same filename, ideally square.
  • CV file: _pages/cv.md is a Markdown CV built from what you’ve told me. If you’d rather link a PDF, drop it in files/ and add a link at the top of _pages/cv.md.
  • Links: in _config.yml, under author:, fill in googlescholar, orcid, and any other social/academic profile URLs once you have them (they’re currently blank so they just don’t show).
  • Teaching entry: _teaching/2026-fall-statistics-ta.md is a general description of your TA work. Add the actual course number(s) and semester(s), and feel free to add one file per course per semester (copy the format).
  • Publications / Talks: _publications/ and _talks/ are currently empty (just a .gitkeep placeholder file each) since you’re just starting the PhD. Add a Markdown file per item when you have something to list — see the AcademicPages guide for the format, or ask me and I can generate one from a citation.

Making further changes

You can edit any .md file directly on GitHub.com (pencil icon on the file page) and it’ll redeploy automatically in a minute or two, or clone the repo locally and push changes with git.