-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
486 lines (428 loc) · 18.8 KB
/
Copy pathindex.html
File metadata and controls
486 lines (428 loc) · 18.8 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
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
<!-- /*
* Template Name: Snap
* Template Author: Untree.co
* Tempalte URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/ -->
<!doctype html>
<html lang="en">
<head>
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<!-- need these to render latex -->
<script src="https://cdn.jsdelivr.net/npm/katex@0.16.0/dist/katex.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/katex@0.16.0/dist/contrib/auto-render.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/katex.min.css" integrity="sha384-GvrOXuhMATgEsSwCs4smul74iXGOixntILdUW9XmUC6+HX0sLNAK3q71HotJqlAn" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/marked-katex-extension@5.1.3/lib/index.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/marked/lib/marked.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/marked-katex-extension/lib/index.umd.js"></script>
<script defer src="https://cloud.umami.is/script.js" data-website-id="28e081c1-02af-4dec-8ce2-ed56d12f586b"></script>
<!--------------------------------->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Arsu Lab">
<link rel="shortcut icon" href="favicon.png">
<meta name="description" content="Arsu Lab is an interdisciplinary research lab working across machine learning, cognitive neuroscience, statistics, AI fairness, alignment, philosophy of science, and digital humanities." />
<meta name="keywords" content="Arsu Lab, machine learning, cognitive neuroscience, brain computer interfaces, statistics, AI fairness, alignment, digital humanities" />
<link href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,900|Oswald:400,700" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/fancybox.min.css">
<link rel="stylesheet" href="css/style.css">
<title>Arsu Lab</title>
<style>
:root {
}
body {
}
.display-title .highlight {
position: relative;
display: inline-block;
z-index: 0;
}
.display-title .highlight::after {
content: "";
position: absolute;
z-index: -1;
left: -.03em;
right: -.02em;
bottom: .06em;
height: .22em;
background: var(--accent);
transform: rotate(-1.2deg);
}
</style>
</head>
<body>
<script type="module">
import { createApp } from "https://unpkg.com/petite-vue?module";
marked.use(
markedKatex({
throwOnError: false
})
);
createApp({
researchAreas: [],
people: [],
researchLoading: true,
peopleLoading: true,
researchError: "",
peopleError: "",
section_filter: "research",
selectSection(section) {
this.section_filter = section;
const hash = `#section-${section}`;
if (window.location.hash !== hash) {
window.history.pushState(null, "", hash);
}
requestAnimationFrame(() => {
const target = document.querySelector(hash);
if (target) {
target.scrollIntoView({ behavior: "smooth", block: "start" });
}
});
},
syncSectionFromHash() {
const section = window.location.hash.replace(/^#section-/, "");
if (["about", "research", "team", "open_positions", "contact"].includes(section)) {
this.section_filter = section;
}
},
loadPositions() {
console.log("at load positions");
fetch("./open_positions.json")
.then(response => {
if (!response.ok) {
throw new Error("Could not load research areas");
}
return response.json();
})
.then(data => {
this.researchAreas = data.map(area => ({
...area,
contentHtml: marked.parse(area.content || "")
}));
})
.catch(error => {
console.error(error);
this.researchError = "No current open positions!";
})
.finally(() => {
this.researchLoading = false;
});
},
loadPeople() {
console.log("at load peolpe");
fetch("./team.json")
.then(response => {
if (!response.ok) {
throw new Error("Could not load people");
}
return response.json();
})
.then(data => {
this.people = data.map(person => ({
...person,
bioHtml: marked.parse(person.bio || "")
}));
})
.catch(error => {
console.log("error");
console.error(error);
this.peopleError = "Could not load people.";
})
.finally(() => {
console.log("finally");
this.peopleLoading = false;
});
},
mounted() {
this.syncSectionFromHash();
window.addEventListener("hashchange", () => this.syncSectionFromHash());
this.loadPositions();
this.loadPeople();
}
}).mount("#siteWrap");
</script>
<div id="siteWrap" class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="header-bar d-none d-lg-block align-items-center site-navbar-target hidden-sm hidden-xs">
<div class="site-logo text-center">
<a href="index.html">
<img src="./assets/arsu_v2.webp" class="img-fluid">
<b>ARSU LAB</b>
</a>
</div>
<div class="d-inline-block d-lg-none ml-md-0 ml-auto py-3" style="position: relative; top: 3px;">
<a href="#" class="site-menu-toggle js-menu-toggle"><span class="icon-menu h3"></span></a>
</div>
<div class="main-menu">
<ul class="js-clone-nav">
<li><a href="#section-about" class="nav-link" :class="{ active: section_filter === 'research' }" @click="section_filter='research'">About</a></li>
<li><a href="blog.html" class="nav-link">Blog</a></li>
<li><a href="#section-contact" class="nav-link" :class="{ active: section_filter === 'contact' }" @click="section_filter='contact'">Contact</a></li>
</ul>
<ul class="social js-clone-nav">
<li><a href="https://github.com/Arsu-Lab" aria-label="Arsu Lab on GitHub"><i class="fa-brands fa-github" style="font-size:1.3rem"></i></a></li>
<li><a href="https://calendly.com/sari-sadiya/30min" aria-label="Schedule a meeting"><i class="fa-solid fa-calendar-days" style="font-size:1.3rem"></i></a></li>
<li><a href="#section-contact" aria-label="Contact Arsu Lab"><i class="fa-solid fa-envelope" style="font-size:1.3rem"></i></a></li>
</ul>
</div>
</header>
<main id="mainPage" class="main-content" data-content="main">
<div class="container-fluid site-section" @vue:mounted="mounted">
<section class="site-section" id="section-about">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12">
<h1 class="heading" style="display:inline; font-size:4rem;">Arsu Lab</h1>
<br>
<br>
<div class="TagNames" data-aos="fade-up" data-aos-delay="100" style="font-family:monospace;">
<p> <button class="btn btn-link" @click="section_filter='about'; page=0"> About </button> / <button class="btn btn-link" @click="section_filter='team'; page=0"> Team </button> / <button class="btn btn-link" @click="section_filter='open_positions'; page=0">Open Positions</button> / <a href="blog.html"> Blog </a> / <button class="btn btn-link" @click="section_filter='contact'; page=0">Contact</button> / <a href="https://scholar.google.com/citations?user=pw_84v0AAAAJ"> Publications </a></p>
</div>
</div>
</div>
</div>
</section>
<!--
<section class="site-section" id="section-about">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12">
<h1 class="heading" style="display:inline; font-size:4rem;">Arsu Lab</h1>
<br>
<br>
<div data-aos="fade-up" data-aos-delay="100">
<p>
Arsu Lab is an interdisciplinary research lab working across machine learning,
cognitive neuroscience, statistics, and the humanities. We are interested in
how intelligent systems learn, reason, interact with people, and can be studied
and built responsibly.
</p>
<p>
Our work brings together technical research and broader questions about minds,
knowledge, fairness, alignment, and culture.
</p>
<p>
<a href="blog.html" class="btn btn-primary btn-md">Visit the Blog</a>
</p>
</div>
<div class="TagNames" data-aos="fade-up" data-aos-delay="150" style="font-family:monospace;">
<p>Computational Cognitive Neuroscience / Brain Computer Interfaces / Statistics / Large Language Models / Philosophy of Science / Digital Humanities / AI Fairness / Alignment</p>
</div>
</div>
</div>
</div>
</section>-->
<section v-if="section_filter.includes('about') || section_filter.includes('research')" class="site-section" id="section-research">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 col-lg-10 mx-auto" data-aos="fade-up">
<div class="mb-5">
<span
class="position-relative d-inline-block"
style="z-index: 0;"
>
<h4
class="heading mb-0 position-relative"
style="z-index: 2;"
>
About Us
</h4>
<span
class="position-absolute rounded"
style="
height: 18px;
left: -3%;
right: -3%;
bottom: 14px;
z-index: 1;
opacity: 0.35;
background-color: #DD4A48;
"
></span>
</span>
</div>
<div class="row">
<p>Our research focuses on developing robust, interpretable, and data-efficient machine learning methods for digital health and biomedical engineering. I focus on algorithmic foundations that enable reliable learning from noisy, heterogeneous, and limited medical data, with the long-term goal of supporting trustworthy clinical decision-making and AI-enhanced medical technologies. My work bridges machine learning, signal processing, and cognitive and biological modeling and is driven by close collaboration with researchers in neuroscience, medicine, and biology. </p>
<p>Academic work is listed on <a href="https://scholar.google.com/citations?user=pw_84v0AAAAJ">google scholar</a>, non-academic writings are published on <a href="blog.html">our blog</a>.</p>
</div>
</div>
</div>
</div>
</section>
<section v-if="section_filter.includes('open_positions')" class="site-section" id="section-positions">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 col-lg-10 mx-auto" data-aos="fade-up">
<div class="mb-5">
<span
class="position-relative d-inline-block"
style="z-index: 0;"
>
<h4
class="heading mb-0 position-relative"
style="z-index: 2;"
>
Open Positions
</h4>
<span
class="position-absolute rounded"
style="
height: 18px;
left: -3%;
right: -3%;
bottom: 14px;
z-index: 1;
opacity: 0.35;
background-color: #DD4A48;
"
></span>
</span>
</div>
<div v-if="researchLoading">
Loading positions...
</div>
<div v-else-if="researchError">
{{ peopleError }}
</div>
<div v-else>
<div
v-for="(area,index) in researchAreas"
:key="area.name"
class="mb-5"
>
<h3>{{ area.name }}</h3>
<div v-html="area.contentHtml"></div>
<hr v-if="index < researchAreas.length - 1" class="border-dark">
</div>
</div>
</div>
</div>
</div>
</section>
<section v-if="section_filter.includes('team')" class="site-section" id="section-people">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 col-lg-10 mx-auto" data-aos="fade-up">
<div class="mb-5">
<span
class="position-relative d-inline-block"
style="z-index: 0;"
>
<h4
class="heading mb-0 position-relative"
style="z-index: 2;"
>
Team
</h4>
<span
class="position-absolute rounded"
style="
height: 18px;
left: -3%;
right: -3%;
bottom: 14px;
z-index: 1;
opacity: 0.35;
background-color: #DD4A48;
"
></span>
</span>
</div>
<div v-if="peopleLoading">
Loading people...
</div>
<div v-else-if="peopleError">
{{ peopleError }}
</div>
<div v-else>
<div
v-for="person in people"
:key="person.name"
class="mb-1"
>
<!--
<h4 style="font-family:monospace;">{{ person.name }}</h4>
-->
<div class="d-md-flex d-block blog-entry align-items-start">
<div class="mr-0 mr-md-5 mb-3 img-wrap">
<img :src="'./team/' + person.img" alt="Image" class="img-fluid mb-0" style="object-fit: fill;">
</div>
<div>
<h4 style="font-family:monospace;">{{ person.name }}</h4>
<div class="meta mb-3" v-html="person.bioHtml"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="site-section" id="section-contact">
<div v-if="section_filter.includes('contact')" class="container">
<div class="row justify-content-center">
<div class="col-md-12 col-lg-10 mx-auto" data-aos="fade-up">
<h2 class="mb-5 heading" data-aos="fade-up">We Would Love To Hear From You!</h2>
<form action="https://getform.io/f/e7904191-fc83-4e29-bf7c-3af8bc04848c" method="POST" data-aos="fade-up">
<div class="row form-group">
<div class="col-md-6 mb-3 mb-md-0">
<label for="name">First and Last Name</label>
<input type="text" id="name" name="name" class="form-control" required>
</div>
<div class="col-md-6 mb-3 mb-md-0">
<label for="email">Email</label>
<input type="email" id="email" name="email" class="form-control" required>
</div>
</div>
<input type="hidden" name="_gotcha" style="display:none !important">
<div class="row form-group mb-5">
<div class="col-md-12">
<label for="message">Message</label>
<textarea name="text" id="message" cols="30" rows="7" class="form-control" required></textarea>
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<input type="submit" value="Send Message" class="btn btn-primary btn-md">
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<div class="row justify-content-center">
<div class="col-md-12 text-center py-5">
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/80x15.png" /></a> licensed under the <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.
</div>
</div>
</div>
</main>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/lozad.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>