forked from eliahuhorwitz/Academic-project-page-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
455 lines (396 loc) · 12.7 KB
/
index.html
File metadata and controls
455 lines (396 loc) · 12.7 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
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="title" content="ROC-HCI Lab — University of Rochester">
<meta name="description" content="Rochester Human-Computer Interaction Lab. Research on human-computer interaction, affective computing, and AI for health.">
<meta name="author" content="Ehsan Hoque">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#2563eb">
<meta property="og:type" content="website">
<meta property="og:site_name" content="ROC-HCI Lab, University of Rochester">
<meta property="og:title" content="ROC-HCI Lab — University of Rochester">
<meta property="og:description" content="Rochester Human-Computer Interaction Lab. Research on human-computer interaction, affective computing, and AI for health.">
<meta property="og:url" content="https://roc-hci.github.io/">
<title>ROC-HCI Lab | University of Rochester</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://cdn.jsdelivr.net">
<link rel="stylesheet" href="static/css/bulma.min.css">
<link rel="stylesheet" href="static/css/index.css">
<link rel="preload" href="static/css/fontawesome.all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="static/css/fontawesome.all.min.css"></noscript>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<script defer src="static/js/fontawesome.all.min.js"></script>
<style>
/* Lab index page specific styles */
.lab-hero {
background: linear-gradient(135deg, #1e293b 0%, #0f172a 60%, #1e3a5f 100%);
color: white;
position: relative;
overflow: hidden;
}
.lab-hero::before {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(ellipse at 70% 50%, rgba(37, 99, 235, 0.18) 0%, transparent 70%);
pointer-events: none;
}
.lab-hero .hero-body {
padding: 5rem 1.5rem 4rem;
}
.lab-name {
font-family: 'Inter', sans-serif;
font-weight: 800;
font-size: 3.5rem;
line-height: 1.1;
color: #ffffff;
letter-spacing: -0.02em;
margin-bottom: 0.5rem;
}
.lab-name span {
background: linear-gradient(135deg, #60a5fa, #a78bfa);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.lab-subtitle {
font-size: 1.25rem;
color: #94a3b8;
font-weight: 500;
margin-bottom: 0.5rem;
}
.lab-affiliation {
font-size: 1rem;
color: #64748b;
margin-bottom: 2rem;
}
.lab-affiliation a {
color: #60a5fa;
text-decoration: none;
transition: var(--transition);
}
.lab-affiliation a:hover {
color: #93c5fd;
text-decoration: underline;
}
.lab-cta-btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
background: var(--primary-color);
color: white;
padding: 0.85rem 1.75rem;
border-radius: var(--border-radius-lg);
font-weight: 600;
font-size: 1rem;
text-decoration: none;
transition: var(--transition);
border: 2px solid transparent;
}
.lab-cta-btn:hover {
background: var(--primary-hover);
transform: translateY(-2px);
box-shadow: var(--shadow-lg);
color: white;
}
.lab-cta-btn.is-outlined {
background: transparent;
border-color: rgba(255, 255, 255, 0.3);
color: white;
}
.lab-cta-btn.is-outlined:hover {
background: rgba(255, 255, 255, 0.1);
border-color: white;
}
/* Research areas chips */
.research-areas {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-top: 2rem;
justify-content: center;
}
.area-chip {
background: rgba(255, 255, 255, 0.08);
color: #cbd5e1;
border: 1px solid rgba(255, 255, 255, 0.15);
padding: 0.35rem 0.9rem;
border-radius: 999px;
font-size: 0.875rem;
font-weight: 500;
white-space: nowrap;
}
/* Publications section */
.section-title {
font-family: 'Inter', sans-serif;
font-weight: 800;
font-size: 2rem;
color: var(--text-primary);
margin-bottom: 0.5rem;
}
.section-subtitle {
color: var(--text-secondary);
font-size: 1.05rem;
margin-bottom: 2.5rem;
}
/* Publication card */
.pub-card {
background: var(--background-primary);
border: 1px solid var(--border-color);
border-radius: var(--border-radius-lg);
overflow: hidden;
box-shadow: var(--shadow-md);
transition: var(--transition);
display: flex;
flex-direction: column;
height: 100%;
text-decoration: none;
color: inherit;
}
.pub-card:hover {
transform: translateY(-6px);
box-shadow: var(--shadow-xl);
border-color: var(--primary-color);
color: inherit;
}
.pub-card-image {
width: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
display: block;
background: var(--background-accent);
}
.pub-card-body {
padding: 1.5rem;
display: flex;
flex-direction: column;
flex: 1;
}
.pub-card-venue {
font-size: 0.78rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--primary-color);
margin-bottom: 0.6rem;
}
.pub-card-title {
font-family: 'Inter', sans-serif;
font-size: 1.15rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.35;
margin-bottom: 0.75rem;
}
.pub-card-authors {
font-size: 0.9rem;
color: var(--text-secondary);
margin-bottom: 0.75rem;
line-height: 1.5;
}
.pub-card-abstract {
font-size: 0.9rem;
color: var(--text-secondary);
line-height: 1.6;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 1.25rem;
flex: 1;
}
.pub-card-links {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-top: auto;
}
.pub-card-link {
display: inline-flex;
align-items: center;
gap: 0.4rem;
font-size: 0.82rem;
font-weight: 600;
padding: 0.4rem 0.85rem;
border-radius: 8px;
text-decoration: none;
transition: var(--transition);
border: 1.5px solid var(--border-color);
color: var(--text-secondary);
background: var(--background-secondary);
}
.pub-card-link:hover {
border-color: var(--primary-color);
color: var(--primary-color);
background: #eff6ff;
}
.pub-card-link.primary {
background: var(--primary-color);
color: white;
border-color: var(--primary-color);
}
.pub-card-link.primary:hover {
background: var(--primary-hover);
border-color: var(--primary-hover);
color: white;
}
/* Stats row */
.lab-stats {
display: flex;
justify-content: center;
gap: 3rem;
flex-wrap: wrap;
margin-top: 3rem;
padding-top: 3rem;
border-top: 1px solid var(--border-color);
}
.stat-item {
text-align: center;
}
.stat-number {
font-size: 2rem;
font-weight: 800;
color: var(--primary-color);
line-height: 1;
display: block;
}
.stat-label {
font-size: 0.875rem;
color: var(--text-secondary);
margin-top: 0.25rem;
}
@media screen and (max-width: 768px) {
.lab-name {
font-size: 2.5rem;
}
.lab-hero .hero-body {
padding: 3rem 1rem 2.5rem;
}
.lab-stats {
gap: 2rem;
}
}
@media screen and (max-width: 480px) {
.lab-name {
font-size: 2rem;
}
}
</style>
</head>
<body>
<!-- Scroll to Top Button -->
<button class="scroll-to-top" id="scrollToTopBtn" title="Scroll to top" aria-label="Scroll to top">
<i class="fas fa-chevron-up"></i>
</button>
<!-- Hero / Lab Header -->
<section class="lab-hero hero">
<div class="hero-body">
<div class="container is-max-desktop has-text-centered">
<p class="lab-subtitle">Rochester Human-Computer Interaction</p>
<h1 class="lab-name"><span>ROC-HCI</span> Lab</h1>
<p class="lab-affiliation">
<a href="https://www.rochester.edu" target="_blank">University of Rochester</a>
· PI: <a href="https://hoques.com" target="_blank">Ehsan Hoque</a>
</p>
<div style="display:flex; gap:1rem; justify-content:center; flex-wrap:wrap;">
<a href="https://roc-hci.com/" target="_blank" class="lab-cta-btn">
<i class="fas fa-flask"></i> Visit Lab Website
</a>
<a href="https://github.com/ROC-HCI" target="_blank" class="lab-cta-btn is-outlined">
<i class="fab fa-github"></i> GitHub
</a>
</div>
<div class="research-areas">
<span class="area-chip">Human-Computer Interaction</span>
<span class="area-chip">Affective Computing</span>
<span class="area-chip">AI for Health</span>
<span class="area-chip">LLM Alignment</span>
<span class="area-chip">Conversational AI</span>
<span class="area-chip">Social Signal Processing</span>
</div>
</div>
</div>
</section>
<!-- Publications Section -->
<section class="section">
<div class="container is-max-desktop">
<div class="has-text-centered" style="margin-bottom:2.5rem;">
<h2 class="section-title">Research Projects</h2>
<p class="section-subtitle">Selected publications and open-source releases from the ROC-HCI lab.</p>
</div>
<div class="columns is-multiline">
<!-- HAL Card -->
<div class="column is-one-third-widescreen is-half-desktop is-full-tablet">
<a href="HAL.html" class="pub-card">
<img
src="static/images/main-figure.jpg"
alt="HAL pipeline diagram"
class="pub-card-image"
loading="lazy"
/>
<div class="pub-card-body">
<div class="pub-card-venue">arXiv 2026 · LLM Alignment</div>
<div class="pub-card-title">HAL: Inducing Human-likeness in LLMs with Alignment</div>
<div class="pub-card-authors">Masum Hasan, Junjie Zhao, Ehsan Hoque</div>
<div class="pub-card-abstract">
A framework for aligning language models to conversational human-likeness using an
interpretable, data-driven reward derived from explicit conversational traits.
</div>
<div class="pub-card-links">
<span class="pub-card-link primary">
<i class="fas fa-file-alt"></i> Project Page
</span>
<span class="pub-card-link">
<i class="fas fa-file-pdf"></i> arXiv
</span>
<span class="pub-card-link">
<i class="fab fa-github"></i> Code
</span>
</div>
</div>
</a>
</div>
<!-- End HAL Card -->
</div><!-- .columns -->
</div>
</section>
<footer class="footer">
<div class="container">
<div class="columns is-centered">
<div class="column is-8 has-text-centered">
<div class="content">
<p>
<strong><a href="https://roc-hci.com/" target="_blank">ROC-HCI Lab</a></strong>
·
<a href="https://www.rochester.edu" target="_blank">University of Rochester</a>
</p>
<p style="font-size:0.9rem;">
This page was built using the
<a href="https://github.com/eliahuhorwitz/Academic-project-page-template" target="_blank">Academic Project Page Template</a>.
Website licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
</p>
</div>
</div>
</div>
</div>
</footer>
<script>
// Scroll-to-top button
const btn = document.getElementById('scrollToTopBtn');
window.addEventListener('scroll', () => {
if (window.scrollY > 300) {
btn.classList.add('visible');
} else {
btn.classList.remove('visible');
}
});
btn.addEventListener('click', () => {
window.scrollTo({ top: 0, behavior: 'smooth' });
});
</script>
</body>
</html>