diff --git a/_data/navigation.yml b/_data/navigation.yml index 16111a4..67d09e8 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -26,11 +26,11 @@ sidebar: - title: "Videos" url: "#videos" - title: "ZEPs" - url: '#zeps' - - title: "Community Meetings" - url: '#community-meetings' + url: '/zeps' + - title: "Community" + url: '/community' - title: "Blog" - url: '#blog' + url: '/blog' - title: Other sites children: - title: "Specification" diff --git a/community/community.md b/community/community.md new file mode 100644 index 0000000..9f82f6b --- /dev/null +++ b/community/community.md @@ -0,0 +1,49 @@ +--- +layout: single +author_profile: false +title: Zarr Community +permalink: /community/ +sidebar: + title: "Content" + nav: sidebar +--- + +Zarr is a community-driven open-source data format specification developed and maintained by diverse [contributors](https://github.com/orgs/zarr-developers/teams). The Zarr contributors aim to maintain an open, equal, diverse, and inclusive community. Please read the [Zarr Code of Conduct](https://github.com/zarr-developers/.github/blob/main/CODE_OF_CONDUCT.md) for the appropriate way to interact with the community and help each other. + +The Zarr community meets two times every two weeks via [community](https://zarr.dev/community-calls) and [ZEP meetings](https://zarr.dev/zeps/meetings/). Please have a look at our [community calendar](https://zarr.dev/community-calls/) for exact timings. + +Feel free to explore the various communication channels mentioned below. + +## Community meetings + +Zarr community meeting notes, joining instructions, agenda and calendar are available at: [https://zarr.dev/community-calls](https://zarr.dev/community-calls) + +## ZEPs + +ZEP stands for Zarr Enhancement Proposal. A ZEP is a design document providing information to the Zarr community, describing a modification or enhancement of the [Zarr specifications](https://zarr-specs.readthedocs.io/en/latest/), a new feature for its processes or environment. + +More info on ZEPs is available at: [https://zarr.dev/zeps/](https://zarr.dev/zeps/) + +We hold bi-weekly ZEPs meetings to propose, discuss, review and finalize discussions around [current ZEPs](https://zarr.dev/zeps/draft_zeps/) and [Zarr Specification](https://zarr-specs.readthedocs.io/en/latest/specs.html). More info available here: [https://zarr.dev/zeps/meetings/](https://zarr.dev/zeps/meetings/) + +> Please note ZEPs meetings are different from bi-weekly community meetings. The Zarr Community meets two times every two weeks. Please have a look at our [community calendar](https://zarr.dev/community-calls/) for exact timings. + +## Blog + +Check out the Zarr blog [here](https://zarr.dev/blog). + +> The GitHub repository for the blog is [here](https://github.com/zarr-developers/blog). In addition, we’re always looking for guest blog posts. For more info, please read [this](https://github.com/zarr-developers/blog#contribute-to-zarr-blog). + +## Join the community + +Most discussions and chats related to Zarr and its [implementations](https://github.com/zarr-developers/zarr_implementations) take place on Gitter and GitHub. If you are looking to: + +- Interact with the maintainers, contributors and users of the project; join the Gitter → [here](https://gitter.im/zarr-developers/community) +- Want to ask questions related to [`zarr-python`](https://github.com/zarr-developers/zarr-python) usage, create a new discussion on GitHub → [here](https://github.com/zarr-developers/zarr-python/discussions) +- Contribute and engage in discussion related to Zarr Specification; check out the `zarr-specs` [repo](https://github.com/zarr-developers/zarr-specs/) or create an issue → [here](https://github.com/zarr-developers/zarr-specs/issues) + +Also, find us on: + +- [Twitter](https://twitter.com/zarr_dev) +- [GitHub](https://github.com/zarr-developers) +- [YouTube](https://www.youtube.com/@zarr_dev/playlists) diff --git a/index.md b/index.md index 192c658..17ef04c 100644 --- a/index.md +++ b/index.md @@ -75,21 +75,3 @@ of community members talking about Zarr. If you have a video you'd like us to sh frameborder="0" allowfullscreen> - -## ZEPs - -ZEP stands for Zarr Enhancement Proposal. A ZEP is a design document providing information to the Zarr community, describing a modification or enhancement of the [Zarr specifications](https://zarr-specs.readthedocs.io/en/latest/), a new feature for its processes or environment. - -More info on ZEPs is available at: [https://zarr.dev/zeps/](https://zarr.dev/zeps/) - -We hold bi-weekly ZEPs meetings to propose, discuss, review and finalize discussions around current ZEPs and Zarr Specification. More info available here: [https://zarr.dev/zeps/meetings/](https://zarr.dev/zeps/meetings/) - -> Please note ZEPs meetings are different from bi-weekly community meetings. The Zarr Community meets two times every two weeks. Please have a look at our [community calendar](https://zarr.dev/community-calls/) for exact timings. - -## Community meetings - -Zarr community meeting notes, joining instructions, agenda and calendar are now available at: [https://zarr.dev/community-calls](https://zarr.dev/community-calls) - -## Blog - -Check out the newly launched Zarr blog [here](https://zarr.dev/blog).