-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmap.html
More file actions
51 lines (51 loc) · 2.63 KB
/
Copy pathmap.html
File metadata and controls
51 lines (51 loc) · 2.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="referrer" content="no-referrer" />
<title>Map—Mapping AI</title>
<link rel="icon" type="image/svg+xml" href="/assets/favicon/favicon.svg" />
<link rel="icon" type="image/png" sizes="96x96" href="/assets/favicon/favicon-96x96.png" />
<link rel="shortcut icon" href="/assets/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png" />
<link rel="manifest" href="/assets/favicon/site.webmanifest" />
<meta
name="description"
content="Interactive stakeholder map of the U.S. AI policy landscape—explore people, organizations, and resources by sector, stance, and connections."
/>
<meta property="og:title" content="Map—Mapping AI" />
<meta
property="og:description"
content="Interactive stakeholder map of the U.S. AI policy landscape—explore by sector, stance, and connections."
/>
<meta property="og:image" content="https://mapping-ai.org/images/og-image.png" />
<meta property="og:url" content="https://mapping-ai.org/map" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Mapping AI" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Map—Mapping AI" />
<meta name="twitter:description" content="Interactive stakeholder map of the U.S. AI policy landscape." />
<meta name="twitter:image" content="https://mapping-ai.org/images/og-image.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://d3js.org" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;1,400&family=DM+Mono:wght@400;500&display=swap"
media="print"
onload="this.media = 'all'"
/>
<script src="https://d3js.org/d3.v7.min.js"></script>
<link rel="preload" href="/data/map-data.json" as="fetch" crossorigin />
</head>
<body>
<div id="map-root"><div style="display:flex;align-items:center;justify-content:center;height:100vh;font-family:monospace;font-size:11px;letter-spacing:0.08em;text-transform:uppercase;color:#888">Loading...</div></div>
<script type="module" src="/src/map/main.tsx"></script>
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token":"__CF_ANALYTICS_TOKEN__"}'
></script>
</body>
</html>