-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.63 KB
/
Copy pathindex.html
File metadata and controls
37 lines (37 loc) · 1.63 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="BSTVC — Bayesian Spatiotemporally Varying Coefficients for local interpretation, global attribution, and dynamic prediction." />
<meta name="theme-color" content="#D8C9B9" />
<meta property="og:site_name" content="BSTVC Organization" />
<meta property="og:title" content="BSTVC · Museum of Evidence" />
<meta property="og:description" content="A Bayesian spatiotemporal interpretability framework and product ecosystem." />
<meta property="og:type" content="website" />
<meta property="og:image" content="/images/bstvc-emblem-fallback.png" />
<link rel="icon" href="/images/bstvc-favicon.png" />
<script>
if ((location.pathname.replace(/\/+$/, "") || "/") === "/") {
[
["/images/generated/bstvc-museum-treasure-transparent-v16.webp", "image/webp"],
["/images/generated/bstvc-museum-hall-v21-balanced.png", "image/png"],
].forEach(([href, type]) => {
const link = document.createElement("link");
link.rel = "preload";
link.as = "image";
link.href = href;
link.type = type;
link.fetchPriority = "high";
document.head.appendChild(link);
});
}
</script>
<title>BSTVC · Museum of Evidence</title>
<script type="module" crossorigin src="/assets/index-ARqt8uCr.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-k2tAMKK8.css">
</head>
<body>
<div id="root"></div>
</body>
</html>