Skip to content

Commit 42b3fcd

Browse files
authored
Merge pull request #173 from jhamman/feature/earthmover-adopter
add earthmover logo to adopters and datasets pages
2 parents 793d099 + 3c0e6e7 commit 42b3fcd

4 files changed

Lines changed: 32 additions & 2 deletions

File tree

.vitepress/data/adopters.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Cross-domain balance is required. Current per-domain counts:
44
// bio : 5 (DANDI, HHMI Janelia, OME, scalableminds, WEBKNOSSOS)
5-
// geo : 8 (CarbonPlan, ESA, NASA, Pangeo, Unidata, LEAP, LDEO, NCAR)
5+
// geo : 9 (CarbonPlan, Earthmover, ESA, NASA, Pangeo, Unidata, LEAP, LDEO, NCAR)
66
// ml-hpc : 0
77
// genomics : 0
88
// other : 3 (Google Research, Microsoft, Columbia)
@@ -26,6 +26,13 @@ export const adopters: Adopter[] = [
2626
blurb: 'Lightsheet microscopy and ex-vivo MRI datasets; backend candidate for Neurodata Without Borders.',
2727
domain: 'bio',
2828
},
29+
{
30+
name: 'Earthmover',
31+
logo: '/adopters/logos/earthmover.svg',
32+
href: 'https://earthmover.io/',
33+
blurb: 'Cloud-native data platform for scientific arrays. Builds Arraylake, Icechunk (versioned Zarr store) and the Earthmover Marketplace of analysis-ready datasets.',
34+
domain: 'geo',
35+
},
2936
{
3037
name: 'ESA',
3138
logo: '/adopters/logos/esa.png',

.vitepress/data/datasets.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Cross-domain balance required. Current per-domain counts:
44
// bio : 1 (IDR)
5-
// geo : 5 (CMIP6, MUR SST, NASA POWER, NWM, Planetary Computer)
5+
// geo : 6 (CMIP6, Earthmover Marketplace, MUR SST, NASA POWER, NWM, Planetary Computer)
66
// ml-hpc : 0
77
// genomics : 0
88
// other : 1 (webKnossos)
@@ -19,6 +19,14 @@ export const datasets: Dataset[] = [
1919
size: '1 PB',
2020
domain: 'geo',
2121
},
22+
{
23+
name: 'Earthmover Marketplace',
24+
href: 'https://app.earthmover.io/marketplace',
25+
blurb: 'Curated catalog of analysis-ready, versioned Zarr datasets via Icechunk.',
26+
hosting: 'Earthmover',
27+
size: '~2 PB',
28+
domain: 'geo',
29+
},
2230
{
2331
name: 'Image Data Resource (IDR)',
2432
href: 'https://idr.github.io/ome-ngff-samples/',
Lines changed: 14 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)