From 1d55bba0559f52ee7c5bda7eaa804814f5f3fdd0 Mon Sep 17 00:00:00 2001 From: Jen Mankoff <jmankoff@cs.washington.edu> Date: Wed, 12 Apr 2023 16:52:09 -0700 Subject: [PATCH] 23 sp update --- README.md | 9 +++++++++ _config_production.yml | 8 ++++---- _data/navigation.yml | 2 +- schedule.md | 4 ++-- slides/{syllabus.html => introduction.html} | 0 5 files changed, 16 insertions(+), 7 deletions(-) rename slides/{syllabus.html => introduction.html} (100%) diff --git a/README.md b/README.md index d011ca86..c6bc146b 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,12 @@ bundle install # if needed bundle exec jekyll build bundle exec jekyll serve & + +# Updates + +There are generic names and XXX and such in +- _config.yml +- _config_production.yml +- _data/navigation.yml + +You'll need to update them once you merge this in diff --git a/_config_production.yml b/_config_production.yml index 39402d66..98d288cd 100644 --- a/_config_production.yml +++ b/_config_production.yml @@ -7,12 +7,12 @@ title: The Future of Access Technology description: Learn about app accessibility; how accessibility can be incorporated into cutting edge computer science topics like machine learning; VR/AR and fabrication; and the interaction of accessibilty technology and society -baseurl: "/courses/csep590a/yyqq" +baseurl: "/courses/cseXXX/yyqq" url: https://courses.cs.washington.edu # the base hostname & protocol for your site, e.g. http://example.com twitter_username: jcmankoff git_username: jmankoff -git_url: https://gitlab.cs.washington.edu/pmp-accessibility/website -git_branch: master +git_url: https://gitlab.cs.washington.edu/teaching-materials/accessibility-website +git_branch: main discussion: TBD staff_email: mailto:pmp-accessibility-staff@u.washington.edu canvas: https://canvas.uw.edu/course/TBD @@ -21,7 +21,7 @@ gitlab: NA gitgrade: https://gitlab.cs.washington.edu/students-group-for-assignments paginate: 5 quarter: "Quarter 20XX" -classnum: "CSEP 590b" +classnum: "CSE XXX" copydate: "3/30/20" status: published warning: old diff --git a/_data/navigation.yml b/_data/navigation.yml index fe0b25f0..f70ae552 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,4 +1,4 @@ -nav_list_title: CSE P590A +nav_list_title: CSE XXX nav_list: - title: Syllabus url: / diff --git a/schedule.md b/schedule.md index 491fb52a..57d02c3c 100644 --- a/schedule.md +++ b/schedule.md @@ -2,6 +2,7 @@ layout: default title: Schedule description: Class schedule and links to lectures, readings and assignments +warning: draft --- * TOC @@ -28,7 +29,6 @@ description: Class schedule and links to lectures, readings and assignments {: .break} 6:20-6:40 : Break / Food - {: .topic} 6:40-7:50 In-class Activities : **Slides** {% include slide.html title="In Class Activities" loc="accessibility-activities.html" %} @@ -46,7 +46,7 @@ description: Class schedule and links to lectures, readings and assignments : Break {: .topic} 8:00-8:20 Overview of course -: **Slides** {% include slide.html title="Introduction to Course" loc="syllabus.html" %} +: **Slides** {% include slide.html title="Introduction to Course" loc="introduction.html" %} Introduction to course syllabus & assignments {% enddetails %} diff --git a/slides/syllabus.html b/slides/introduction.html similarity index 100% rename from slides/syllabus.html rename to slides/introduction.html -- GitLab