-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
executable file
·561 lines (495 loc) · 27.9 KB
/
news.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Sarah Sebo</title>
<!-- favicon -->
<link rel="shortcut icon" href="https://mc-1b49d921-43a2-4264-88fd-647979-cdn-endpoint.azureedge.net/dist/intranet/favicon.ico">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Boostrap Social -->
<link href="css/bootstrap-social.css" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.css">
<!-- My CSS -->
<link href="css/custom.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-153732727-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-153732727-1');
</script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<!-- Nav -->
<div id="nav-placeholder"></div>
<script>
$(function(){
$("#nav-placeholder").load("nav.html");
});
</script>
<!-- PAGE SPECIFIC CONTENT -->
<div class="centered-body">
<!-- 9/27/21 UChicago quarter start -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/uchicago_logo.png" class="img-responsive" alt="UChicago">
</div><!--
--><div class="col-md-1 news-date">
9/27/21
</div><!--
--><div class="col-md-10 news-text">
The fall quarter has started at UChicago. This quarter I'm teaching <a href="https://classes.cs.uchicago.edu/archive/2021/fall/33281-1/index.html">CMSC 33281 Topics in Human-Robot Interaction</a>.
</div>
</div>
<!-- 3/29/21 UChicago quarter start -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/uchicago_logo.png" class="img-responsive" alt="UChicago">
</div><!--
--><div class="col-md-1 news-date">
3/29/21
</div><!--
--><div class="col-md-10 news-text">
During the Spring 2021 quarter at UChicago, I'm teaching <a href="https://classes.cs.uchicago.edu/archive/2021/spring/20600-1/">CMSC 20600 Introduction to Robotics</a>, a hands-on and project based course designed to give students familiarity programming physical robots and real-world environments. Due to covid-19, this course will be conducted online using a simulated, instead of a physical, Turtlebot3 robot.
</div>
</div>
<!-- 1/11/20 UChicago quarter start -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/uchicago_logo.png" class="img-responsive" alt="UChicago">
</div><!--
--><div class="col-md-1 news-date">
1/11/20
</div><!--
--><div class="col-md-10 news-text">
During the Winter 2021 quarter at UChicago, I'm teaching <a href="https://classes.cs.uchicago.edu/archive/2021/winter/20600-1/">CMSC 20600 Introduction to Robotics</a>, a hands-on and project based course designed to give students familiarity programming physical robots and real-world environments. Due to covid-19, this course will be conducted online using a simulated, instead of a physical, Turtlebot3 robot.
</div>
</div>
<!-- 12/22/2020 Frontiers paper -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/frontiers.png" class="img-responsive" alt="CSCW 2020">
</div><!--
--><div class="col-md-1 news-date">
12/22/20
</div><!--
--><div class="col-md-10 news-text">
The final part of my PhD work titled <a href="https://www.frontiersin.org/articles/10.3389/fpsyg.2020.590181/full" target="_blank">The Influence of Robot Verbal Support on Human Team Members: Encouraging Outgroup Contributions and Suppressing Ingroup Supportive Behavior</a> has been published in <i>Frontiers in Psychology: Performance Science</i> in their special issue <a href="https://www.frontiersin.org/research-topics/12336/teamwork-in-human-machine-teaming" target="_blank">Teamwork in Human-Machine Teaming</a>.
</div>
</div>
<!-- 10/21/2020 CSCW paper presentation -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="https://cscw.acm.org/2020/wp-content/uploads/2020/09/cscw2020_logo_dark_150.png" class="img-responsive" alt="CSCW 2020">
</div><!--
--><div class="col-md-1 news-date">
10/21/20
</div><!--
--><div class="col-md-10 news-text">
I presented my work <a href="documents/CSCW_2020_Sebo_Robots_in_Groups_Review.pdf" target="_blank">Robots in Groups and Teams: A Literature Review</a>, which was done in collaboration with Brett Stoll and Malte Jung, at the virtual CSCW conference.
</div>
</div>
<!-- 7/24/2020 CSCW paper acceptance -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="https://cscw.acm.org/2020/wp-content/uploads/2020/09/cscw2020_logo_dark_150.png" class="img-responsive" alt="CSCW 2020">
</div><!--
--><div class="col-md-1 news-date">
7/24/20
</div><!--
--><div class="col-md-10 news-text">
My colleagues at Cornell, Malte Jung and Brett Stoll, and I are excited that our paper "Robots in Groups and Teams: A Literature Review" has been accepted for publication at CSCW 2020.
</div>
</div>
<!-- 9/29/20 UChicago quarter start -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/uchicago_logo.png" class="img-responsive" alt="UChicago">
</div><!--
--><div class="col-md-1 news-date">
9/29/20
</div><!--
--><div class="col-md-10 news-text">
The fall quarter has started at UChicago. This quarter I'm teaching <a href="https://classes.cs.uchicago.edu/archive/2020/fall/33281-1/">CMSC 33281 Topics in Human-Robot Interaction</a> and I'm in the process of setting up my human-robot interaction lab in JCL 379.
</div>
</div>
<!-- 5/13/2020 PhD defense -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/yale-robotics-logo.png" class="img-responsive" alt="PhD defense">
</div><!--
--><div class="col-md-1 news-date">
5/13/20
</div><!--
--><div class="col-md-10 news-text">
I have successfully defended my Ph.D.! The title of my dissertation is "Developing Robot Teammates that Enhance Social Dynamics and Performance in Human-Robot Teams."
</div>
</div>
<!-- 4/28/2020 UChicago acceptance -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/uchicago_logo.png" class="img-responsive" alt="UChicago">
</div><!--
--><div class="col-md-1 news-date">
4/28/20
</div><!--
--><div class="col-md-10 news-text">
I have accepted a position as an Assistant Professor in the <a href="https://computerscience.uchicago.edu/" target="_blank">Department of Computer Science</a> at the <a href="https://www.uchicago.edu/" target="_blank">University of Chicago</a> starting in the fall of 2020!
</div>
</div>
<!-- 4/6/2020 HRI 2020 presentation -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/hri2020.png" class="img-responsive" alt="2020 HRI acceptance">
</div><!--
--><div class="col-md-1 news-date">
4/6/20
</div><!--
--><div class="col-md-10 news-text">
Although the <a href="http://humanrobotinteraction.org/2020/">15th Annual ACM/IEEE International Conference on Human Robot Interaction</a> cancelled its in-person meeting, please check out <a href="https://www.youtube.com/watch?v=g88ypBQ1nUc" target="_blank">my 10 minute video presentation</a> where I present my full paper titled
"Strategies for the Inclusion of Human Members within Human-Robot Teams"
<a href="documents/HRI_2020_Sebo_Inclusion.pdf" target="_blank"><img src="img/pdficon_small.png" class="noborder" alt="Download PDF" title="Download PDF" data-pin-nopin="true"></a>
<!--
<a href="https://www.youtube.com/watch?v=NMzkNoHFwIs" target="_blank"><img src="img/youtube_icon_small.png" class="noborder" alt="YouTube Link" title="YouTube Link" data-pin-nopin="true"></a> -->
</div>
</div>
<!-- 3/9/20 PNAS Paper publication date -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/pnas_logo.jpg" class="img-responsive" alt="PNAS">
</div><!--
--><div class="col-md-1 news-date">
3/9/20
</div><!--
--><div class="col-md-10 news-text">
My paper titled <a href="https://www.pnas.org/content/117/12/6370" target="_blank">Vulnerable Robots Positively Shape Human Conversational Dynamics in a Human-Robot Team</a> was accepted to the Proceedings of the National Academy of Sciences (PNAS) and featured <a href="https://www.pnas.org/content/117/12.cover-expansion">on the cover</a>!
<a href="https://www.youtube.com/watch?v=WujARg_xqfE" target="_blank"><img src="img/youtube_icon_small.png" class="noborder" alt="YouTube Link" title="YouTube Link" data-pin-nopin="true"></a>
</div>
</div>
<!-- 11/30/19 HRI 2020 acceptance -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/hri2020.png" class="img-responsive" alt="2020 HRI acceptance">
</div><!--
--><div class="col-md-1 news-date">
11/30/19
</div><!--
--><div class="col-md-10 news-text">
My paper titled ``Strategies for the Inclusion of Human Members within Human-Robot Teams'' was accepted to the <a href="http://humanrobotinteraction.org/2020/">15th Annual ACM/IEEE International Conference on Human Robot Interaction</a> in Cambridge, UK.
</div>
</div>
<!-- 10/29/19 Rising Stars EECS -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/illinois_logo.png" class="img-responsive" alt="2019 Rising Stars EECS">
</div><!--
--><div class="col-md-1 news-date">
10/29/19
</div><!--
--><div class="col-md-10 news-text">
I participated in the 2019 <a href="https://publish.illinois.edu/rising-stars/">Rising Stars in EECS Workshop</a> hosted at the Univiersity of Illinois Urbana Champaign from October 29 to November 1, 2019.
</div>
</div>
<!-- 10/7/19 Dagstuhl Seminar 19411 on "Social Agents for Teamwork and Group Interactions" -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/dagstuhl.jpg" class="img-responsive" alt="2019 Dagstuhl Seminar">
</div><!--
--><div class="col-md-1 news-date">
10/06/19
</div><!--
--><div class="col-md-10 news-text">
I participated in the 2019 <a href="https://www.dagstuhl.de/program/calendar/partlist/?semnr=19411&SUOG">Dagstuhl Seminar on "Social Agents for Teamwork and Group Interactions"</a> from October 6 to 11, 2019.
</div>
</div>
<!-- 6/21/19 RSS Pionners Attendance -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/rss2019_logo.png" class="img-responsive" alt="2019 RSS Pioneers Attendance">
</div><!--
--><div class="col-md-1 news-date">
06/21/19
</div><!--
--><div class="col-md-10 news-text">
I participated in the <a href="https://sites.google.com/view/rsspioneers2019/">RSS Pioneers 2019 Workshop</a> held in tandom with the <a href="http://www.roboticsconference.org/">Robotics: Sience and Systems (RSS) Conference</a> June 21-26 in Freiburg, Germany.
</div>
</div>
<!-- 4/23/19 RSS Pionners Acceptance -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/rss2019_logo.png" class="img-responsive" alt="2019 RSS Pioneers acceptance">
</div><!--
--><div class="col-md-1 news-date">
04/23/19
</div><!--
--><div class="col-md-10 news-text">
I have been accepted to participate in the <a href="https://sites.google.com/view/rsspioneers2019/">RSS Pioneers 2019 Workshop</a> to be held in tandom with the <a href="http://www.roboticsconference.org/">Robotics: Sience and Systems (RSS) Conference</a> June 21-26 in Freiburg, Germany.
<!--
<a href="documents/Ramachandran_Sebo_AAAI_2018.pdf" target="_blank"><img src="img/pdficon_small.png" class="noborder" alt="Download PDF" title="Download PDF" data-pin-nopin="true"></a> -->
</div>
</div>
<!-- 04/01/19 Repairing Trust New Scientist Article -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/new_scientist.jpg" class="img-responsive" alt="New Scientist Article">
</div><!--
--><div class="col-md-1 news-date">
04/01/19
</div><!--
--><div class="col-md-10 news-text">
My research on examining people's responses and reactions to robots that break their trust and try to repair the trust that was broken was featured in a New Scientist article titled <a href="https://www.newscientist.com/article/2198141-robot-discovers-that-lying-about-a-betrayal-helps-to-rebuild-trust/" target="_blank">Robot discovers that lying about a betrayal helps to rebuild trust</a>.
<a href="documents/newscientist-article-2198141-robot-discovers-that-lying-about-a-betrayal-helps-to-rebuild-trust-2019-04-15-10_24_14.pdf" target="_blank"><img src="img/pdficon_small.png" class="noborder" alt="Download PDF" title="Download PDF" data-pin-nopin="true"></a>
</div>
</div>
<!-- 03/12/19 HRI 2019 presentation -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/hri-2019-logo.png" class="img-responsive" alt="2019 HRI acceptance">
</div><!--
--><div class="col-md-1 news-date">
03/12/19
</div><!--
--><div class="col-md-10 news-text">
I presented my paper examining the response of human participants to a robot's trust violation and subsequent repair at <a href="http://humanrobotinteraction.org/2019/"> THe 14th Annual ACM/IEEE International Conference on Human Robot Interaction</a> in Daegu, South Korea.
<a href="documents/HRI_2019_Sebo_I_dont_believe_you.pdf" target="_blank"><img src="img/pdficon_small.png" class="noborder" alt="Download PDF" title="Download PDF" data-pin-nopin="true"></a>
</div>
</div>
<!-- 2/1/19 AAAI presentation -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/aaai-2019-logo.png" class="img-responsive" alt="2019 AAAI presentation">
</div><!--
--><div class="col-md-1 news-date">
02/01/19
</div><!--
--><div class="col-md-10 news-text">
My colleague Aditi Ramachandran and I presented our paper describing our design of the Assistive Tutor POMDP (AT-POMDP) and evaluation with 5th grade stduents at the <a href="https://aaai.org/Conferences/AAAI-19/" target="_blank">The Thirty-Third AAAI Conference on Artificial Intelligence (AAAI-19)</a> in Honolulu, HI, USA.
<a href="documents/Ramachandran_Sebo_AAAI_2018.pdf" target="_blank"><img src="img/pdficon_small.png" class="noborder" alt="Download PDF" title="Download PDF" data-pin-nopin="true"></a>
</div>
</div>
<!-- 11/20/18 HRI 2019 acceptance -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/hri-2019-logo.png" class="img-responsive" alt="2019 HRI acceptance">
</div><!--
--><div class="col-md-1 news-date">
11/20/18
</div><!--
--><div class="col-md-10 news-text">
My paper examining the response of human participants to a robot's trust violation and subsequent repair was accepted to the <a href="http://humanrobotinteraction.org/2019/">14th Annual ACM/IEEE International Conference on Human Robot Interaction</a> in Daegu, South Korea.
<!-- <a href="documents/" target="_blank"><img src="img/pdficon_small.png" class="noborder" alt="Download PDF" title="Download PDF" data-pin-nopin="true"></a> -->
</div>
</div>
<!-- 10/31/18 AAAI acceptance -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/aaai-2019-logo.png" class="img-responsive" alt="2019 AAAI acceptance">
</div><!--
--><div class="col-md-1 news-date">
10/31/18
</div><!--
--><div class="col-md-10 news-text">
My colleague Aditi Ramachandran and I co-authored a paper describing our design of the Assistive Tutor POMDP (AT-POMDP) and evaluation with 5th gradue stduents that was accepted to the <a href="https://aaai.org/Conferences/AAAI-19/" target="_blank">The Thirty-Third AAAI Conference on Artificial Intelligence (AAAI-19)</a> in Honolulu, HI, USA.
<a href="documents/Ramachandran_Sebo_AAAI_2018.pdf" target="_blank"><img src="img/pdficon_small.png" class="noborder" alt="Download PDF" title="Download PDF" data-pin-nopin="true"></a>
</div>
</div>
<!-- 03/07/18 HRI 2018 paper presentation -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/hri-2018.png" class="img-responsive" alt="2018 HRI presentation">
</div><!--
--><div class="col-md-1 news-date">
03/07/18
</div><!--
--><div class="col-md-10 news-text">
I presented my paper investigating the ripple effects of a robot's vulnerable behavior in a human-robot team at the <a href="http://humanrobotinteraction.org/2018/" target="_blank">13th Annual ACM/IEEE International Conference on Human Robot Interaction</a> in Chicago, USA.
<a href="documents/HRI_2018_Sebo.pdf" target="_blank"><img src="img/pdficon_small.png" class="noborder" alt="Download PDF" title="Download PDF" data-pin-nopin="true"></a>
</div>
</div>
<!-- 12/7/17 HRI 2018 acceptance -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/hri-2018.png" class="img-responsive" alt="2018 HRI acceptance">
</div><!--
--><div class="col-md-1 news-date">
12/07/17
</div><!--
--><div class="col-md-10 news-text">
My paper investigating the ripple effects of a robot's vulnerable behavior in a human-robot team was accepted to the <a href="http://humanrobotinteraction.org/2018/">13th Annual ACM/IEEE International Conference on Human Robot Interaction</a> in Chicago, USA.
<a href="documents/HRI_2018_Sebo.pdf" target="_blank"><img src="img/pdficon_small.png" class="noborder" alt="Download PDF" title="Download PDF" data-pin-nopin="true"></a>
</div>
</div>
<!-- 3/6/17 HRI Pioneers Workshop Organizing -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/hri_pioneers2017.png" class="img-responsive" alt="2016 PC Mag">
</div><!--
--><div class="col-md-1 news-date">
03/06/17
</div><!--
--><div class="col-md-10 news-text">
I acted as one of the General Chairs for the <a href="http://www.hripioneers.info/hri17/index.html" target="_blank">HRI 2017 Pioneers Workshop</a> in Vienna, Austria. We enjoyed a great day of engaging speakers, panelists, and student research presentations.
</div>
</div>
<!-- 2/26/17 CSCW Workshop -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/cscw_robot_groups_teams_2017.png" class="img-responsive" alt="2016 PC Mag">
</div><!--
--><div class="col-md-1 news-date">
02/26/17
</div><!--
--><div class="col-md-10 news-text">
I attended the Robots in Groups and Teams workshop as a part of the <a href="https://cscw.acm.org/2017/">20th ACM Conference on Computer-Supported Cooperative Work and Social Computing</a> (CSCW 2017) and submitted a workshop paper discussing ways in which a social robot could promote psychological safety within a human-robot team.
<a href="documents/CSCW2017_poster.pdf" target="_blank"><img src="img/pdficon_small.png" class="noborder" alt="Download PDF" title="Download PDF" data-pin-nopin="true"></a>
</div>
</div>
<!-- 10/3/16 PC Mag Article -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/2016_pc_mag_img.jpg" class="img-responsive" alt="2016 PC Mag">
</div><!--
--><div class="col-md-1 news-date">
10/03/16
</div><!--
--><div class="col-md-10 news-text">
My research on improving human-human collaboration between children using a social robot was highlighted in an article in PC Mag titled <a href="http://www.pcmag.com/news/348161/taking-robots-to-the-next-level-small-talk-and-bear-hugs">"Taking Robots to the Next Level: Small Talk and Bear Hugs?"</a>
</div>
</div>
<!-- 8/29/16 RO-MAN -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/ro-man_2016.png" class="img-responsive" alt="RO-MAN 2016">
</div><!--
--><div class="col-md-1 news-date">
08/29/16
</div><!--
--><div class="col-md-10 news-text">
I presented my research on 'Improving Human-Human Collaboration Between Children With a Social Robot' at <a href="http://ro-man2016.org/">RO-MAN 2016</a>.
<a href="documents/ROMAN-2016.pdf" target="_blank"><img src="img/pdficon_small.png" class="noborder" alt="Download PDF" title="Download PDF" data-pin-nopin="true"></a>
</div>
</div>
<!-- 6/11/16 RO-MAN acceptance -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/ro-man_2016.png" class="img-responsive" alt="RO-MAN 2016">
</div><!--
--><div class="col-md-1 news-date">
06/11/16
</div><!--
--><div class="col-md-10 news-text">
My paper on promoting collaboration between children with a social robot was accepted to <a href="http://ro-man2016.org/">RO-MAN 2016</a>!
</div>
</div>
<!-- 06/09/16 Malte's visit -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/yale-robotics-logo.png" class="img-responsive" alt="Yale Computer Science">
</div><!--
--><div class="col-md-1 news-date">
06/09/16
</div><!--
--><div class="col-md-10 news-text">
<a href="http://infosci.cornell.edu/faculty/malte-jung">Malte Jung</a> visited our lab in New Haven to brainstorm ideas and collaborate on projects related to how social robots can influence group dyanimcs.
</div>
</div>
<!-- 06/06/16 Passing Quals -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/akw.jpg" class="img-responsive" alt="Yale Computer Science">
</div><!--
--><div class="col-md-1 news-date">
06/06/16
</div><!--
--><div class="col-md-10 news-text">
I passed my Yale Computer Science Qualifying Exam! Thanks to <a href="http://cs-www.cs.yale.edu/homes/scaz/">Brian Scassellati</a>, <a href="http://cpsc.yale.edu/people/holly-rushmeier">Holly Rushmeier</a>, and <a href="http://cpsc.yale.edu/people/dana-angluin">Dana Angluin</a> for serving on my qualifying committee.
</div>
</div>
<!-- 03/10/16 HRI Pioneers General Chair -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/hrip2017.png" class="img-responsive" alt="Yale Computer Science">
</div><!--
--><div class="col-md-1 news-date">
03/10/16
</div><!--
--><div class="col-md-10 news-text">
I've been selected to be one of the General Chairs to organize the <a href="http://www.hripioneers.info/hri17/index.html">HRI Pioneers Workshop</a> in Vienna, Austria in March, 2017!
</div>
</div>
<!-- 03/08/16 HRI 2016 -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/hri2016.png" class="img-responsive" alt="Yale Computer Science">
</div><!--
--><div class="col-md-1 news-date">
03/08/16
</div><!--
--><div class="col-md-10 news-text">
I'm at <a href="http://humanrobotinteraction.org/2016/">HRI 2016</a> in Christchurch, New Zealand!
</div>
</div>
<!-- 03/07/16 HRI 2016 -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/hrip2016.png" class="img-responsive" alt="Yale Computer Science">
</div><!--
--><div class="col-md-1 news-date">
03/07/16
</div><!--
--><div class="col-md-10 news-text">
I'm attending the <a href="http://www.hripioneers.info/hri16/index.html">2015 HRI Pioneers workshop</a> presenting my work and ideas on social robots that influence group dynamics.
</div>
</div>
<!-- 11/09/15 ICMI -->
<div class="row dark-text">
<div class="col-md-1 news-img">
<img src="img/news/icmi2015.png" class="img-responsive" alt="Yale Computer Science">
</div><!--
--><div class="col-md-1 news-date">
03/08/16
</div><!--
--><div class="col-md-10 news-text">
I'm attending <a href="http://icmi.acm.org/2015/">ICMI 2015</a> in Seattle, Washington presenting my work on detecting social dominance in children.
</div>
</div>
</div>
<!-- END PAGE SPECIFIC CONTENT -->
<!-- footer -->
<div class="footer">
<div class="centered-body">
<div class="row footer-sebo-copyright">
© Sarah Sebo
</div>
</div>
</div>
</body>
</html>