Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update About text #74

Merged
merged 14 commits into from
Oct 28, 2024
9 changes: 5 additions & 4 deletions ome2024-ngff-challenge/src/Main.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@
<div class="summary">
<h3 style="text-align:center">
{#if csvUrl == SAMPLES_HOME}
This site makes
<strong style="font-weight:600">{filesizeformat(totalBytes)}</strong>
of public bioimage data available in the Zarr v3 format.
The OME-NGFF community converted and now hosts
this federated collection of the next version OME-Zarr.
of public bioimage data in the Zarr v3 format.
converted and now hosted by the federated OME-NGFF community
joshmoore marked this conversation as resolved.
Show resolved Hide resolved
to demonstrate the next version OME-Zarr.
{/if}
<!--
joshmoore marked this conversation as resolved.
Show resolved Hide resolved
<div style="font-size: 90%">
Showing Collection:
<a href="{csvUrl}">{csvUrl.split("/").pop()}</a>
Expand All @@ -188,6 +188,7 @@
<a href="{window.location.origin + window.location.pathname}">Show all collections</a>
{/if}
</div>
-->
</h3>

<div class="textInputWrapper">
Expand Down