diff --git a/README.md b/README.md index d011ca86ed2da93fbb295fbbf92445bc0acf3258..c6bc146be556ca5d3e1565e189dbef8ca561f5b1 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 39402d664f04aa8c7380c748f1f4efd12ceb30c0..98d288cd1283e73a7b425798d39fae2c47219db4 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 fe0b25f088abcc62534fd1d4328b240df2f2d376..f70ae55246cfcb2c0a98b2e75d9aa8a935f7bcb7 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 491fb52a693c7bde2ce9db83711e07f75b59405e..57d02c3c336df218d71dc3d26abd2af3dc69d0b3 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