Personal website of Ting-You Wang — Bioinformatics Research Associate at Northwestern University Feinberg School of Medicine, working on cancer genomics, immunogenomics, and computational biology.
🔗 Live at databeauty.com
Built with Jekyll on the al-folio v1 starter, which loads its runtime (layouts, search, comments, math, charts, CV rendering, etc.) from a set of pluggable al_folio_* gems rather than owning that code directly. See AGENTS.md and docs/BOUNDARIES.md for how starter vs. plugin ownership is split.
bundle install
bundle exec jekyll serveVisit http://localhost:4000/.
To build a production copy:
bundle exec jekyll build_posts/— blog posts_projects/— software/research projects (ScanNeo, ScanITD, ScanExitron, ...)_bibliography/papers.bib— publications_pages/— static pages (about, CV, books, blog index, ...)_data/— site data (socials, citations, CV, coauthors)
Pushing to master triggers .github/workflows/deploy.yml, which builds the site and publishes it to GitHub Pages.
Based on al-folio, available under the MIT License.