Skip to content

Commit

Permalink
Update MONAI Deploy Infra ordering and update links for MONAI Deploy …
Browse files Browse the repository at this point in the history
…flow + Docs and Getting Started
  • Loading branch information
zephyrie committed Nov 15, 2022
1 parent 695a6d5 commit f7aa0ce
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
8 changes: 8 additions & 0 deletions assets/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -2104,6 +2104,14 @@ li::marker{
content: url("../img/title_decoration.png");
}

@variants responsive {
.section-heading-long:after{
margin-bottom: 1rem;
display: block;
content: url("../img/title_decoration_long.png");
}
}

.icon{
margin-bottom: 1rem;
--tw-text-opacity: 1;
Expand Down
27 changes: 13 additions & 14 deletions deploy.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ <h2 class="mb-6 section-heading">MONAI Deploy</h2>
can build confidence in the techniques and approaches used with AI — allowing for an iterative workflow until the overall AI inference infrastructure is ready to move to clinical environments.</p>
</div>
<div class="flex flex-wrap space-x-2 pb-8">
<a class="brand-btn" href="https://github.com/Project-MONAI/tutorials" target="_blank">Getting Started </a>
<a class="brand-btn" href="https://docs.monai.io/en/stable/" target="_blank">Documentation </a>
<a class="brand-btn" href="https://docs.monai.io/projects/monai-deploy-app-sdk/en/stable/getting_started/index.html" target="_blank">Getting Started </a>
<a class="brand-btn" href="https://docs.monai.io/projects/monai-deploy-app-sdk/en/stable/index.html" target="_blank">Documentation </a>
</div>
<div>
<h2 class="text-brand-primary font-semibold">Install:</h2>
Expand Down Expand Up @@ -150,27 +150,26 @@ <h2 class="text-brand-primary text-4xl font-bold ">AI Deployment Workflow</h2>
<h2 class="text-xl font-bold pb-4"><span class="text-brand-primary font-bold text-xl">1. </span>App Development</h2>
<h3 class="text-lg font-bold pb-4 text-brand-primary">Develop a MONAI Application Package</h3>
<p class="pb-6">A Pythonic SDK to build deploy-ready AI Apps in Healthcare</p>
<div class="text-brand-primary font-bold"><a href="" target="_blank"> Learn More > </a></div>
<div class="text-brand-primary font-bold"><a href="https://docs.monai.io/projects/monai-deploy-app-sdk/en/stable/index.html" target="_blank"> Learn More > </a></div>
</div>
<div class="text-center p-4 border-2 border-brand-primary rounded-3xl">
<h2 class="text-xl font-bold pb-4"><span class="text-brand-primary font-bold text-xl">2. </span>Informatics Gateway</h2>
<h3 class="text-lg font-bold pb-4 text-brand-primary">Facilitates I/O for DICOM and FHIR</h3>
<p class="pb-6">Connects AI Applications to Healthcare Information Systems</p>
<div class="text-brand-primary font-bold"><a href="" target="_blank"> Learn More > </a></div>
<h2 class="text-xl font-bold pb-4"><span class="text-brand-primary font-bold text-xl">2. </span>Inference Service</h2>
<h3 class="text-lg font-bold pb-4 text-brand-primary">Application Server to run your MAPs</h3>
<p class="pb-6">RESTful service which will allow other users to make inference requests with our MAP using HTTP</p>
<div class="text-brand-primary font-bold"><a href="https://github.com/Project-MONAI/monai-deploy/tree/main/deploy/monai-deploy-express" target="_blank"> Learn More > </a></div>
</div>
<div class="text-center p-4 border-2 border-brand-primary rounded-3xl">
<h2 class="text-xl font-bold pb-4"><span class="text-brand-primary font-bold text-xl">3. </span>Workflow Manager</h2>
<h3 class="text-lg font-bold pb-4 text-brand-primary">Orchestrates based on the clinical workflow</h3>
<p class="pb-6">Central hub for the MONAI Deploy Platform</p>
<div class="text-brand-primary font-bold"><a href="" target="_blank"> Learn More > </a></div>
<div class="text-brand-primary font-bold"><a href="https://github.com/Project-MONAI/monai-deploy-workflow-manager" target="_blank"> Learn More > </a></div>
</div>

<div class="text-center p-4 border-2 border-brand-primary rounded-3xl">
<h2 class="text-xl font-bold pb-4"><span class="text-brand-primary font-bold text-xl">4. </span>Inference Service</h2>
<h3 class="text-lg font-bold pb-4 text-brand-primary">Application Server to run your MAPs</h3>
<p class="pb-6">RESTful service which will allow other users to make inference requests with our MAP using HTTP</p>
<div class="text-brand-primary font-bold"><a href="" target="_blank"> Learn More > </a></div>
</div>
<h2 class="text-xl font-bold pb-4"><span class="text-brand-primary font-bold text-xl">4. </span>Informatics Gateway</h2>
<h3 class="text-lg font-bold pb-4 text-brand-primary">Facilitates I/O for DICOM and FHIR</h3>
<p class="pb-6">Connects AI Applications to Healthcare Information Systems</p>
<div class="text-brand-primary font-bold"><a href="https://github.com/Project-MONAI/monai-deploy-informatics-gateway" target="_blank"> Learn More > </a></div>
</div>
</div>
</div>
</section>
Expand Down

0 comments on commit f7aa0ce

Please sign in to comment.