-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.4 KB
/
index.html
File metadata and controls
33 lines (33 loc) · 1.4 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
<!doctype html>
<html lang="">
<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="description"
content="We seek to understand the inner workings of AI systems, and use these
insights to enable better human-AI interaction. Key approaches in our
research include data visualization, mechanistic interpretability, and
even artistic exploration."
/>
<title>Insight and Interaction Lab | Harvard SEAS</title>
<link href="css/app.5f195708.css" rel="preload" as="style" />
<link href="css/chunk-vendors.d995e615.css" rel="preload" as="style" />
<link href="js/app.33173ca2.js" rel="preload" as="script" />
<link href="js/chunk-vendors.50a0e122.js" rel="preload" as="script" />
<link href="css/chunk-vendors.d995e615.css" rel="stylesheet" />
<link href="css/app.d8ed31aa.css" rel="stylesheet" />
</head>
<body>
<noscript>
We seek to understand the inner workings of AI systems, and use these
insights to enable better human-AI interaction. Key approaches in our
research include data visualization, mechanistic interpretability, and
even artistic exploration.
</noscript>
<div id="app"></div>
<script src="js/chunk-vendors.50a0e122.js"></script>
<script src="js/app.33173ca2.js"></script>
</body>
</html>