-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
192 lines (173 loc) · 7.45 KB
/
index.html
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0" />
<meta name="author" content="" />
<meta
name="description"
content="Our lab builds interactive visual tools to help people make sense of data and AI. We design, build, and test tools that empower individuals to gain insights into datasets, make informed decisions, and promote the responsible use of AI for domain-driven problems."
/>
<meta
name="keywords"
content="visual analytics,georgia tech,gatech,interactive computing,research lab,information visualization,infovis,infoviz,data science,machine learning,va lab,gt va lab,sensemaking,semantic interaction,by demonstration,knowledge graphs,objective functions,cognitive bias,functional safety,causal inference,human-centered,human-in-the-loop,mixed initiative"
/>
<title>Georgia Tech Visual Analytics Lab</title>
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png" />
<link rel="mask-icon" href="/assets/favicon/safari-pinned-tab.svg" color="#a4925a" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="msapplication-TileColor" content="#00aba9" />
<meta name="theme-color" content="#ffffff" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<!-- Stylesheets -->
<link href="/vendors/materialize/css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="/styles/style.css" type="text/css" rel="stylesheet" media="screen,projection" />
</head>
<body>
<div id="page-wrapper">
<!-- NAVIGATION -->
<div id="page-navigation"></div>
<!-- CONTENT -->
<div id="page-content" class="container">
<div id="header">
<img id="header-logo" src="/assets/images/logo/VALab_withGT_nobg_light_700x150.svg" />
</div>
<div id="gallery">
<div class="carousel carousel-slider center"></div>
</div>
<div id="overview">
<div class="row">
<div class="col s12 m8 l9">
<div id="about">
<h5>Our Mission</h5>
<div class="row about-wrapper">
<div class="col s12 m8 l9 about-text-wrapper">
<div>
<p>
At <a href="https://www.gatech.edu/" target="_blank">Georgia Tech</a>, we help people make sense of data and AI. We design, build, and test tools that <b>empower individuals</b> to gain insights into datasets, make <b>informed decisions</b>, and promote the <b>responsible use of AI</b> for domain-driven problems.
</p>
</div>
</div>
<div class="col s12 m4 l3 about-logo-wrapper">
<img id="about-logo" src="/assets/images/logo/VALab_nobg_light_160x160.svg" />
</div>
</div>
</div>
<div class="divider"></div>
<div id="team">
<div class="row">
<div class="col s12">
<div class="team-current-header-wrapper">
<h5>Our Team (5)</h5>
</div>
<div class="team-current-container"></div>
</div>
</div>
</div>
</div>
<div class="divider overview-divider"></div>
<div class="col s12 m4 l3">
<div id="news">
<div class="row">
<div class="col s12">
<h5>Recent News</h5>
<div class="news-container"></div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12">
<div class="team-alumni-header-wrapper">
<h5>Alumni (12)</h5>
</div>
<div class="team-alumni-container"></div>
</div>
</div>
</div>
<div class="divider"></div>
<div id="research">
<div id="projects">
<div class="row">
<div class="col s12">
<h5>Projects | <a href="/projects/">See all</a></h5>
<div class="projects-container home"></div>
<div style="text-align: center">
<h5><a href="/projects/">View all projects</a></h5>
</div>
</div>
</div>
</div>
<div class="divider"></div>
<div id="publications">
<div class="row">
<div class="col s12">
<h5>Publications | <a href="/publications/">See all</a></h5>
<div class="publications-container home"></div>
<div style="text-align: center">
<h5><a href="/publications/">View all publications</a></h5>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- FOOTER -->
<div id="page-footer"></div>
<!-- SCRIPTS -->
<script type="text/javascript" src="/vendors/jquery/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="/vendors/materialize/js/materialize.js"></script>
<script type="text/javascript" src="/scripts/main.js"></script>
<script type="text/javascript">
setTimeout(function () {
$(".home-nav-link, .team-nav-link, .projects-nav-link, .publications-nav-link").removeClass("active");
$(".home-nav-link").addClass("active");
}, 50);
</script>
</div>
<noscript>
<style type="text/css">
.page-container {
display: none;
}
.no-script-container {
margin: 0;
padding: 2rem;
position: absolute;
top: 50%;
left: 50%;
text-align: center;
transform: translate(-50%, -50%);
border-radius: 4px;
background-color: rgba(255 255 255 / 90%);
}
.no-script-msg {
margin: 0;
margin-bottom: 2rem;
}
.no-script-footer {
margin: 0;
}
</style>
<div class="no-script-container">
<h3 class="no-script-msg">The Georgia Tech Visual Analytics Lab site requires Javascript to be enabled!</h3>
<h6>Copyright © 2022</h6>
<a href="https://vis.gatech.edu/" target="_blank">Georgia Tech Visualization Lab</a>
<br />
<a href="https://www.ic.gatech.edu/" target="_blank">School of Interactive Computing</a>
<br />
<a href="https://www.cc.gatech.edu/" target="_blank">College of Computing</a>
<br />
<a href="https://www.gatech.edu/" target="_blank">Georgia Tech</a>
</div>
</noscript>
</body>
</html>