Public site for the Tong Group research lab at Aithyra (Vienna), at the intersection of machine learning and life sciences. The principal investigator’s personal site is alextong.net.
Built with Astro 5, Tailwind CSS 4, and content collections for news, team, research areas, and publications. The codebase started from the AstroPaper theme; theme-specific docs still live under src/data/news/ for reference.
pnpm install
pnpm devProduction build (runs typecheck, static build, and Pagefind):
pnpm run build
pnpm previewsrc/config.ts— site title, description, domain, default OG image, feature flags.src/pages/— routes (home, research, team, publications, news, search, etc.).src/data/news/— news posts (Markdown).src/data/team/— team members (YAML).src/data/research/— research area cards (Markdown).src/data/publications.bib+src/data/publications/— bibliography and publication detail pages.
See CONTRIBUTING.md for publications workflow notes.
Inherited AstroPaper and project licenses apply to respective portions; refer to repository history and upstream AstroPaper license.
