diff --git a/_layouts/assignment.html b/_layouts/assignment.html index 787602180f7eb278042b4032fd9d98d23b158063..ba676f5bfebd4a762bcfc4e56fc1652ff3e34afe 100644 --- a/_layouts/assignment.html +++ b/_layouts/assignment.html @@ -26,25 +26,25 @@ <div id="due dates"> {% if page.assigned.size > 1 %} -<strong>Assigned</strong> +<h2>Assigned</h2> <ul> {% for day in page.assigned %} <li>{{day}}</li> {% endfor %} </ul> {% else %} -<strong>Assigned</strong>: {{page.assigned}} +<h2>Assigned</h2>: {{page.assigned}} {% endif %} {% if page.due.size > 1 %} - <br> <strong>Due</strong> + <br> <h2>Due</h2> <ul> {% for day in page.due %} <li>{{day}}</li> {% endfor %} </ul> {% else %} -   <strong>Due</strong>: {{page.assigned}} +   <h2>Due</h2>: {{page.assigned}} {% endif %} </div> diff --git a/assignments/finding-accessibility.md b/assignments/finding-accessibility.md index f1538faa3c6412ed2d01d9c616b6beb86a8d18ef..22b53c390be0b22af2c26dcdd267789c82a00996 100644 --- a/assignments/finding-accessibility.md +++ b/assignments/finding-accessibility.md @@ -6,10 +6,10 @@ title: AT Around Us description: Find and learn about how people with disabilities use a variety of accessibility technologies code: hw1 -assigned: September 9th, 2023 -due: Slides October 5, 2023, (1 day grace period October 6th); Presentation October 6, 2023 (no grace period, class presentations ) +assigned: September 28th, 2023 +due: Slides October 2, 2023, (2 day grace period October 4th); Presentation October 6, 2023 (no grace period, class presentations ) -revised: August 20, 2023 +revised: September 28, 2023 --- diff --git a/assignments/index.md b/assignments/index.md index 37c8ffd6d88da7909680c6da94dc0cb779b938d2..79eace51d85647e70bbffcfff863d7f2d836f5fb 100644 --- a/assignments/index.md +++ b/assignments/index.md @@ -17,17 +17,17 @@ questions or run into issue, please contact the course staff. # Assignments -| Link to Assignment | Turn in Link | Due Date | -|--------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|----------| -| HW1: [Finding AT around us](finding-accessibility.html) | [Canvas HW1]({{site.canvas}}/assignments/8443510) | 10/2 | -| HW2: [Disability Justice](disabilityjustice.html) | [Canvas HW2]({{site.canvas}}/assignments/8443521) | 10/9 | -| HW3a: [Web/App Access UARS](website.html) | [Canvas HW3]({{site.canvas}}/assignments/8443528) | 10/16 | -| HW3b: [Web/App Access Report](website-report.html) | TBD | TBD | -| HW4a: [Post GUI Accessibility](technology-review.html) | TBD | TBD | -| HW4b: [Post GUI Accessibility Implementation](technology-implementation.html) | TBD | TBD | -| HW5a: [Final Project Proposal](project-proposals.html) | TBD | TBD | -| HW5b: [Final Project Checkpoint](project-checkpoint.html) | TBD | TBD | -| HW5c: [Final Project Presentation](project-final.html) | TBD | TBD | +| Link to Assignment | Turn in Link | Due Date | +|------------------------------------------------------------------------------|---------------------------------------------------|----------| +| HW1: [Finding AT around us](finding-accessibility.html) | [Canvas HW1]({{site.canvas}}/assignments/8443510) | 10/2 | +| HW2: [Disability Justice](disabilityjustice.html) | [Canvas HW2]({{site.canvas}}/assignments/8443521) | 10/9 | +| HW3: [Web/App Access UARS](website.html) | [Canvas HW3]({{site.canvas}}/assignments/8443528) | 10/16 | +| HW4: [Web/App Access Report](website-report.html) | [Canvas HW4]({{site.canvas}}/assignments/8712208) | 10/21 | +| HW5: [Post GUI Accessibility](technology-review.html) | [Canvas HW5]({{site.canvas}}/assignments/8712482) | 10/30 | +| HW6: [Post GUI Accessibility Implementation](technology-implementation.html) | [Canvas HW6]({{site.canvas}}/assignments/8712492 | 11/6 | +| HW7: [Final Project Proposal](project-proposals.html) | TBD | TBD | +| HW8: [Final Project Checkpoint](project-checkpoint.html) | TBD | TBD | +| HW9: [Final Project Presentation](project-final.html) | TBD | TBD | # Regrades Regrades are done per competency, not per assignment. All regrade requests must be submitted at least a week ahead of the last class of the quarter. Please check with your TA about what exactly is required for a regrade for any given competency. diff --git a/assignments/project-proposals.md b/assignments/project-proposals.md index dbd2c3fe1405519195e6cdb25e4e1cf42c4cc874..458a55062ef70a525cda12e2b849d503fd3ad2b5 100644 --- a/assignments/project-proposals.md +++ b/assignments/project-proposals.md @@ -3,13 +3,12 @@ layout: assignment published: draft title: Final Project Proposal -code: hw7a +code: hw7 -assigned: Feb 7, 2023 -due: - - <strong>Post and comment on ideas on Ed</strong> by Feb 10, 2023 +assigned: November 8, 2023 +due: Post and comment on ideas on Ed by Friday 11/10, 2023 (2 day late window) -revised: April 12, 2023 +revised: September 28, 2023 description: Propose a project to make the world slightly more accessible diff --git a/assignments/technology-implementation.md b/assignments/technology-implementation.md index e9510725df5c4e26c15cdb2fdf2621ef6629cc6d..3bbc0cc6ead1a820e6522d68676174c4f228ca94 100644 --- a/assignments/technology-implementation.md +++ b/assignments/technology-implementation.md @@ -4,14 +4,14 @@ published: draft title: Post GUI Implementation description: Learn about post-GUI accessibility -code: hw4b +code: hw6 -assigned: Jan 31, 2023 +assigned: November 1, 2023 due: - - Feb 7, 2023, 5pm Pacific - - Two day grace period, Feb 9, 2023 + - November 6, 2023 + - Two day grace period, November 8, 2023 -revised: April 12, 2023 +revised: September 28, 2023 --- diff --git a/assignments/technology-review.md b/assignments/technology-review.md index a047ee77fcd1cf88c7fc3b9403d5c889992742db..78daacdebccfc4e1401e6c682f25c645b9ff72b3 100644 --- a/assignments/technology-review.md +++ b/assignments/technology-review.md @@ -4,14 +4,14 @@ published: draft title: Post GUI Review description: Learn about post-GUI accessibility -code: hw4; +code: hw5; -assigned: Jan 31, 2023 +assigned: October 25th, 2023 due: - - Feb 7, 2023, 5pm Pacific - - Two day grace period, Feb 9, 2023 + - October, 30th + - Two day grace period, November 1, 2023 -revised: April 12, 2023 +revised: September 28th, 2023 --- diff --git a/assignments/website-report.md b/assignments/website-report.md index eca6e884eb657565e24c61c2b695012475d053a3..e3d649820fb37c15195b8c5491af1a65923d916c 100644 --- a/assignments/website-report.md +++ b/assignments/website-report.md @@ -4,14 +4,14 @@ published: draft title: Website/App Accessibility Report (Group) description: Learn how to write about and remediate accessibility problems with websites and apps -code: hw2 +code: hw4 -assigned: Jan 10, 2023 +assigned: Assigned October 18, 2023 due: - - Due on Jan 23, 2023, 5pm Pacific - - Two day grace period, Jan 25, 2023, 5pm Pacific + - Due on October 23, 2023 + - Two day grace period, October 25, 2023 -revised: Apr 11, 2023 +revised: Sep 28, 2023 --- * TOC diff --git a/schedule.md b/schedule.md index a73345d753992a2c3e68969dd8b61f959549b4af..97490dd7e4626722f64fb117fa1aa38089b2849d 100644 --- a/schedule.md +++ b/schedule.md @@ -329,7 +329,7 @@ Learn about how to make AR/VR interfaces and games accessible : - **Required: Respond to the Reading Questions and Preparation Requirements.** - - [Increasing Data Equity in Accessibility](https://arxiv.org/abs/2210.01902) No ed post for this one :) + - [Increasing Data Equity in Accessibility](https://arxiv.org/abs/2210.01902) - **If you want to go deeper** - [A systematic literature review of handheld augmented reality solutions for people with disabilities](https://www.mdpi.com/1424-8220/22/20/7719) - [Understanding Screen-Reader Users’ Experiences with Online Data Visualizations](https://athersharif.me/documents/assets-2021-understanding-sru-experiences-online-data-viz.pdf) [**Respond**](TBD) @@ -372,6 +372,9 @@ Check in to make sure you have a plan and it is do-able {% enddetails %} +{: .week} + +# Module 3: Everything Everywhere All at Once {: .week} # Week 7 (11/6 - 11/10): Fabrication @@ -420,9 +423,6 @@ Finish making laser cuttable designs and print ## Friday 11/10: HOLIDAY {: .holiday} -{: .week} - -# Module 3: Everything Everywhere All at Once {: .week} # Week 8 (11/13-11/17): Chronic Illness & Sustainability @@ -503,7 +503,7 @@ TBD {% enddetails %} {: .week} -# Finals week: Final presentations -- 12/12, 2:30pm +# Finals week: Final presentations -- 12/12, late afternoon (around 2:30-4ish) {: .lecture} Final project presentations :