-
Notifications
You must be signed in to change notification settings - Fork 15
Adding Ultrasound WG web page #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
aylward
wants to merge
4
commits into
Project-MONAI:master
Choose a base branch
from
aylward:ultrasoundwg
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,231 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" style="scroll-behavior: smooth"> | ||
|
||
<!-- Page-specific meta tags --> | ||
<title>MONAI - Ultrasound Working Group</title> | ||
<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."> | ||
<meta property="og:title" content="MONAI - Ultrasound Working Group"> | ||
<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."> | ||
<meta property="og:url" content="https://monai.io/wg_ultrasound.html"> | ||
<meta name="twitter:title" content="MONAI - Ultrasound Working Group"> | ||
<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."> | ||
<link rel="canonical" href="https://monai.io/wg_ultrasound.html"> | ||
|
||
<!-- Include Head Component --> | ||
<!-- #include file="components/head.html" --> | ||
|
||
<body class="flex flex-col min-h-screen"> | ||
|
||
<!-- #include file="components/header.html" --> | ||
|
||
<main class="flex-grow"> | ||
<!-- Hero Section --> | ||
<section id="hero" class="py-24 bg-brand-light relative overflow-hidden"> | ||
<div class="absolute inset-0 opacity-[0.10] bg-[radial-gradient(circle_at_1px_1px,#000_1px,transparent_0)] bg-[length:36px_36px]"></div> | ||
<div class="container relative"> | ||
<div class="flex flex-wrap items-center"> | ||
<div class="w-full max-w-3xl"> | ||
<h1 class="mb-6 wg-main-heading"> | ||
Ultrasound<br> | ||
Working Group | ||
</h1> | ||
<h2 class="text-neutral-darkestblack text-2xl font-bold mb-4">Mission Statement</h2> | ||
<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> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!-- Initiatives Section --> | ||
<section class="py-24 relative overflow-hidden"> | ||
<div class="container relative"> | ||
<h2 class="text-3xl font-bold text-neutral-darkestblack mb-8">Initiatives</h2> | ||
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mt-8"> | ||
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300"> | ||
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Broad, long-term initiatives</h3> | ||
<ul class="space-y-4 text-gray-700"> | ||
<li class="flex items-start"> | ||
<span class="text-brand-primary mr-3">•</span> | ||
<span>Connectivity with ultrasound devices</span> | ||
</li> | ||
<li class="flex items-start"> | ||
<span class="text-brand-primary mr-3">•</span> | ||
<span>Data de-identification and pre-processing</span> | ||
</li> | ||
<li class="flex items-start"> | ||
<span class="text-brand-primary mr-3">•</span> | ||
<span>TotalSegmentator for ultrasound</span> | ||
</li> | ||
<li class="flex items-start"> | ||
<span class="text-brand-primary mr-3">•</span> | ||
<span>Algorithms for B-mode and RF ultrasound</span> | ||
</li> | ||
<li class="flex items-start"> | ||
<span class="text-brand-primary mr-3">•</span> | ||
<span>Ultrasound simulation</span> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300"> | ||
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Current Focus</h3> | ||
<ul class="space-y-4 text-gray-700"> | ||
<li class="flex items-start"> | ||
<span class="text-brand-primary mr-3">•</span> | ||
<span>TBD</span> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300"> | ||
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Future Focus</h3> | ||
<ul class="space-y-4 text-gray-700"> | ||
<li class="flex items-start"> | ||
<span class="text-brand-primary mr-3">•</span> | ||
<span>TBD</span> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!-- Group Leads Section --> | ||
<section class="py-24 bg-neutral-lightgray relative overflow-hidden"> | ||
<div class="absolute inset-0 opacity-[0.10] bg-[radial-gradient(circle_at_1px_1px,#000_1px,transparent_0)] bg-[length:36px_36px]"></div> | ||
<div class="container relative"> | ||
<h2 class="text-3xl font-bold text-neutral-darkestblack mb-8">Group Leads</h2> | ||
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8"> | ||
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300"> | ||
<div class="flex flex-col items-center text-center"> | ||
<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"> | ||
<div> | ||
<p class="text-xl font-semibold text-gray-800 mb-2">Tina Kapur</p> | ||
<p class="text-base text-gray-600 mb-1">Center Executive Director, Surgical Planning Laboratory</p> | ||
<p class="text-sm text-gray-600 mb-1">Department of Radiology, Brigham and Women's Hospital, Harvard Medical School</p> | ||
<p class="text-sm font-medium text-brand-primary">Ultrasound Working Group Chair</p> | ||
<div class="flex justify-center text-sm text-brand-primary hover:text-brand-dark mt-2"> | ||
<a href="https://www.linkedin.com/in/tina-kapur-5a91a8139/" target="_blank" rel="noopener noreferrer"> | ||
<span>View Profile</span> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300"> | ||
<div class="flex flex-col items-center text-center"> | ||
<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"> | ||
<div> | ||
<p class="text-xl font-semibold text-gray-800 mb-2">Stephen Aylward</p> | ||
<p class="text-base text-gray-600 mb-1">Global Lead for Strategic Applied Research, Medical Devices</p> | ||
<p class="text-sm text-gray-600 mb-1">NVIDIA</p> | ||
<p class="text-sm font-medium text-brand-primary">Ultrasound Working Group Chair</p> | ||
<div class="flex justify-center text-sm text-brand-primary hover:text-brand-dark mt-2"> | ||
<a href="https://www.linkedin.com/in/stephenaylward/" target="_blank" rel="noopener noreferrer"> | ||
<span>View Profile</span> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!-- Meeting Notes and Recordings Section --> | ||
<!-- <section class="py-24 bg-white"> | ||
<div class="container"> | ||
<h2 class="text-3xl font-bold text-neutral-darkestblack mb-8">Meeting Notes and Recordings</h2> | ||
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mt-8"> | ||
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300"> | ||
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Google Drive</h3> | ||
<ul class="space-y-4 text-gray-700"> | ||
<li class="flex items-start"> | ||
<span class="text-brand-primary mr-3">•</span> | ||
<span><a href="https://drive.google.com/drive/folders/your-folder-id" class="link-hover">Access all meeting notes and recordings</a></span> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300"> | ||
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Direct Links</h3> | ||
<ul class="space-y-4 text-gray-700"> | ||
<li class="flex items-start"> | ||
<span class="text-brand-primary mr-3">•</span> | ||
<span><a href="https://link-to-meeting-1" class="link-hover">Meeting 1 - Date</a></span> | ||
</li> | ||
<li class="flex items-start"> | ||
<span class="text-brand-primary mr-3">•</span> | ||
<span><a href="https://link-to-meeting-2" class="link-hover">Meeting 2 - Date</a></span> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</section> --> | ||
|
||
<!-- Resources Section --> | ||
<!-- <section class="py-24 bg-neutral-lightgray relative overflow-hidden"> | ||
<div class="absolute inset-0 opacity-[0.10] bg-[radial-gradient(circle_at_1px_1px,#000_1px,transparent_0)] bg-[length:36px_36px]"></div> | ||
<div class="container relative"> | ||
<h2 class="text-3xl font-bold text-neutral-darkestblack mb-8">Resources</h2> | ||
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mt-8"> | ||
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300"> | ||
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Development Resources</h3> | ||
<ul class="space-y-4 text-gray-700"> | ||
<li class="flex items-start"> | ||
<span class="text-brand-primary mr-3">•</span> | ||
<span><a href="https://github.com/Project-MONAI/monai-deploy" class="link-hover">MONAI Deploy GitHub Repository</a></span> | ||
</li> | ||
<li class="flex items-start"> | ||
<span class="text-brand-primary mr-3">•</span> | ||
<span><a href="https://docs.monai.io/projects/monai-deploy-app-sdk/en/latest/" class="link-hover">MONAI Deploy App SDK Documentation</a></span> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</section> --> | ||
|
||
<!-- Collaboration Opportunities Section --> | ||
<section class="py-24 bg-white"> | ||
<div class="container"> | ||
<h2 class="text-3xl font-bold text-neutral-darkestblack mb-8">Collaboration Opportunities</h2> | ||
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mt-8"> | ||
<div class="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300"> | ||
<h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200">Join and Contribute</h3> | ||
<ul class="space-y-4 text-gray-700"> | ||
<li class="flex items-start"> | ||
<span class="text-brand-primary mr-3">•</span> | ||
<span><a href="https://forms.gle/TVRKXbonDXvTuzEc7">Join our regular working group meetings</a></span> | ||
</li> | ||
<li class="flex items-start"> | ||
<span class="text-brand-primary mr-3">•</span> | ||
<span>Share your ultrasound experience and requirements</span> | ||
</li> | ||
<li class="flex items-start"> | ||
<span class="text-brand-primary mr-3">•</span> | ||
<span>Participate in defining standards and best practices</span> | ||
</li> | ||
<li class="flex items-start"> | ||
<span class="text-brand-primary mr-3">•</span> | ||
<span>Contribute your ultrasound AI methods</span> | ||
</li> | ||
<li class="flex items-start"> | ||
<span class="text-brand-primary mr-3">•</span> | ||
<span>Help shape the future of medical AI for ultrasound</span> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
</main> | ||
|
||
<!-- #include file="components/footer.html" --> | ||
<!-- #include file="components/scripts.html" --> | ||
|
||
</body> | ||
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.