Skip to content

Commit b17f152

Browse files
authored
Merge pull request #3694 from dianichj/sig_imaging_update
minor fix: video display and logo
2 parents b0de515 + c3b32fa commit b17f152

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed
Binary file not shown.
243 KB
Loading

content/community/sig/image-analysis/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Image Analysis Community in Galaxy"
66

77
<slot name="/community/sig/common_linkbox" />
88

9-
<img src="image_analysis_in_galaxy_logo.png" width="300px" alt="Image Analysis in Galaxy title"/>
9+
<img src="image_analysis_in_galaxy_logov2.png" width="1000px" alt="Image Analysis in Galaxy title"/>
1010

1111
<br />
1212

@@ -109,10 +109,9 @@ Many image analysis tasks require "eyes-on-data" interaction. Galaxy's **Interac
109109

110110
The **[zarr](https://zarr.dev/)** format is becoming a standard for storing large image data. With various adaptations like [OME-Zarr](https://ome-zarr.readthedocs.io/en/stable/) and [GEOZarr](https://github.com/zarr-developers/geozarr-spec), this interoperable format enhances data reusability across disciplines. Our community supports zarr-based visualization through tools like vizarr, helping bring this dream of cross-discipline interoperability to life.
111111

112-
<video-player
113-
src="/community/sig/image-analysis/vizarr-visualization.mp4"
114-
style="display:block; width:100%; height:auto; max-width:100%; margin:0 auto;"
115-
></video-player>
112+
<video controls width="100%">
113+
<source src="./vizarr-visualization.mp4" type="video/mp4">
114+
</video>
116115

117116

118117
## A dedicated Galaxy interface

0 commit comments

Comments
 (0)