This is my personal academic website built with Jekyll and hosted on GitHub Pages.
This website showcases my research interests, academic background, and current work as a research student. The site is designed to be simple and focused, highlighting:
- Research interests and current projects
- Educational background
- Technical skills
- Publications (when available)
- About (
/
): Main page with research interests and background - Research (
/publications/
): Publications and research work - CV (
/cv/
): Detailed academic CV
To customize this website for your own use:
- Update
_config.yml
with your personal information - Edit
_pages/about.md
with your research interests and background - Edit
_pages/cv.md
with your academic CV - Add your publications to the
_publications/
directory - Update your profile image in the
images/
directory
To run this site locally:
bundle install
bundle exec jekyll serve
The site will be available at http://localhost:4000
This template is based on the Academic Pages template and is available under the MIT License.