Personal academic website of Yanuo (Arnold) Zhou (周亚诺), showcasing research in ML for Digital Phenotyping, Wearable Sensing, and Light & Health.
🌐 Live Site: https://arnold117.github.io
This website is built using the al-folio Jekyll theme, which is designed specifically for academics, researchers, and students. It provides a clean, responsive design with features optimized for presenting academic content.
- Research Projects: Showcase of current and past research work
- Blog: Technical blog posts and research updates
- Publications: (Coming soon) Auto-generated from BibTeX
- CV: Online curriculum vitae
- Light/Dark Mode: Theme switcher for comfortable viewing
- Responsive Design: Optimized for all devices
- Jekyll: Static site generator
- al-folio Theme: Academic website template
- GitHub Pages: Hosting
- Liquid: Templating language
- Sass: CSS preprocessing
To run this site locally:
# Install dependencies
bundle install
# Serve locally
bundle exec jekyll serve
# Visit http://localhost:4000├── _pages/ # Main pages (about, CV, etc.)
├── _posts/ # Blog posts
├── _projects/ # Research projects
├── _news/ # News and announcements
├── _bibliography/ # Publications (BibTeX)
├── assets/ # Images, CSS, JS
└── _config.yml # Site configuration
Key configuration is in _config.yml. See CUSTOMIZE.md for detailed instructions.
- Theme: al-folio by Maruan Al-Shedivat
- Hosted on GitHub Pages
The theme is available as open source under the terms of the MIT License.
The content (blog posts, projects, etc.) is © Yanuo (Arnold) Zhou.
Last updated: January 2025