Skip to content

Commit 026aa76

Browse files
authored
add zedprofiler logo (#10)
1 parent 530714e commit 026aa76

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

content/experimental/zedprofiler.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
---
2-
title: "zedprofiler"
2+
title: "ZEDprofiler"
33
description: "3D feature extraction — extracts morphological features from volumetric microscopy images for CPU-efficient high-content profiling."
44
problem: "Classical profiling tools only extract 2D features, leaving organoid and z-stack experiments without a CPU-efficient extractor."
55
showDate: false
66
showAuthor: false
7+
logoUrl: "https://raw.githubusercontent.com/WayScience/ZedProfiler/main/logo/logo.png"
78
---
89

9-
`zedprofiler` extracts morphological features directly from 3D volumetric images, including anisotropic voxel spacing correction — no GPU required.
10+
<img class="logo-light" src="https://raw.githubusercontent.com/WayScience/ZedProfiler/main/logo/with-text-for-light-bg.png" alt="ZEDprofiler logo" width="400">
11+
<img class="logo-dark" src="https://raw.githubusercontent.com/WayScience/ZedProfiler/main/logo/with-text-for-dark-bg.png" alt="ZEDprofiler logo" width="400">
12+
13+
`ZEDprofiler` extracts morphological features directly from 3D volumetric images, including anisotropic voxel spacing correction — no GPU required.
1014

1115
**Problem:** Classical profiling tools extract only 2D features, leaving organoid, cleared-tissue, and z-stack experiments without a CPU-efficient extractor.
1216

layouts/experimental/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h2 class="hero-fade-5" style="font-size: 1.15rem; font-weight: 700; margin-top:
100100
</div>
101101
<span style="color: #d1d5db; padding-top: 0.4rem;"></span>
102102
<div style="display: flex; flex-direction: column; align-items: center; gap: 0.3rem;">
103-
<a href="/experimental/zedprofiler/" class="pipeline-step v2-pipeline-step-yellow" style="background: #fef9c3; border: 1px solid #fef08a; border-radius: 8px; padding: 0.4rem 0.75rem; font-size: 0.75rem; font-weight: 600; color: #854d0e; text-decoration: none; white-space: nowrap;">zedprofiler <span style="font-size: 0.65rem; opacity: 0.75;">3D</span></a>
103+
<a href="/experimental/zedprofiler/" class="pipeline-step v2-pipeline-step-yellow" style="background: #fef9c3; border: 1px solid #fef08a; border-radius: 8px; padding: 0.4rem 0.75rem; font-size: 0.75rem; font-weight: 600; color: #854d0e; text-decoration: none; white-space: nowrap;"><img class="pill-icon" src="https://raw.githubusercontent.com/WayScience/ZedProfiler/main/logo/logo.png" alt="">ZEDprofiler</a>
104104
<span style="font-size: 0.6rem; color: #9ca3af; text-transform: uppercase; letter-spacing: 0.05em;">3D extract</span>
105105
</div>
106106
<span style="color: #d1d5db; padding-top: 0.4rem;"></span>

0 commit comments

Comments
 (0)