Skip to content
Snippets Groups Projects
Commit 88351df9 authored by Jennifer Mankoff's avatar Jennifer Mankoff
Browse files

Merge branch 'jen-week7' into 'UACCESS-23fa'

Finalizing website

See merge request undergrad-accessibility-website!94
parents eefb849f 428252f4
No related branches found
No related tags found
1 merge request!12Accessibility website jen summer work
......@@ -17,7 +17,8 @@ git_url: https://gitlab.cs.washington.edu/teaching-materials/undergrad-accessibi
git_branch: UACCESS-23fa
discussion: https://edstem.org/us/courses/41400/discussion
canvas: https://canvas.uw.edu/courses/1665828
warning:
status: published
warning: final
paginate: 5
classnum: CSE493
......
......@@ -17,7 +17,8 @@ git_url: https://gitlab.cs.washington.edu/teaching-materials/undergrad-accessibi
git_branch: UACCESS-23fa
discussion: https://edstem.org/us/courses/41400/discussion
canvas: https://canvas.uw.edu/courses/1665828
warning:
status: published
warning: final
paginate: 5
classnum: CSE493e
......
......@@ -11,9 +11,13 @@
<main id="content" class="main-content" role="main">
{% if site.warning != none %}
{% if site.status contains 'published' %}
<div id="published-final">
This is the {{site.quarter}} final website.
</div>
{% elsif site.warning contains 'draft' %}
<div id="unpublished-warning">
This is the {{site.quarter}} {{site.status}} draft website.
This is the {{site.quarter}} draft website.
</div>
{% elsif page.warning != none %}
<div id="unpublished-warning">
......
......@@ -2,9 +2,13 @@
layout: default
---
{% if site.warning != none %}
{% if site.status contains 'published' %}
<div id="published-final">
This is the {{site.quarter}} final website.
</div>
{% elsif site.warning contains 'draft' %}
<div id="unpublished-warning">
This is the {{site.quarter}} {{site.status}} draft website.
This is the {{site.quarter}} draft website.
</div>
{% elsif page.warning != none %}
<div id="unpublished-warning">
......
......@@ -268,6 +268,16 @@ table.schedule {
margin-bottom: 1em;
}
#published-final {
background-color: $break-color;
border: 0.15em solid $navbar-color;
border-radius: 0.5em;
color: $lecture-background;
font-size: large;
padding: 0.25em 0.5em;
margin-bottom: 1em;
}
table.schedule td, table.schedule th {
border: 1px solid $white;
padding: 3px 4px;
......
......@@ -194,10 +194,8 @@ appeared reasonable.
> [^1]Reeve-Parker, N. (2023, September 6). *Breaking the cycle of period
> poverty to achieve menstrual equity - UW Combined Fund Drive*. UW
> Combined Fund Drive.
> https://hr.uw.edu/cfd/2023/06/27/menstrual-equity/
>
> Combined Fund Drive. https://hr.uw.edu/cfd/2023/06/27/menstrual-equity/
> [^2]*Fast Facts (HTML version)*. (n.d.). Office of Planning &
> Budgeting.
> https://www.washington.edu/opb/uw-data/fast-facts/fast-facts-html-only/
> Budgeting. https://www.washington.edu/opb/uw-data/fast-facts/fast-facts-html-only/
......@@ -10,7 +10,7 @@ description: Final Project
# Scribe: Crowdsourcing Scientific Alt Text
## Introduction
Many scientific papers are inaccessible due to a lack of high quality alt text, and a lack of alt text completely [5]. In addition, most scientific papers are presented in PDF format (for example, on https://arxiv.org/), and PDFs are generally not screen reader friendly. ar5iv (https://ar5iv.labs.arxiv.org/) presents articles from arXiv as HTML, which is generally more accessible for screen reader users.
Many scientific papers are inaccessible due to a lack of high quality alt text, and a lack of alt text completely [5]. In addition, most scientific papers are presented in PDF format (for example, on [arXiv](https://arxiv.org/)), and PDFs are generally not screen reader friendly. [ar5iv](https://ar5iv.labs.arxiv.org/) presents articles from arXiv as HTML, which is generally more accessible for screen reader users.
We propose and implement a prototype plugin for ar5iv that adds alt text to requested papers via crowdwork.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment