Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • teaching-materials/website
  • teaching-materials/pmp-accessibility
  • cse340/website
  • teaching-materials/accessibility-website
  • teaching-materials/undergrad-accessibility-website
  • teaching-materials/quals-accessibility
  • jaewook4/quals-accessibility
  • manasali/undergrad-accessibility-website
  • xshen053/undergrad-accessibility-website
9 results
Show changes
Commits on Source (13)
Showing
with 61 additions and 115 deletions
......@@ -36,11 +36,11 @@ build_production:
- cp _layouts/presentation_production.html _layouts/presentation.html
- bundle exec jekyll build -d public
variables:
quarter: 24au
course: cse493e
quarter: ##xx
course: cse###
source_path: public
only:
- UACCESS-24fa
- XACCESS-##xx
artifacts:
paths:
- public/
......@@ -54,11 +54,11 @@ pre_deploy_production:
script:
- /www/utils/deploycourseweb.sh
variables:
quarter: 24au
course: cse493e
quarter: ##xx
course: cse###
source_path: public
only:
- UACCESS-24fa
- XACCESS-##xx
generate_pdf:
stage: generatepdf
......@@ -71,11 +71,11 @@ generate_pdf:
- bundle install --path vendor
- script/deployslidepdf
variables:
quarter: 24au
course: cse493e
quarter: ##xx
course: cse###
source_path: public
only:
- UACCESS-24fa
- XACCESS-##xx
artifacts:
paths:
- public/
......@@ -89,8 +89,8 @@ after_deploy_production:
script:
- /www/utils/deploycourseweb.sh
variables:
quarter: 24au
course: cse493e
quarter: ##xx
course: cse###
source_path: public
only:
- UACCESS-24fa
\ No newline at end of file
- XACCESS-##xx
\ No newline at end of file
......@@ -7,10 +7,10 @@ To use this website, the following steps are necessary:
2. Update the folowing variables and files:
* in .gitlab-ci.yml
```variables:
quarter: 24au
course: cse493e
quarter: eg24au
course: egcse493e
refs:
- UACCESS-24fa```
- egUACCESS-24fa```
* For files which have multiple versions, link to the right one for local deployments
(full list is in .gitlab-ci.yml before_script and should be kept up to date)
* ln -s index-ugrad.md index.md
......
......@@ -7,26 +7,26 @@
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/cse493e/24au"
baseurl: "/courses/classnum/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
staff_email: uaccess@cs.washington.edu
staff_email: tbd@cs.washington.edu
canvas_course: 1746643
git_url: https://gitlab.cs.washington.edu/teaching-materials/undergrad-accessibility-website
git_branch: UACCESS-24fa
git_url: https://gitlab.cs.washington.edu/teaching-materials/tbd
git_branch: CLASS-yyqq
discussion: https://edstem.org/us/courses/tbd/discussion
canvas: https://canvas.uw.edu/courses/1746643
submit: https://canvas.uw.edu/courses/1746643/assignments/
outcomes: https://canvas.uw.edu/courses/1746643/outcomes/
canvas: https://canvas.uw.edu/courses/tbd
submit: https://canvas.uw.edu/courses/tbd/assignments/
outcomes: https://canvas.uw.edu/courses/tbd/outcomes/
closed:
warning: draft
paginate: 5
room: ECE 037
time: MWF 10:30 – 11:20 AM
classnum: CSE493e
quarter: "Fall 2024"
room: TBD
time: TBD
classnum: classnum
quarter: "Quarter Year"
copydate: "7/4/24"
author:
name: Jennifer Mankoff
......
......@@ -7,26 +7,26 @@
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/cse493e/24au"
baseurl: "/courses/classnum/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
staff_email: uaccess@cs.washington.edu
staff_email: tbd@cs.washington.edu
canvas_course: 1746643
git_url: https://gitlab.cs.washington.edu/teaching-materials/undergrad-accessibility-website
git_branch: UACCESS-24fa
git_url: https://gitlab.cs.washington.edu/teaching-materials/tbd
git_branch: CLASS-yyqq
discussion: https://edstem.org/us/courses/tbd/discussion
canvas: https://canvas.uw.edu/courses/1746643
submit: https://canvas.uw.edu/courses/1746643/assignments/
outcomes: https://canvas.uw.edu/courses/1746643/outcomes/
canvas: https://canvas.uw.edu/courses/tbd
submit: https://canvas.uw.edu/courses/tbd/assignments/
outcomes: https://canvas.uw.edu/courses/tbd/outcomes/
closed:
warning: draft
paginate: 5
room: ECE 037
time: MWF 10:30 – 11:20 AM
classnum: CSE493e
quarter: "Fall 2024"
room: TBD
time: TBD
classnum: classnum
quarter: "Quarter Year"
copydate: "7/4/24"
author:
name: Jennifer Mankoff
......
nav_list_title: CSE 493e
nav_list_title: CSE classnum
nav_list:
- title: Syllabus
url: /
......
......@@ -17,14 +17,3 @@
</div>
</footer>
{% if site.google_analytics %}
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview');
</script>
{% endif %}
<form id="calculator-form">
<ul>
<li><label for="noncompetents">Number of Non-Competents:</label> <input type="number" id="noncompetents" name="noncompetents" required></li>
<li><label for="competents">Number of Competents:</label> <input type="number" id="competents" name="competents" required></li>
<li><label for="excellents">Number of Excellents:</label> <input type="number" id="excellents" name="excellents" required></li>
</ul>
<input type="button" value="Calculate" onclick="calculateSum()">
</form>
<p id="result"></p>
<script>
function calculateSum() {
// Get the input values
const noncompetents = parseFloat(document.getElementById('noncompetents').value);
const competents = parseFloat(document.getElementById('competents').value);
const excellents = parseFloat(document.getElementById('excellents').value);
// Calculate the sum
const grade = (competents/2.5 + excellents/2) - (noncompetents/2);
// Display the result
document.getElementById('result').textContent = 'Your Competency Grade is: ' + grade;
}
</script>
---
layout: assignment
published: true
published: draft
title: Benchmarking AI Ableism
revised: 3/23/2024
revised: date
objective: Learn about benchmarking in AI
......
---
layout: assignment
published: true
published: draft
title: Build a Better Button
code: hw6
assigned: Date
due:
- <strong>Due</strong> date
- <strong>Lock</strong> date
revised: date
......
---
layout: assignment
published: true
published: draft
title: Describing Pictures and Videos
code: ex1
assigned: April 19, 2021
due:
- <strong>Activity</strong><BR>
April 19, 2021 in class</strong>
revised: April 19, 2021
revised: date
objective: Describe a video and image
---
......
---
layout: assignment
published: true
published: draft
title: Disability Justice Template (Group)
description: Template for your disability justice assignment
revised: July 24, 2024
revised: date
---
See the [Disability Justice Assignment](disabilityjustice.html) for more details.
......
---
layout: assignment
published: true
published: draft
title: Disability Justice Analysis
description: Analyze an article using a disability justice framework
revised: July 24, 2024
revised: date
---
* TOC
{:toc}
......
---
layout: assignment
published: true
published: draft
title: Fabricated Accessibility
revised: 3/23/2024
revised: date
objective: Learn about physical computing & fabrication
......
---
layout: assignment
published: true
published: draft
title: AT Around Us Template (Individual)
description: Template for your AT Around Us assignment
revised: July 24, 2024
revised: date
---
See the [AT Around Us Assignment](finding-accessibility.html) for more details.
......
---
layout: assignment
published: true
published: draft
title: AT Around Us
description: Find and learn about how people with disabilities use a variety of accessibility technologies
revised: 7/24/2024
revised: date
---
* TOC
......
---
layout: assignment
published: true
published: draft
title: Laser Cut Accessibility
code: ex3
assigned: Date
due:
- <strong>Due</strong> date
- <strong>Lock</strong> date
revised: date
......
---
layout: assignment
published: true
published: draft
title: Plain Language Summary
description: Summarize an article using text simplification
revised: March 24, 2024
revised: date
---
* TOC
{:toc}
......
---
layout: assignment
title: Final Project Checkpoint
revised: July 6, 2024
revised: draft
description: Present a complete plan for a project to make the world slightly more accessible
---
......
---
layout: assignment
title: Final Project Final Presentations and Handin
revised: May 15, 2024
revised: date
description: Present your final project
---
# Overview
......
---
layout: assignment
title: Final Project Final Presentations and Handin
revised: May 15, 2024
revised: date
description: Present your final project
---
# Overview
......