|
1 | 1 | # bokeh-a11y-audit
|
2 | 2 |
|
| 3 | +| Information | Links | |
| 4 | +| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 5 | +| Project | [](https://opensource.org/licenses/BSD-3-Clause) | |
| 6 | +| Audit findings and evidence | [](https://bokeh-a11y-audit.readthedocs.io/) | |
| 7 | +| Cite this resource | [](https://doi.org/10.5281/zenodo.14923642) | |
| 8 | + |
3 | 9 | Welcome to the Bokeh accessibility (a11y) audit repository!
|
4 | 10 |
|
5 |
| -This repository is a place to track the findings and progress of the Bokeh accessibility audit as part of the |
6 |
| -**Accessible interactive data visualizations in Python with Bokeh** grant funded by the [CZI EOSS Cycle 6](https://chanzuckerberg.com/eoss/). |
| 11 | +This repository is a place to track the findings and progress of the Bokeh accessibility |
| 12 | +audit as part of the |
| 13 | +**Accessible interactive data visualizations in Python with Bokeh** grant funded by the |
| 14 | +[CZI EOSS Cycle 6](https://chanzuckerberg.com/eoss/). |
7 | 15 |
|
8 |
| -🗂️ Grant progress and deliverables are tracked in the [Quansight-Labs/czi-bokeh-mgmt repository](https://github.com/Quansight-Labs/czi-bokeh-mgmt). |
| 16 | +🗂️ Grant progress and deliverables are tracked in the |
| 17 | +[Quansight-Labs/czi-bokeh-mgmt repository](https://github.com/Quansight-Labs/czi-bokeh-mgmt). |
9 | 18 |
|
10 | 19 | ## Contents 🗃️
|
11 | 20 |
|
12 |
| -- [Accessibility audit findings](./source/): audits are organised in subdirectories according to the scope of the audit. |
13 |
| -- [Accessibility audit documentation](https://bokeh-a11y-audit.readthedocs.io/en/latest/): findings are presented in a Sphinx-generated website. |
14 |
| -- [Bokeh dashboard for accessibility audit](./dashboard/README.md): contains the assets and components for focused accessibility audits. |
| 21 | +- [Accessibility audit findings](./source/): audits are organised in subdirectories |
| 22 | + according to the scope of the audit. |
| 23 | +- [Accessibility audit documentation](https://bokeh-a11y-audit.readthedocs.io/en/latest/): |
| 24 | + findings are presented in a Sphinx-generated website. |
| 25 | +- [Bokeh dashboard for accessibility audit](./dashboard/README.md): contains the assets |
| 26 | + and components for focused accessibility audits. |
15 | 27 |
|
16 | 28 | ## Acknowledgements 🤝
|
17 | 29 |
|
18 | 30 | Key people involved in this project are:
|
19 | 31 |
|
20 |
| -- Frank Elavsky (@frankelavsky) - PhD student and researcher at [Human-Computer Interaction Institute](https://hcii.cmu.edu/) at [Carnegie Mellon University](https://www.cmu.edu/) |
| 32 | +- Frank Elavsky (@frankelavsky) - PhD student and researcher at [Human-Computer Interaction Institute](https://hcii.cmu.edu/) |
| 33 | + at [Carnegie Mellon University](https://www.cmu.edu/) |
21 | 34 | - Gabriel Fouasnon (@gabalafou) - Senior Software Engineer at Quansight Labs
|
22 |
| -- Mateusz Paprocki (@mattpap) - Open Source Software Engineer at Anaconda, Co-creator and Core Team Member of Bokeh |
23 |
| -- Pavithra Eswaramoorty (@pavithraes) - Developer Advocate at Quansight, Core Team Member of Bokeh |
24 |
| -- Philipp Rudiger (@philippjfr) - Principal Software Engineer at Anaconda, Core Team Member of Bokeh |
| 35 | +- Mateusz Paprocki (@mattpap) - Open Source Software Engineer at Anaconda, Co-creator |
| 36 | + and Core Team Member of Bokeh |
| 37 | +- Pavithra Eswaramoorty (@pavithraes) - Developer Advocate at Quansight, Core Team |
| 38 | + Member of Bokeh |
| 39 | +- Philipp Rudiger (@philippjfr) - Principal Software Engineer at Anaconda, Core Team |
| 40 | + Member of Bokeh |
25 | 41 | - Smera Goel (@smeragoel) - UI/UX Designer at Quansight Labs
|
26 | 42 | - Tania Allard (@trallard) - Co-director at Quansight Labs
|
27 | 43 |
|
28 |
| -This project is funded by the [CZI Science EOSS](https://chanzuckerberg.com/eoss/) program (Cycle 6). |
| 44 | +This project is funded by the [CZI Science EOSS](https://chanzuckerberg.com/eoss/) |
| 45 | +program (Cycle 6). |
| 46 | + |
| 47 | +The [Bokeh](https://bokeh.org/) project is sustained by the [Bokeh Development Team |
| 48 | +(@bokeh/dev)](https://github.com/orgs/bokeh/teams/dev). |
| 49 | + |
| 50 | +## Contributing 🤗 |
29 | 51 |
|
30 |
| -The [Bokeh](https://bokeh.org/) project is sustained by the [Bokeh Development Team (@bokeh/dev)](https://github.com/orgs/bokeh/teams/dev). |
| 52 | +We welcome contributions to this project! Please read our contribution guidelines in the [contributing doc](./contributing.md) in this repository. |
31 | 53 |
|
32 | 54 | ## License 📃
|
33 | 55 |
|
34 | 56 | The code in this repository is licensed under the terms of the revised [BSD license](./LICENSE).
|
35 |
| -Content and other assets are licensed under the terms of the [Creative Commons Attribution-NonCommercial 4.0 International License](https://creativecommons.org/licenses/by-nc/4.0/). |
| 57 | +Content and other assets are licensed under the terms of the |
| 58 | +[Creative Commons Attribution-NonCommercial 4.0 International License](https://creativecommons.org/licenses/by-nc/4.0/). |
36 | 59 |
|
37 | 60 | ## Code of Conduct 📖
|
38 | 61 |
|
39 |
| -All communication in this repository is covered by [Quansight Code of Conduct](https://github.com/Quansight/.github/blob/master/CODE_OF_CONDUCT.md). |
| 62 | +All communication in this repository is covered by |
| 63 | +[Quansight Code of Conduct](https://github.com/Quansight/.github/blob/master/CODE_OF_CONDUCT.md). |
0 commit comments