-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpeople.html
More file actions
508 lines (480 loc) · 31.4 KB
/
people.html
File metadata and controls
508 lines (480 loc) · 31.4 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
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>People — Contextual Dynamics Lab</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<!-- Header -->
<header class="site-header">
<div class="header-inner">
<a href="index.html" class="logo">
<img src="images/CDL_Avatar.png" alt="Contextual Dynamics Lab">
<span class="logo-text">contextual dynamics lab</span>
</a>
<nav class="main-nav">
<ul>
<li><a href="index.html">contextual dynamics lab</a></li>
<li class="dropdown current-section">
<span class="dropdown-toggle">about</span>
<ul class="dropdown-menu">
<li><a href="research.html">research</a></li>
<li><a href="people.html">people</a></li>
<li><a href="news.html">news</a></li>
</ul>
</li>
<li><a href="publications.html">publications</a></li>
<li><a href="software.html">software</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
<div class="social-icons">
<a href="https://github.com/organizations/ContextLab" target="_blank" title="GitHub">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z"/>
</svg>
</a>
<a href="http://x.com/contextmemlab/" target="_blank" title="X (Twitter)">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>
</svg>
</a>
<a href="mailto:contextualdynamics@gmail.com" title="Email">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/>
</svg>
</a>
</div>
</nav>
</div>
</header>
<!-- Main Content -->
<main class="main-content">
<div class="page-header">
<h1>who we are</h1>
<h3>We're a motley crew of science nerds united in the pursuit of understanding the inner workings and limits of human memory.</h3>
<p>Read on to meet the team!</p>
<p class="jump-links"><a href="#lab-members">active lab members</a> | <a href="#lab-alumni">lab alumni</a> | <a href="#collaborators">collaborators</a></p>
</div>
<hr>
<!-- Lab Director -->
<section id="lab-members" class="content-section">
<div class="two-column lab-director">
<figure>
<img src="images/people/jeremy_manning.png" alt="jeremy manning">
</figure>
<div>
<h3><a href="https://pbs.dartmouth.edu/people/jeremy-r-manning" target="_blank">jeremy manning</a> | lab director</h3>
<p>Jeremy is an Associate Professor of Psychological and Brain Sciences at Dartmouth and directs the Contextual Dynamics Lab. He enjoys thinking about brains, non-brain brain-related things (e.g. zombies), computers, annoying-to-solve puzzles, and cats.</p>
<p>[<a href="https://contextlab.github.io/documents/JRM_CV.html" target="_blank">CV</a>] [<a href="https://scholar.google.com/citations?user=hskTzvcAAAAJ&hl=en" target="_blank">Google Scholar</a>]</p>
</div>
</div>
</section>
<!-- Graduate Students and Lab Members -->
<section class="content-section">
<div class="people-grid">
<div class="person-card">
<img src="images/people/paxton_fitzpatrick.png" alt="paxton fitzpatrick">
<h3><a href="http://paxtonfitzpatrick.github.io/" target="_blank">paxton fitzpatrick</a> | grad student</h3>
<p>Paxton graduated from Dartmouth in 2019 with a BA in neuroscience and is continuing his research in the lab while applying to grad school. He's interested in creating new experiments and software tools to study classroom learning and model how memories change over time. Outside the lab, Paxton enjoys hiking, renovating old houses, and teaching Python.</p>
</div>
<div class="person-card">
<img src="images/people/xinming_xu.png" alt="xinming xu">
<h3>xinming xu | grad student</h3>
<p>Xinming's research uses memory retrieval paradigms to probe how narrative and real-life events are transformed into memory. He has a particular interest in memory for temporal structure. His outside-of-the-lab interests include exploring narratives, frisbee, and squash.</p>
</div>
<div class="person-card">
<img src="images/people/claudia_gonciulea.png" alt="claudia gonciulea">
<h3><a href="https://contralto.github.io/" target="_blank">claudia gonciulea</a> | grad student</h3>
<p>Claudia received her cognitive science and computer science degrees from the University of Michigan in 2023, and then studied learning and memory as a research specialist in the Penn Computational Cognitive Neuroscience lab. She’s interested in studying the factors that shape how new memories are created as we learn, and the subsequent changes to old memories that emerge as we experience the world. In addition to researching learning and memory, she loves going to museums, playing video and board games, baking, and being in nature.</p>
</div>
</div>
<div class="people-grid">
<div class="person-card">
<img src="images/people/jennifer_xu.png" alt="jennifer xu">
<h3>jennifer xu | undergrad</h3>
<p>Jennifer is a Mathematical Data Science major. She is fascinated by understanding how machines "think," whether in biological neural networks or large language models. In her spare time, she enjoys watching videos of tech reviews of mice and keyboards.</p>
</div>
<div class="person-card">
<img src="images/people/om_shah.png" alt="om shah">
<h3>om shah | undergrad</h3>
<p>Om is a member of the class of 2026 from Morganton, NC. He is on the pre-med track, and has many different interests ranging from biology to computer science.</p>
</div>
<div class="person-card">
<img src="images/people/sarah_parigela.png" alt="sarah parigela">
<h3>sarah parigela | undergrad</h3>
<p>Sarah is a Cognitive Science and Biomedical Engineering double major interested in translating brain research into real-world diagnostics. When she doesn't have her nose in a book, she's working as an EMT or convincing high schoolers that science is cool.</p>
</div>
</div>
<div class="people-grid">
<div class="person-card">
<img src="images/people/jacob_bacus.png" alt="jacob bacus">
<h3>jacob bacus | undergrad</h3>
<p>Jacob is a member of the class of 2027 from Kansas City, Missouri studying Computer Science and Middle Eastern Studies. Jacob's work in the lab focuses on using machine learning and deep learning models to understand mental health. He is also interested in how cognitive and mental function relate to one another.</p>
</div>
<div class="person-card">
<img src="images/people/aidan_miller.png" alt="aidan miller">
<h3>aidan miller | undergrad</h3>
<p>Aidan is a pre-med student at Dartmouth College, majoring in Biology, minor in Spanish, and graduating in 2028. He joined the Contextual Dynamics Lab in fall 2025, where his interests center on advanced learning and memory techniques, including the method of loci and PAO systems.</p>
</div>
<div class="person-card">
<img src="images/people/alexandra_wingo.png" alt="alexandra wingo">
<h3>alexandra wingo | undergrad</h3>
<p>Alexandra is interested in education technology and brings to the lab her extensive computer science experience. She is especially interested in helping students with learning differences, and in developing brain-based learning tools.</p>
</div>
</div>
<div class="people-grid">
<div class="person-card">
<img src="images/people/alishba_tahir.png" alt="alishba tahir">
<h3>alishba tahir | undergrad</h3>
<p>Alishba is a visiting research assistant interested in the intersection of memory, narrative processing, and the mechanisms behind forgetting what to forget. She holds an undergraduate degree in Biology from LUMS and has previously worked on fMRI-based disease analysis. At the CDL, she is exploring how recall and prediction shape memory dynamics over time using naturalistic stimuli.</p>
</div>
<div class="person-card">
<img src="images/people/andrew_richardson.png" alt="andrew richardson">
<h3>andrew richardson | undergrad</h3>
<p>Andrew is a Mathematics and Economics double major from Minneapolis, MN. Outside of academics, he enjoys playing tennis and soccer.</p>
</div>
<div class="person-card">
<img src="images/people/angelyn_liu.png" alt="angelyn liu">
<h3>angelyn liu | undergrad</h3>
<p>Angelyn is a member of the class of 2028 from the Bay Area, CA, planning on majoring in cognitive science. In her free time, she enjoys singing, reading, puzzle games, and creative writing.</p>
</div>
</div>
<div class="people-grid">
<div class="person-card">
<img src="images/people/azaire_andre.png" alt="azaire andre">
<h3>azaire andre | undergrad</h3>
<p>Azaire is a Dartmouth student studying mathematics and anthropology, with interests in health equity, education, and community leadership. She enjoys swimming and cheering, and is actively involved in campus organizations that support mentorship and inclusion.</p>
</div>
<div class="person-card">
<img src="images/people/ben_hanson.png" alt="ben hanson">
<h3>ben hanson | undergrad</h3>
<p>Ben is a member of the class of 2027 studying PPE and human-centered design. Outside of school, he enjoy skiing, surfing, and coffee.</p>
</div>
<div class="person-card">
<img src="images/people/ellie_mattox.png" alt="ellie mattox">
<h3>ellie mattox | undergrad</h3>
<p>Ellie is a member of the class of 2027 from Austin, TX and is majoring in neuroscience with a minor in human-centered design. Outside of the lab she enjoys playing volleyball on Dartmouth's Varsity team, spending time outside, and hanging out with friends.</p>
</div>
</div>
<div class="people-grid">
<div class="person-card">
<img src="images/people/evan_mcdermid.png" alt="evan mcdermid">
<h3>evan mcdermid | undergrad</h3>
<p>Evan is a Mathematics major and Computer Science minor. He is interested in algorithmic trading, algorithmic problem solving, and building models of financial market dynamics.</p>
</div>
<div class="person-card">
<img src="images/people/placeholder.png" alt="kevin chang">
<h3>kevin chang | undergrad</h3>
<p>From Taipei and Boston, Kevin is a ‘29 studying Applied Math and CS. He is passionate about quantitative finance, machine learning, and health analytics. His long term goal is to develop data-driven solutions to optimize inefficiencies in the US healthcare system.</p>
</div>
<div class="person-card">
<img src="images/people/sam_haskel.png" alt="sam haskel">
<h3>sam haskel | undergrad</h3>
<p>Sam is a double major in Quantitative Social Science and Economics, interested in how social peer influences shape beliefs and affect decision-making. He enjoys playing sports, spending time outdoors, and hanging out with friends and family.</p>
</div>
</div>
<div class="people-grid">
<div class="person-card">
<img src="images/people/will_lehman.png" alt="will lehman">
<h3>will lehman | undergrad</h3>
<p>Will is a '27 from Salt Lake City, Utah. He likes skiing, playing hockey, and working on new projects.</p>
</div>
<div class="person-card">
<img src="images/people/theo_larson.png" alt="theo larson">
<h3>theo larson | undergrad</h3>
<p>Theo is a '29 from Brooklyn, New York and a prospective major in Economics and History. In his free time, he enjoys reading, playing board games, and taking walks with his dog Sunny.</p>
</div>
<div class="person-card">
<img src="images/people/jason_kang.png" alt="jason kang">
<h3>jason kang | undergrad</h3>
<p>Jason, a member of the class of 2028, plans to major in Psychology. He enjoys games, hiking, and watching sports like basketball and tennis.</p>
</div>
</div>
<div class="people-grid">
<div class="person-card">
<img src="images/people/mak_kelly.png" alt="mak kelly">
<h3>mak kelly | undergrad</h3>
<p>Mak, a '28 math and computer science major, is interested in entrepreneurship and plays rugby for Dartmouth.</p>
</div>
<div class="person-card">
<img src="images/people/isaac_cheon.png" alt="isaac cheon">
<h3>isaac cheon | undergrad</h3>
<p>Isaac is a pre-dental student majoring in Computer Science. He enjoys playing drums and spending time outdoors.</p>
</div>
</div>
</section>
<!-- Your Name Here -->
<section class="content-section your-name-here-section">
<figure class="your-name-image">
<img src="images/people/Hiring.png" alt="Your name here?">
</figure>
<div class="your-name-content">
<h3>your name here?</h3>
<p>The Contextual Dynamics Lab is looking for fresh new brains! If you have a Dartmouth NetID, <a href="http://ugresearch.dartmouth.edu/faculty/389/projects" target="_blank">click here</a> to view the projects for which we are actively hiring. If you are not in the Dartmouth system, use the button below to let us know you're interested.</p>
<p><button class="btn-outline modal-open" data-modal="contact-modal">JOIN US!</button></p>
</div>
</section>
<hr>
<!-- Lab Alumni -->
<section id="lab-alumni" class="content-section">
<div class="two-column alumni-header">
<figure>
<img src="images/people/FledgingBrain.png" alt="Lab Alumni">
</figure>
<div>
<h2>who we were</h2>
<h3>Our vast network of fledgling influencers is taking the world by storm.</h3>
<p>Check out our list of illustrious lab alumni and what they're up to now!</p>
</div>
</div>
<div class="two-column mt-40">
<div>
<h3>Postdoctoral Researchers</h3>
<p>Hung-Tu Chen (2024-2025; now at <a href="https://www.meta.com/" target="_blank">Meta</a>)<br>
Gina Notaro (2017-2018; now at <a href="https://www.lockheedmartin.com/en-us/index.html" target="_blank">Lockheed Martin</a>)<br>
Andrew Heusser (2016-2018; now at <a href="https://www.pymc.io/welcome.html" target="_blank">PyMC Labs</a>)</p>
<h3>Graduate Students</h3>
<p>Mark Taylor (2021)<br>
Caroline Lee (2019-2021)<br>
Max Bluestone (2018-2020)<br>
Deepanshi Shokeen (2018-2020)<br>
Kirsten Ziman (2017-2022; now at <a href="https://www.princeton.edu" target="_blank">Princeton University</a>)<br>
Lucy Owen (2016-2021; now at <a href="https://www.umt.edu/" target="_blank">University of Montana</a>)<br>
Tom Hao Chang (2016-2017)<br>
Hanli Li (2016)</p>
<h3>Lab Managers</h3>
<p><a href="http://paxtonfitzpatrick.github.io" target="_blank">Paxton Fitzpatrick</a> (2019-2021; now a <a href="https://context-lab.com" target="_blank">CDL grad student!</a>)<br>
Emily Whitaker (2017-2018; now at <a href="https://www.wisc.edu/" target="_blank">U Wisconsin-Madison</a>)<br>
<a href="http://kirstensgithub.github.io/" target="_blank">Kirsten Ziman</a> (2016-2017; then a <a href="https://context-lab.com" target="_blank">CDL grad student!</a>)</p>
</div>
<div>
<h3>Undergraduate Researchers</h3>
<p class="alumni-list">
Jackson C. Sandrich (2025-2026)<br>
Luca Gandrud (2025-2026)<br>
Annabelle Morrow (2025-2026)<br>
Owen Phillips (2025-2026)<br>
Rodrigo Vega Ayllon (2025)<br>
Chelsea Joe (2024-2026)<br>
Harrison Stropkay (2024-2025)<br>
Miel Wewerka (2024)<br>
Manraaj Singh (2024)<br>
Can Kam (2024)<br>
Rohan Goyal (2024)<br>
Abigayle McCusker (2024)<br>
Torsha Chakraverty (2024)<br>
Chloe Terestchenko (2024)<br>
Ansh Motiani (2024)<br>
Kaitlyn Peng (2024)<br>
Everett Tai (2024)<br>
Andrew Cao (2024)<br>
Jake McDermid (2023-2025)<br>
Michael Chen (2023-2024)<br>
Grady Redding (2023-2024)<br>
DJ Matusz (2023-2024)<br>
Aaryan Agarwal (2023-2024)<br>
Maura Hough (2023-2024)<br>
Emma Reeder (2023-2024)<br>
Megan Liu (2023-2024)<br>
Mira Chiruvolu (2023-2024)<br>
Safwan Rashid (2023)<br>
Francisca Fadairo (2023)<br>
Ameer Talha Yasser (2023)<br>
Yue Zhuo (2023)<br>
Charles Baker (2023)<br>
Andrew Shi (2023)<br>
Ash Chinta (2023)<br>
Xueyao Zheng (2023)<br>
Sergio Campos Legonia (2023)<br>
Elias Emery (2023)<br>
Yvonne Chen (2023)<br>
William McCall (2023)<br>
Natalie Schreder (2023)<br>
Raselas Dessalegn (2023)<br>
Grace Wang (2023)<br>
Ansh Patel (2022-2024)<br>
Ziyan Zhu (2022-2023)<br>
Anna Mikhailova (2022)<br>
Benjamin Lehrburger (2022)<br>
Thomas Corrado (2022)<br>
Samuel Crombie (2022)<br>
Alexander Marcoux (2022)<br>
Jessna Brar (2022)<br>
Wenhua Liang (2022)<br>
Kevin Cao (2022)<br>
Goutham Veeramachaneni (2022)<br>
Zachary Somma (2022)<br>
Dawson Haddox (2022)<br>
Swestha Jain (2022)<br>
Kunal Jha (2021-2024)<br>
Daniel Carstensen (2021-2024)<br>
Brian Chiang (2021-2022)<br>
Aidan Adams (2021)<br>
Damini Kohli (2021)<br>
Daniel Ha (2021)<br>
Tyler Chen (2020-2022)<br>
Chris Jun (2020-2022)<br>
Ethan Adner (2020-2022)<br>
Darren Gu (2020-2021)<br>
Tehut Biru (2020-2021)<br>
Chris Suh (2020-2021)<br>
Chris Long (2020-2021)<br>
Esme Chen (2020-2021)<br>
Helen Liu (2020)<br>
Kelly Rutherford (2020)<br>
Luca Lit (2020)<br>
Vivian Tran (2020)<br>
Greg Han (2020)<br>
Austin Zhang (2020)<br>
Chelsea Uddenberg (2020)<br>
Shane Hewitt (2020)<br>
Chetan Palvuluri (2020)<br>
Tudor Muntianu (2019-2021)<br>
Aaron Lee (2019-2020)<br>
Anne George (2019-2020)<br>
Sarah Park (2019-2020)<br>
Shane Park (2019-2020)<br>
William Chen (2019-2020)<br>
Alejandro Martinez (2018-2020)<br>
William Baxley (2018-2019)<br>
Ann Carpenter (2018)<br>
Seung Ju Lee (2018)<br>
Mustafa Nasir-Moin (2018)<br>
Iain Sheerin (2018)<br>
Darya Romanova (2018)<br>
Rachael Chacko (2018)<br>
Kirsten Soh (2018)<br>
Paxton Fitzpatrick (2017-2019)<br>
Stephen Satterthwaite (2017-2018)<br>
Bryan Bollinger (2017-2018)<br>
Christina Lu (2017)<br>
Armando Oritz (2017)<br>
Madeline Lee (2016-2020)<br>
Campbell Field (2016-2018)<br>
Wei Liang Samuel Ching (2016-2017)<br>
Marisol Tracy (2016-2017)<br>
Allison Frantz (2016-2017)<br>
Aamuktha Porika (2016-2017)<br>
Jake Rost (2016)<br>
Clara Silvanic (2016)<br>
Aman Agarwal (2016)<br>
Joseph Finkelstein (2016)<br>
Sheherzad Mohydin (2016)<br>
Peter Tran (2016)<br>
Gal Perlman (2016)<br>
Jessica Tin (2016)
</p>
</div>
</div>
</section>
<hr>
<!-- Collaborators -->
<section id="collaborators" class="content-section">
<h1>friends of the lab</h1>
<div class="two-column collaborators-header mt-20">
<div>
<h3>Science is a collaborative beast— it takes a village to tame it!</h3>
<p>We are fortunate to have a wonderful team of collaborators and science superheroes to brainstorm with, help us notice when our ideas get a bit too crazy for the "lay scientist," and complain to when our code doesn't compile. Here are links to the fine upstanding citizens we've been hanging out with lately:</p>
</div>
<figure>
<img src="images/people/taming_science.png" alt="Collaborators">
</figure>
</div>
<div class="mt-20">
<p><a href="http://memory.psych.upenn.edu/Main_Page" target="_blank">Computational Memory Lab</a>, University of Pennsylvania (Director: Mike Kahana)</p>
<p><a href="http://compmem.princeton.edu/" target="_blank">Computational Memory Lab</a>, Princeton University (Director: Ken Norman)</p>
<p><a href="http://www.cs.columbia.edu/~blei" target="_blank">Machine Learning at Columbia</a>, Columbia University (Director: Dave Blei)</p>
<p><a href="https://memlab.bates-catapult.net" target="_blank">Memory Dynamics Lab</a>, Bates College (Director: Justin Hulbert)</p>
<p><a href="http://cosanlab.com/" target="_blank">Computational Social Affective Neuroscience Lab</a>, Dartmouth College (Director: Luke Chang)</p>
<p><a href="http://www.vandermeerlab.org/" target="_blank">van der Meer Lab</a>, Dartmouth College (Director: Matt van der Meer)</p>
<p><a href="https://www.cs.dartmouth.edu/~rockmore/" target="_blank">Rockmore Lab</a>, Dartmouth College (Director: Dan Rockmore)</p>
<p><a href="https://faculty-directory.dartmouth.edu/tam-vu" target="_blank">Vu Lab</a>, Dartmouth College (Director: Tam Vu)</p>
<p><a href="https://www.nautiyal-lab.com/" target="_blank">Nautiyal Lab</a>, Dartmouth College (Director: Kate Nautiyal)</p>
<p><a href="http://www.dartmouth.edu/~epilab/" target="_blank">Epilepsy and Cognition Lab</a>, Dartmouth-Hitchcock Medical Center (Director: Barbara Jobst)</p>
<p><a href="http://www.chamstudios.com/" target="_blank">Chameleon Studios</a> (Director: Talia Manning)</p>
</div>
</section>
</main>
<!-- Contact Modal -->
<div id="contact-modal" class="modal">
<div class="modal-content">
<button class="modal-close">×</button>
<h2>get in touch</h2>
<form class="contact-form" action="https://formspree.io/f/mzznjnzd" method="POST">
<input type="hidden" name="_source" value="Join Us - People Page">
<div class="form-row">
<div class="form-group">
<label for="first-name">First Name <span class="required">*</span></label>
<input type="text" id="first-name" name="first-name" required>
</div>
<div class="form-group">
<label for="last-name">Last Name <span class="required">*</span></label>
<input type="text" id="last-name" name="last-name" required>
</div>
</div>
<div class="form-group">
<label for="email">Email Address <span class="required">*</span></label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="subject">Subject <span class="required">*</span></label>
<input type="text" id="subject" name="subject" required>
</div>
<div class="form-group">
<label for="role">I am a... <span class="required">*</span></label>
<select id="role" name="role" required>
<option value="">Select an option</option>
<option value="psychology-nut">Psychology Nut</option>
<option value="computer-nerd">Computer Nerd</option>
<option value="study-participant">Study Participant</option>
<option value="fan-club">Illustrious Fan Club Member</option>
<option value="lab-manager">Lab Manager/Zombie Herder</option>
<option value="grad-student">Grad Student</option>
<option value="postdoc">Postdoc</option>
<option value="question">Question Inquiry</option>
<option value="funding">Funding Interest</option>
<option value="other">Other</option>
</select>
</div>
<div class="form-group">
<label for="message">Message <span class="required">*</span></label>
<p class="textarea-helper">If you're interested in joining the lab, please include a paragraph or two about your research interests. Undergraduates should specify how much time you are able to commit to research per week.</p>
<textarea id="message" name="message" rows="6" required></textarea>
</div>
<button type="submit" class="btn-primary">Submit</button>
</form>
</div>
</div>
<!-- Footer Navigation -->
<nav class="footer-nav">
<div class="footer-nav-inner">
<button class="mobile-menu-toggle" aria-label="Toggle menu">
<span></span>
<span></span>
<span></span>
</button>
<a href="index.html" class="logo">
<img src="images/CDL_Avatar.png" alt="CDL">
</a>
<ul>
<li><a href="index.html">contextual dynamics lab</a></li>
<li class="dropdown current-section">
<span class="dropdown-toggle">about</span>
<ul class="dropdown-menu">
<li><a href="research.html">research</a></li>
<li><a href="people.html">people</a></li>
<li><a href="news.html">news</a></li>
</ul>
</li>
<li><a href="publications.html">publications</a></li>
<li><a href="software.html">software</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</div>
</nav>
<script src="js/main.js"></script>
</body>
</html>