|
1 | 1 | <!DOCTYPE html> |
2 | | -<html lang="en" style="scroll-behavior: smooth"> |
| 2 | +<html lang="en" class="scroll-smooth"> |
| 3 | +<!-- Page-specific meta tags --> |
| 4 | +<title>MONAI Core</title> |
| 5 | +<meta name="description" content="MONAI Core is the flagship library of Project MONAI, providing powerful capabilities for medical AI development. It features medical-specific image transforms, state-of-the-art models like UNETR for 3D segmentation, and advanced frameworks like Auto3DSeg for automated model selection."> |
| 6 | +<meta property="og:title" content="MONAI Core"> |
| 7 | +<meta property="og:description" content="MONAI Core is the flagship library of Project MONAI, providing powerful capabilities for medical AI development. It features medical-specific image transforms, state-of-the-art models like UNETR for 3D segmentation, and advanced frameworks like Auto3DSeg for automated model selection."> |
| 8 | +<meta property="og:url" content="https://monai.io/core.html"> |
| 9 | +<meta name="twitter:title" content="MONAI Core"> |
| 10 | +<meta name="twitter:description" content="MONAI Core is the flagship library of Project MONAI, providing powerful capabilities for medical AI development. It features medical-specific image transforms, state-of-the-art models like UNETR for 3D segmentation, and advanced frameworks like Auto3DSeg for automated model selection."> |
| 11 | +<link rel="canonical" href="https://monai.io/core.html"> |
3 | 12 |
|
| 13 | +<!-- Include Head Component --> |
4 | 14 | <!-- #include file="components/head.html" --> |
5 | | -<script> |
6 | | - document.head.innerHTML = document.head.innerHTML |
7 | | - .replace('${title}', 'MONAI Core') |
8 | | - .replace('${description}', 'MONAI Core is the flagship library of Project MONAI, providing powerful capabilities for medical AI development. It features medical-specific image transforms, state-of-the-art models like UNETR for 3D segmentation, and advanced frameworks like Auto3DSeg for automated model selection.') |
9 | | - .replace('${canonical_url}', 'https://monai.io/core.html'); |
10 | | -</script> |
11 | 15 |
|
12 | | -<body> |
| 16 | +<body class="flex flex-col min-h-screen"> |
13 | 17 | <!-- #include file="components/header.html" --> |
14 | 18 |
|
15 | 19 | <main class="flex-grow pt-20"> |
|
0 commit comments