Skip to content

Commit ee07393

Browse files
authored
Merge branch 'Project-MONAI:master' into master
2 parents d6dc48d + dbc0541 commit ee07393

File tree

5 files changed

+106
-51
lines changed

5 files changed

+106
-51
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ This repository contains the source code and content for the Project MONAI websi
3434
npm run dev
3535
```
3636

37+
Alternatively, to build and serve the site simultaneously:
38+
```bash
39+
npm run dev:serve
40+
```
41+
3742
The site will be available at `http://localhost:3000` with hot reloading enabled.
3843

3944
## Project Structure

components/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<meta name="twitter:image" content="https://monai.io/assets/img/MONAI-logo_color.png">
2828

2929
<!-- Favicon -->
30-
<link rel="shortcut icon" href="./assets/img/favicon.png" type="image/png">
31-
<link rel="apple-touch-icon" href="./assets/img/favicon.png">
30+
<link rel="shortcut icon" href="./assets/logo/MONAI-logo_favicon.png" type="image/png">
31+
<link rel="apple-touch-icon" href="./assets/logo/MONAI-logo_favicon.png">
3232

3333
<!-- Stylesheets -->
3434
<link rel="stylesheet" type="text/css" href="./assets/css/animate.css">

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"dev": "cross-env NODE_ENV=development npm-run-all clean build:tailwind --parallel watch:*",
8+
"dev:serve": "cross-env NODE_ENV=development npm-run-all clean build:tailwind --parallel watch:* serve",
89
"serve": "node scripts/dev-server.js",
910
"watch:tailwind": "cross-env NODE_ENV=development tailwindcss -i ./assets/css/style.css -o ./dist/assets/css/tailwind.css --watch",
1011
"watch:html": "node scripts/build-html.js --watch",

wg_evaluation_benchmark.html

Lines changed: 66 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<main class="flex-grow">
2222
<!-- Hero Section -->
2323
<section id="hero" class="py-24 bg-brand-light relative overflow-hidden">
24-
<div class="absolute inset-0 opacity-[0.10] bg-[radial-gradient(circle_at_1px_1px,#000_1px,transparent_0)] bg-[length:36px_36px]"></div>
2524
<div class="container relative">
2625
<div class="flex flex-wrap items-center">
2726
<div class="w-full max-w-3xl">
@@ -36,51 +35,67 @@ <h2 class="text-neutral-darkestblack text-2xl font-bold mb-4">Mission Statement<
3635
</div>
3736
</section>
3837

39-
<!-- Initiatives Section -->
38+
<!-- Highlights Section -->
4039
<section class="py-24 relative overflow-hidden">
4140
<div class="container relative">
42-
<h2 class="text-3xl font-bold text-neutral-darkestblack mb-8">Initiatives</h2>
41+
<h2 class="text-3xl font-bold text-neutral-darkestblack mb-8">Highlights</h2>
4342
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mt-8">
4443
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300">
45-
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Best Practices & Infrastructure</h3>
44+
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Recommendations</h3>
4645
<ul class="space-y-4 text-gray-700">
4746
<li class="flex items-start">
4847
<span class="text-brand-primary mr-3"></span>
49-
<span>Development of algorithm validation standards</span>
50-
</li>
51-
<li class="flex items-start">
52-
<span class="text-brand-primary mr-3"></span>
53-
<span>Implementation of automated evaluation systems</span>
48+
<a href="https://www.nature.com/articles/s41592-023-02151-z" class="link-hover">
49+
<span>Metrics Reloaded: recommendations for image analysis validation</span>
50+
</a>
5451
</li>
5552
<li class="flex items-start">
5653
<span class="text-brand-primary mr-3"></span>
57-
<span>Creation of benchmark frameworks and protocols</span>
54+
<a href="https://www.nature.com/articles/s41592-023-02150-0" class="link-hover">
55+
<span>Understanding metric-related pitfalls in image analysis validation</span>
56+
</a>
5857
</li>
5958
<li class="flex items-start">
6059
<span class="text-brand-primary mr-3"></span>
61-
<span>Establishment of quality control guidelines</span>
60+
<a href="https://metrics-reloaded.dkfz.de/" class="link-hover">
61+
<span>Metrics Reloaded Toolkit</span>
62+
</a>
6263
</li>
6364
</ul>
6465
</div>
6566

6667
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300">
67-
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Research & Community Standards</h3>
68+
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Implementation of recommendations</h3>
6869
<ul class="space-y-4 text-gray-700">
6970
<li class="flex items-start">
7071
<span class="text-brand-primary mr-3"></span>
71-
<span>Development of novel evaluation metrics</span>
72+
<a href="https://github.com/Project-MONAI/MetricsReloaded/" class="link-hover">
73+
<span>MONAI Evaluation Metrics</span>
74+
</a>
7275
</li>
7376
<li class="flex items-start">
7477
<span class="text-brand-primary mr-3"></span>
75-
<span>Implementation of performance analysis tools</span>
78+
<a href="https://docs.monai.io/en/latest/metrics.html" class="link-hover">
79+
<span>Metrics Documentation</span>
80+
</a>
7681
</li>
82+
</ul>
83+
</div>
84+
85+
<div class="md:col-span-2 bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300">
86+
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Related resources</h3>
87+
<ul class="space-y-4 text-gray-700">
7788
<li class="flex items-start">
7889
<span class="text-brand-primary mr-3"></span>
79-
<span>Establishment of data sharing practices</span>
90+
<a href="https://www.dkfz.de/en/imsy/research/biomedical-image-analysis-challenges-bias-initiative" class="link-hover">
91+
<span>Biomedical Image Analysis ChallengeS (BIAS) Initiative</span>
92+
</a>
8093
</li>
8194
<li class="flex items-start">
8295
<span class="text-brand-primary mr-3"></span>
83-
<span>Creation of reproducibility guidelines</span>
96+
<a href="https://www.rankings-reloaded.de/" class="link-hover">
97+
<span>Rankings Reloaded</span>
98+
</a>
8499
</li>
85100
</ul>
86101
</div>
@@ -90,7 +105,6 @@ <h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-ne
90105

91106
<!-- Group Leads Section -->
92107
<section class="py-24 bg-neutral-lightgray relative overflow-hidden">
93-
<div class="absolute inset-0 opacity-[0.10] bg-[radial-gradient(circle_at_1px_1px,#000_1px,transparent_0)] bg-[length:36px_36px]"></div>
94108
<div class="container relative">
95109
<h2 class="text-3xl font-bold text-neutral-darkestblack mb-8">Group Leads</h2>
96110
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8">
@@ -151,75 +165,78 @@ <h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-ne
151165
</div>
152166
</section>
153167

154-
<!-- Resources Section -->
168+
<!-- Ongoing Projects Section -->
155169
<section class="py-24 bg-neutral-lightgray relative overflow-hidden">
156-
<div class="absolute inset-0 opacity-[0.10] bg-[radial-gradient(circle_at_1px_1px,#000_1px,transparent_0)] bg-[length:36px_36px]"></div>
157170
<div class="container relative">
158-
<h2 class="text-3xl font-bold text-neutral-darkestblack mb-8">Resources</h2>
171+
<h2 class="text-3xl font-bold text-neutral-darkestblack mb-8">Ongoing Projects</h2>
159172
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mt-8">
160173
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300">
161-
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Development Resources</h3>
174+
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Reporting Guidelines Taskforce (Lead - Olivier Colliot)</h3>
162175
<ul class="space-y-4 text-gray-700">
163176
<li class="flex items-start">
164177
<span class="text-brand-primary mr-3"></span>
165-
<a href="https://github.com/Project-MONAI/MetricsReloaded/" class="link-hover">
166-
<span>Metrics Reloaded</span>
167-
</a>
178+
<span>Surveying current reporting practices and identifying areas for improvement</span>
179+
</li>
180+
<li class="flex items-start">
181+
<span class="text-brand-primary mr-3"></span>
182+
<span>Development of guidelines around results reporting with a focus statistical aspects</span>
183+
</li>
184+
<li class="flex items-start">
185+
<span class="text-brand-primary mr-3"></span>
186+
<span>Identification of proper calculation and methods for various procedures (e.g., confidence intervals) across different tasks and validation metrics</span>
187+
</li>
188+
<li class="flex items-start">
189+
<span class="text-brand-primary mr-3"></span>
190+
<span>Implementation of recommended calculations for MONAI users</span>
168191
</li>
169192
</ul>
170193
</div>
171194

172195
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300">
173-
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Publications</h3>
196+
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Benchmarking Datasets Taskforce (Lead - Michela Antonelli)</h3>
174197
<ul class="space-y-4 text-gray-700">
175198
<li class="flex items-start">
176199
<span class="text-brand-primary mr-3"></span>
177-
<a href="https://www.nature.com/articles/s41592-023-02151-z" class="link-hover">
178-
<span>Metrics Reloaded: Recommendations for image-analysis validation</span>
179-
</a>
200+
<span>Data quality review for MICCAI 2025 lighthouse challenges</span>
180201
</li>
181202
<li class="flex items-start">
182203
<span class="text-brand-primary mr-3"></span>
183-
<a href="https://www.nature.com/articles/s41592-023-02150-0" class="link-hover">
184-
<span>Metrics Reloaded: Pitfalls and recommendations for image analysis validation</span>
185-
</a>
204+
<span>Identification of key characteristics for benchmarking datasets</span>
186205
</li>
187-
</ul>
188-
</div>
189-
</div>
190-
</div>
191-
</section>
192-
193-
<!-- Collaboration Opportunities Section -->
194-
<section class="py-24 bg-white">
195-
<div class="container">
196-
<h2 class="text-3xl font-bold text-neutral-darkestblack mb-8">Collaboration Opportunities</h2>
197-
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mt-8">
198-
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300">
199-
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Development Contributions</h3>
200-
<ul class="space-y-4 text-gray-700">
201206
<li class="flex items-start">
202207
<span class="text-brand-primary mr-3"></span>
203-
<span>Contribute to evaluation metrics development</span>
208+
<span>Encouragement to develop new datasets according to best practice</span>
204209
</li>
205210
<li class="flex items-start">
206211
<span class="text-brand-primary mr-3"></span>
207-
<span>Help create benchmarking tools</span>
212+
<span>Identification of relevant historical datasets to be used for benchmarking</span>
208213
</li>
209214
<li class="flex items-start">
210215
<span class="text-brand-primary mr-3"></span>
211-
<span>Develop validation frameworks</span>
216+
<span>Implementation of guidelines for upcoming datasets</span>
212217
</li>
213218
</ul>
214219
</div>
215-
220+
</div>
221+
</div>
222+
</section>
223+
224+
<!-- Collaboration Opportunities Section -->
225+
<section class="py-24 bg-white relative overflow-hidden">
226+
<div class="container relative">
227+
<h2 class="text-3xl font-bold text-neutral-darkestblack mb-8">Collaboration Opportunities</h2>
228+
<div class="grid grid-cols-1 gap-8 mt-8">
216229
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300">
217230
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Community Engagement</h3>
218231
<ul class="space-y-4 text-gray-700">
219232
<li class="flex items-start">
220233
<span class="text-brand-primary mr-3"></span>
221234
<span>Join our regular surveys</span>
222235
</li>
236+
<li class="flex items-start">
237+
<span class="text-brand-primary mr-3"></span>
238+
<span>Contribute to evaluation metrics testing</span>
239+
</li>
223240
<li class="flex items-start">
224241
<span class="text-brand-primary mr-3"></span>
225242
<span>Share your expertise in validation and benchmarking</span>

wg_federated_learning.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,38 @@ <h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-ne
195195
</div>
196196
</section>
197197

198+
<!-- Meeting Recordings Section -->
199+
<section class="py-24 bg-white">
200+
<div class="container">
201+
<h2 class="text-3xl font-bold text-neutral-darkestblack mb-8">Meeting Recordings</h2>
202+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
203+
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300">
204+
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">YouTube Playlist</h3>
205+
<div class="aspect-w-16 aspect-h-9 mb-4">
206+
<iframe
207+
class="w-full h-full rounded-lg"
208+
src="https://www.youtube.com/embed/videoseries?list=PLtoSVSQ2XzyAKQa4AkoQEviFn9pN9OZY8"
209+
title="MONAI Federated Learning Working Group Meetings"
210+
frameborder="0"
211+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
212+
allowfullscreen>
213+
</iframe>
214+
</div>
215+
<p class="text-gray-700">Watch all our working group meetings and discussions on our YouTube playlist. Subscribe to stay updated with the latest developments in federated learning.</p>
216+
<a href="https://www.youtube.com/playlist?list=PLtoSVSQ2XzyAKQa4AkoQEviFn9pN9OZY8"
217+
target="_blank"
218+
rel="noopener noreferrer"
219+
class="inline-flex items-center mt-4 text-brand-primary hover:text-brand-dark transition-colors duration-300">
220+
<span>View Full Playlist</span>
221+
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
222+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
223+
</svg>
224+
</a>
225+
</div>
226+
</div>
227+
</div>
228+
</section>
229+
198230
<!-- Collaboration Opportunities Section -->
199231
<section class="py-24 bg-white">
200232
<div class="container">

0 commit comments

Comments
 (0)