-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
401 lines (381 loc) · 19.1 KB
/
Copy pathindex.html
File metadata and controls
401 lines (381 loc) · 19.1 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
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Human-Augmented Analytics Group | Georgia Tech</title>
<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=Archivo:wght@600;700;800&family=IBM+Plex+Mono:wght@500;600&display=swap" rel="stylesheet">
<style>
:root {
--navy: #003057;
--navy-light: #0C4A7A;
--gold: #B3A369;
--gold-mid: #A4925A;
--gold-dark: #857437;
--paper: #FAFAF8;
--ink: #1B1F23;
--mute: #5B6670;
--line: #E2E5E8;
--card: #FFFFFF;
--green-bg: #E9F3EA;
--green-ink: #2E7D4F;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background: var(--paper);
color: var(--ink);
-webkit-font-smoothing: antialiased;
}
.mono { font-family: "IBM Plex Mono", ui-monospace, monospace; }
a { color: inherit; }
/* ---------- Shared chrome (matches recruitment / team-matching pages) ---------- */
.gt-utility {
background: var(--navy); padding: 7px 24px; font-size: 11.5px; color: #BFD1DE;
display: flex; justify-content: flex-end; gap: 18px; letter-spacing: 0.02em;
}
.gt-utility a { text-decoration: none; color: #BFD1DE; }
.gt-utility a:hover { color: var(--gold); }
.nav-bar { background: var(--card); border-bottom: 1px solid var(--line); box-shadow: 0 1px 0 rgba(0,0,0,0.03); }
.nav-inner { max-width: 1220px; margin: 0 auto; display: flex; flex-wrap: nowrap; overflow-x: auto; padding: 0 20px; }
.nav-inner a {
display: block; padding: 13px 11px; font-size: 11.5px; font-weight: 700; text-decoration: none;
color: var(--mute); letter-spacing: 0.01em; border-bottom: 3px solid transparent; white-space: nowrap;
}
.nav-inner a:hover { color: var(--navy); }
.nav-inner a.current { color: var(--navy); border-bottom-color: var(--gold); }
.gt-footer { background: var(--navy); color: #C7D3DB; margin-top: 40px; }
.gt-footer-inner { max-width: 1080px; margin: 0 auto; padding: 40px 24px 20px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; }
@media (max-width: 760px) { .gt-footer-inner { grid-template-columns: 1fr 1fr; } }
.gt-footer h4 { font-family: "Archivo", sans-serif; color: #fff; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; margin: 0 0 12px; }
.gt-footer p { font-size: 12.5px; line-height: 1.7; margin: 0; color: #AFC1CE; }
.gt-footer ul { list-style: none; padding: 0; margin: 0; }
.gt-footer li { margin-bottom: 8px; }
.gt-footer a { font-size: 12.5px; color: #AFC1CE; text-decoration: none; }
.gt-footer a:hover { color: var(--gold); }
.gt-footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding: 16px 24px; text-align: center; font-size: 11px; color: #7E97A8; }
/* ---------- Hero ---------- */
.hero {
background: linear-gradient(120deg, #002544 0%, #003057 55%, #0C4A7A 100%);
padding: 72px 24px 100px; position: relative; overflow: hidden; text-align: center;
}
.hero::after {
content: ""; position: absolute; right: -80px; top: -80px;
width: 340px; height: 340px; border: 2px solid rgba(179,163,105,0.18); border-radius: 50%;
}
.hero::before {
content: ""; position: absolute; left: -60px; bottom: -100px;
width: 260px; height: 260px; border: 2px solid rgba(179,163,105,0.12); border-radius: 50%;
}
.hero-inner { max-width: 780px; margin: 0 auto; position: relative; z-index: 1; }
.hero .eyebrow {
font-family: "IBM Plex Mono", monospace; font-size: 12px; letter-spacing: 0.16em;
color: var(--gold); text-transform: uppercase; font-weight: 600; margin-bottom: 16px;
}
.hero h1 {
font-family: "Archivo", sans-serif; font-weight: 800; font-size: 42px; line-height: 1.15;
color: #fff; margin: 0 0 16px; letter-spacing: -0.01em;
}
.hero p.sub { color: #C7D6E0; font-size: 16px; line-height: 1.6; max-width: 560px; margin: 0 auto 30px; }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn {
display: inline-block; font-family: "Helvetica Neue", sans-serif; font-size: 14.5px; font-weight: 700;
padding: 13px 26px; border-radius: 24px; text-decoration: none;
}
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-mid); }
.btn-outline { border: 1.5px solid var(--gold); color: #fff; }
.btn-outline:hover { background: rgba(179,163,105,0.1); }
/* ---------- Stat row (reused verbatim pattern from team-matching.html) ---------- */
.stat-wrap { max-width: 1080px; margin: -56px auto 0; padding: 0 24px; position: relative; z-index: 2; }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 760px) { .stat-row { grid-template-columns: repeat(2, 1fr); } }
.stat-card {
background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 20px 20px 18px;
border-top: 3px solid var(--gold); box-shadow: 0 6px 20px rgba(0,48,87,0.06);
}
.stat-card .num { font-family: "Archivo", sans-serif; font-weight: 800; font-size: 30px; color: var(--navy); }
.stat-card .lbl { font-size: 11px; color: var(--mute); margin: 3px 0 10px; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; }
.pill { display: inline-block; font-family: "IBM Plex Mono", monospace; font-size: 10.5px; font-weight: 600; padding: 3px 10px; border-radius: 10px; background: var(--green-bg); color: var(--green-ink); }
/* ---------- Section shell ---------- */
.section { max-width: 1080px; margin: 0 auto; padding: 70px 24px; }
#mission { scroll-margin-top: 28px; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 46px; }
.section .eyebrow {
font-family: "IBM Plex Mono", monospace; font-size: 12px; letter-spacing: 0.16em;
color: var(--gold-dark); text-transform: uppercase; font-weight: 600; margin-bottom: 12px;
}
.section h2 { font-family: "Archivo", sans-serif; font-weight: 800; font-size: 28px; color: var(--navy); margin: 0; }
.intro-text { text-align: center; color: var(--mute); font-size: 15px; line-height: 1.6; max-width: 680px; margin: 0 auto 60px; }
/* ---------- Mission grid ---------- */
.mission-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 900px) { .mission-grid { grid-template-columns: repeat(2, 1fr); } }
.mission-card {
background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 22px 20px;
border-top: 3px solid var(--gold);
}
.mission-card .idx {
width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--gold);
display: flex; align-items: center; justify-content: center;
font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 700; color: var(--gold-dark);
margin-bottom: 14px;
}
.mission-card h3 { font-family: "Archivo", sans-serif; font-weight: 700; font-size: 15.5px; color: var(--navy); margin: 0 0 8px; }
.mission-card p { font-size: 12.5px; color: var(--mute); line-height: 1.55; margin: 0; }
/* ---------- Programs grid ---------- */
.programs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .programs-grid { grid-template-columns: 1fr; } }
.program-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 20px 22px; border-left: 4px solid var(--gold); }
.program-card .eyebrow2 {
font-family: "IBM Plex Mono", monospace; font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase;
color: var(--mute); font-weight: 600; margin-bottom: 10px; display: block;
}
.program-card h3 { font-family: "Archivo", sans-serif; font-weight: 700; font-size: 15.5px; color: var(--navy); margin: 0 0 8px; line-height: 1.3; }
.program-card p { font-size: 12.5px; color: var(--mute); line-height: 1.55; margin: 0 0 14px; }
.cta-link {
display: inline-block; font-size: 12px; font-weight: 700; color: var(--navy);
text-decoration: none; border-bottom: 2px solid var(--gold); padding-bottom: 1px;
}
.cta-link:hover { color: var(--navy-light); }
/* ---------- Timeline (same component as recruitment.html, reused) ---------- */
.timeline { position: relative; max-width: 760px; margin: 0 auto; }
.phase-row { display: flex; gap: 18px; position: relative; padding-bottom: 26px; }
.phase-row:last-child { padding-bottom: 0; }
.rail { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; width: 40px; }
.dot {
width: 40px; height: 40px; border-radius: 6px; display: flex; align-items: center; justify-content: center;
font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 700; color: #fff;
background: var(--gold-dark); z-index: 1;
}
.dot.current { background: var(--navy); box-shadow: 0 0 0 3px var(--paper), 0 0 0 5px var(--gold); }
.line { width: 2px; flex: 1; background: var(--gold-dark); margin-top: 3px; }
.phase-content { padding-top: 5px; }
.phase-label { font-size: 15.5px; font-weight: 700; color: var(--gold-dark); }
.phase-row.current .phase-label { color: var(--navy); }
.phase-desc { font-size: 13px; color: var(--mute); margin-top: 4px; max-width: 480px; line-height: 1.45; }
.badge {
display: inline-block; font-family: "IBM Plex Mono", monospace; font-size: 10px; font-weight: 600;
padding: 2px 8px; border-radius: 3px; margin-left: 8px; vertical-align: middle; text-transform: uppercase; letter-spacing: 0.04em;
background: var(--gold); color: var(--navy);
}
</style>
</head>
<body>
<div class="gt-utility">
<a href="#">Georgia Institute of Technology</a>
<a href="#">GT Directory</a>
<a href="#">Campus Map</a>
</div>
<nav class="nav-bar">
<div class="nav-inner">
<a href="index.html" class="current">Home</a>
<a href="faculty-affiliates.html">Faculty Affiliates</a>
<a href="phd-postdoc.html">PhD / Post-Doc</a>
<a href="data-science-research.html">Research</a>
<a href="project-management.html">Project Management</a>
<a href="people.html">People</a>
<a href="project-explorer.html">Project Explorer</a>
<a href="recruitment.html">Recruitment Status</a>
</div>
</nav>
<!-- ============ HERO ============ -->
<div class="hero">
<div class="hero-inner">
<div class="eyebrow">Human-Augmented Analytics Group</div>
<h1>Advancing interdisciplinary data science through human-AI partnership</h1>
<p class="sub">An experimental virtual laboratory connecting researchers and domain experts to democratize AI implementation across disciplines.</p>
<div class="hero-ctas">
<a class="btn btn-gold" href="recruitment.html">Become a Researcher →</a>
<a class="btn btn-outline" href="#mission">Explore Our Mission</a>
</div>
</div>
</div>
<!-- ============ STAT ROW (overlaps hero, same pattern as team-matching.html) ============ -->
<div class="stat-wrap">
<div class="stat-row">
<div class="stat-card">
<div class="num">125</div>
<div class="lbl">Active Researchers</div>
<span class="pill">since May 2024</span>
</div>
<div class="stat-card">
<div class="num" id="project-count">29</div>
<div class="lbl">Research Projects</div>
<span class="pill">and counting</span>
</div>
<div class="stat-card">
<div class="num">4</div>
<div class="lbl">Core Initiatives</div>
<span class="pill">fully active</span>
</div>
<div class="stat-card">
<div class="num">2024</div>
<div class="lbl">Founded</div>
<span class="pill">by Dr. Breanna Shi</span>
</div>
</div>
</div>
<!-- ============ MISSION ============ -->
<div class="section" id="mission">
<p class="intro-text">As AI transforms every field of science, partnerships between domain experts and AI practitioners are essential to ethical, impactful research that serves the greater good.</p>
<div class="section-head">
<div class="eyebrow">Our Mission</div>
<h2>Four ways HAAG serves the research community</h2>
</div>
<div class="mission-grid">
<div class="mission-card">
<div class="idx">01</div>
<h3>Applied Research Education</h3>
<p>Training data scientists through hands-on interdisciplinary projects for academic credit.</p>
</div>
<div class="mission-card">
<div class="idx">02</div>
<h3>Leadership & Project Management Development</h3>
<p>Preparing future faculty and PhD researchers with experience-based training.</p>
</div>
<div class="mission-card">
<div class="idx">03</div>
<h3>Cross-Disciplinary Collaboration</h3>
<p>Building sustainable partnerships between computational and domain experts.</p>
</div>
<div class="mission-card">
<div class="idx">04</div>
<h3>Research Acceleration</h3>
<p>Expanding faculty capacity through virtual partnerships that minimize advisor fatigue.</p>
</div>
</div>
</div>
<!-- ============ PROGRAMS ============ -->
<div class="section" style="padding-top:0;">
<div class="section-head">
<div class="eyebrow">Our Programs</div>
<h2>Pathways for researchers at every stage</h2>
</div>
<div class="programs-grid">
<div class="program-card">
<span class="eyebrow2">OMSCS Students · CS 8903 & CS 6999</span>
<h3>Interdisciplinary Data Science Research for Social Good</h3>
<p>HAAG's flagship program. Earn up to 3 semesters of academic credit for interdisciplinary projects.</p>
<a class="cta-link" href="data-science-research.html">Learn more →</a>
</div>
<div class="program-card">
<span class="eyebrow2">Faculty · Any Global Institution</span>
<h3>Faculty Affiliates for Transdisciplinary Expansion (FATE)</h3>
<p>A community of practice for faculty advancing interdisciplinary science teams.</p>
<a class="cta-link" href="faculty-affiliates.html">Learn more →</a>
</div>
<div class="program-card">
<span class="eyebrow2">OMSCS Students · MGT 8803 & CS 8903</span>
<h3>Research Operations Project Management Practicum</h3>
<p>MBA and computing students partner to manage real AI research projects.</p>
<a class="cta-link" href="project-management.html">Learn more →</a>
</div>
<div class="program-card">
<span class="eyebrow2">PhD & Postdoc · Any Global Institute</span>
<h3>Cross-Disciplinary Leadership Education for Advanced Researchers (CLEAR)</h3>
<p>HAAG's premier leadership program for PhDs and postdocs in a live research environment.</p>
<a class="cta-link" href="phd-postdoc.html">Learn more →</a>
</div>
<div class="program-card">
<span class="eyebrow2">Certificate Program · Graduate</span>
<h3>Graduate Certificate in Experience-Based Teaching</h3>
<p>Hands-on experience in pedagogy, research methodology, and collaborative project management.</p>
<a class="cta-link" href="#">Learn more →</a>
</div>
<div class="program-card">
<span class="eyebrow2">Program & Departments · Community Partners</span>
<h3>Transformative & Outcome Driven Partnerships Interfacing Communities (TOPIC)</h3>
<p>Promoting outreach led jointly by HAAG and community partners for mutual, lasting impact.</p>
<a class="cta-link" href="#">Learn more →</a>
</div>
</div>
</div>
<!-- ============ GROWTH TIMELINE (reuses recruitment.html's dot/line component) ============ -->
<div class="section" style="padding-top:0;">
<div class="section-head">
<div class="eyebrow">Milestone Achievement</div>
<h2>HAAG's growth since founding</h2>
</div>
<div class="timeline">
<div class="phase-row">
<div class="rail"><div class="dot">✓</div><div class="line"></div></div>
<div class="phase-content">
<span class="phase-label">May 2024 — Founded</span>
<div class="phase-desc">HAAG launches as an experimental virtual laboratory with 15 founding members.</div>
</div>
</div>
<div class="phase-row">
<div class="rail"><div class="dot">✓</div><div class="line"></div></div>
<div class="phase-content">
<span class="phase-label">Four Core Initiatives Established</span>
<div class="phase-desc">Applied Research Education, Leadership Development, Cross-Disciplinary Collaboration, and Research Acceleration formalized.</div>
</div>
</div>
<div class="phase-row current">
<div class="rail"><div class="dot current">Now</div></div>
<div class="phase-content">
<span class="phase-label">January 2025 — 125 Researchers<span class="badge">Current</span></span>
<div class="phase-desc">HAAG now supports a growing portfolio of <span id="timeline-project-count">29</span> research projects across a thriving, multi-disciplinary research community.</div>
</div>
</div>
</div>
</div>
<footer class="gt-footer">
<div class="gt-footer-inner">
<div>
<h4>Georgia Institute of Technology</h4>
<p>North Avenue<br>Atlanta, GA 30332<br>+1 404.894.2000</p>
</div>
<div>
<h4>General</h4>
<ul>
<li><a href="#">Directory</a></li>
<li><a href="#">Employment</a></li>
<li><a href="#">Emergency Information</a></li>
<li><a href="#">Accessibility</a></li>
</ul>
</div>
<div>
<h4>Legal & Privacy</h4>
<ul>
<li><a href="#">Legal & Privacy Information</a></li>
<li><a href="#">Human Trafficking Notice</a></li>
<li><a href="#">Title IX / Sexual Misconduct</a></li>
</ul>
</div>
<div>
<h4>HAAG</h4>
<ul>
<li><a href="index.html">Our Mission</a></li>
<li><a href="people.html">People</a></li>
<li><a href="recruitment.html">Recruitment Status</a></li>
</ul>
</div>
</div>
<div class="gt-footer-bottom">© 2026 Georgia Institute of Technology · Human-Augmented Analytics Group</div>
</footer>
<script>
async function syncProjectCounts() {
try {
const res = await fetch("projects/manifest.json", { cache: "no-store" });
if (!res.ok) throw new Error("Could not load project manifest");
const data = await res.json();
const count = Array.isArray(data.projects) ? data.projects.length : null;
if (!count) return;
const statCount = document.getElementById("project-count");
const timelineCount = document.getElementById("timeline-project-count");
if (statCount) statCount.textContent = String(count);
if (timelineCount) timelineCount.textContent = String(count);
} catch (err) {
// Keep the server-rendered fallback count when the manifest is unavailable.
}
}
syncProjectCounts();
</script>
<script src="embed-resize.js" defer></script>
</body>
</html>