diff --git a/_layouts/default.html b/_layouts/default.html index acbb54f6..dc47be77 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,7 +4,7 @@ url: /try - title: Install url: /install - - title: Get Involved + - title: Community url: /community - title: Documentation url: https://docs.jupyter.org/ diff --git a/assets/community/discourse.svg b/assets/community/discourse.svg new file mode 100644 index 00000000..4cbb8c87 --- /dev/null +++ b/assets/community/discourse.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/assets/community/gitter.svg b/assets/community/gitter.svg deleted file mode 100644 index a37b8c36..00000000 --- a/assets/community/gitter.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - Artboard - Created with Sketch. - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/assets/community/zulip-icon.svg b/assets/community/zulip-icon.svg new file mode 100644 index 00000000..7343b55a --- /dev/null +++ b/assets/community/zulip-icon.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/binder.md b/binder.md index eddd354e..70db0d7a 100644 --- a/binder.md +++ b/binder.md @@ -118,13 +118,12 @@ Like all Project Jupyter efforts, the Binder Project is an open-source and community-driven project. We'd love for you to join our community and contribute code, time, comments, or appreciation. +* [**The Binder Zulip Channel**](https://jupyter.zulipchat.com/#narrow/channel/469744-jupyterhub) is where real-time conversations happen in the Binder community. This is shared with the JupyterHub project. +* [**The Binder Community Forum**](https://discourse.jupyter.org/c/binder) has a lot of + community interaction and useful information about using, running, and contributing to Binder. +* [**The JupyterHub Contributing guide**](https://jupyterhub-team-compass.readthedocs.io/en/latest/contribute/index.html) is + a great place to start learning how you can contribute to the Binder Project. * [**The JupyterHub Team Compass**](https://jupyterhub-team-compass.readthedocs.io/en/latest/) is a resource for the JupyterHub community to share information, team practices, and important information. * [**The JupyterHub Teams Page**](https://jupyterhub-team-compass.readthedocs.io/en/latest/team/index.html) lists the current members of the JupyterHub and Binder teams. -* [**The JupyterHub Contributing guide**](https://jupyterhub-team-compass.readthedocs.io/en/latest/contribute/index.html) is - a great place to start learning how you can contribute to the Binder Project. -* [**The Binder Gitter Channel**](https://gitter.im/jupyterhub/binder) is where a lot of real-time - conversations happen in the Binder community. -* [**The Binder Community Forum**](https://discourse.jupyter.org/c/binder) has a lot of - community interaction and useful information about using, running, and contributing to Binder. diff --git a/community.md b/community.md index 0322d2e2..8b0f26d2 100644 --- a/community.md +++ b/community.md @@ -1,25 +1,30 @@ --- layout: page -title: Get Involved -tagline: How to join the Project Jupyter community +title: Get Involved in the Community +tagline: How to learn about and join our open source community permalink: /community channels: - - title: Jupyter GitHub - description: A place where the community collaborates on the development of Jupyter software. - src: assets/widgets/github.svg - alt: GitHub logo - url: https://github.com/jupyter/ - - title: Jupyter Discourse - description: A Discourse Forum for a multitude of Jupyter topics. - src: assets/community/mail-list.svg - alt: Mailing list + - title: Jupyter Forum + description: A forum for asynchronous communication across the Jupyter community and many of its subprojects. + src: assets/community/discourse.svg + alt: Discourse logo url: https://discourse.jupyter.org/ + - title: Jupyter Chatroom + description: For real-time discussion project-wide. Also used by several sub-projects for their team conversation. + src: assets/community/zulip-icon.svg + alt: Zulip logo + url: https://jupyter.zulipchat.com - title: Jupyter General Mailing List description: A Google Group for general discussions of Jupyter's use. src: assets/community/mail-list.svg alt: Mailing list url: https://groups.google.com/forum/#!forum/jupyter + - title: Jupyter GitHub + description: A place where the community collaborates on the development of Jupyter software. + src: assets/widgets/github.svg + alt: GitHub logo + url: https://github.com/jupyter/ - title: Jupyter in Education Mailing List description: A Google Group for general discussions of Jupyter's use in education. src: assets/community/mail-education.svg @@ -30,11 +35,6 @@ channels: src: assets/community/mail-list.svg alt: Mailing list url: https://groups.google.com/forum/?pli=1#!forum/jupyter-research-facilities - - title: Jupyter Gitter Chatroom - description: A real-time chatroom, for general development related discussions. - src: assets/community/gitter.svg - alt: Gitter logo - url: https://gitter.im/jupyter/jupyter - title: Jupyter on Stack Overflow description: A popular third party site for programmers to ask and answer questions about Jupyter. src: assets/community/stack-overflow.svg @@ -52,52 +52,24 @@ channels: url: https://jupyter.readthedocs.io/en/latest/contributing/content-contributor.html --- -Jupyter is a community of data enthusiasts who believe in the power of open -tools and standards for education, research, and data analytics. We welcome -contributions and contributors of all kinds - whether they come as contributions -to code, participation in the community, opening issues and pointing out bugs, -or simply sharing your work with your colleagues and friends. - -## Join the Jupyter community - -If you're interested in joining the Jupyter community (yay!) we recommend -checking out the Jupyter [Contributing -guide](https://jupyter.readthedocs.io/en/latest/contributing/content-contributor.html). -This contains information about the different projects in the Jupyter ecosystem, -the tools and skills that are useful for each project, and other ways that you -can become a part of the Jupyter community. - -## Explore our projects +Jupyter is an open community of data enthusiasts who believe in the power of open +tools and standards for education, research, and data analytics. -Jupyter has seen wonderful growth over the past decade. As we have grown, the -projects now span multiple GitHub organizations. Jupyter projects may be found -in these organizations: +## Where to learn -- [jupyter](https://github.com/jupyter) -- [ipython](https://github.com/ipython) -- [jupyterhub](https://github.com/jupyterhub) -- [jupyterlab](https://github.com/jupyterlab) -- [jupyter-widgets](https://github.com/jupyter-widgets) -- [jupyter-server](https://github.com/jupyter-server) -- [jupyter-xeus](https://github.com/jupyter-xeus) -- [jupyter-lsp](https://github.com/jupyter-lsp) -- [voila-dashboards](https://github.com/voila-dashboards) -- [binder-examples](https://github.com/binder-examples) +We welcome contributions and contributors of all kinds - whether they come as contributions to code, participation in the community, opening issues and pointing out bugs, or simply sharing your work with your colleagues and friends. -Many organizations have a **team-compass** repo to provide detailed information -about the sub-community, its meetings, and contribution tips. +To learn more about contributing, see the [Jupyter Contributing guide](https://docs.jupyter.org/en/latest/contributing/content-contributor.html). -## Participate online +Jupyter is organized into sub-projects, each of which has their own goals, practices, and spaces for communication. +To get started, see [this list of Jupyter Subprojects](https://jupyter.org/governance/list_of_subprojects.html). -Jupyter also has a number of online communication channels to help keep in touch. +## Where to talk -As you interact with others in the Jupyter ecosystem, remember that we have a strong -commitment to being an **open, inclusive, and positive community**. Please read the -[Jupyter Code of Conduct](https://github.com/jupyter/governance/blob/main/conduct/code_of_conduct.md) -for guidance on how to interact with others in a way that makes the community thrive. +Jupyter has a number of online communication channels to help keep in touch. Here are several of the most-prominent ones. -Below is a short list of Gitter channels, mailing lists, and GitHub repositories -where you can get involved. **We always welcome participation in the Jupyter community**. +Remember that we have a strong commitment to being an **open, inclusive, and positive community**. Please read the [Jupyter Code of Conduct](https://github.com/jupyter/governance/blob/main/conduct/code_of_conduct.md) +for guidance on how to interact with others.
{% for obj in page.channels %}