Skip to content

Commit cc6a7c7

Browse files
committed
Add logo & favicon to landing page
1 parent f0ac6c7 commit cc6a7c7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ layout: default
44

55
Fractal is a framework developed at the [BioVisionCenter](https://www.biovisioncenter.uzh.ch/en.html) to process bioimaging data at scale in the OME-Zarr format and prepare the images for interactive visualization.
66

7-
![Fractal_overview](https://github.com/user-attachments/assets/cd135c44-8710-449f-ad38-d5cd1fc8a2d3)
7+
![Fractal overview](https://github.com/user-attachments/assets/666c8797-2594-4b8e-b1d2-b43fca66d1df)
88

9-
Fractal enables distributed workflows that convert TBs of image data into [OME-Zarr](https://ngff.openmicroscopy.org) files. Tasks are modular and can be provided by users to apply image processing and measurements. We provide a package of core processing tasks that can apply illumination correction, maximum intensity projection, 3D segmentation using [cellpose](https://cellpose.readthedocs.io/en/latest/) and measurements using [napari workflows](https://github.com/haesleinhuepf/napari-workflows). All tasks can be orchestrated by Fractal to run locally or on clusters to scale the image analysis. You can build & control Fractal workflows via the web client or the Fractal command line client.
9+
Fractal enables distributed workflows that convert TBs of image data into [OME-Zarr](https://ngff.openmicroscopy.org) files. Tasks are modular and can be provided by users to apply image processing and measurements. We provide a package of core processing tasks that include registration, segmentation and measurements. All tasks can be orchestrated by Fractal to run locally or on clusters to scale the image analysis. You can build & control Fractal workflows via the web client or the Fractal command line client.
1010

1111
<iframe width="560" height="315" src="https://www.youtube.com/embed/VfMHWW9nTxk?si=hcevmR9SnCVfx1uy" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
1212

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ markdown_extensions:
2020

2121
theme:
2222
name: "material"
23+
logo: 'assets/fractal_logo.png'
24+
favicon: 'assets/fractal_favicon.png'
2325
custom_dir: "docs/overrides"
2426
features:
2527
- content.code.annotate

0 commit comments

Comments
 (0)