This repository hosts the source code for Hongyi Hao's personal website, showcasing his academic background, projects, publications, and professional experiences in computer science, robotics, and artificial intelligence.
The website serves as a comprehensive portfolio highlighting:
- Personal profile and academic background
- Research interests in robotics and AI
- Awards and honors
- Internship experiences
- Publications and patents
- Project portfolio
- Contact information
- Static Content: HTML5
- Styling: CSS3 with SCSS preprocessing
- Interactivity: JavaScript
- Hosting: GitHub Pages
- Static Site Generation: Jekyll
├── assets/ # Static resources
│ ├── css/ # Compiled CSS stylesheets
│ ├── img/ # Image assets
│ └── js/ # JavaScript files
├── data/ # Supplementary data (e.g., CV)
├── index.html # Main homepage
├── README.md # Project documentation
└── LICENSE # MIT License file
- Responsive design for various devices
- Interactive elements for publications (abstract/bibtex toggling)
- Clean, academic-style layout
- Sections for honors, internships, patents, and projects
- Easy navigation with clear section headings
The site is automatically deployed to GitHub Pages. Simply push changes to the main
branch, and the updates will be reflected at https://hongyihao-sxit.github.io/HongyiHao.github.io/ within a few minutes.
Contributions are welcome! If you find any issues or have suggestions for improvements, please:
- Submit an issue describing the problem or suggestion
- Create a pull request with your proposed changes
- Ensure your code follows the existing style and structure
This project is licensed under the MIT License - see the LICENSE file for details.
For questions or inquiries, please reach out to:
- Email: Lanyi_adict@outlook.com
- GitHub: HongyiHao-SXIT