-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
567 lines (278 loc) · 16.5 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
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.19.2 by Michael Rose
Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<!-- begin _includes/seo.html --><title>Bogdan Vasilescu's homepage</title>
<meta name="description" content="Bogdan Vasilescu’s homepage at Carnegie Mellon University ">
<meta name="author" content="Bogdan Vasilescu">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="Bogdan Vasilescu's homepage">
<meta property="og:title" content="Bogdan Vasilescu’s homepage">
<meta property="og:url" content="https://bvasiles.github.io/">
<meta property="og:description" content="Bogdan Vasilescu’s homepage at Carnegie Mellon University ">
<link rel="canonical" href="https://bvasiles.github.io/">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Bogdan Vasilescu",
"url": "https://bvasiles.github.io/"
}
</script>
<!-- end _includes/seo.html -->
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Bogdan Vasilescu's homepage Feed">
<!-- https://t.co/dKP3o1e -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/academicons.min.css">
<!--[if IE]>
<style>
/* old IE unsupported flexbox fixes */
.greedy-nav .site-title {
padding-right: 3em;
}
.greedy-nav button {
position: absolute;
top: 0;
right: 0;
height: 100%;
}
</style>
<![endif]-->
<!-- start custom head snippets -->
<!-- insert favicons. use https://realfavicongenerator.net/ -->
<!-- end custom head snippets -->
</head>
<body class="layout--home">
<nav class="skip-links">
<h2 class="screen-reader-text">Skip links</h2>
<ul>
<li><a href="#site-nav" class="screen-reader-shortcut">Skip to primary navigation</a></li>
<li><a href="#main" class="screen-reader-shortcut">Skip to content</a></li>
<li><a href="#footer" class="screen-reader-shortcut">Skip to footer</a></li>
</ul>
</nav>
<!--[if lt IE 9]>
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<![endif]-->
<div class="masthead">
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">
<a class="site-logo" href="/"><img src="/assets/images/strudel-logo-top-white.png" alt=""></a>
<a class="site-title" href="/">
</a>
<ul class="visible-links"><li class="masthead__menu-item">
<a href="/">Home</a>
</li><li class="masthead__menu-item">
<a href="/talks/">Talks</a>
</li><li class="masthead__menu-item">
<a href="/research/">Research</a>
</li><li class="masthead__menu-item">
<a href="/teaching/">Teaching</a>
</li><li class="masthead__menu-item">
<a href="/service/">Service</a>
</li><li class="masthead__menu-item">
<a href="/publications/">Publications</a>
</li><li class="masthead__menu-item">
<a href="/blog/">Blog</a>
</li></ul>
<button class="greedy-nav__toggle hidden" type="button">
<span class="visually-hidden">Toggle menu</span>
<div class="navicon"></div>
</button>
<ul class="hidden-links hidden"></ul>
</nav>
</div>
</div>
</div>
<div class="initial-content">
<div id="main" role="main">
<div class="sidebar sticky">
<div itemscope itemtype="https://schema.org/Person">
<div class="author__avatar">
<img src="/assets/images/bogdan-2019.jpg" alt="Bogdan Vasilescu" itemprop="image">
</div>
<div class="author__content">
<h3 class="author__name" itemprop="name">Bogdan Vasilescu</h3>
<div class="author__bio" itemprop="description">
<p>Computer Scientist, Associate Professor at <a href="http://www.cmu.edu/">CMU</a></p>
</div>
</div>
<div class="author__urls-wrapper">
<button class="btn btn--inverse">Contact</button>
<ul class="author__urls social-icons">
<li><a href="https://map.concept3d.com/?id=192#!m/518615" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-university" aria-hidden="true"></i><span class="label">TCS Hall 326</span></a></li>
<li><a href="" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-phone" aria-hidden="true"></i><span class="label">(412) 268-1048</span></a></li>
<li><a href="mailto:[email protected]" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-envelope-square" aria-hidden="true"></i><span class="label">Email</span></a></li>
<li><a href="https://twitter.com/b_vasilescu" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-twitter-square" aria-hidden="true"></i><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/bvasiles" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-github" aria-hidden="true"></i><span class="label">GitHub</span></a></li>
<li><a href="https://scholar.google.com/citations?user=bcXjlqYAAAAJ&hl=en" rel="nofollow noopener noreferrer"><i class="ai ai-fw ai-google-scholar" aria-hidden="true"></i><span class="label">Google Scholar</span></a></li>
<li><a href="http://dblp.uni-trier.de/pers/hd/v/Vasilescu:Bogdan" rel="nofollow noopener noreferrer"><i class="ai ai-fw ai-dblp" aria-hidden="true"></i><span class="label">DBLP</span></a></li>
<li><a href="https://cmustrudel.github.io" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-link" aria-hidden="true"></i><span class="label">STRUDEL lab</span></a></li>
<li><a href="" rel="nofollow noopener noreferrer"><i class="F" aria-hidden="true"></i><span class="label"></span></a></li>
<li><a href="" rel="nofollow noopener noreferrer"><i class="F" aria-hidden="true"></i><span class="label"><b>Admin:</b></span></a></li>
<li><a href="" rel="nofollow noopener noreferrer"><i class="F" aria-hidden="true"></i><span class="label">Dabney Schlea</span></a></li>
<li><a href="https://map.concept3d.com/?id=192#!m/518615" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-university" aria-hidden="true"></i><span class="label">TCS Hall 430</span></a></li>
<li><a href="" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-phone" aria-hidden="true"></i><span class="label">(412) 268-6032</span></a></li>
<li><a href="mailto:[email protected]" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-envelope-square" aria-hidden="true"></i><span class="label">Email</span></a></li>
<!--
<li>
<a href="http://link-to-whatever-social-network.com/user/" itemprop="sameAs" rel="nofollow noopener noreferrer">
<i class="fas fa-fw" aria-hidden="true"></i> Custom Social Profile Link
</a>
</li>
-->
</ul>
</div>
</div>
</div>
<div class="archive">
<h1 id="page-title" class="page__title"></h1>
<div>
<p>Hi there! I’m an Associate Professor in <a href="http://www.cmu.edu">CMU</a>’s
<a href="http://scs.cmu.edu">School of Computer Science</a> and a member of the
<a href="http://s3d.cmu.edu">Software and Societal Systems Department</a>.
My students and I form the <a href="https://cmustrudel.github.io">Socio-Technical Research Using Data Excavation Lab
(STRUDEL)</a>.</p>
<p>I’m most active in the <a href="http://csrankings.org/#/fromyear/2016/toyear/2023/index?soft">software engineering research community</a>,
where I have co-chaired the
<a href="https://conf.researchr.org/track/msr-2023/msr-2023-technical-papers">MSR 2023 PC</a>,
have been serving on program committees for the major software engineering venues (including
<a href="https://2019.icse-conferences.org/committee/icse-2019-technical-papers-program-committee">ICSE</a>,
<a href="https://esec-fse19.ut.ee/committees/research-papers/">ESEC/FSE</a>, and
<a href="https://2019.ase-conferences.org/committee/ase-2019-papers-program-committee">ASE</a>;
thanks for the <a href="http://www.ase2018.com/?p=awards">Distinguished Reviewer Award</a> at ASE 2018 and ESEC/FSE 2021!),
and am an Associate Editor for the <a href="https://dl.acm.org/journal/tosem/editorial-board#associate-editors">ACM Transactions on Software Engineering and Methodology</a>,
<!-- and am co-chairing the [SIGSOFT Initiative on Data-driven Introspection](https://www.sigsoft.org/annualrpt/2019annualreport.html), -->
among <a href="/service/">others</a>.</p>
<p>On the internets I’m sometimes referred to as a <em>“<a href="http://developers.slashdot.org/comments.pl?sid=6780783&cid=48866403">prominent female professor from
a gender studies department, that no one ever audits and that gets to peer review
herself</a>“</em>.
I also suffer from <a href="http://lemire.me/blog/2015/01/14/knauff-and-nejasmic-recommend-banning-latex/"><em>cognitive dissonance</em></a>
as a scientist who uses LaTeX.</p>
<h4 id="prospective-students">Prospective Students</h4>
<p>If you’re a motivated student looking for a PhD position, check out the
<a href="https://se-phd.isri.cmu.edu">Software Engineering</a>
and <a href="https://sc.cs.cmu.edu">Societal Computing</a> programs at CMU, which most of
my <a href="https://cmustrudel.github.io/people/">current students</a> are part of.
Applications are due early/mid December.
Please feel free to reach out to me before applying, to introduce yourself and describe
your research interests.</p>
<p><strong>Note</strong>: I don’t always have capacity to take on new students or funding to support
them, but don’t let that preclude you from reaching out!</p>
<h4 id="research-experiences-for-undergraduates">Research Experiences for Undergraduates</h4>
<p>My favorite time of the year is summer, partly because that’s when Pittsburgh stops
being a <a href="https://www.bestplaces.net/news/gloomiest-places-in-america">top-5 Gloomiest Place in America</a>
for a few days, but mostly because of the <a href="https://www.cmu.edu/scs/isr/reuse/">Research Experiences for Undergraduates in
Software Engineering (REUSE) Program</a>.
If you’re an undergraduate student (and preferably also a U.S. citizen, national, or
permanent resident, because of how some of the funding for the program works)
interested in summer research in interdisciplinary software engineering, please
consider applying!
It’s okay if you’re a first- or second-year, or if you don’t have prior research
experience or advanced coursework in computer science or software engineering.</p>
<p><a href="/reu/">Former REU students</a> in the STRUDEL lab have
generally had a good experience, published papers, won awards, and went on to graduate
schools or to do other amazing things.</p>
<h4 id="brief-bio">Brief Bio</h4>
<p>Prior to joining CMU, I was a postdoc in the
<a href="http://decallab.cs.ucdavis.edu">Davis Eclectic Computational Analytics Lab (DECAL)</a>
at <a href="http://www.ucdavis.edu">UC Davis</a>, where I worked with
<a href="http://www.cs.ucdavis.edu/~filkov/">Vladimir Filkov</a> and
<a href="http://www.cs.ucdavis.edu/~devanbu/">Prem Devanbu</a>.
I obtained my PhD in Computer Science <em>cum laude</em> (and
<a href="https://www.tue.nl/en/news/news-overview/21-10-2014-bogdan-vasilescu-obtains-his-phd-cum-laude-in-3-years-time/">cum tuxedo</a>)
at <a href="http://www.tue.nl/en/">Eindhoven University of Technology</a>, The Netherlands,
in October 2014, under the supervision of
<a href="http://www.win.tue.nl/~aserebre/">Alexander Serebrenik</a> and
<a href="http://www.win.tue.nl/~mvdbrand/">Mark van den Brand</a>.
<!-- ([here's a 10 minute video summary](http://youtu.be/-rh0IJxagHI) of my thesis). -->
My PhD work won the <a href="https://ipa.win.tue.nl/?page_id=565">Best Dissertation Award</a>
from the <a href="http://www.win.tue.nl/ipa/">Institute for Programming Research and Algorithmics</a>.
I also hold a master’s degree in Computer Science and Engineering from
Eindhoven University of Technology (thesis advisor:
<a href="http://www.win.tue.nl/~aserebre/">Alexander Serebrenik</a>)
and an engineer’s degree in Systems and Computer Science from Romania
(<a href="http://www.upg-ploiesti.ro">webpage</a> in Romanian; thesis advisor:
<a href="http://ac.upg-ploiesti.ro/gradulescu/gradulescu.php">Gabriel Rădulescu</a>).</p>
<p>See my <a href="cv.pdf" target="_blank">CV</a> for details.</p>
</div>
<!--
<h3 class="archive__subtitle">Recent posts</h3>
<div class="list__item">
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="/conference-monitor/" rel="permalink">Conference Monitor
</a>
</h2>
<p class="page__meta"><i class="far fa-clock" aria-hidden="true"></i>
1 minute read
</p>
<p class="archive__item-excerpt" itemprop="description">Recently I started experimenting with Highcharts
to visualize our conference metrics
in the browser. Here’s a sample. Conference organizers may find these u...</p>
</article>
</div>
<div class="list__item">
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="/gender-tenure-diversity-github/" rel="permalink">Gender and tenure diversity in GitHub teams
</a>
</h2>
<p class="page__meta"><i class="far fa-clock" aria-hidden="true"></i>
3 minute read
</p>
<p class="archive__item-excerpt" itemprop="description">Diversity in teams arises from any attribute that people use to differentiate
themselves from others.
The most obvious attributes are arguably demographic (...</p>
</article>
</div>
<div class="list__item">
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="/chi-press/" rel="permalink">CHI’15 Press Release
</a>
</h2>
<p class="page__meta"><i class="far fa-clock" aria-hidden="true"></i>
1 minute read
</p>
<p class="archive__item-excerpt" itemprop="description">Having higher gender and tenure diversity is associated with higher
productivity in GitHub teams.
</p>
</article>
</div>
-->
</div>
</div>
</div>
<div id="footer" class="page__footer">
<footer>
<!-- start custom footer snippets -->
<!-- end custom footer snippets -->
<!--
<div class="page__footer-follow">
<ul class="social-icons">
<li><strong>Contact:</strong></li>
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
</ul>
</div>
-->
<div class="page__footer-copyright">© 2023 Bogdan Vasilescu. Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
</footer>
</div>
<script src="/assets/js/main.min.js"></script>
<script src="https://kit.fontawesome.com/4eee35f757.js"></script>
</body>
</html>