Introduction
Prof. Dr. Gerit Wagner
This example deck demonstrates reusable slide conventions for a teaching repository.
Use one slide deck per session.
The teaching goal is to make repository conventions visible before students or instructors start adding course-specific material.
Must learn. Course repositories stay maintainable when repeated structural information lives in one metadata source.
Essential concept. A teaching repository separates reusable infrastructure, configurable metadata, generated data, and course-specific content.
Instructor focus
Student focus
Discuss. Which information belongs in course.yml, and which information belongs in a session file?
Exercise. Open course.yml and identify the fields that must change for a new course.
Optional. Quarto projects support shared metadata, which keeps repeated document options in one place (Posit, n.d.).
Take away. Use course.yml for course metadata, one source file per session artifact, generated YAML for schedule data, and Quarto for publication.
Before the next session, replace the example content with course-specific material and keep reusable infrastructure generic.