-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (57 loc) · 3.29 KB
/
index.html
File metadata and controls
67 lines (57 loc) · 3.29 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#0b1220" />
<title>IMAGINE Lab – AI for Fetal Brain Imaging | Highly Cited Research</title>
<meta
name="description"
content="IMAGINE develops AI-powered fetal brain MRI techniques. Over 5,000 citations (Scholarly). Explore our publications, tools, and team. Collaborators across MGH, HMS, SUNY, BCH."
/>
<link rel="canonical" href="https://braindevelopment.org/" />
<!-- ===== Favicons (place files in /public) ===== -->
<link rel="icon" type="image/x-icon" href="/favicon.ico?v=2" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png?v=2" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png?v=2" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png?v=2" />
<!-- ===== Social Cards ===== -->
<meta property="og:title" content="IMAGINE Lab – AI for Fetal Brain Imaging" />
<meta property="og:description" content="AI-focused fetal brain MRI research with thousands of citations. Explore our publications and tools." />
<meta property="og:image" content="/hero-brain-imaging.avif" />
<meta property="og:url" content="https://braindevelopment.org/" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="IMAGINE Lab – AI for Fetal Brain Imaging" />
<meta name="twitter:description" content="AI-driven methods for fetal brain MRI, with widely cited publications and advanced tools." />
<meta name="twitter:image" content="/hero-brain-imaging.avif" />
<!-- ===== Performance hints ===== -->
<!-- Preload hero image to improve LCP (file should exist in /public/img/) -->
<link rel="preload" as="image" href="/img/hero-1600.avif" imagesrcset="/img/hero-800.avif 800w, /img/hero-1600.avif 1600w" imagesizes="(max-width: 900px) 800px, 1600px" fetchpriority="high" />
<!-- If you self-host a single critical font weight, preload it (put file in /public/fonts and keep only needed weights):
<link rel="preload" as="font" href="/fonts/YourFont-600.woff2" type="font/woff2" crossorigin>
-->
<!-- If you load anything from another origin (CDN/fonts), preconnect to it:
<link rel="preconnect" href="https://cdn.yourhost.com" crossorigin>
-->
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ResearchOrganization",
"name": "IMAGINE Research Lab",
"url": "https://braindevelopment.org/",
"logo": "https://braindevelopment.org/logo.avif",
"sameAs": ["https://scholar.google.com/citations?user=mPB7nkYAAAAJ"],
"description": "IMAGINE specializes in AI and MRI imaging for fetal and neonatal brain development. Highly cited in machine learning and medical imaging."
}
</script>
</head>
<body>
<noscript>JavaScript is required to run this site.</noscript>
<div id="root"></div>
<!-- Vite module entry (module scripts are deferred by default) -->
<script type="module" src="/src/main.tsx"></script>
</body>
</html>