This is my personal resume website built using the Jekyll Resume Template by Joel Glovier.
I recently completed the Master's in Artificial Intelligence at the University of Amsterdam, focusing on mathematics, programming, and a broad range of AI techniques. My academic work culminated in a thesis on assessing image quality in photoacoustic imaging, combining both classic image quality metrics and modern deep learning approaches.
_config.yml: Main configuration file with personal information_data/: YAML files containing resume data (education, projects, skills, etc.)_layouts/resume.html: Main layout templateimages/avatar.jpg: Profile picture
To customize this resume:
- Edit
_config.ymlfor basic information (name, title, contact info, social links) - Update files in
_data/directory:education.yml: Educational backgroundprojects.yml: Projects and research workskills.yml: Technical skills and expertiseinterests.yml: Personal interests and activitieslinks.yml: Additional links and resources
This site is configured for GitHub Pages deployment. Simply push changes to the main branch and the site will be automatically built and deployed.
To run locally (requires Ruby and Jekyll):
bundle install
bundle exec jekyll serveOr using Docker:
docker image build -t resume-template .
docker run --rm --name resume-template -v "$PWD":/home/app --network host resume-templateThen visit localhost:4000 in your browser.
© 2024 Melle van der Brugge