diff --git a/README.md b/README.md index b361020f..81e84efb 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ If you are trying to use Jupyter tools with assistive technology now, you may be - [Jupyter Notebook Accessibility Issues](https://github.com/jupyter/notebook/issues?q=is%3Aopen+is%3Aissue+label%3Atag%3AAccessibility) - [JupyterHub Accessibility Issues](https://github.com/jupyterhub/jupyterhub/issues?q=is%3Aopen+is%3Aissue+label%3Aaccessibility) - [JupyterLab Accessibility Issues](https://github.com/jupyterlab/jupyterlab/issues?q=is%3Aopen+is%3Aissue+label%3Atag%3AAccessibility) +- Review and join in contributing to [accessibility issues identified for the ongoing CZI EOSS grant](docs/funding/czi-grant-roadmap.md) - If you find something that you think should be labeled for accessibility, feel free to label it or add a comment. ### Join our JupyterLab accessibility meetings diff --git a/docs/funding/README.md b/docs/funding/README.md index 3c99018c..c3ce04b8 100644 --- a/docs/funding/README.md +++ b/docs/funding/README.md @@ -2,4 +2,10 @@ ## Want to collaborate on a proposal? -Sustained funding is critical to maintaining `jupyter`'s accessibility. Please contact us on Github if you want to explore funding in Project Jupyter. \ No newline at end of file +Sustained funding is critical to maintaining `jupyter`'s accessibility. Please contact us on Github if you want to explore funding in Project Jupyter. + +## Past proposals + +- CZI EOSS Cycle 4 (ongoing) + - [Proposal](Inclusive_and_Accessible_Scientific_Computing_in_Jupyter_Ecosystem_SUBMITTED_PROPOSAL.pdf) + - [Roadmap](czi-grant-roadmap.md) \ No newline at end of file diff --git a/docs/funding/czi-grant-completed.md b/docs/funding/czi-grant-completed.md new file mode 100644 index 00000000..8ad363de --- /dev/null +++ b/docs/funding/czi-grant-completed.md @@ -0,0 +1,21 @@ +# Jupyter Accessibility Roadmap - Completed Items + +Created on: April 1, 2022 + +Last updated on: April 1, 2022 + +## Action items completed + +- Update the [JupyterLab accessibility project board](https://github.com/orgs/jupyterlab/projects/1) + +## In the works + +For items not yet completed, but next on the list, refer to the [Jupyter Accessibility Roadmap](czi-grant-roadmap.md) + +For the full scope of the two-year grant, all key items are listed on the [jupyter-a11y-mgmt repository's planning issues](https://github.com/orgs/Quansight-Labs/projects/5/views/1). + +This roadmap's content is derived from +- [The original grant proposal](https://github.com/jupyter/accessibility/blob/master/grant-applications/Inclusive_and_Accessible_Scientific_Computing_in_Jupyter_Ecosystem_SUBMITTED_PROPOSAL.pdf) +- The [jupyter-a11y-mgmt repository's planning issues](https://github.com/orgs/Quansight-Labs/projects/5/views/1) +- The [JupyterLab accessibility project board](https://github.com/orgs/Quansight-Labs/projects/5/views/1) +- Feedback from community members working on accessibility \ No newline at end of file diff --git a/docs/source/meeting-minutes/czi-grant-updates/czi-grant-roadmap.md b/docs/funding/czi-grant-roadmap.md similarity index 94% rename from docs/source/meeting-minutes/czi-grant-updates/czi-grant-roadmap.md rename to docs/funding/czi-grant-roadmap.md index 66294d8d..852cf820 100644 --- a/docs/source/meeting-minutes/czi-grant-updates/czi-grant-roadmap.md +++ b/docs/funding/czi-grant-roadmap.md @@ -2,7 +2,7 @@ Created on: November 11, 2021 -Last updated on: December 8, 2021 +Last updated on: April 1, 2022 ## Primary goals @@ -15,19 +15,20 @@ Over the course of the two-year grant, we are aiming to transform the Jupyter ec 3. Document what we've learn/best practices for accessibility specific to Jupyter or the wider scientific Python ecosystem 4. Share work with other projects and help them start implementing accessibility fixes when possible +For a list of work completed, refer to [Jupyter Accessibility Roadmap - Completed Items](czi-grant-completed.md). + ## Action items ### In the works -- Add automated accessibility tests to JupyterLab ([JupyterLab issue #9742](https://github.com/jupyterlab/jupyterlab/issues/9742)) -- Update the [JupyterLab accessibility project board](https://github.com/orgs/Quansight-Labs/projects/5/views/1) +- Add automated accessibility tests to JupyterLab ([JupyterLab issue #9742](https://github.com/jupyterlab/jupyterlab/issues/9742))([Testing exploration has begun here](https://github.com/jupyter/accessibility/pull/74)) - Determine pathways for inviting community engagement +- Cross-project outreach within Project Jupyter and beyond ### Coming soon - Improve color contrast in JupyterLab ([WCAG minimum contrast](https://www.w3.org/TR/WCAG21/#contrast-minimum)) ([JupyterLab issue #8832](https://github.com/jupyterlab/jupyterlab/issues/8832)) - Support for 400% zoom in JupyterLab ([WCAG reflow](https://www.w3.org/TR/WCAG21/#reflow))([JupyterLab issue #10004](https://github.com/jupyterlab/jupyterlab/issues/10004)) -- Cross-project outreach within Project Jupyter and beyond - Add a news section to the [jupyter-a11y-mgmt team compass](https://quansight-labs.github.io/jupyter-a11y-mgmt/readme.html) ### Not too far off