Skip to content
 
 

Latest commit

 

History

993 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Siqi Zhu — Personal Website

Source for zhusq20.github.io, a responsive academic homepage for Siqi Zhu.

What is here

  • 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.

Preview locally

python3 -m http.server 8000

Then open http://localhost:8000.

Edit

  • 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/

Update the configurable sections

Edit the three arrays in content.json:

  • education: each item needs program and period.
  • research: each item needs title and description. tags is optional. color can be lime, blue, coral, or lavender; icon can be philosophy, application, scaling, or infrastructure. Unknown or omitted colors and icons receive safe defaults.
  • papersProjects: each item needs year and title. Add any number of { "label", "url" } objects to links.

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.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages