Website for the Applied Data Analysis and Visualization (ADAV) course at Utrecht University, coordinated by Dr. Anastasia Giachanou.
🔗 Live site: tina-shahedi.github.io/adav-course
This repository hosts the Jekyll site with the course pages and materials — lecture slides, practicals, and supporting files — for the ADAV course.
- Jekyll with the academicpages template
- Hosted on GitHub Pages
git clone https://github.com/tina-shahedi/adav-course.git
cd adav-course
bundle install
bundle exec jekyll serve
# then open http://localhost:4000/adav-course/.
├── _config.yml # site configuration
├── _pages/ # course pages
├── _layouts/ # page layouts
├── _includes/ # reusable components
├── _data/ # navigation and UI text
├── files/ # course materials
├── images/ # site images
└── assets/ # css and js
The academicpages template is released under the MIT License (© Michael Rose). Course content belongs to the course team at Utrecht University.