Many MEDS instructors opt to organize their course materials on custom course websites. Increasingly, those websites are built using Quarto and hosted using GitHub Pages. You may consider using this template as a way to quick-start your course website development. I encourage you to check out other existing course websites for inspiration as well.
Course # | Course title | Instructor(s) | Website URL |
---|---|---|---|
EDS 212 | Essential Math in Environmental Data Science | Ruth Oliver & Sam Csik | https://eds-212-essential-math.github.io/ |
EDS 221 | Scientific Programming Essentials | Ruth Oliver | https://eds-221-programming-essentials.github.io/ |
EDS 214 | Analytic Workflows & Scientific Reproducibility | Julien Brun | https://brunj7.github.io/EDS-214-analytical-workflows/ |
EDS 217 | Python for Environmental Data Science | Kelly Caylor | https://eds-217-essential-python.github.io/ |
EDS 223 | Geopsatial Analysis & Remote Sensing | Ruth Oliver | https://eds-223-geospatial.github.io/ |
EDS 220 | Working with Environmental Data | Carmen Galaz García | https://meds-eds-220.github.io/MEDS-eds-220-course/ |
EDS 222 | Statistics for Environmental Data Science | Max Czapanskiy | https://eds-222-statistics.github.io/ |
EDS 296-1F | Data science tools for building professional online portfolios | Sam Csik | https://ucsb-meds.github.io/EDS-296-DS-portfolios/ |
EDS 411 | MEDS Capstone Project | Carmen Galaz García | https://carmengg.github.io/eds-411-website/ |
EDS 232 | Machine Learning in Environmental Data Science | Matteo Robbins | https://maro406.github.io/eds-232-machine-learning/ |
EDS 240 | Data Visualization & Communication | Sam Csik | https://eds-240-data-viz.github.io/ |
EDS 296-1W | Intro to Shiny | Sam Csik | https://ucsb-meds.github.io/EDS-296-Intro-to-Shiny/ |
EDS 230 | Environmental Modeling | Naomi Tague | https://naomitague.github.io/ESM232_course/ |
EDS 213 | Databases & Data Management | Julien Brun, Greg Janée & Renata Curty | https://ucsb-library-research-data-services.github.io/bren-meds213-spring-2024/ |
To create a website using this template:
- Click on the green Use this template button (top right)
- Fill out the necessary fields on the Create a new repository page. I recommend naming your new repository following this convention:
EDS-XXX-short-title
. You should also ensure that your repo is public. You may choose the owner as your own personal account or a GitHub organization that you own. - Click Create repository
If you're new to Quarto, or if this is you're first time building a Quarto website, I recommend that you first check out the following tutorials. These materials should provide some helpful context, as well as step-by-step instructions on building, deploying, and customizing a Quarto website:
The Quarto documentation is also an incredibly thorough and helpful resource!
More instructional articles soon!