diff --git a/mkdocs.yml b/mkdocs.yml index f2651604..c4bf0bf4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -65,6 +65,7 @@ nav: - exports/reports/configs.md - nbconvert_html5 module: - nbconvert_html5.md + - Notebooks for all media: media.md hooks: - hooks.py diff --git a/tests/media.md b/tests/media.md new file mode 100644 index 00000000..e288cb28 --- /dev/null +++ b/tests/media.md @@ -0,0 +1,30 @@ +# Notebooks for all media + +A collection of multimedia references to Notebooks for All. + +## Articles + +* [Making Jupyter Notebooks More Accessible] +* referenced in [Data Driven Understanding of Data +Science Notebook (In)Accessibility] + +## Videos + +* [STScI Day of Accessibility playlist](https://www.youtube.com/playlist?list=PLCPZgcYzVpj_WHHCTUpec8THYEMzXZnR1) + * [Introduction to Day of Accessibility] + * [Notebooks for All] + * [Illuminating the Universe with Accessible Text Descriptions] + * [Joshua Miele - Day of Accessibility Keynote] + * [Hearing the Light - Astronomy Data Sonification] + * [Learn to Use a Screen Reader] + + +[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 +[Joshua Miele - Day of Accessibility Keynote]: https://www.youtube.com/watch?v=pR29v4-J6i0&list=PLCPZgcYzVpj_WHHCTUpec8THYEMzXZnR1&index=4&t=6s&pp=iAQB +[Hearing the Light - Astronomy Data Sonification]: https://www.youtube.com/watch?v=-MBpGKoULyc&list=PLCPZgcYzVpj_WHHCTUpec8THYEMzXZnR1&index=5&t=10s&pp=iAQB +[Learn to Use a Screen Reader]: https://www.youtube.com/watch?v=F189lurxSbs&list=PLCPZgcYzVpj_WHHCTUpec8THYEMzXZnR1&index=6&pp=iAQB +[Making Jupyter Notebooks More Accessible]: https://astrobites.org/2023/06/10/notebooks-for-all/ +[Data Driven Understanding of Data +Science Notebook (In)Accessibility]: https://arxiv.org/pdf/2308.03241.pdf \ No newline at end of file