-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathphd-postdoc.html
More file actions
235 lines (208 loc) · 15.1 KB
/
Copy pathphd-postdoc.html
File metadata and controls
235 lines (208 loc) · 15.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PhD / Post-Doc (CLEAR) | Human-Augmented Analytics Group</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;
}
* { 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; }
.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); }
.masthead { background: linear-gradient(120deg, #002544 0%, #003057 55%, #0C4A7A 100%); padding: 34px 24px 30px; position: relative; overflow: hidden; }
.masthead::after { content: ""; position: absolute; right: -60px; top: -60px; width: 260px; height: 260px; border: 2px solid rgba(179,163,105,0.18); border-radius: 50%; }
.masthead-inner { max-width: 1080px; margin: 0 auto; position: relative; z-index: 1; }
.masthead .eyebrow { font-family: "IBM Plex Mono", monospace; font-size: 11.5px; letter-spacing: 0.14em; color: var(--gold); text-transform: uppercase; margin-bottom: 10px; font-weight: 600; }
.masthead h1 { font-family: "Archivo", sans-serif; font-weight: 800; font-size: 28px; color: #fff; margin: 0 0 8px; letter-spacing: -0.01em; max-width: 680px; }
.masthead .sub { color: #C7D6E0; font-size: 14.5px; max-width: 620px; line-height: 1.5; margin: 0; }
.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); }
.breadcrumb { max-width: 1080px; margin: 0 auto; padding: 14px 24px 0; font-size: 12px; color: var(--mute); }
.breadcrumb a { text-decoration: none; color: var(--mute); }
.breadcrumb a:hover { color: var(--navy); }
.breadcrumb .sep { margin: 0 6px; color: #B9C1C7; }
.breadcrumb .here { color: var(--navy); font-weight: 700; }
.article-grid { display: grid; grid-template-columns: 1fr 260px; gap: 40px; max-width: 1080px; margin: 0 auto; padding: 30px 24px 80px; align-items: start; }
@media (max-width: 860px) { .article-grid { grid-template-columns: 1fr; } }
h2.h2 { font-family: "Archivo", sans-serif; font-weight: 800; font-size: 22px; color: var(--navy); margin: 40px 0 14px; }
h2.h2:first-child { margin-top: 0; }
p.body-text { font-size: 14px; line-height: 1.7; color: var(--ink); margin: 0 0 16px; }
p.body-text strong { color: var(--navy); }
.audience-row { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0 30px; }
.audience-pill { font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 600; padding: 5px 12px; border-radius: 14px; background: #F2EFE7; color: var(--gold-dark); text-transform: uppercase; letter-spacing: 0.03em; }
.challenge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 20px 0 34px; }
@media (max-width: 760px) { .challenge-grid { grid-template-columns: 1fr; } }
.challenge-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 18px 20px; border-top: 3px solid var(--gold); }
.challenge-card .icon { font-size: 22px; margin-bottom: 8px; }
.challenge-card h4 { font-family: "Archivo", sans-serif; font-weight: 700; font-size: 14px; color: var(--navy); margin: 0 0 6px; }
.challenge-card p { font-size: 12.5px; color: var(--mute); line-height: 1.55; margin: 0; }
.fact-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0 0 34px; }
@media (max-width: 760px) { .fact-row { grid-template-columns: 1fr; } }
.fact-card { background: #F2EFE7; border-radius: 8px; padding: 16px 18px; }
.fact-card .icon { font-size: 18px; margin-bottom: 6px; }
.fact-card h4 { font-family: "Archivo", sans-serif; font-weight: 700; font-size: 13px; color: var(--navy); margin: 0 0 4px; }
.fact-card p { font-size: 12.5px; color: var(--mute); line-height: 1.5; margin: 0; }
.step-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 20px 22px; margin-bottom: 14px; border-left: 4px solid var(--gold); display: flex; gap: 16px; align-items: flex-start; }
.step-card .step-num { font-family: "IBM Plex Mono", monospace; font-size: 16px; font-weight: 700; color: var(--gold-dark); flex-shrink: 0; width: 26px; }
.step-card h3 { font-family: "Archivo", sans-serif; font-weight: 700; font-size: 15px; color: var(--navy); margin: 0 0 6px; }
.step-card p { font-size: 13px; color: var(--mute); line-height: 1.55; margin: 0; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 18px 20px; margin-bottom: 12px; }
.faq-item h4 { font-family: "Archivo", sans-serif; font-weight: 700; font-size: 14.5px; color: var(--navy); margin: 0 0 8px; }
.faq-item p, .faq-item ul { font-size: 13px; color: var(--mute); line-height: 1.6; margin: 0 0 6px; padding-left: 18px; }
.callout-cta { background: var(--navy); border-radius: 8px; padding: 24px; border-left: 6px solid var(--gold); color: #fff; margin-top: 30px; }
.callout-cta h3 { font-family: "Archivo", sans-serif; font-weight: 800; font-size: 17px; margin: 0 0 8px; }
.callout-cta p { font-size: 13px; color: #C7D6E0; margin: 0 0 14px; line-height: 1.55; }
.callout-cta a.btn-gold { display: inline-block; background: var(--gold); color: var(--navy); font-size: 13px; font-weight: 700; padding: 10px 20px; border-radius: 20px; text-decoration: none; }
.side-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 20px; margin-bottom: 18px; }
.side-card h3 { font-family: "Archivo", sans-serif; font-size: 14px; font-weight: 800; color: var(--navy); margin: 0 0 8px; }
.side-card p { font-size: 12.5px; color: var(--mute); line-height: 1.55; margin: 0 0 12px; }
.side-card .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; }
.side-card.contact { background: #F2EFE7; border: none; }
.side-card ul { margin: 0; padding-left: 18px; font-size: 12.5px; color: var(--mute); line-height: 1.7; }
.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; }
</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>
<div class="masthead">
<div class="masthead-inner">
<div class="eyebrow">HAAG · PhD / Post-Doc Program</div>
<h1>Cross-Disciplinary Leadership Education for Advanced Researchers (CLEAR)</h1>
<p class="sub">HAAG's premier leadership program, where PhDs and postdocs practice advising skills in a live research environment — training participants in the MENTOR-CS framework proposed by Shi et al.</p>
</div>
</div>
<nav class="nav-bar">
<div class="nav-inner">
<a href="index.html">Home</a>
<a href="faculty-affiliates.html">Faculty Affiliates</a>
<a href="phd-postdoc.html" class="current">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>
<div class="breadcrumb">
<a href="index.html">HAAG</a><span class="sep">/</span><span class="here">PhD / Post-Doc (CLEAR)</span>
</div>
<div class="article-grid">
<div>
<h2 class="h2">What is HAAG?</h2>
<p class="body-text">HAAG is a virtual research initiative that bridges the gap between computational expertise and research needs — connecting online CS master's students, adult learners with professional experience new to research, and big data-collecting labs that need computational talent. The goal: develop and publish research tools through 3-semester collaborative projects.</p>
<div class="audience-row">
<span class="audience-pill">Post-Doctoral Fellows</span>
<span class="audience-pill">PhD Students</span>
<span class="audience-pill">Research Staff</span>
</div>
<h2 class="h2">The Challenge</h2>
<div class="challenge-grid">
<div class="challenge-card"><div class="icon">🧪</div><h4>Non-Computational PIs</h4><p>Non-computational labs can struggle to advise computational projects, lacking the technical expertise to guide students in analyzing their data.</p></div>
<div class="challenge-card"><div class="icon">👨‍🏫</div><h4>Overloaded CS Faculty</h4><p>Computer science professors, already managing full teaching and research loads, cannot commit time to short-term advising opportunities.</p></div>
<div class="challenge-card"><div class="icon">💡</div><h4>Solution: Early-Career Advisors</h4><p>CLEAR trains PhDs and postdocs to fill the advising gap — gaining leadership experience while solving a real capacity problem.</p></div>
</div>
<div class="fact-row">
<div class="fact-card"><div class="icon">📅</div><h4>Time Commitment</h4><p>~5 hours/week participating in structured reviews for ongoing student projects.</p></div>
<div class="fact-card"><div class="icon">📝</div><h4>Your Role</h4><p>Mirrors that of a conference or journal reviewer — guiding students toward higher-quality submissions.</p></div>
<div class="fact-card"><div class="icon">🏆</div><h4>Recognition</h4><p>Be credited as co-author on the resulting publication.</p></div>
</div>
<h2 class="h2">How It Works</h2>
<div class="step-card"><div class="step-num">1</div><div><h3>Project Matching</h3><p>You'll be matched with an interdisciplinary project led by faculty affiliates who share their research goals.</p></div></div>
<div class="step-card"><div class="step-num">2</div><div><h3>Training & Goal Setting</h3><p>Receive training in research project management and develop your own objectives for the project.</p></div></div>
<div class="step-card"><div class="step-num">3</div><div><h3>Regular Meetings</h3><p>Meet with students bi-weekly and faculty affiliates monthly to ensure progress toward research goals.</p></div></div>
<div class="step-card"><div class="step-num">4</div><div><h3>Publication Support</h3><p>Two weeks before submission, provide additional feedback rounds and virtual meetings as needed.</p></div></div>
<h2 class="h2">Frequently Asked Questions</h2>
<div class="faq-item">
<h4>How is authorship determined?</h4>
<p>Leadership reviews authorship order based on: contribution of ideas that remain in the final work, and execution of work included in the final submission. The proposed order is shared with all contributors, with an opportunity to appeal if needed.</p>
</div>
<div class="faq-item">
<h4>How will I know if my feedback is effective?</h4>
<p>The admin team reaches out if there are concerns about review quality. HAAG also hosts workshops and shares best practices based on insights gathered across projects.</p>
</div>
<div class="callout-cta">
<h3>Join us today</h3>
<p>Grow your publication record while gaining valuable advising experience. Reach out to our Director of Talent Management with any questions.</p>
<a class="btn-gold" href="mailto:arai91@gatech.edu">Contact HAAG Talent Management →</a>
</div>
</div>
<div>
<div class="side-card">
<h3>Related programs</h3>
<ul>
<li><a href="faculty-affiliates.html">FATE — faculty affiliates</a></li>
<li><a href="data-science-research.html">FAIR-CS — the OMSCS research course</a></li>
<li><a href="project-explorer.html">Browse past & current projects</a></li>
</ul>
</div>
<div class="side-card contact">
<h3>Questions about CLEAR?</h3>
<p>Reach our Director of Talent Management directly.</p>
<a class="cta-link" href="mailto:arai91@gatech.edu">Contact HAAG →</a>
</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 src="embed-resize.js" defer></script>
</body>
</html>