diff --git a/_data/navigation.yml b/_data/navigation.yml index 5b830d5..4476a17 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -29,6 +29,8 @@ sidebar: url: '/community' - title: "Conventions" url: '/conventions' + - title: "Datasets" + url: '/datasets' - title: "Implementations" url: '/implementations' - title: "Office Hours" diff --git a/adopters/adopters.md b/adopters/index.md similarity index 99% rename from adopters/adopters.md rename to adopters/index.md index 02a05cc..8dad588 100644 --- a/adopters/adopters.md +++ b/adopters/index.md @@ -2,7 +2,6 @@ layout: single author_profile: false title: Zarr Adopters -permalink: /adopters/ sidebar: title: "Content" nav: sidebar @@ -90,4 +89,4 @@ OME logo used by permission→ WEBKNOSSOS is a web-based platform for visualizing, collaboratively annotating and sharing large 3D images. Zarr is used for accessing remotely stored images as well as securely streaming annotation data to client applications. ---- \ No newline at end of file +--- diff --git a/community/index.md b/community/index.md index 9f82f6b..bded7e2 100644 --- a/community/index.md +++ b/community/index.md @@ -2,7 +2,6 @@ layout: single author_profile: false title: Zarr Community -permalink: /community/ sidebar: title: "Content" nav: sidebar diff --git a/datasets/index.md b/datasets/index.md new file mode 100644 index 0000000..a367793 --- /dev/null +++ b/datasets/index.md @@ -0,0 +1,35 @@ +--- +layout: single +author_profile: false +title: Zarr Datasets +sidebar: + title: "Content" + nav: sidebar +--- + + +Zarr has been adopted by a variety of +research groups, universities, organisations, and open-source communities.
+Below is a list of a few examples of public datasets.

+
+ +| Dataset | Hosting | Size | +| ----------------------------------------------------------------------------------------------------------------- | --------------------- | ----- | +| [CMIP6](https://console.cloud.google.com/marketplace/details/noaa-public/cmip6) | Google Cloud | 1 PB | +| [Image Data Resource (IDR)](https://idr.github.io/ome-ngff-samples/) | EBI | 3 TB | +| [Microsoft Planetary Computer](https://planetarycomputer.microsoft.com/catalog?filter=zarr) | Microsoft Azure | | +| [MUR Sea Surface Temperature](https://registry.opendata.aws/mur) | AWS Open Data Program | 54 TB | +| [NASA POWER](https://registry.opendata.aws/nasa-power/) | AWS Open Data Program | | +| [National Water Model](https://discourse.pangeo.io/t/the-national-water-model-reanalysis-zarr-dataset-on-aws/1449)| Amazon AWS | 5 TB | +| [webKnossos](https://zarr.webknossos.org/) | scalableminds GmbH | 70 TB | + + +
If you think your dataset would be a useful example to add to the list, +feel free to send a PR to the website repository.

+ +Please ensure the dataset you're adding to the list is public, free to use, +documented, and illustrate the application of Zarr within a specific domain.

+ +Please only include URLs that you expect to be stable and maintained in the +foreseeable future. +
diff --git a/implementations/index.md b/implementations/index.md index 633169f..edac3c1 100644 --- a/implementations/index.md +++ b/implementations/index.md @@ -2,7 +2,6 @@ layout: single author_profile: false title: Zarr Implementations -permalink: /implementations/ sidebar: title: "Content" nav: sidebar diff --git a/office_hours/office_hours.md b/office_hours/index.md similarity index 100% rename from office_hours/office_hours.md rename to office_hours/index.md