Skip to content

Commit

Permalink
Merge pull request #58 from will-moore/more_logo_fixes
Browse files Browse the repository at this point in the history
More logo fixes
  • Loading branch information
will-moore authored Oct 9, 2024
2 parents d503d44 + 8eb5650 commit 54ee4f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ome2024-ngff-challenge/src/Nav.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@

<script>
import omeMainNav from "/ome-main-nav.svg"
</script>

<nav>
<img style="height: 30px" alt="OME Logo" src="/ome-main-nav.svg"/>
<img style="height: 30px" alt="OME Logo" src={omeMainNav} />
<h2>2024 NGFF Challenge</h2>

<ul>
Expand Down
5 changes: 5 additions & 0 deletions ome2024-ngff-challenge/src/ThumbGallery.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
Webknossos: "https://scalableminds.com",
JAX: "http://jax.org",
"BioImage Archive": "https://www.ebi.ac.uk",
Crick: "https://www.crick.ac.uk/",
// Several sources from NFDI4Bioimage
"University of Muenster / NFDI4Bioimage": "https://nfdi4bioimage.de/",
Göttingen: "https://nfdi4bioimage.de/",
Jülich: "https://nfdi4bioimage.de/",
};
let unsubscribe = ngffTable.subscribe((rows) => {
Expand Down

0 comments on commit 54ee4f7

Please sign in to comment.