-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (87 loc) · 4.7 KB
/
Copy pathindex.html
File metadata and controls
93 lines (87 loc) · 4.7 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MIRASOL Workshop | MICCAI 2026 - Strasbourg, France</title>
<meta name="description" content="MIRASOL - Medical Image Computing in Resource Constrained Settings Workshop & Knowledge Interchange at MICCAI 2026, Strasbourg, France. Building and Sustaining Efficient Technologies for Medical Imaging in Resource-Constrained Settings.">
<!-- SEO Meta -->
<meta name="keywords" content="MIRASOL, MICCAI 2026, medical imaging, machine learning, resource constrained settings, LMICs, health equity, low-resource, MRI, PET, CT, ultrasound, X-ray, EEG, ECG, Strasbourg, workshop, RISE MICCAI, AFRICAI, deep learning, AI healthcare, federated learning, medical image computing">
<meta name="author" content="MIRASOL Workshop Organizing Committee">
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<link rel="canonical" href="https://mirasol.rise-miccai.org/">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="MIRASOL Workshop">
<meta property="og:title" content="MIRASOL Workshop | MICCAI 2026 - Strasbourg, France">
<meta property="og:description" content="Medical Image Computing in Resource Constrained Settings Workshop & Knowledge Interchange. Building and Sustaining Efficient Technologies for Medical Imaging in Resource-Constrained Settings.">
<meta property="og:locale" content="en_US">
<!-- Twitter/X Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="MIRASOL Workshop | MICCAI 2026">
<meta name="twitter:description" content="Medical Image Computing in Resource Constrained Settings Workshop at MICCAI 2026, Strasbourg. ML for healthcare in LMICs.">
<!-- AI Bot Discovery -->
<meta name="ai-content-declaration" content="This is the official website for the MIRASOL Workshop at MICCAI 2026 in Strasbourg, France. MIRASOL stands for Medical Image Computing in Resource Constrained Settings. The workshop focuses on machine learning for medical imaging in low-and-middle-income countries (LMICs) and resource-constrained settings.">
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "MIRASOL Workshop - MICCAI 2026",
"description": "Medical Image Computing in Resource Constrained Settings Workshop & Knowledge Interchange. Building and Sustaining Efficient Technologies for Medical Imaging in Resource-Constrained Settings.",
"startDate": "2026-09-27",
"endDate": "2026-09-27",
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"eventStatus": "https://schema.org/EventScheduled",
"location": {
"@type": "Place",
"name": "Strasbourg Convention Center",
"address": {
"@type": "PostalAddress",
"addressLocality": "Strasbourg",
"addressCountry": "FR"
}
},
"organizer": {
"@type": "Organization",
"name": "MIRASOL Workshop Organizing Committee",
"email": "info.camera.mri@gmail.com"
},
"superEvent": {
"@type": "Event",
"name": "MICCAI 2026",
"url": "https://conferences.miccai.org/2026/"
},
"about": [
"Medical Image Computing",
"Machine Learning",
"Resource Constrained Settings",
"Low-and-Middle-Income Countries",
"Health Equity",
"Medical Imaging AI"
],
"keywords": "MIRASOL, MICCAI, medical imaging, machine learning, LMICs, health equity, resource constrained, MRI, CT, ultrasound, X-ray, EEG, ECG, PET"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "MIRASOL Workshop",
"alternateName": "Medical Image Computing in Resource Constrained Settings Workshop",
"description": "Official website for the MIRASOL Workshop at MICCAI 2026"
}
</script>
<!-- Fonts (non-render-blocking) -->
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/style.min.css" media="print" onload="this.media='all'">
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/style.min.css"></noscript>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<!-- Cloudflare Web Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "baa0852476fe41559ff171c2da7fd52c"}'></script>
<!-- End Cloudflare Web Analytics -->
</body>
</html>