Skip to content

Commit 98dabdd

Browse files
authored
Merge pull request #79 from aylward/ultrasoundwg
Adding Ultrasound WG web page
2 parents bd190cf + 2d15a56 commit 98dabdd

File tree

4 files changed

+283
-1
lines changed

4 files changed

+283
-1
lines changed

assets/img/StephenAylward.jpg

60.4 KB
Loading

assets/img/TinaKapur.jpg

30.9 KB
Loading

wg_ultrasound.html

Lines changed: 231 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,231 @@
1+
<!DOCTYPE html>
2+
<html lang="en" style="scroll-behavior: smooth">
3+
4+
<!-- Page-specific meta tags -->
5+
<title>MONAI - Ultrasound Working Group</title>
6+
<meta name="description" content="Advancing MONAI's support for ultrasound AI research and development, from point-of-care diagnosis to surgical robot guidance and from raw RF to 4D acquisitions.">
7+
<meta property="og:title" content="MONAI - Ultrasound Working Group">
8+
<meta property="og:description" content="Advancing MONAI's support for ultrasound AI research and development, from point-of-care diagnosis to surgical robot guidance and from raw RF to 4D acquisitions.">
9+
<meta property="og:url" content="https://monai.io/wg_ultrasound.html">
10+
<meta name="twitter:title" content="MONAI - Ultrasound Working Group">
11+
<meta name="twitter:description" content="Advancing MONAI's support for ultrasound AI research and development, from point-of-care diagnosis to surgical robot guidance and from raw RF to 4D acquisitions.">
12+
<link rel="canonical" href="https://monai.io/wg_ultrasound.html">
13+
14+
<!-- Include Head Component -->
15+
<!-- #include file="components/head.html" -->
16+
17+
<body class="flex flex-col min-h-screen">
18+
19+
<!-- #include file="components/header.html" -->
20+
21+
<main class="flex-grow">
22+
<!-- Hero Section -->
23+
<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>
25+
<div class="container relative">
26+
<div class="flex flex-wrap items-center">
27+
<div class="w-full max-w-3xl">
28+
<h1 class="mb-6 wg-main-heading">
29+
Ultrasound<br>
30+
Working Group
31+
</h1>
32+
<h2 class="text-neutral-darkestblack text-2xl font-bold mb-4">Mission Statement</h2>
33+
<p class="text-lg leading-relaxed text-gray-700">This working group will focus on enabling reproducible, scalable AI development for ultrasound within the MONAI ecosystem. Key priorities include harmonizing data formats (e.g., DICOM for B-mode); supporting data streaming (e.g., for RF signals); standardizing annotation formats and labeling protocols for common ultrasound tasks; and defining reusable pipelines for training, inference, evaluation, and deployment. Short-term and long-term priorities and focal clinical applications will be determined by participants of the group. By collaborating with the MONAI developers, the group will move from requirements to implemented solutions.</p>
34+
</div>
35+
</div>
36+
</div>
37+
</section>
38+
39+
<!-- Initiatives Section -->
40+
<section class="py-24 relative overflow-hidden">
41+
<div class="container relative">
42+
<h2 class="text-3xl font-bold text-neutral-darkestblack mb-8">Initiatives</h2>
43+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mt-8">
44+
<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">Broad, long-term initiatives</h3>
46+
<ul class="space-y-4 text-gray-700">
47+
<li class="flex items-start">
48+
<span class="text-brand-primary mr-3"></span>
49+
<span>Connectivity with ultrasound devices</span>
50+
</li>
51+
<li class="flex items-start">
52+
<span class="text-brand-primary mr-3"></span>
53+
<span>Data de-identification and pre-processing</span>
54+
</li>
55+
<li class="flex items-start">
56+
<span class="text-brand-primary mr-3"></span>
57+
<span>TotalSegmentator for ultrasound</span>
58+
</li>
59+
<li class="flex items-start">
60+
<span class="text-brand-primary mr-3"></span>
61+
<span>Algorithms for B-mode and RF ultrasound</span>
62+
</li>
63+
<li class="flex items-start">
64+
<span class="text-brand-primary mr-3"></span>
65+
<span>Ultrasound simulation</span>
66+
</li>
67+
</ul>
68+
</div>
69+
70+
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300">
71+
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Current Focus</h3>
72+
<ul class="space-y-4 text-gray-700">
73+
<li class="flex items-start">
74+
<span class="text-brand-primary mr-3"></span>
75+
<span>TBD</span>
76+
</li>
77+
</ul>
78+
</div>
79+
80+
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300">
81+
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Future Focus</h3>
82+
<ul class="space-y-4 text-gray-700">
83+
<li class="flex items-start">
84+
<span class="text-brand-primary mr-3"></span>
85+
<span>TBD</span>
86+
</li>
87+
</ul>
88+
</div>
89+
</div>
90+
</div>
91+
</section>
92+
93+
<!-- Group Leads Section -->
94+
<section class="py-24 bg-neutral-lightgray relative overflow-hidden">
95+
<div class="absolute inset-0 opacity-[0.10] bg-[radial-gradient(circle_at_1px_1px,#000_1px,transparent_0)] bg-[length:36px_36px]"></div>
96+
<div class="container relative">
97+
<h2 class="text-3xl font-bold text-neutral-darkestblack mb-8">Group Leads</h2>
98+
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8">
99+
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300">
100+
<div class="flex flex-col items-center text-center">
101+
<img src="assets/img/TinaKapur.jpg" alt="Tina Kapur" class="w-32 h-32 rounded-full object-cover mb-6 border-4 border-brand-light">
102+
<div>
103+
<p class="text-xl font-semibold text-gray-800 mb-2">Tina Kapur</p>
104+
<p class="text-base text-gray-600 mb-1">Center Executive Director, Surgical Planning Laboratory</p>
105+
<p class="text-sm text-gray-600 mb-1">Department of Radiology, Brigham and Women's Hospital, Harvard Medical School</p>
106+
<p class="text-sm font-medium text-brand-primary">Ultrasound Working Group Chair</p>
107+
<div class="flex justify-center text-sm text-brand-primary hover:text-brand-dark mt-2">
108+
<a href="https://www.linkedin.com/in/tina-kapur-5a91a8139/" target="_blank" rel="noopener noreferrer">
109+
<span>View Profile</span>
110+
</a>
111+
</div>
112+
</div>
113+
</div>
114+
</div>
115+
116+
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300">
117+
<div class="flex flex-col items-center text-center">
118+
<img src="assets/img/StephenAylward.jpg" alt="Stephen Aylward" class="w-32 h-32 rounded-full object-cover mb-6 border-4 border-brand-light">
119+
<div>
120+
<p class="text-xl font-semibold text-gray-800 mb-2">Stephen Aylward</p>
121+
<p class="text-base text-gray-600 mb-1">Global Lead for Strategic Applied Research, Medical Devices</p>
122+
<p class="text-sm text-gray-600 mb-1">NVIDIA</p>
123+
<p class="text-sm font-medium text-brand-primary">Ultrasound Working Group Chair</p>
124+
<div class="flex justify-center text-sm text-brand-primary hover:text-brand-dark mt-2">
125+
<a href="https://www.linkedin.com/in/stephenaylward/" target="_blank" rel="noopener noreferrer">
126+
<span>View Profile</span>
127+
</a>
128+
</div>
129+
</div>
130+
</div>
131+
</div>
132+
</div>
133+
</div>
134+
</section>
135+
136+
<!-- Meeting Notes and Recordings Section -->
137+
<!-- <section class="py-24 bg-white">
138+
<div class="container">
139+
<h2 class="text-3xl font-bold text-neutral-darkestblack mb-8">Meeting Notes and Recordings</h2>
140+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mt-8">
141+
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300">
142+
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Google Drive</h3>
143+
<ul class="space-y-4 text-gray-700">
144+
<li class="flex items-start">
145+
<span class="text-brand-primary mr-3">•</span>
146+
<span><a href="https://drive.google.com/drive/folders/your-folder-id" class="link-hover">Access all meeting notes and recordings</a></span>
147+
</li>
148+
</ul>
149+
</div>
150+
151+
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300">
152+
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Direct Links</h3>
153+
<ul class="space-y-4 text-gray-700">
154+
<li class="flex items-start">
155+
<span class="text-brand-primary mr-3">•</span>
156+
<span><a href="https://link-to-meeting-1" class="link-hover">Meeting 1 - Date</a></span>
157+
</li>
158+
<li class="flex items-start">
159+
<span class="text-brand-primary mr-3">•</span>
160+
<span><a href="https://link-to-meeting-2" class="link-hover">Meeting 2 - Date</a></span>
161+
</li>
162+
</ul>
163+
</div>
164+
</div>
165+
</div>
166+
</section> -->
167+
168+
<!-- Resources Section -->
169+
<!-- <section class="py-24 bg-neutral-lightgray relative overflow-hidden">
170+
<div class="absolute inset-0 opacity-[0.10] bg-[radial-gradient(circle_at_1px_1px,#000_1px,transparent_0)] bg-[length:36px_36px]"></div>
171+
<div class="container relative">
172+
<h2 class="text-3xl font-bold text-neutral-darkestblack mb-8">Resources</h2>
173+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mt-8">
174+
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300">
175+
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Development Resources</h3>
176+
<ul class="space-y-4 text-gray-700">
177+
<li class="flex items-start">
178+
<span class="text-brand-primary mr-3">•</span>
179+
<span><a href="https://github.com/Project-MONAI/monai-deploy" class="link-hover">MONAI Deploy GitHub Repository</a></span>
180+
</li>
181+
<li class="flex items-start">
182+
<span class="text-brand-primary mr-3">•</span>
183+
<span><a href="https://docs.monai.io/projects/monai-deploy-app-sdk/en/latest/" class="link-hover">MONAI Deploy App SDK Documentation</a></span>
184+
</li>
185+
</ul>
186+
</div>
187+
</div>
188+
</div>
189+
</section> -->
190+
191+
<!-- Collaboration Opportunities Section -->
192+
<section class="py-24 bg-white">
193+
<div class="container">
194+
<h2 class="text-3xl font-bold text-neutral-darkestblack mb-8">Collaboration Opportunities</h2>
195+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mt-8">
196+
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300">
197+
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Join and Contribute</h3>
198+
<ul class="space-y-4 text-gray-700">
199+
<li class="flex items-start">
200+
<span class="text-brand-primary mr-3"></span>
201+
<span><a href="https://forms.gle/TVRKXbonDXvTuzEc7">Join our regular working group meetings</a></span>
202+
</li>
203+
<li class="flex items-start">
204+
<span class="text-brand-primary mr-3"></span>
205+
<span>Share your ultrasound experience and requirements</span>
206+
</li>
207+
<li class="flex items-start">
208+
<span class="text-brand-primary mr-3"></span>
209+
<span>Participate in defining standards and best practices</span>
210+
</li>
211+
<li class="flex items-start">
212+
<span class="text-brand-primary mr-3"></span>
213+
<span>Contribute your ultrasound AI methods</span>
214+
</li>
215+
<li class="flex items-start">
216+
<span class="text-brand-primary mr-3"></span>
217+
<span>Help shape the future of medical AI for ultrasound</span>
218+
</li>
219+
</ul>
220+
</div>
221+
</div>
222+
</div>
223+
</section>
224+
225+
</main>
226+
227+
<!-- #include file="components/footer.html" -->
228+
<!-- #include file="components/scripts.html" -->
229+
230+
</body>
231+
</html>

working-groups.html

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ <h3 class="text-lg font-semibold mb-4">Quick Links:</h3>
6565
<a href="#human-ai" class="text-brand-primary hover:text-brand-dark transition-colors duration-300">Human-AI Interaction</a>
6666
<a href="#ophthalmology" class="text-brand-primary hover:text-brand-dark transition-colors duration-300">Ophthalmology</a>
6767
<a href="#outreach" class="text-brand-primary hover:text-brand-dark transition-colors duration-300">Outreach and Adoption</a>
68+
<a href="#ultrasound" class="text-brand-primary hover:text-brand-dark transition-colors duration-300">Ultrasound</a>
6869
</div>
6970
</div>
7071

@@ -490,6 +491,56 @@ <h4 class="uppercase text-sm font-medium text-gray-600 mb-4">GROUP LEADS</h4>
490491
</div>
491492
</div>
492493
</div>
494+
495+
<!-- Ultrasound Working Group Card -->
496+
<div id="ultrasound" class="bg-white rounded-xl shadow-md scroll-mt-24">
497+
<div class="border-b border-gray-200 bg-brand-dark">
498+
<h3 class="text-xl font-semibold text-white p-8 pb-6 text-center">Ultrasound Working Group</h3>
499+
</div>
500+
<div class="p-8">
501+
<div class="mb-8">
502+
<h4 class="uppercase text-sm font-medium text-gray-600 mb-3">MISSION</h4>
503+
<p class="text-gray-700">
504+
This working group will focus on enabling reproducible, scalable AI development for ultrasound within the MONAI ecosystem. Key priorities include harmonizing data formats (e.g., DICOM for B-mode); supporting data streaming (e.g., for RF signals); standardizing annotation formats and labeling protocols for common ultrasound tasks; and defining reusable pipelines for training, inference, evaluation, and deployment. Short-term and long-term priorities and focal clinical applications will be determined by participants of the group. By collaborating with the MONAI developers, the group will move from requirements to implemented solutions.
505+
</p>
506+
</div>
507+
<div class="mb-8">
508+
<h4 class="uppercase text-sm font-medium text-gray-600 mb-4">GROUP LEADS</h4>
509+
<ul class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
510+
<li class="group">
511+
<div class="flex">
512+
<div class="flex-shrink-0 w-24 mr-4">
513+
<img src="assets/img/TinaKapur.jpg" alt="Tina Kapur" class="w-24 h-24 rounded-full object-cover">
514+
</div>
515+
<div class="flex-grow pt-1">
516+
<p class="font-medium text-gray-800 mb-1">Tina Kapur</p>
517+
<p class="text-sm text-gray-600">Brigham and Women's Hospital, Harvard Medical School</p>
518+
</div>
519+
</div>
520+
</li>
521+
<li class="group">
522+
<div class="flex">
523+
<div class="flex-shrink-0 w-24 mr-4">
524+
<img src="assets/img/StephenAylward.jpg" alt="Stephen Aylward" class="w-24 h-24 rounded-full object-cover">
525+
</div>
526+
<div class="flex-grow pt-1">
527+
<p class="font-medium text-gray-800 mb-1">Stephen Aylward</p>
528+
<p class="text-sm text-gray-600">NVIDIA</p>
529+
</div>
530+
</div>
531+
</li>
532+
</ul>
533+
</div>
534+
<div>
535+
<a href="wg_ultrasound.html" class="px-6 py-2.5 rounded-lg bg-white text-brand-primary border-2 border-brand-primary hover:bg-brand-light transition-colors inline-flex items-center gap-2 group">
536+
<span>Learn More</span>
537+
<svg class="w-4 h-4 transition-transform group-hover:translate-x-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
538+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7l5 5m0 0l-5 5m5-5H6"></path>
539+
</svg>
540+
</a>
541+
</div>
542+
</div>
543+
</div>
493544
</div>
494545
</div>
495546
</section>
@@ -500,4 +551,4 @@ <h4 class="uppercase text-sm font-medium text-gray-600 mb-4">GROUP LEADS</h4>
500551
<!-- #include file="components/scripts.html" -->
501552

502553
</body>
503-
</html>
554+
</html>

0 commit comments

Comments
 (0)