Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add streams testing the nbconvert template #101

Merged
merged 2 commits into from
Dec 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion tests/media.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Science Notebook Inaccessibility][Data Driven Understanding of Data
Science Notebook Inaccessibility]
* [SciPy 2023](https://gihyo.jp/article/2023/08/scipy2023) written in Japanese

## Videos
## Presentations and Events

* [Patrick Smyth, Jenn Kotler Notebooks for All: Accessibility & Jupyter Notebooks | JupyterCon 2023](https://www.youtube.com/watch?v=LJMS9R-KFXQ)
* [Basic Jupyter Notebook Accessibility](https://www.youtube.com/watch?v=KsUF_HjA97U&t=318s)
Expand All @@ -25,6 +25,13 @@ Science Notebook Inaccessibility]
* [Accessibility best practices for authoring Jupyter notebooks] @ SciPy 2023


## Steams

* [@smythp](https://github.com/smythp) & [@tonyfast](https://github.com/tonyfast) review the `nbconvert-a11y` template.[^video]
* <time>10/4/2023</time> - https://www.youtube.com/watch?v=sv5l5bVNE20
* <time>10/18/2023</time> - https://www.youtube.com/watch?v=GkINFX3aJw0
* <time>10/25/2023</time> - https://www.youtube.com/watch?v=Ku-leCdn6hk

[Introduction to Day of Accessibility]: https://www.youtube.com/watch?v=9ELaUM1fRNc&list=PLCPZgcYzVpj_WHHCTUpec8THYEMzXZnR1&index=1&t=9s&pp=iAQB
[Notebooks for All]: https://www.youtube.com/watch?v=Cmvh_nZoqM8&list=PLCPZgcYzVpj_WHHCTUpec8THYEMzXZnR1&index=2&pp=iAQB
[Illuminating the Universe with Accessible Text Descriptions]: https://www.youtube.com/watch?v=Xpka7pDl2fI&list=PLCPZgcYzVpj_WHHCTUpec8THYEMzXZnR1&index=3&pp=iAQB
Expand All @@ -35,3 +42,5 @@ Science Notebook Inaccessibility]
[Data Driven Understanding of Data
Science Notebook Inaccessibility]: https://arxiv.org/pdf/2308.03241.pdf
[Accessibility best practices for authoring Jupyter notebooks]: https://www.youtube.com/watch?v=onjRLjveGxk

[^video]: these videos proved to be a more effective way to understand the assistive experience users are having. we learned that videos should be considered when reviewing open source issues with a screen reader. it helps to watch these videos sped up, so expert screen reader users can help developers by slowing down their reader for better cognition.
Loading