Live Website: https://magishe.github.io/
This is the personal homepage of Shi Zhao, a PhD student in Electrical Engineering at Caltech, advised by Prof. Changhuei Yang. The template is from Haowen Zhou at Caltech (https://hwzhou2020.github.io/).
- Typography: Clean, readable fonts with improved line spacing
- Color Scheme: Professional academic color palette with orange accents
- Responsive Design: Optimized for desktop, tablet, and mobile devices
- Contemporary Layout: Card-based publication display with hover effects
- Auto-Management: Automatically shows the 5 most recent news items
- Expandable: "Show More News" button to reveal complete news history
- Easy Updates: Simply add new news items at the top - no manual configuration needed
- Selected Publications: Curated list on homepage with rectangular image layout
- Full Publications: Complete list on dedicated publications page with grid layout
- Interactive Elements: Hover effects and smooth transitions
- Mobile Optimized: Responsive image sizing and layout
- Social Profiles: LinkedIn, ORCID, Google Scholar integration
- Research Links: GitHub, project pages, and data repositories
- Contact Information: Email and institutional affiliation
- Jekyll: Static site generator
- GitHub Pages: Hosting platform
- Minimal Mistakes Theme: Base template (heavily customized)
- Custom CSS/JavaScript: Enhanced styling and functionality
- Typography & Readability: Modern font stack and improved spacing
- Color Scheme: Professional academic color palette
- Publication Layout: Card-based design with variable image sizing
- Mobile Optimization: Responsive design for all screen sizes
- Accessibility: Focus indicators and screen reader support
- Loading Optimization: Lazy loading for images
- News Management: Automatic top-5 display with expand functionality
- HTML Conversion: Converted homepage from Markdown to HTML for better JavaScript compatibility
- SEO Optimization: Comprehensive meta tags for search engine visibility
To run this website locally:
- Prerequisites: Install Ruby, Bundler, and Node.js
- Clone:
git clone https://github.com/hwzhou2020/hwzhou2020.github.io.git - Install:
bundle install - Serve:
bundle exec jekyll serve - View: Open
http://localhost:4000
Simply add new news items at the top of the news section in _pages/about.html:
<div class="news-item">
<span class="news-date">MM/DD/YYYY</span> - Your news content here
</div>Add publications to _pages/publications.md using the established format with images and metadata.
Modify _config.yml for basic information, social links, and site configuration.
- Main Content:
_pages/about.html(converted from Markdown for better JavaScript compatibility) - News Management: Automatic top-5 display with expand/collapse functionality
- Publication Display: Card-based layout with rectangular images at bottom
- Computational Microscopy: Empowering imaging techniques with algorithms
- Neural Fields: Physics-based neural representations for microscopy
- AI in Healthcare: Digital pathology and medical imaging
- 3D Imaging: Volumetric reconstruction and analysis
- Fourier Ptychographic Microscopy: High-resolution, large field-of-view imaging
- Email: szhao5@caltech.edu
- Institution: California Institute of Technology
- Department: Electrical Engineering
- Lab: Biophotonics Lab
This website is built using the Minimal Mistakes Jekyll theme, customized for academic use with modern styling and enhanced functionality.