diff --git a/ome2024-ngff-challenge/index.html b/ome2024-ngff-challenge/index.html index c386349..59025b3 100644 --- a/ome2024-ngff-challenge/index.html +++ b/ome2024-ngff-challenge/index.html @@ -1,6 +1,7 @@ + ome2024-ngff-challenge diff --git a/ome2024-ngff-challenge/package-lock.json b/ome2024-ngff-challenge/package-lock.json index c0028d6..f1861f1 100644 --- a/ome2024-ngff-challenge/package-lock.json +++ b/ome2024-ngff-challenge/package-lock.json @@ -9,6 +9,7 @@ "version": "0.0.0", "dependencies": { "papaparse": "^5.4.1", + "svelte-tiny-virtual-list": "^2.1.2", "zarrita": "^0.4.0-next.15" }, "devDependencies": { @@ -1097,6 +1098,11 @@ "svelte": "^3.19.0 || ^4.0.0" } }, + "node_modules/svelte-tiny-virtual-list": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/svelte-tiny-virtual-list/-/svelte-tiny-virtual-list-2.1.2.tgz", + "integrity": "sha512-jeP/WMvgFUR4mYXHGPiCexjX5DuzSO+3xzHNhxfcsFyy+uYPtnqI5UGb383swpzQAyXB0OBqYfzpYihD/5gxnA==" + }, "node_modules/unzipit": { "version": "1.4.3", "resolved": "https://registry.npmjs.org/unzipit/-/unzipit-1.4.3.tgz", diff --git a/ome2024-ngff-challenge/package.json b/ome2024-ngff-challenge/package.json index 03e74fe..b3af97b 100644 --- a/ome2024-ngff-challenge/package.json +++ b/ome2024-ngff-challenge/package.json @@ -15,6 +15,7 @@ }, "dependencies": { "papaparse": "^5.4.1", + "svelte-tiny-virtual-list": "^2.1.2", "zarrita": "^0.4.0-next.15" } } diff --git a/ome2024-ngff-challenge/public/favicon-16x16.png b/ome2024-ngff-challenge/public/favicon-16x16.png new file mode 100644 index 0000000..d894595 Binary files /dev/null and b/ome2024-ngff-challenge/public/favicon-16x16.png differ diff --git a/ome2024-ngff-challenge/public/github-mark-white.svg b/ome2024-ngff-challenge/public/github-mark-white.svg new file mode 100644 index 0000000..c679c23 --- /dev/null +++ b/ome2024-ngff-challenge/public/github-mark-white.svg @@ -0,0 +1 @@ + diff --git a/ome2024-ngff-challenge/public/nfdi4bioimage.png b/ome2024-ngff-challenge/public/nfdi4bioimage.png new file mode 100644 index 0000000..5fe7bd8 Binary files /dev/null and b/ome2024-ngff-challenge/public/nfdi4bioimage.png differ diff --git a/ome2024-ngff-challenge/public/ome-logomark.svg b/ome2024-ngff-challenge/public/ome-logomark.svg new file mode 100644 index 0000000..d5e15a9 --- /dev/null +++ b/ome2024-ngff-challenge/public/ome-logomark.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + diff --git a/ome2024-ngff-challenge/public/selectCaret.svg b/ome2024-ngff-challenge/public/selectCaret.svg new file mode 100644 index 0000000..99c59f5 --- /dev/null +++ b/ome2024-ngff-challenge/public/selectCaret.svg @@ -0,0 +1 @@ + diff --git a/ome2024-ngff-challenge/public/vizarr_logo.png b/ome2024-ngff-challenge/public/vizarr_logo.png new file mode 100644 index 0000000..2d07b8c Binary files /dev/null and b/ome2024-ngff-challenge/public/vizarr_logo.png differ diff --git a/ome2024-ngff-challenge/src/About.svelte b/ome2024-ngff-challenge/src/About.svelte new file mode 100644 index 0000000..a9c3c43 --- /dev/null +++ b/ome2024-ngff-challenge/src/About.svelte @@ -0,0 +1,71 @@ +
+

Introduction

+

+ The 2024 OME-NGFF Challenge + was conceived at the + + OME Annual Community Meeting + in Dundee in May 2024. The stated goals of Challenge were: +

+ + +

+ The inspiration for the Challenge came from presentations at the OME Meeting + that demonstrated the level of adoption of OME-Zarr, but highlighted the + poor findability of the data. +

+

+ Work on the challenge started in earnest in July 2024. All progress is + tracked in the ome2024-ngff-challenge + repo. It was agreed that the results + of the OME-NGFF Challenge would be presented at the + + 2024 Global BioImaging Meeting. +

+ +

Process

+

+ The Challenge was run via a series of virtual meetings coordinated on the + Image.sc Forums, with all + notes and lists of participants + available. +

+ +

Results

+

+ At the outset, we weren’t sure how much OME-Zarr data was available, if it + could be converted to Zarr V3, or how many organisations would participate. + In the end, we have far exceeded our expectations, with more than 0.5 PByte + of OME-Zarr made available, across a wide range of modalities. +

+

+ To make the assembly as accessible as possible, we built the the OME-NGFF + Challenge Viewer [URL?}, which incorporates a CSV with locations of + datasets, and connects datasets to the OME NGFF Validator, for metadata + validation and viewing. +

+

+ Perhaps the most important outcome of the Challenge is the establishment of + a federated bioimage data system based on OME-Zarr. To our knowledge, this + is the largest federated bioimage data collection ever assembled. +

+
+ + diff --git a/ome2024-ngff-challenge/src/App.svelte b/ome2024-ngff-challenge/src/App.svelte index e39b79f..955c8b8 100644 --- a/ome2024-ngff-challenge/src/App.svelte +++ b/ome2024-ngff-challenge/src/App.svelte @@ -1,275 +1,30 @@ - - - - -