Source for zhusq20.github.io, a responsive academic homepage for Siqi Zhu.
- AGI research across technophilosophy, applications, scaling, and infrastructure
- Papers and open-source projects in one year-by-year index
- Short bio, education, and contact links
- Light and dark color themes
The site is intentionally built with plain HTML, CSS, and JavaScript, so GitHub Pages can serve it without a build step.
python3 -m http.server 8000Then open http://localhost:8000.
- Education, research areas, papers, and projects:
content.json - Other page content:
index.html - Visual design and responsive layout:
stylesheet.css - Content rendering, theme, and reveal interactions:
script.js - Profile image and favicon:
assets/
Edit the three arrays in content.json:
education: each item needsprogramandperiod.research: each item needstitleanddescription.tagsis optional.colorcan belime,blue,coral, orlavender;iconcan bephilosophy,application,scaling, orinfrastructure. Unknown or omitted colors and icons receive safe defaults.papersProjects: each item needsyearandtitle. Add any number of{ "label", "url" }objects tolinks.
The page numbers research cards automatically. It also groups papers and projects by year and displays the newest year first, while preserving the configured order within each year. To add or remove an entry, change only content.json; no HTML edits are needed.