|
10 | 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 | 11 | <link rel="canonical" href="https://monai.io/core.html"> |
12 | 12 |
|
13 | | -<!-- Head Component --> |
14 | | -<head> |
15 | | - <!-- Global site tag (gtag.js) - Google Analytics --> |
16 | | - <script async src="https://www.googletagmanager.com/gtag/js?id=G-QVGBCPFPJ6"></script> |
17 | | - <script> |
18 | | - window.dataLayer = window.dataLayer || []; |
19 | | - function gtag(){dataLayer.push(arguments);} |
20 | | - gtag('js', new Date()); |
21 | | - gtag('config', 'G-QVGBCPFPJ6'); |
22 | | - </script> |
23 | | - |
24 | | - <!-- Required meta tags --> |
25 | | - <meta charset="utf-8"> |
26 | | - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
27 | | - |
28 | | - <!-- SEO Meta Tags --> |
29 | | - <meta name="keywords" content="MONAI, Medical Imaging, AI, Deep Learning, Healthcare, PyTorch, Open Source"> |
30 | | - <meta name="author" content="Project MONAI"> |
31 | | - |
32 | | - <!-- Open Graph Meta Tags --> |
33 | | - <meta property="og:type" content="website"> |
34 | | - <meta property="og:image" content="https://monai.io/assets/img/MONAI-logo_color.png"> |
35 | | - |
36 | | - <!-- Twitter Card Meta Tags --> |
37 | | - <meta name="twitter:card" content="summary_large_image"> |
38 | | - <meta name="twitter:site" content="@ProjectMONAI"> |
39 | | - <meta name="twitter:image" content="https://monai.io/assets/img/MONAI-logo_color.png"> |
40 | | - |
41 | | - <!-- Favicon --> |
42 | | - <link rel="shortcut icon" href="./assets/logo/MONAI-logo_favicon.png" type="image/png"> |
43 | | - <link rel="apple-touch-icon" href="./assets/logo/MONAI-logo_favicon.png"> |
44 | | - |
45 | | - <!-- Stylesheets --> |
46 | | - <link rel="stylesheet" type="text/css" href="./assets/css/tailwind.css"> |
47 | | - |
48 | | - <!-- Alpine.js --> |
49 | | - <script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script> |
50 | | - |
51 | | - <!-- Alpine.js x-cloak --> |
52 | | - <style> |
53 | | - [x-cloak] { display: none !important; } |
54 | | - </style> |
55 | | - |
56 | | - <!-- Schema.org Markup --> |
57 | | - <script type="application/ld+json"> |
58 | | - { |
59 | | - "@context": "https://schema.org", |
60 | | - "@type": "Organization", |
61 | | - "name": "MONAI", |
62 | | - "url": "https://monai.io", |
63 | | - "logo": "https://monai.io/assets/img/MONAI-logo_color.png", |
64 | | - "description": "MONAI is a freely available, community-supported, PyTorch-based framework for deep learning in healthcare imaging.", |
65 | | - "sameAs": [ |
66 | | - "https://twitter.com/ProjectMONAI", |
67 | | - "https://medium.com/@monai", |
68 | | - "https://www.youtube.com/c/Project-MONAI", |
69 | | - "https://github.com/Project-MONAI" |
70 | | - ] |
71 | | - } |
72 | | - </script> |
73 | | - |
74 | | - <!-- Particles.js --> |
75 | | - <script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> |
76 | | -</head> |
77 | 13 | <!-- Head Component --> |
78 | 14 | <head> |
79 | 15 | <!-- Global site tag (gtag.js) - Google Analytics --> |
|
0 commit comments