Source for https://changhaizhou98.github.io/.
Built with Jekyll. The main entry point is _pages/about.md (served at /).
_pages/about.md: single-page bilingual homepage content_config.yml: site metadata and author profile_data/navigation.yml: homepage section anchorsnotes/: research notes and public experiment writeupsassets/css/main.scss: homepage-specific visual styling_includes/head/custom.html: language toggle behavior and head customizations
The publication section is manually maintained in _pages/about.md.
For the broader and most up-to-date list, please refer to the linked Google Scholar profile on the homepage.
If Ruby, Bundler, and Jekyll are available locally, you can preview the site with:
bundle exec jekyll serveA lightweight content sanity check is also available via:
python -m unittest tests.test_homepage_content -v