From dc3229e31e407901860616f0ff37cdfebb44ddc0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 5 Dec 2024 05:19:42 +0000 Subject: [PATCH] Update website content --- content/en/_config.yml | 12 ++-- content/en/community/index.md | 2 +- content/en/implementations/index.md | 87 ++++++++++++++++++++++------- content/en/index.md | 8 +-- 4 files changed, 77 insertions(+), 32 deletions(-) diff --git a/content/en/_config.yml b/content/en/_config.yml index a2a801b5d6..13db6787d7 100644 --- a/content/en/_config.yml +++ b/content/en/_config.yml @@ -39,7 +39,7 @@ gitter_url: https://gitter.im/zarr-developers/community # Build settings markdown: kramdown -remote_theme: "mmistakes/minimal-mistakes@4.24.0" +remote_theme: "mmistakes/minimal-mistakes@4.26.2" minimal_mistakes_skin: "dirt" plugins: @@ -65,20 +65,18 @@ plugins: logo: android-chrome-512x512.png search: true search_full_content: true -twitter: - username: zarr_dev social: type: Organization name: Zarr links: - - "https://twitter.com/zarr_dev" + - "https://bsky.app/profile/zarr.dev" - "https://github.com/zarr-developers" footer: links: - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/zarr_dev" + - label: "Bluesky" + icon: "fab fa-fw fa-bluesky-square" + url: "https://bsky.app/profile/zarr.dev" - label: "GitHub" icon: "fab fa-fw fa-github" url: "https://github.com/zarr-developers" diff --git a/content/en/community/index.md b/content/en/community/index.md index a7ecc90f39..552d685cd5 100644 --- a/content/en/community/index.md +++ b/content/en/community/index.md @@ -43,6 +43,6 @@ Most discussions and chats related to Zarr and its [implementations](https://git Also, find us on: -- [Twitter](https://twitter.com/zarr_dev) +- [Bluesky](https://bsky.app/profile/zarr.dev) - [GitHub](https://github.com/zarr-developers) - [YouTube](https://www.youtube.com/@zarr_dev/playlists) diff --git a/content/en/implementations/index.md b/content/en/implementations/index.md index 901dff4f44..df959fa041 100644 --- a/content/en/implementations/index.md +++ b/content/en/implementations/index.md @@ -13,36 +13,85 @@ href="https://zarr-specs.readthedocs.io/">specification, making implementations across several languages possible. It is used in various domains, including geospatial, bio-imaging, genomics, data science, and HPC. 🌏🔬🧬

-Implementations are listed (in alphabetical order) as follows:

+Zarr version 2 and 3 implementations are listed (in alphabetical order per language) as follows:

-| C | C++ | Java | Javascript | Julia | OCaml | Python | R | Rust | -|------------|----------------|---------------|---------------|-----------|-----------|---------------|-----------|-----------| -| [NetCDF-C] | [GDAL] | [JZarr] | [Zarr.js] | [Zarr.jl] | [Zarr-ml] | [Zarr-Python] | [Rarr] | [Rust-N5] | -| | [Tensorstore] | [N5-Zarr] | [Zarr-js] | | | [Zarrita] | [Pizzarr] | [Zarr] | -| | [Xtensor-Zarr] | [NetCDF-Java] | [Zarrita.js] | | | | | [Zarrs] | -| | [Z5] | | | | | | | | +| Language | Implementation | V2| V3| Latest Release/Commit | +|------------------------|------------------------|---|---|------------------------------| +| C | [NetCDF-C] | ✓ | | ![][NetCDF-C-re] | +| C++ | [GDAL] | ✓ | | ![][GDAL-re] | +| C++/Python | [TensorStore] | ✓ | ✓ | ![][tensorstore-lu] | +| C++ | [xtensor-zarr] | ✓ | ✗ | ![][xtensor-zarr-lu] | +| C++ | [z5] | ✓ | | ![][z5-re] | +| Java | [JZarr] | ✓ | | ![][JZarr-lu] | +| Java | [n5-zarr] | ✓ | | ![][n5-zarr-lu] | +| Java | [netCDF-Java] | ✓ | | ![][netCDF-Java-re] | +| Java | [zarr-java] | ? | ? | ![][zarr-java-re] | +| Javascript | [Zarr.js] | ✓ | | ![][Zarr.js-re] | +| Javascript | [zarr-js] | ✓ | | ![][zarr-js-lu] | +| Javascript | [zarrita.js] | ✓ | ✓ | ![][zarrita.js-re] | +| Julia | [Zarr.jl] | ✓ | | ![][Zarr.jl-re] | +| OCaml | [zarr-ml] | | ✓ | ![][zarr-ml-re] | +| Python | [Zarr-Python] | ✓ | ✓ | ![][Zarr-Python-re] | +| Python | [Zarrita] | ✓ | ✓ | ![][Zarrita-lu] | +| R | [pizzarr] | ✓ | | ![][pizzarr-lu] | +| R | [Rarr] | ✓ | | ![][Rarr-lu] | +| Rust | [charizarr] | | ? | ![][charizarr-lu] | +| Rust | [rust-N5] | | | ![][rust-N5-lu] | +| Rust | [zarr] | | ? | ![][zarr-lu] | +| Rust | [zarr3-rs] | | ? | ![][zarr3-rs-lu] | +| Rust/Python/C | [zarrs] | ✓ | ✓ | ![][zarrs-re] | + +✓ Likely conformant +? Unknown conformance +✗ Nonconformant [NetCDF-C]: https://github.com/Unidata/netcdf-c +[NetCDF-C-re]: https://img.shields.io/github/release-date-pre/Unidata/netcdf-c [GDAL]: https://gdal.org/drivers/raster/zarr.html +[GDAL-re]: https://img.shields.io/github/release-date-pre/OSGeo/gdal [JZarr]: https://github.com/bcdev/jzarr +[JZarr-lu]: https://img.shields.io/github/last-commit/bcdev/jzarr [Zarr.js]: https://github.com/gzuidhof/zarr.js +[Zarr.js-re]: https://img.shields.io/github/release-date-pre/gzuidhof/zarr.js [Zarr.jl]: https://github.com/JuliaIO/Zarr.jl +[Zarr.jl-re]: https://img.shields.io/github/release-date-pre/JuliaIO/Zarr.jl [Zarr-Python]: https://github.com/zarr-developers/zarr-python +[Zarr-Python-re]: https://img.shields.io/github/release-date-pre/zarr-developers/zarr-python [Zarrita]: https://github.com/scalableminds/zarrita +[Zarrita-lu]: https://img.shields.io/github/last-commit/scalableminds/zarrita [Rarr]: https://github.com/grimbough/Rarr -[Rust-N5]: https://github.com/aschampion/rust-n5 -[Tensorstore]: https://github.com/google/tensorstore/ -[N5-Zarr]: https://github.com/saalfeldlab/n5-zarr -[Zarr-js]: https://github.com/freeman-lab/zarr-js -[Zarr]: https://github.com/sci-rs/zarr -[Xtensor-Zarr]: https://github.com/xtensor-stack/xtensor-zarr -[NetCDF-Java]: https://github.com/Unidata/netcdf-java -[Z5]: https://github.com/constantinpape/z5 -[Pizzarr]: https://keller-mark.github.io/pizzarr/ -[Zarrs]: https://github.com/LDeakin/zarrs -[Zarrita.js]: https://github.com/manzt/zarrita.js -[Zarr-ml]: https://github.com/zoj613/zarr-ml +[Rarr-lu]: https://img.shields.io/github/last-commit/grimbough/Rarr +[rust-N5]: https://github.com/aschampion/rust-n5 +[rust-N5-lu]: https://img.shields.io/github/last-commit/aschampion/rust-n5 +[TensorStore]: https://github.com/google/tensorstore/ +[TensorStore-lu]: https://img.shields.io/github/last-commit/google/tensorstore +[n5-zarr]: https://github.com/saalfeldlab/n5-zarr +[n5-zarr-lu]: https://img.shields.io/github/last-commit/saalfeldlab/n5-zarr +[zarr-js]: https://github.com/freeman-lab/zarr-js +[zarr-js-lu]: https://img.shields.io/github/last-commit/freeman-lab/zarr-js +[zarr]: https://github.com/sci-rs/zarr +[zarr-lu]: https://img.shields.io/github/last-commit/sci-rs/zarr +[xtensor-zarr]: https://github.com/xtensor-stack/xtensor-zarr +[xtensor-zarr-lu]: https://img.shields.io/github/last-commit/xtensor-stack/xtensor-zarr +[netCDF-Java]: https://github.com/Unidata/netcdf-java +[netCDF-Java-re]: https://img.shields.io/github/release-date-pre/Unidata/netcdf-java +[z5]: https://github.com/constantinpape/z5 +[z5-re]: https://img.shields.io/github/release-date-pre/constantinpape/z5 +[pizzarr]: https://keller-mark.github.io/pizzarr/ +[pizzarr-lu]: https://img.shields.io/github/last-commit/keller-mark/pizzarr +[zarrs]: https://github.com/LDeakin/zarrs +[zarrs-re]: https://img.shields.io/github/release-date-pre/LDeakin/zarrs +[zarrita.js]: https://github.com/manzt/zarrita.js +[zarrita.js-re]: https://img.shields.io/github/release-date-pre/manzt/zarrita.js +[zarr-ml]: https://github.com/zoj613/zarr-ml +[zarr-ml-re]: https://img.shields.io/github/release-date-pre/zoj613/zarr-ml +[zarr3-rs]: https://github.com/clbarnes/zarr3-rs +[zarr3-rs-lu]: https://img.shields.io/github/last-commit/clbarnes/zarr3-rs +[charizarr]: https://github.com/mpiannucci/charizarr +[charizarr-lu]: https://img.shields.io/github/last-commit/mpiannucci/charizarr +[zarr-java]: https://github.com/zarr-developers/zarr-java +[zarr-java-re]: https://img.shields.io/github/release-date-pre/zarr-developers/zarr-java → Feel free to add any missing implementations by sending a PR to the website repository. 🤝🏻

diff --git a/content/en/index.md b/content/en/index.md index 378d2c53d8..6a981197e3 100644 --- a/content/en/index.md +++ b/content/en/index.md @@ -7,14 +7,14 @@ author_profile: false sidebar: title: "Content" nav: sidebar -excerpt: "Have beautiful data in Zarr? Show us on Twitter!" +excerpt: "Have beautiful data in Zarr? Show us on Bluesky!" header: overlay_image: /images/llc4320_sst.png overlay_filter: 0.5 # same as adding an opacity of 0.5 to a black background caption: "Credit: Ryan Abernathey" actions: - - label: "Tweet here!" - url: "https://twitter.com/intent/tweet?via=zarr_dev&hashtags=beautifuldata" + - label: "Share here!" + url: "https://bsky.app/intent/compose?text=@zarr.dev%20%23beautifuldata" --- Zarr is a community project to develop specifications and software for @@ -66,8 +66,6 @@ NumFOCUS Sponsored Projects rely on the generous support of corporate sponsors, [Videos](https://www.youtube.com/playlist?list=PLvkeNUPrCU04Xvcph4ErxsRkZq28Oucr7) of community members talking about Zarr. If you have a video you'd like us to share, let us know! - -