forked from andreea7b/andreea7b.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
340 lines (279 loc) · 13.9 KB
/
index.html
File metadata and controls
340 lines (279 loc) · 13.9 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Andreea Bobu</title>
<meta name="description" content="A beautiful Jekyll theme for academics">
<!-- Fonts and Icons -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons" />
<!-- CSS Files -->
<link rel="stylesheet" href="/assets/css/all.min.css">
<link rel="stylesheet" href="/assets/css/academicons.min.css">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="canonical" href="/">
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var theImages = new Array()
var theCredits = new Array()
theImages[0] = 'assets/img/abobu1.jpg'
theImages[1] = 'assets/img/abobu2.jpg'
theCredits[0] = 'Adrian Dalca'
theCredits[1] = 'Andrea Bajcsy'
// do not edit anything below this line
var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
preBuffer[i] = new Image()
preBuffer[i].src = theImages[i]
}
var whichImage = Math.floor(Math.random()*(p));
function showImage(){
document.write('<img class="profile-img img-responsive" src="'+theImages[whichImage]+'" align="middle" height="230">');
document.write('<p><font color="gray" size="1">Photo credit: '+theCredits[whichImage]+'</font></p>');
}
// End -->
</script>
</head>
<body>
<!-- Header -->
<nav id="navbar" class="navbar fixed-top navbar-expand-md grey lighten-5 z-depth-1 navbar-light">
<div class="container-fluid p-0">
<div class="row ml-1 ml-sm-0">
<span class="contact-icon text-center" style="line-height: 1em;">
<a href="mailto:abobu@berkeley.edu"><i class="fa fa-envelope-square gm-icon"></i></a>
<a href="https://scholar.google.com/citations?user=62e5CygAAAAJ&hl=en" target="_blank" title="Google Scholar"><i class="ai ai-google-scholar-square gs-icon"></i></a>
<a href="https://github.com/andreea7b" target="_blank" title="GitHub"><i class="fab fa-github-square gh-icon"></i></a>
<a href="https://www.linkedin.com/in/andreea-bobu-a2940277/" target="_blank" title="LinkedIn"><i class="fab fa-linkedin li-icon"></i></a>
<a href="https://www.facebook.com/andreea.bobu" target="_blank" title="Facebook"><i class="fab fa-facebook-square fb-icon"></i></a>
<a href="https://twitter.com/andreea7b" target="_blank" title="Twitter"><i class="fab fa-twitter-square tw-icon"></i></a>
</span>
</div>
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-right" id="navbarNav">
<ul class="navbar-nav ml-auto flex-nowrap">
<li class="nav-item navbar-active font-weight-bold">
<a class="nav-link" href="/">
About
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/assets/pdf/vitae.pdf">
Curriculum Vitae
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/projects/">
Projects
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/publications/">
Publications
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/teaching/">
Teaching
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Scrolling Progress Bar -->
<progress id="progress" value="0">
<div class="progress-container">
<span class="progress-bar"></span>
</div>
</progress>
<!-- Content -->
<div class="content">
<div class="col p-0 pt-4 pb-4">
<h1 class="pb-3 title text-left font-weight-bold">Andreea Bobu</h1>
<h6 class="m-0 mb-2" style="font-size: 0.83em;"><a href="http://bair.berkeley.edu/" class="page-description" target="_blank">Berkeley Artificial Intelligence Research</a></h6>
<h6 class="m-0 mb-2" style="font-size: 0.83em;"><a href="https://eecs.berkeley.edu/" class="page-description" target="_blank">Electrical Engineering and Computer Science</a></h6>
<h6 class="m-0 mb-2" style="font-size: 0.83em;"><a href="http://www.berkeley.edu/" class="page-description" target="_blank">University of California Berkeley</a></h6>
<h6 class="m-0 mb-2" style="font-size: 0.83em;"><a href="https://goo.gl/maps/Ho7XEPBpseEpa4UP7" class="page-description" target="_blank">8043-5 Berkeley Way West, 2121 Berkeley Way, Berkeley, CA 94704</a></h6>
<div style="position: absolute; float: right; right:5px; top:90px">
<img src="assets/img/UCB_logos_horizontal.png" align="middle" width="360" height="80" />
</div>
</div>
<!-- Introduction -->
<div style="display: flex; flex-wrap: wrap;">
<div class="text-justify p-0">
<div class="col-xs-12 col-sm-6 p-0 pt-2 pb-sm-2 pb-4 pl-sm-4 text-center" style="float: right;">
<SCRIPT LANGUAGE="JavaScript">
showImage();
</script>
</div>
<p>
I am a Ph.D. student at University of California Berkeley, working with <a href="http://people.eecs.berkeley.edu/~anca/" target="_blank">Anca Dragan</a> in the <a href="http://interact.berkeley.edu/" target="_blank">InterACT Lab</a>.
My interests lie broadly at the intersection of machine learning, robotics, and human-robot interaction, with a focus on robot learning with uncertainty.
In my research, I tackle ways in which autonomous systems’ models of the world and of other agents (e.g. humans) can go wrong, and improve them for enhanced interaction between people and robots.
</p>
<p>
I previously received a B.S. in Computer Science and Engineering at MIT in 2017, where I was fortunate to work with Professors <a href="http://people.csail.mit.edu/polina/" target="_blank">Polina Golland</a> and <a href="http://people.csail.mit.edu/stefje/" target="_blank">Stefanie Jegelka</a>, and Dr. <a href="http://web.mit.edu/adalca/www/index.html" target="_blank">Adrian Dalca</a> on probabilistic models for medical image analysis.
</p>
</div>
</div>
<!-- News -->
<div class="news mt-3 p-0">
<h1 class="title mb-4 p-0">news</h1>
<div class="row p-0">
<div class="col-sm-2 p-0">
<span class="badge light-blue darken-1 font-weight-bold text-uppercase align-middle date ml-3">
Dec 25, 2019
</span>
</div>
<div class="col-sm-10 mt-2 mt-sm-0 ml-3 ml-md-0 p-0 font-weight-light text">
<p> Our journal paper "Quantifying Hypothesis Space Misspecification in Learning from Human-Robot Demonstrations and Physical Corrections" was accepted to <a href="https://www.ieee-ras.org/publications/t-ro" target="https://www.ieee-ras.org/publications/t-ro">IEEE Transactions on Robotics</a>.
</p>
</div>
</div>
<div class="row p-0">
<div class="col-sm-2 p-0">
<span class="badge light-blue darken-1 font-weight-bold text-uppercase align-middle date ml-3">
Dec 20, 2019
</span>
</div>
<div class="col-sm-10 mt-2 mt-sm-0 ml-3 ml-md-0 p-0 font-weight-light text">
<p> Our extended abstract "Detecting Hypothesis Space Misspecification in Robot Learning from Human Input" was accepted at the <a href="http://www.hripioneers.info/hri20/index.html" target="http://www.hripioneers.info/hri20/index.html">Human-Robot Interaction Pioneers Workshop 2020</a>.
</p>
</div>
</div>
<div class="row p-0">
<div class="col-sm-2 p-0">
<span class="badge light-blue darken-1 font-weight-bold text-uppercase align-middle date ml-3">
Dec 12, 2019
</span>
</div>
<div class="col-sm-10 mt-2 mt-sm-0 ml-3 ml-md-0 p-0 font-weight-light text">
<p>Thank you <a href="https://www.cadence.com/en_US/home.html" target="https://www.cadence.com/en_US/home.html">Cadence</a> for awarding me the <a href="https://www.cadence.com/en_US/home/company/cadence-academic-network/women-in-tech-scholarship.html" target="https://www.cadence.com/en_US/home/company/cadence-academic-network/women-in-tech-scholarship.html">Women in Technology Scholarship</a>!
</p>
</div>
</div>
<div class="row p-0">
<div class="col-sm-2 p-0">
<span class="badge light-blue darken-1 font-weight-bold text-uppercase align-middle date ml-3">
Nov 29, 2019
</span>
</div>
<div class="col-sm-10 mt-2 mt-sm-0 ml-3 ml-md-0 p-0 font-weight-light text">
<p> Our paper on <a href="https://arxiv.org/abs/2001.04465" target="https://arxiv.org/abs/2001.04465">rethinking probabilistic models of human behavior</a> was accepted at the <a href="https://humanrobotinteraction.org/2020/" target="https://humanrobotinteraction.org/2020/">ACM/IEEE International Conference on Human-Robot Interaction 2020</a>.
</p>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer>
© Copyright 2020 Andreea Bobu.
</footer>
<!-- Core JavaScript Files -->
<script src="/assets/js/jquery.min.js" type="text/javascript"></script>
<script src="/assets/js/popper.min.js" type="text/javascript"></script>
<script src="/assets/js/bootstrap.min.js" type="text/javascript"></script>
<script src="/assets/js/mdb.min.js" type="text/javascript"></script>
<script async="" src="https://cdnjs.cloudflare.com/ajax/libs/masonry/4.2.2/masonry.pkgd.min.js" integrity="sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D" crossorigin="anonymous"></script>
<script src="https://unpkg.com/imagesloaded@4/imagesloaded.pkgd.min.js"></script>
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML"></script>
<script src="/assets/js/common.js"></script>
<!-- Scrolling Progress Bar -->
<script type="text/javascript">
$(document).ready(function() {
var navbarHeight = $('#navbar').outerHeight(true);
$('body').css({ 'padding-top': navbarHeight });
$('progress-container').css({ 'padding-top': navbarHeight });
var progressBar = $('#progress');
progressBar.css({ 'top': navbarHeight });
var getMax = function() { return $(document).height() - $(window).height(); }
var getValue = function() { return $(window).scrollTop(); }
// Check if the browser supports the progress element.
if ('max' in document.createElement('progress')) {
// Set the 'max' attribute for the first time.
progressBar.attr({ max: getMax() });
progressBar.attr({ value: getValue() });
$(document).on('scroll', function() {
// On scroll only the 'value' attribute needs to be calculated.
progressBar.attr({ value: getValue() });
});
$(window).resize(function() {
var navbarHeight = $('#navbar').outerHeight(true);
$('body').css({ 'padding-top': navbarHeight });
$('progress-container').css({ 'padding-top': navbarHeight });
progressBar.css({ 'top': navbarHeight });
// On resize, both the 'max' and 'value' attributes need to be calculated.
progressBar.attr({ max: getMax(), value: getValue() });
});
} else {
var max = getMax(), value, width;
var getWidth = function() {
// Calculate the window width as a percentage.
value = getValue();
width = (value/max) * 100;
width = width + '%';
return width;
}
var setWidth = function() { progressBar.css({ width: getWidth() }); };
setWidth();
$(document).on('scroll', setWidth);
$(window).on('resize', function() {
// Need to reset the 'max' attribute.
max = getMax();
setWidth();
});
}
});
</script>
<!-- Code Syntax Highlighting -->
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
<script src="/assets/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<!-- Script Used for Randomizing the Projects Order -->
<!-- <script type="text/javascript">
$.fn.shuffleChildren = function() {
$.each(this.get(), function(index, el) {
var $el = $(el);
var $find = $el.children();
$find.sort(function() {
return 0.5 - Math.random();
});
$el.empty();
$find.appendTo($el);
});
};
$("#projects").shuffleChildren();
</script> -->
<!-- Project Cards Layout -->
<script type="text/javascript">
var $grid = $('#projects');
// $grid.masonry({ percentPosition: true });
// $grid.masonry('layout');
// Trigger after images load.
$grid.imagesLoaded().progress(function() {
$grid.masonry({ percentPosition: true });
$grid.masonry('layout');
});
</script>
<!-- Enable Tooltips -->
<script type="text/javascript">
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>