Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .vitepress/data/adopters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// Cross-domain balance is required. Current per-domain counts:
// bio : 5 (DANDI, HHMI Janelia, OME, scalableminds, WEBKNOSSOS)
// geo : 8 (CarbonPlan, ESA, NASA, Pangeo, Unidata, LEAP, LDEO, NCAR)
// geo : 9 (CarbonPlan, Earthmover, ESA, NASA, Pangeo, Unidata, LEAP, LDEO, NCAR)
// ml-hpc : 0
// genomics : 0
// other : 3 (Google Research, Microsoft, Columbia)
Expand All @@ -26,6 +26,13 @@ export const adopters: Adopter[] = [
blurb: 'Lightsheet microscopy and ex-vivo MRI datasets; backend candidate for Neurodata Without Borders.',
domain: 'bio',
},
{
name: 'Earthmover',
logo: '/adopters/logos/earthmover.svg',
href: 'https://earthmover.io/',
blurb: 'Cloud-native data platform for scientific arrays. Builds Arraylake, Icechunk (versioned Zarr store) and the Earthmover Marketplace of analysis-ready datasets.',
domain: 'geo',
},
{
name: 'ESA',
logo: '/adopters/logos/esa.png',
Expand Down
10 changes: 9 additions & 1 deletion .vitepress/data/datasets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// Cross-domain balance required. Current per-domain counts:
// bio : 1 (IDR)
// geo : 5 (CMIP6, MUR SST, NASA POWER, NWM, Planetary Computer)
// geo : 6 (CMIP6, Earthmover Marketplace, MUR SST, NASA POWER, NWM, Planetary Computer)
// ml-hpc : 0
// genomics : 0
// other : 1 (webKnossos)
Expand All @@ -19,6 +19,14 @@ export const datasets: Dataset[] = [
size: '1 PB',
domain: 'geo',
},
{
name: 'Earthmover Marketplace',
href: 'https://app.earthmover.io/marketplace',
blurb: 'Curated catalog of analysis-ready, versioned Zarr datasets via Icechunk.',
hosting: 'Earthmover',
size: '~2 PB',
domain: 'geo',
},
{
name: 'Image Data Resource (IDR)',
href: 'https://idr.github.io/ome-ngff-samples/',
Expand Down
14 changes: 14 additions & 0 deletions public/adopters/logos/earthmover-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/adopters/logos/earthmover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.