-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathabout.html
349 lines (311 loc) · 19 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<!-- #include file="components/head.html" -->
<script>
document.head.innerHTML = document.head.innerHTML
.replace('${title}', 'MONAI - About Us')
.replace('${description}', 'Project MONAI was originally started by NVIDIA & King\'s College London to establish an inclusive community of AI researchers for the development and exchange of best practices for AI in healthcare imaging.')
.replace('${canonical_url}', 'https://monai.io/about.html');
</script>
<body class="flex flex-col min-h-screen">
<!-- #include file="components/header.html" -->
<main class="flex-grow pt-20">
<!-- About Section -->
<section id="about" class="py-24">
<div class="container">
<div class="flex flex-wrap items-center">
<div class="w-full lg:w-1/2">
<h2 class="mb-6 section-heading">About MONAI</h2>
<div class="w-full sm:3/5">
<p class="py-2">
Project MONAI is a collaborative initiative that brings together leading researchers, clinicians, and industry experts
to advance medical imaging AI. Originally started by NVIDIA and King's College London, MONAI has grown into a vibrant
community focused on developing and sharing best practices, tools, and frameworks for healthcare imaging across academia
and enterprise.
</p>
<p class="py-2">
Our mission is to accelerate the adoption of AI in healthcare imaging by providing robust, validated tools and fostering
collaboration between researchers, clinicians, and industry partners. Building upon the foundations laid by toolkits like
NVIDIA Clara Train, NiftyNet, DLTK, and DeepNeuro, MONAI Core has emerged as our flagship framework, embodying the
community's collective expertise and innovation.
</p>
</div>
</div>
<div class="flex justify-center w-full lg:w-1/2">
<img class="hidden lg:block lg:w-3/4 xl:auto" src="assets/img/about_us_header.png">
</div>
</div>
</div>
</section>
<!-- Advisory Board Section -->
<section id="advisory-board" class="py-12 bg-brand-dark/15">
<div class="container">
<h2 class="section-heading text-3xl md:text-4xl font-bold mb-4">Advisory Board</h2>
<div class="max-w-4xl mb-12">
<p class="text-gray-700 mb-4">
The MONAI Advisory Board brings together distinguished leaders from academia, healthcare, and industry who guide our
strategic direction and ensure alignment with the needs of the medical imaging community. Our board members contribute
their diverse expertise to shape MONAI's development and impact in healthcare AI.
</p>
<p class="text-gray-700 mb-4">
Board members play a crucial role in maintaining MONAI's technical excellence, clinical relevance, and ethical standards.
They provide strategic oversight across various aspects including technical development, clinical validation, educational
initiatives, and community engagement.
</p>
<p class="text-gray-700 mb-6">
Through regular collaboration with working groups and the broader community, the Advisory Board ensures that MONAI
continues to meet the evolving needs of researchers, clinicians, and industry partners while advancing the field of
medical imaging AI.
</p>
</div>
<!-- Active Members -->
<div id="active-members" class="bg-white rounded-xl shadow-md mb-12 scroll-mt-24">
<div class="border-b border-gray-200 bg-brand-dark">
<h3 class="text-2xl font-bold text-white p-6 text-center">Advisory Board Members</h3>
</div>
<div class="p-6 md:p-8">
<div class="grid gap-6 md:gap-8">
<!-- All Other Members -->
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4">
<!-- Member Card Template -->
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/LeeAaron.png" alt="Aaron Lee" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Aaron Lee</h5>
<p class="text-sm text-brand-primary">Ophthalmology Working Group Chair</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/AnnikaReinke.jpg" alt="Annika Reinke" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Annika Reinke</h5>
<p class="text-sm font-medium text-brand-primary leading-snug">Benchmark Working Group Chair</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/BenMurray.png" alt="Ben Murray" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Ben Murray</h5>
<p class="text-sm text-brand-primary">Thought Leader</p>
</div>
<!-- Repeat for other members with same structure -->
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/BruceHashemian.jpeg" alt="Bruce Hashemian" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Bruce Hashemian</h5>
<p class="text-sm text-brand-primary">AI-Human Interaction Chair & Thought Leader</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/CaroleSudre.jpg" alt="Carole Sudre" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Carole Sudre</h5>
<p class="text-sm text-brand-primary">Benchmark Working Group Chair</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/DavidBericat.jpg" alt="David Bericat" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">David Bericat</h5>
<p class="text-sm text-brand-primary">Deploy Working Group Chair</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/EricKerfoot.png" alt="Eric Kerfoot" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Eric Kerfoot</h5>
<p class="text-sm text-brand-primary">Core Developers & Education Chair</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/HarisShuaib.jpg" alt="Haris Shuaib" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Haris Shuaib</h5>
<p class="text-sm text-brand-primary">Deploy Working Group Chair</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/HolgerRoth.jpg" alt="Holger Roth" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Holger Roth</h5>
<p class="text-sm text-brand-primary">Federated Learning Chair</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/JayashreeKalpathyCramer.jpg" alt="Jayashree Kalpathy-Cramer" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Jayashree Kalpathy-Cramer</h5>
<p class="text-sm text-brand-primary">Ophthalmology Working Group Chair</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/JorgeCardoso.jpg" alt="Jorge Cardoso" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Jorge Cardoso</h5>
<p class="text-sm text-brand-primary">Arbitration Board Chair & Thought Leader</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/JustinKirby.png" alt="Justin Kirby" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Justin Kirby</h5>
<p class="text-sm text-brand-primary">Thought Leader</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/LenaMaierHein.jpg" alt="Lena Maier-Hein" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Lena Maier-Hein</h5>
<p class="text-sm text-brand-primary">Thought Leader</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/MahdiAzizian.jpg" alt="Mahdi Azizian" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Mahdi Azizian</h5>
<p class="text-sm text-brand-primary">Arbitration Board Chair & Thought Leader</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/MarcModat.jpg" alt="Marc Modat" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Marc Modat</h5>
<p class="text-sm text-brand-primary">Education Working Group Chair</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/MichaelBaumgartner.jpg" alt="Michael Baumgartner" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Michael Baumgartner</h5>
<p class="text-sm text-brand-primary">Thought Leader</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/MichaelZephyr.jpg" alt="Michael Zephyr" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Michael Zephyr</h5>
<p class="text-sm text-brand-primary">Outreach Working Group Chair</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/NicMa.jpg" alt="Nic Ma" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Nic Ma</h5>
<p class="text-sm text-brand-primary">Core Developers Chair</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/PrernaDogra.png" alt="Prerna Dogra" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Prerna Dogra</h5>
<p class="text-sm text-brand-primary">Thought Leader</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/RalfFloca.png" alt="Ralf Floca" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Ralf Floca</h5>
<p class="text-sm text-brand-primary">AI-Human Interaction Chair & Arbitration Board</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/SaadNadeem.png" alt="Saad Nadeem" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Saad Nadeem</h5>
<p class="text-sm text-brand-primary">AI-Human Interaction Chair</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/SaiPraneethKarimireddy.jpg" alt="Sai Praneeth Karmireddy" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Sai Praneeth Karmireddy</h5>
<p class="text-sm text-brand-primary">Federated Learning Chair</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/SebastienOurselin.png" alt="Sebastien Ourselin" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Sebastien Ourselin</h5>
<p class="text-sm text-brand-primary">Thought Leader</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/BarbarosSelnurErdal.jpg" alt="Barbados Selnur Erdal" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Barbaros Selnur Erdal</h5>
<p class="text-sm text-brand-primary">Deploy Working Group Chair</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/StephenAylward.png" alt="Stephen Aylward" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Stephen Aylward</h5>
<p class="text-sm text-brand-primary">Chair of the Advisory Board</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/YunLiu.jpeg" alt="Yun Liu" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Yun Liu</h5>
<p class="text-sm text-brand-primary">Core Developers Chair</p>
</div>
</div>
</div>
</div>
</div>
<!-- Emeritus Members -->
<div id="emeritus" class="bg-white rounded-xl shadow-md scroll-mt-24">
<div class="border-b border-gray-200 bg-brand-dark">
<h3 class="text-2xl font-bold text-white p-6 text-center">Emeritus Founding Members</h3>
</div>
<div class="p-6 md:p-8">
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4">
<!-- Emeritus Member Card Template -->
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/DanielRubin.png" alt="Daniel Rubin" class="w-full h-full rounded-full object-cover shadow-md transition-transform duration-300 hover:scale-105">
</div>
<h5 class="font-medium text-gray-800">Daniel Rubin</h5>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/KeyvanFarahani.jpg" alt="Keyvan Farahani" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Keyvan Farahani</h5>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/KlausMaierHein.jpg" alt="Klaus Maier-Hein" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Klaus Maier-Hein</h5>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/NassirNavab.png" alt="Nasir Navab" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Nasir Navab</h5>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/NasirRajpoot.png" alt="Nasir Rajpoot" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">Nasir Rajpoot</h5>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-24 h-24 mb-2">
<img src="assets/img/KevinZhou.png" alt="S. Kevin Zhou" class="w-full h-full rounded-full object-cover shadow-md">
</div>
<h5 class="font-medium text-gray-800">S. Kevin Zhou</h5>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- #include file="components/footer.html" -->
<!-- #include file="components/scripts.html" -->
</body>
</html>