This project is dedicated to developing a personal website for Minglai Yang, a top-performing Computer Science student at the University of Arizona. The website showcases Minglai's extensive experience in AI and Software Engineering, academic achievements, research projects, and professional interests.
- About Me: Introduction and background information.
- Projects: Showcase of significant projects, including contributions to DARPA-funded research and various AI/ML initiatives.
- Publications: List of research papers and articles.
- Resume: Downloadable PDF of the resume.
- Contact: Form and social media links for professional networking.
- Template: Al-folio
- Frontend: HTML, CSS, JavaScript
- Hosting: GitHub Pages
- Version Control: Git, GitHub
- Clone the repository:
git clone https://github.com/yourusername/personal-website.git
- Navigate to the project directory:
cd personal-website
- Install dependencies:
bundle install
- Start the development server:
bundle exec jekyll serve
To use this template and customize it for your own needs:
- Update the content in the
_config.yml
file to reflect your personal information. - Customize the various sections in the
_includes
and_layouts
folders. - Add your project details in the
_data/projects.yml
file. - Update your publication list in the
_data/publications.yml
file. - Replace placeholder images in the
assets/img/
directory with your own.
This project is licensed under the MIT License.