-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
669 lines (617 loc) · 33.3 KB
/
index.html
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
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="description" content="Communication and Learning Lab">
<meta name="author" content="Dan Yurovsky">
<title>The Communication and Learning Lab at UChicago</title>
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:600italic,400,800,700,300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=BenchNine:300,400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Cabin:400,700' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="img/favicon.ico">
<script src="js/modernizr.js"></script>
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="site-wrapper">
<!-- ====================================================
header section -->
<header class="top-header">
<div class="container-fluid">
<div class="row">
<div class="col-xs-3 header-logo">
<a href="index.html"><img alt="" id="navbar-logo" class="navbar-image nav navbar"></a>
</div>
<div >
<nav class="nav navbar navbar-default ">
<div class="container-fluid nav-bar">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar navbar-default ">
<li><a class="menu" href="#home" ><img src="img/callab_logo.png" alt="" class="callab-logo"></a></li>
<li><a class="menu" href="#about">About</a></li>
<li><a class="menu" href="#people">People</a></li>
<li><a class="menu" href="#parents">Parents</a></li>
<li><a class="menu" href="#students">Join</a></li>
<li><a class="menu" href="#contact">Contact</a></li>
<li><a class="menu" href="bibtexbrowser.local.php?bib=citations.bib&all">Publications</a></li>
<li><a class="menu fa fa-github" style="font-size:1.5em;" href="https://github.com/callab" target="_blank"></a></li>
</ul>
</div><!-- /navbar-collapse -->
</div><!-- / .container-fluid -->
</nav>
</div>
</div>
</div>
</header> <!-- end of header area -->
<!-- <section>
<div class="accordian">
<div class="item">
<div class="accordian-title"> <h3> Noisy Channel Processing</h3></div>
<center><img class="accordian-pic" src="img/noisy_kids.jpg" alt="" style="width: 120%; margin:20vh 0 0 -7%; overflow:hidden"></center>
</div>
<div class="item">
<div class="accordian-title"> <h3> Social Cues </h3></div>
<center><img class="accordian-pic" src="img/tri_fig.png" alt="" style="width: 120%; margin:20vh 0 0 -7%; overflow:hidden"></center>
</div>
<div class="item">
<div class="accordian-title"> <h3>Linguistic Alignment</h3> </div>
<center><img class="accordian-pic" src="img/all_hpds.jpg" alt="" style="width: 120%; margin:20vh 0 0 -7%; overflow:hidden"></center>
</div>
</div>
</section> -->
<section class="slider" id="home">
<div class="container-fluid">
<div class="row">
<div id="carouselHacked" class="carousel slide carousel-fade" data-ride="carousel">
<div class="header-backup"></div>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active" style="background: #fff !important;">
<a href="https://dyurovsky.github.io/noisy-kids/" target="_blank">
<img class="slider-image" src="img/noisy_kids.jpg" alt="" style="width: 70%; margin:auto;">
</a>
<div class="carousel-label" >
</div>
<div class="carousel-caption">
<a href="https://dyurovsky.github.io/noisy-kids/" target="_blank">
<p style="font-size:19px"> RECENT WORK: Noisy channel processing in preschoolers </p> </a>
</div>
</div>
<div class="item" style="background: #fff !important;">
<a href="https://callab.uchicago.edu/papers/yf-devsci-2017.pdf" target="_blank">
<img class="slider-image" src="img/tri_fig.png" alt="" style="width: 70%; margin:auto;">
</a>
<div class="carousel-label ">
</div>
<div class="carousel-caption">
<a href="https://callab.uchicago.edu/papers/yf-devsci-2017.pdf" target="_blank">
<p style="font-size:19px"> RECENT WORK:
Salience and social cues in word learning </p> </a>
</div>
</div>
<div class="item" style="background: #fff !important;">
<a href="https://callab.uchicago.edu/papers/ydf-cogsci-2016.pdf" target="_blank">
<img class="slider-image" src="img/all_hpds.jpg" alt="" style="width: 70%; margin:auto;">
</a>
<div class="carousel-label">
</div>
<div class="carousel-caption" >
<a href="https://callab.uchicago.edu/papers/ydf-cogsci-2016.pdf" target="_blank">
<p style="font-size:19px"> RECENT WORK:
Linguistic tuning
to developmental level </p> </a>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carouselHacked" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carouselHacked" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</section><!-- end of slider section -->
<!-- about section -->
<section class="about text-center" id="about">
<div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-xs-12">
<h2>About our Research</h2>
<h4 >Young children learn the meanings of thousands of words by the time they can run down the street. The computational problem they solve is daunting: extracting discrete word forms from a sequence of continuous speech signals and mapping these forms onto their meanings. Yet, the same children who solve this problem continuously forget where they left their coats and hats. How do children learn language so quickly despite cognitive constraints on memory, attention, and information processing? </h4>
<h4> Our work tries to resolve this puzzle by reframing language acquisition as a <em>coordination</em> problem. The problem is not how children learn language, but how parents and children construct it together.</h4>
<br>
<br>
<div class="row col-sm-10 col-sm-offset-1 col-xs-12">
<div class="col-md-4 col-md-offset-0 col-xs-6" >
<div class="single-about-detail ">
<div class="about-img">
<img class="img-responsive" src="img/ipad_task.jpg" alt="">
</div>
<div class="about-details">
<h3 class="centered">Experimental <br> Studies </h3>
</div>
</div>
</div>
<div class="col-md-4 col-md-offset-0 col-xs-6">
<div class="single-about-detail clearfix">
<div class="about-img">
<img class="img-responsive" src="img/toy_play.png" alt="">
</div>
<div class="about-details">
<h3 class="centered">Naturalistic <br> Observation</h3>
</div>
</div>
</div>
<!-- <div class="col-md-4 col-md-offset-0 col-sm-8 col-sm-offset-2 col-xs-12"> -->
<div class="col-md-4 col-md-offset-0 col-xs-6 col-xs-offset-3">
<div class="single-about-detail">
<div class="about-img">
<img class="img-responsive" src="img/lba_mod.png" alt="">
</div>
<div class="about-details">
<h3 class="centered">Computational<br>Models</h3>
</div>
</div>
</div>
<div class="col-md-1"> </div>
</div>
<div class="row"> </div>
<br>
<div class="row">
<div class="col-xs-12">
<h4> We analyze this coordination by taking an end-to-end approach to understanding early language acquisition, studying it at multiple levels. Our first line of work investigates the representations and algorithms that children and adults bring to the learning problem. Our second line of work investigates the natural ecological contexts in which language acquisition occurs. Finally, our third line of work uses computational models to formalize the interactions between learner and environment. Successes and failures of language learning emerge from the match (or mismatch) between the learning mechanisms available to the child and the structure of the learning environment. </h4>
</div>
</div>
</div>
</div>
</div>
</section><!-- end of about section -->
<!-- People section starts here -->
<section class="people text-center" id="people">
<div class="container">
<div class="row">
<br>
<h2>People</h2>
<!-- <div class="col-md-3 col-sm-6">
<div class="single-service">
<div class="single-service-img">
<div class="service-img">
<img class="heart img-responsive" src="img/service1.png" alt="">
</div>
</div>
<h3>Daniel Yurovsky </h3>
</div>
</div> -->
<!-- <div class="col-sm-4"> -->
<!-- <div class="row"> -->
<div class="title-heading">Principal Investigator</div>
<div class="single-member" onmouseover="fadeToChildhood('yurovsky')" onmouseout="ageMe('yurovsky')">
<div class="col-xs-4">
<div class="person">
<img class="image-responsive" src="img/team/yurovsky.jpg" alt="member-1" id="yurovsky">
</div>
</div>
<div class="col-xs-8">
<div class="person-detail">
<div class="arrow-bottom"></div>
<h3> Daniel Yurovsky </h3>
<h4> <a class="text-link-plain" href="mailto:[email protected]">Email</a>
<a class="text-link-plain" href="http://www.thoughtfill.com/" target="_blank">Website</a>
<a class="text-link-plain" href="https://github.com/dyurovsky/" target="_blank">GitHub</a> </h4>
<p style="text-overflow: scroll !important"> Dan was an undergrad computer science major at Carnegie Mellon before completing a PhD in Cognitive Psychology at Indiana University and doing a postdoc in Psych Department at Stanford. He is broadly interested in how we learn from the people around us, and especially how children learn language. Dan is excited about understanding communication and learning from a systems perspective. </p>
</div>
</div>
</div>
<div class="title-heading"> Lab Manager </div>
<div class="single-member" onmouseover="fadeToChildhood('klafka')" onmouseout="ageMe('klafka')">
<div class="col-xs-4">
<div class="person">
<img class="image-responsive" src="img/team/klafka.jpg" alt="Klafka" id="klafka">
</div>
</div>
<div class="col-xs-8">
<div class="person-detail" >
<div class="arrow-bottom"></div>
<h3>Josef Klafka</h3>
<h4><a class=text-link-plain href="mailto:[email protected]">Email</a></h4>
<p>Joe graduated from the University of Chicago with a BS in Mathematics and BA in Linguistics. He is interested in child information-processing strategies and their application to models of machine learning. </p>
</div>
</div>
</div>
<div class="title-heading"> PhD Students </div>
<div class="single-member" onmouseover="fadeToChildhood('bergey')" onmouseout="ageMe('bergey')">
<div class="col-xs-4">
<div class="person crop-parent-element">
<img class="image-responsive crop-profile-pic" src="img/team/bergey.jpg" alt="Bergey" id="bergey">
</div>
</div>
<div class="col-xs-8">
<div class="person-detail" >
<div class="arrow-bottom"></div>
<h3>Claire Bergey</h3>
<h4><a class=text-link-plain href="mailto:@uchicago.edu">Email</a></h4>
<p>Claire is a second-year PhD student in the Cognition program. She studied psychology and cognitive science at Williams College. She is interested in language and category acquisition.</p>
</div>
</div>
</div>
<div class="single-member" onmouseover="fadeToChildhood('leung')" onmouseout="ageMe('leung')">
<div class="col-xs-4 ">
<div class="person">
<img class="image-responsive" src="img/team/leung.jpg" alt="Leung" id="leung">
</div>
</div>
<div class="col-xs-8">
<div class="person-detail" >
<div class="arrow-bottom"></div>
<h3>Ashley Leung</h3>
<h4><a class=text-link-plain href="mailto:[email protected]">Email</a></h4>
<p>Ashley is a second-year PhD student in Psychology at the University of Chicago. She graduated from Middlebury College with a BA in Psychology and English & American Literatures. She is broadly interested in child language acquisition, and she is currently studying how parent-child communication influences language learning. </p>
</div>
</div>
</div>
<div class="single-member" onmouseover="fadeToChildhood('morris')" onmouseout="ageMe('morris')">
<div class="col-xs-4">
<div class="person">
<img class="image-responsive" src="img/team/morris.jpg" alt="member-2" id="morris">
</div>
</div>
<div class="col-xs-8">
<div class="person-detail" >
<div class="arrow-bottom"></div>
<h3>Ben Morris</h3>
<h4><a class=text-link-plain href="mailto:[email protected]">Email</a></h4>
<p>Ben received his Masters in Developmental Psychology at the University of Cambridge working with Claire Hughes. Ben has a B.A. in Psychology from Reed College, where he worked with Jennifer Corpus. He is primarily interested optimal word learning strategies and their connection to early cognitive development. </p>
</div>
</div>
</div>
<div class="title-heading"> Masters Students </div>
<div class="single-member" onmouseover="fadeToChildhood('denby')" onmouseout="ageMe('denby')">
<div class="col-xs-4 ">
<div class="person">
<img class="image-responsive" src="img/team/denby.jpg" alt="Denby" id="denby">
</div>
</div>
<div class="col-xs-8">
<div class="person-detail" >
<div class="arrow-bottom"></div>
<h3>Jo Denby</h3>
<h4><a class=text-link-plain href="mailto:[email protected]">Email</a></h4>
<p>Jo Denby is a Masters student in the Computational Social Science program. He graduated from Cornell University with a BA in Psychology and Philosophy. Broadly, he is interested in using big data and computational modeling techniques to research linguistic development. </p>
</div>
</div>
</div>
<div class="single-member" onmouseover="fadeToChildhood('zhang')" onmouseout="ageMe('zhang')">
<div class="col-xs-4">
<div class="person">
<img class="image-responsive" src="img/team/zhang.jpg" alt="Zhang" id="zhang">
</div>
</div>
<div class="col-xs-8">
<div class="person-detail" >
<div class="arrow-bottom"></div>
<h3>Xiuyuan Zhang</h3>
<h4><a class=text-link-plain href="mailto:[email protected]">Email</a></h4>
<p>Xiuyuan is a second-year student in the Masters Program of Computational Social Science. She graduated from St. John’s College, Annapolis, MD with a concentration on philosophy, history of mathematics and science, and classics. Xiuyuan is interested in language acquisition, semantic memory, and the the evolution of language. </p>
</div>
</div>
</div>
<div class="title-heading"> Research Assistants </div>
<div class="single-member" onmouseover="fadeToChildhood('freschi')" onmouseout="ageMe('freschi')">
<div class="col-xs-4">
<div class="person">
<img class="image-responsive" src="img/team/freschi.jpg" alt="member-3" id="freschi">
</div>
</div>
<div class="col-xs-8">
<div class="person-detail" >
<div class="arrow-bottom"></div>
<h3>Juliana Freschi</h3>
<!-- <h4><a class=text-link-plain href="mailto:[email protected]">Email</a></h4> -->
<p><br>Juliana Freschi is a third-year undergraduate student at the University of Chicago, majoring in Sociology and minoring in Linguistics. She is primarily interested in the cognitive processes of language acquisition, as well as the interactions between social life and language. She also loves her two cats very much.</p>
</div>
</div>
</div>
<div class="single-member" onmouseover="fadeToChildhood('maddie')" onmouseout="ageMe('maddie')">
<div class="col-xs-4">
<div class="person">
<img class="image-responsive" src="img/team/maddie.jpg" alt="member-3" id="maddie">
</div>
</div>
<div class="col-xs-8">
<div class="person-detail" >
<div class="arrow-bottom"></div>
<h3>Maddie Meyers</h3>
<!-- <h4><a class=text-link-plain href="mailto:[email protected]">Email</a></h4> -->
<p><br>Maddie is a fourth-year undergraduate at the University of Chicago, majoring in Comparative Human Development and Psychology. Her research interests include language evolution and how children use social and pragmatic cues to facilitate language acquisition. She is currently working on her honors thesis project which investigates how parents help to retain structure in language through their correction of children's errors. </p>
</div>
</div>
</div>
<div class="single-member" onmouseover="fadeToChildhood('ramakrishnan')" onmouseout="ageMe('ramakrishnan')">
<div class="col-xs-4">
<div class="person">
<img class="image-responsive" src="img/team/ramakrishnan.jpg" alt="member-3" id="ramakrishnan">
</div>
</div>
<div class="col-xs-8">
<div class="person-detail" >
<div class="arrow-bottom"></div>
<h3>Kavya Ramakrishnan</h3>
<!-- <h4><a class=text-link-plain href="mailto:[email protected]">Email</a></h4> -->
<p><br>Kavya is a third-year undergraduate at the University of Chicago, majoring in Linguistics. She is widely interested in cognitive science approaches to studying language acquisition, integrating across frameworks from linguistics and psychology. </p>
</div>
</div>
</div>
<div class="single-member" onmouseover="fadeToChildhood('tunkel')" onmouseout="ageMe('tunkel')">
<div class="col-xs-4">
<div class="person">
<img class="image-responsive" src="img/team/tunkel.jpg" alt="member-3" id="tunkel">
</div>
</div>
<div class="col-xs-8">
<div class="person-detail" >
<div class="arrow-bottom"></div>
<h3>Alexandra Tunkel</h3>
<!-- <h4><a class=text-link-plain href="mailto:[email protected]">Email</a></h4> -->
<p><br>Alexandra is a third-year undergraduate at the University of Chicago, double majoring in Biology and Psychology. She is interested in the application of these two fields in child development.</p>
</div>
</div>
</div>
</div>
<div class="title-heading"> Alumni </div>
<div class="single-member" onmouseover="fadeToChildhood('emmi')" onmouseout="ageMe('emmi')">
<div class="col-xs-4">
<div class="person">
<img class="image-responsive" src="img/team/emmi.jpg" alt="member-3" id="emmi">
</div>
</div>
<div class="col-xs-8">
<div class="person-detail" >
<div class="arrow-bottom"></div>
<h3>Emmi Russo</h3>
<!-- <h4><a class=text-link-plain href="mailto:[email protected]">Email</a></h4> -->
<p><br>Emmi completed her undergrad at the University of Chicago with a double major in Computer Science and Psychology. She researched social-cognitive development and how the processes of cognition, language, and learning interact. </p>
</div>
</div>
</div>
<div class="single-member" onmouseover="fadeToChildhood('yu')" onmouseout="ageMe('yu')">
<div class="col-xs-4 ">
<div class="person">
<img class="image-responsive" src="img/team/yu.jpg" alt="yu" id="yu">
</div>
</div>
<div class="col-xs-8">
<div class="person-detail" >
<div class="arrow-bottom"></div>
<h3>Yawen Yu</h3>
<h4><a class=text-link-plain href="mailto:[email protected]">Email</a></h4>
<p>Yawen is a recent graduate from the University of Chicago, Master of Arts Program in Humanities. She researched how parent-child interaction can influence early language acquisition. At the Communication and Learning Lab, she worked on lexical diversity in CHILDES corpora.</p>
</div>
</div>
</div>
<section class="slider" >
<div class="container-fluid" >
<div class="row">
<div id="carousel2" class="carousel slide carousel-fade" data-ride="carousel" >
<!-- <div class="header-backup"></div> -->
<!-- Wrapper for slides -->
<div class="carousel-inner lab-photo-container" role="listbox">
<div class=" item active" >
<img class="lab-photo" src="img/callab/callab_midwest_2018.jpg" alt="">
<div class="lab-photo-cover">
<div class="lab-photo-text" > CaLLab at the 2018 Midwest Cognitive Science Conference at IU. </div>
</div>
</div>
<div class="item " >
<img class="lab-photo" src="img/callab/callab_winter_2018_2.jpg" alt="" >
<div class="lab-photo-cover">
<div class="lab-photo-text" > CaLLab outside the Psychology Department at UChicago. </div>
</div>
</div>
<div class=" item " >
<img class="lab-photo" src="img/callab/callab_hike_alt.jpg" alt="">
<div class="lab-photo-cover">
<div class="lab-photo-text" > CaLLab members on a lab trip to Brown County, IN. </div>
</div>
</div>
<!-- <div class="item ">
<img class="lab-photo" src="img/callab/callab_collage.jpg" alt="">
<div class="lab-photo-cover">
<div class="lab-photo-text" style="margin-top:200px"> In the lab... </div>
</div>
</div> -->
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel2" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel2" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</section><!-- end of slider section -->
</div>
</section><!-- end of people section -->
<section class="parents" id="parents">
<div class="container">
<!-- toyroom section -->
<div class="toyroom" id="toyroom">
<div class="container-fluid">
<div class="row toyroom-big">
<img id="toyroom-img" src="img/toyroom.jpg" width="100%" alt="">
</div>
</div>
</div>
<!-- end of toyroom section-->
<div class="parents-caption clearfix">
<div class="parents-heading text-center">
<h2>For Parents</h2>
</div>
<div class="faq col-sm-10 col-sm-offset-1 col-xs-12">
<h4>Thank you so much for your interest in our research! Families like yours can help us answer questions about how children learn about language. </h4>
<h4>If you are interested in participating in our research here at the <a class='text-link' href='https://babylab.uchicago.edu/'>Center for Early Childhood Research</a> at the University of Chicago, please <a class="text-link" href="https://babylab.uchicago.edu/content/sign" target="_blank">click here to sign up!</a> <br><br>
You can also reach out to us directly by <a class='text-link' href= "mailto:[email protected]" target="_blank">emailing us</a> or calling 773-834-9769. </h4>
<br>
<br>
<p style="color:#efa221"> <em>How long do studies usually last? </em> </p>
<p class="indent"> We usually schedule for one hour, however appointments typically last for less than 30 minutes.
</p>
<p style="color:#efa221"><em> What if my child becomes fussy or bored during the study? </em> </p>
<p class="indent"> Involvement in research is entirely voluntary. Your child can stop at any time.</p>
<p style="color:#efa221"> <em> Will I be with my child during the study? </em> </p>
<p class="indent"> If you wish, you may stay with your child during the entire study.
</p>
<p style="color:#efa221"> <em> Can I bring my other children with me? </em> </p>
<p class="indent"> Absolutely! We have a comfortable waiting room with plenty of toys to play with! </p>
<p style="color:#efa221"><em> What if I need to reschedule my appointment?</em> </p>
<p class="indent"> Please call the Lab at (773) 834-9769 if you need to change or cancel your appointment.</p>
<p style="color:#efa221"><em> Have more questions? </em>
<a class='text-link' href="mailto:[email protected]" style="color:#737373;"> Email us!</a> </p>
</p>
<br>
</div>
</div>
</div>
</section><!-- end of parents section -->
<!-- student info section starts here -->
<section class="students text-center" id="students">
<div class="container" >
<div class="parents-caption " >
<div class="row">
<h2>Join our Lab!</h2>
<div id="joinContent" class="col-sm-10 col-sm-offset-1 col-xs-12">
<h4 style="margin-bottom:30px"> We are always looking for motivated, passionate students and researchers to join our team. Please <a class="text-link" href="mailto:[email protected]">contact us</a> if you have any questions about our work!
<br> <br><br>
<em><strong> Undergraduate Opportunities: </strong></em> The Communication and Learning Lab has openings for undergraduates to gain research experience working as RAs. As a research assistant in CaLLab, you could be involved in research at every step of the process, from developing research questions and creating stimuli to recruiting subjects and testing participants.
If you would like to hear more about working as an RA, please contact our lab manager Josef Klafka (<a class="text-link" href="mailto:[email protected]">jklafka [at] uchicago [dot] edu</a>).
<br> <br> <br>
<em> <strong>Interested in graduate study at the University of Chicago? </strong></em> Visit the <a class="text-link" href="https://psychology.uchicago.edu/" target="_blank">Psychology Department page</a> for more information on graduate programs offered at the University of Chicago and the application process. Please contact <a class="text-link" href="mailto:[email protected]">Professor Yurovsky</a> if you are interested in pursuing graduate research in the Communication and Learning Lab.
<br> <br> <br>
</h4>
</div>
<center><div class="col-xs-10 col-xs-offset-1"><img class="lab-photo" id="lab-photo-office" src="img/callab/full_lab.jpg" style="height:400px; object-fit:cover; margin: -30px 0 50px 0" alt=""></center></div>
</div>
</div>
</section><!-- end of student info section -->
<!-- team section -->
<!-- <section class="team" id="team">
<div class="container">
<div class="row">
<div class="team-heading text-center">
<h2>Publications</h2>
<h4>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</h4>
</div>
</div>
</section><! end of team section -->
<!-- map section -->
<div class="api-map" id="contact">
<div class="container-fluid">
<div class="row map-big">
<iframe display="block" width="100%"" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&sspn=3.735097,8.195801&ie=UTF8&hq=&hnear=5848+S+University+Ave,+Chicago,+Illinois+60637&t=m&z=14&ll=41.788392,-87.598107&output=embed"></iframe>
</div>
</div>
</div>
<!-- end of map section -->
<!-- contact section starts here -->
<section class="contact" id="contact">
<div class="container ">
<div class="contact-caption clearfix ">
<div class="contact-heading text-center">
<h2>Contact Us</h2>
</div>
<div class="col-md-5 contact-info text-left">
<h3>contact information</h3>
<div class="info-detail">
<ul><li><i class="fa fa-calendar"></i><span>Monday - Friday:</span> 9 AM to 5 PM</li></ul>
<ul><li><i class="fa fa-map-marker"></i><span>Address:</span>
<a class="text-link" href="https://www.google.com/maps/dir//5848+S+University+Ave,+Chicago,+IL+60637/@41.788405,-87.6004707,17z/data=!4m16!1m7!3m6!1s0x880e2916308c0e93:0x7a98130c093acef3!2s5848+S+University+Ave,+Chicago,+IL+60637!3b1!8m2!3d41.788401!4d-87.598282!4m7!1m0!1m5!1m1!1s0x880e2916308c0e93:0x7a98130c093acef3!2m2!1d-87.598282!2d41.788401" target="_blank">
<p>Department of Psychology<br>
5848 S. University Avenue<br>
Chicago, IL 60637
</a></li></ul> </p>
<ul><li><i class="fa fa-phone"></i><span>Phone:</span> (773) 834-9769</li> </ul>
<ul><li><i class="fa fa-envelope"></i><span>Email:</span> <a class='text-link' href="mailto:[email protected]">[email protected]</a></li></ul>
</div>
</div>
<div class="col-md-6 map col-md-offset-1 contact-form">
<iframe display="block" width="100%"" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=5848+South+University+Avenue,+Chicago,+IL&aq=0&oq=5848+s+university+avenue+chicago+il&sll=42.746632,-75.770041&sspn=3.735097,8.195801&ie=UTF8&hq=&hnear=5848+S+University+Ave,+Chicago,+Illinois+60637&t=m&z=14&ll=41.788392,-87.598107&output=embed"></iframe>
</div>
<!-- <div class="col-md-6 col-md-offset-1 contact-form">
<h3>leave us a message</h3>
<form class="form">
<input class="name" type="text" placeholder="Name">
<input class="email" type="email" placeholder="Email">
<textarea class="message" name="message" id="message" cols="30" rows="10" placeholder="Message"></textarea>
<input class="submit-btn" type="submit" value="SUBMIT">
</form>
</div> -->
</div>
</div>
</div>
</section><!-- end of contact section -->
<section>
<div class="container">
<div class = "row">
<div class = "col-md-10 col-sm-10 col-md-offset-1 col-sm-offset-1">
<div class = "row">
<div class = "col-xs-4 col-xs-4">
<a href="https://www.uchicago.edu/" target="_blank"> <img src="img/affiliates/logo.rgb.maroon.jpg" width="100%" alt=""> </a>
</div>
<div class = "col-xs-4 col-xs-4">
<a href="https://babylab.uchicago.edu/" target="_blank"><img src="img/affiliates/cecr_text.png" width="100%" alt=""></a>
</div>
<div class = "col-xs-4 col-xs-4">
<a href=https://socialsciences.uchicago.edu/ target="_blank"><img src="img/affiliates/socsci.jpg" width="100%" alt=""></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- footer starts here -->
<footer class="footer clearfix">
<div class="container">
<div class="row">
<div class="col-xs-12 footer-para">
<p>CaLLab logo designed by <a href="http://www.jimmycourtice.com" target="_blank">Jimmy Courtice</a></p>
</div>
</div>
</div>
</footer>
<!-- script tags
============================================================= -->
<script src="js/jquery-3.1.1.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?sensor=true"></script>
<script src="js/gmaps.js"></script>
<!-- <script src="js/smoothscroll.js"></script> -->
<script src="js/bootstrap.min.js"></script>
<script src="js/custom.js"></script>
<script src="js/index.js"></script>
</div>
</body>
</html>