From 8c5ad94b5d79b7940aaf85b2f517a4a8d900569e Mon Sep 17 00:00:00 2001
From: Jen Mankoff <jmankoff@cs.washington.edu>
Date: Wed, 12 Apr 2023 19:20:41 -0700
Subject: [PATCH] updated data

---
 _config.yml            | 18 +++++++++---------
 _config_production.yml | 18 +++++++++---------
 _data/navigation.yml   |  2 +-
 3 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/_config.yml b/_config.yml
index b2279b74..5fa7c88a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -7,21 +7,21 @@
 title: Accessibility
 description: Learn about app accessibility; how accessibility can be incorporated into cutting edge computer science topics like machine learning and fabrication; and the interaction of accessibilty technology and society
 
-baseurl: "/courses/cse599w/23sp"
+baseurl: "/courses/cse493/23fa"
 url: https://courses.cs.washington.edu # the base hostname & protocol for your site, e.g. http://example.com
 twitter_username: jcmankoff
 git_username:  jmankoff
-staff_email: qaccess@cs.washington.edu
-canvas_course: 1631800
-git_url: https://gitlab.cs.washington.edu/pmp-accessibility/website
-git_branch: master
-discussion: https://mail.google.com/chat/u/0/#chat/space/AAAA5Ym5Qv8
-canvas: https://canvas.uw.edu/courses/1631800
+staff_email: uaccess@cs.washington.edu
+canvas_course: TBD
+git_url: https://gitlab.cs.washington.edu/teaching-materials/undergrad-accessibility-website
+git_branch: UACCESS-23fa
+discussion: TBD
+canvas: https://canvas.uw.edu/courses/TBD
 warning: draft
 
 paginate:            5
-quarter: "Spring 2023"
-copydate: "1/30/23"
+quarter: "Fall 2023"
+copydate: "4/12/23"
 author:
     name: Jennifer Mankoff
     url: "https://make4all.org/jennifer-mankoff/"
diff --git a/_config_production.yml b/_config_production.yml
index c065d1a1..5fa7c88a 100644
--- a/_config_production.yml
+++ b/_config_production.yml
@@ -7,21 +7,21 @@
 title: Accessibility
 description: Learn about app accessibility; how accessibility can be incorporated into cutting edge computer science topics like machine learning and fabrication; and the interaction of accessibilty technology and society
 
-baseurl: "/courses/cse599w/23sp"
+baseurl: "/courses/cse493/23fa"
 url: https://courses.cs.washington.edu # the base hostname & protocol for your site, e.g. http://example.com
 twitter_username: jcmankoff
 git_username:  jmankoff
-staff_email: qaccess@cs.washington.edu
-canvas_course: 1631800
-git_url: https://gitlab.cs.washington.edu/pmp-accessibility/website
-git_branch: QACCESS-23sp
-discussion: https://mail.google.com/chat/u/0/#chat/space/AAAA5Ym5Qv8
-canvas: https://canvas.uw.edu/courses/1631800
+staff_email: uaccess@cs.washington.edu
+canvas_course: TBD
+git_url: https://gitlab.cs.washington.edu/teaching-materials/undergrad-accessibility-website
+git_branch: UACCESS-23fa
+discussion: TBD
+canvas: https://canvas.uw.edu/courses/TBD
 warning: draft
 
 paginate:            5
-quarter: "Spring 2023"
-copydate: "1/30/23"
+quarter: "Fall 2023"
+copydate: "4/12/23"
 author:
     name: Jennifer Mankoff
     url: "https://make4all.org/jennifer-mankoff/"
diff --git a/_data/navigation.yml b/_data/navigation.yml
index f70ae552..cafe0377 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -1,4 +1,4 @@
-nav_list_title: CSE XXX
+nav_list_title: CSE 493
 nav_list:
 - title: Syllabus
   url: /
-- 
GitLab