diff --git a/_includes/header.html b/_includes/header.html index e341f4a43af5865fcf66e9fe2bfc4559fa9722c1..89f48b47e56af74f4ae51f507291a03b1bd42cb9 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,8 +1,8 @@ <header class="page-header" role="banner"> {% include navigation.html %} <br> <br> <br> <br> - <h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1> - <h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2> + <h1 class="project-name">{{ page.title | default: site.title }}</h1> + <h2 class="project-tagline">{{ page.description | default: site.description }}</h2> <script type="text/javascript"> var menubar = new Menubar(document.getElementById('menubar1')); diff --git a/academic-conduct.md b/academic-conduct.md index bb8f352caf192ec794495fc69a2562d5b806874d..28360019678c9cafd339fd3fba02fa53b7012bfc 100644 --- a/academic-conduct.md +++ b/academic-conduct.md @@ -1,5 +1,7 @@ --- layout: default +title: Academic Conduct +description: Expectations regarding plagiarism, LLM use and so on (no)warning: old --- diff --git a/assignments/index.md b/assignments/index.md index f5d301a7de0e7dcdadd4c22efa419a3804bed181..17d54bd5ac1252546946091894e7dfd594e2b3e4 100644 --- a/assignments/index.md +++ b/assignments/index.md @@ -1,5 +1,7 @@ --- layout: default +title: Assignments +description: Course assignments warning: draft --- diff --git a/docs/accessibility.md b/docs/accessibility.md index ed3555b0cc67552ceb57349314e8bbbfc6394824..f548dd2fe721cf35a06c474d58dc11af87048a17 100644 --- a/docs/accessibility.md +++ b/docs/accessibility.md @@ -1,14 +1,15 @@ --- layout: default (old)warning: old +title: Accessibility in this Class and Beyond +description: Accessibility resources and expectations --- * TOC {:toc} -# Accessibility in this class and beyond -## Setting up Accommodations (for Students) +# Setting up Accommodations (for Students) If you have a temporary health condition or permanent disability (either mental health, learning, or physical health related) that impacts your academic experience, please let us know how we can @@ -42,7 +43,7 @@ If you have not yet established services through [Disability Resources but it is important to start the process as soon as possible to avoid delays. -## Mutual Commitment to Access in the Classroom +# Mutual Commitment to Access in the Classroom We start every quarter by asking students and instructors to participate in a shared effort to ensure that the classroom is accessible to all of us. We commit to working together to try to meet these requests without judgement or required documentation (Documentation, and DRS approval is only required when an accommodation is available to some students but not others). This quarter's list of accommodations can be found on our poll everywhere summary in our [first class's accommodation discussion](slides/accessibility-activities.html#5). Some examples of things that participants have asked for in the past include @@ -54,7 +55,7 @@ This quarter's list of accommodations can be found on our poll everywhere summar - slack access for easy discussion - ... -## Making your Assignments Accessible (for Your Instructors) +# Making your Assignments Accessible (for Your Instructors) Please ensure that assignments you hand in are accessible to the best of your capabilities. We will offer guidance on this in class, but @@ -70,7 +71,7 @@ started, but please reach out to us when in doubt. -## Accessibility Resources that might be useful +# Accessibility Resources that might be useful Some accessibility technologies that students have told us are helpful in the past include the following. Note that these products can cost money, and we are not necessarily endorsing them. In addition, sometimes it's more useful to know a *type* of product exists and search for the most recent example of said product -- in other words, some of these resources may be out dated :). diff --git a/schedule.md b/schedule.md index d98ccdce0ce98f3c26beb0d40e9fddb5f02d705f..491fb52a693c7bde2ce9db83711e07f75b59405e 100644 --- a/schedule.md +++ b/schedule.md @@ -1,5 +1,7 @@ --- layout: default +title: Schedule +description: Class schedule and links to lectures, readings and assignments --- * TOC