Undergraduate student at the College of Engineering, Peking University.
I am interested in mathematics, mechanics, computer science, and intelligent science. I also build practice and review websites for courses that I have studied. I participate in undergraduate research with Assoc. Prof. Mohan Chen's research group at Peking University.
For publications, projects, updates, and links, please visit the homepage.
src/pages/: Astro page sources.src/components/: shared page components, including GitHub-powered comments.src/layouts/: shared document layout and client-side behavior.src/styles/: shared responsive styling.public/images/: profile, favicon, and friend images.public/cv/: published English and Chinese CVs.public/linear-algebra-practice/: standalone linear algebra course website.public/parallel-practice/: standalone parallel programming course website.scripts/: local maintenance utilities..github/workflows/: automatic GitHub Pages deployment.
npm install
npm run dev
npm run build
npm run previewPushing to main runs the Pages workflow. Astro builds the site into the ignored dist/ directory, and GitHub Actions deploys that artifact automatically. Generated HTML and hashed CSS should not be copied back into the repository root.