-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (51 loc) · 2.49 KB
/
index.html
File metadata and controls
55 lines (51 loc) · 2.49 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.png" type="image/png" />
<title>BBQS — Brain Behavior Quantification & Synchronization</title>
<meta name="description" content="BBQS is an NIH-funded consortium advancing computational neuroscience through shared tools, data standards, and cross-species behavioral analysis." />
<meta name="author" content="BBQS Consortium" />
<link rel="canonical" href="https://brain-bbq-clone.lovable.app/" />
<meta property="og:title" content="BBQS — Brain Behavior Quantification & Synchronization" />
<meta property="og:description" content="NIH-funded consortium advancing computational neuroscience through shared tools, data standards, and cross-species behavioral analysis." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://app.brain-bbqs.org/" />
<meta property="og:image" content="https://app.brain-bbqs.org/og-image.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="BBQS — Brain Behavior Quantification & Synchronization" />
<meta name="twitter:description" content="NIH-funded consortium for computational neuroscience research." />
<meta name="twitter:image" content="https://app.brain-bbqs.org/og-image.png" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ResearchOrganization",
"name": "Brain Behavior Quantification and Synchronization (BBQS)",
"url": "https://brain-bbq-clone.lovable.app",
"description": "NIH-funded consortium advancing computational neuroscience through shared tools and cross-species behavioral analysis.",
"funder": {
"@type": "Organization",
"name": "National Institutes of Health (NIH)"
}
}
</script>
<!-- GitHub Pages SPA redirect handler -->
<script type="text/javascript">
(function(l) {
if (l.search[1] === '/' ) {
var decoded = l.search.slice(1).split('&').map(function(s) {
return s.replace(/~and~/g, '&')
}).join('?');
window.history.replaceState(null, null,
l.pathname.slice(0, -1) + decoded + l.hash
);
}
}(window.location))
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>