-
Notifications
You must be signed in to change notification settings - Fork 4
/
publications.bib
1800 lines (1686 loc) · 63.5 KB
/
publications.bib
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
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
---
---
References
==========
% This file was created with JabRef 2.9.2.
% Encoding: ISO8859_1
@inproceedings{murphy2024gendermag,
title = {GenderMag Improves Discoverability in the Field, Especially for Women},
author = {Murphy-Hill, Emerson and Elizondo, Alberto and Murillo, Ambar and Harbach, Marian and Vasilescu, Bogdan and Carlson, Delphine and Dessloch, Florian},
booktitle = {International Conference on Software Engineering},
series = {ICSE},
abbrv = {ICSE 2024},
pages = {973--973},
year = {2024},
publisher = {IEEE},
pdf = {/papers/icse24gendermag.pdf},
slides = {/slides/icse24gendermag.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{fang2024innovation,
author = {Fang,Hongbo and Herbsleb, James and Vasilescu, Bogdan},
title = {Novelty Begets Long-Term Popularity, But Curbs Participation: A Macroscopic View of the Python Open-Source Ecosystem},
booktitle = {International Conference on Software Engineering},
series = {ICSE},
abbrv = {ICSE 2024},
year = {2024},
publisher = {IEEE},
pages = {},
doi = {https://doi.org/10.1145/3597503.3608142},
pdf = {/papers/fang2024innovation.pdf},
slides = {/slides/icse24innovation.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
data={https://doi.org/10.5281/zenodo.8364651},
}
@inproceedings{nam2024llm,
author = {Nam, Daye and Macvean, Andrew and Hellendoorn, Vincent and Vasilescu, Bogdan and Myers, Brad},
title = {Using an LLM to Help With Code Understanding},
year = {2024},
publisher = {ACM},
doi = {https://doi.org/10.1145/3597503.3639187},
booktitle = {International Conference on Software Engineering},
pages = {},
series = {ICSE},
abbrv = {ICSE 2024},
pdf = {/papers/nam2024llm.pdf},
data = {https://github.com/namdy0429/GILT_Artifacts},
tool = {https://marketplace.visualstudio.com/items?itemName=dayen.gilt},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{chase2024organization,
author = {Frluckaj,Hana and Qiu, Huilian and Vasilescu, Bogdan and Dabbish, Laura},
title = {From the Inside Out: Organizational Impact on Open-Source Communities and Women's Representation},
booktitle = {International Conference on Cooperative and Human Aspects of Software Engineering},
series = {CHASE},
abbrv = {CHASE 2024},
year = {2024},
publisher = {ACM},
pages = {},
doi = {},
pdf = {/papers/chase2024organization.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{dramko2024taxonomy,
title={A taxonomy of C decompiler fidelity issues},
author={Dramko, Luke and Lacomis, Jeremy and Schwartz, Edward J and Vasilescu, Bogdan and Le Goues, Claire},
booktitle = {USENIX Security Symposium},
series = {Oakland '24},
publisher = {USENIX Association},
year={2024},
pdf = {/papers/dramko2024taxonomy.pdf},
abbrv = {USENIX Security 2024},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@article{inman2024developer,
title={Developer Productivity for Humans, Part 8: Creativity in Software Engineering},
author={Inman, Sarah and D’Angelo, Sarah and Vasilescu, Bogdan},
journal={IEEE Software},
abbrv = {IEEE Software 2024},
volume={41},
number={2},
pages={11--16},
year={2024},
publisher={IEEE},
doi = {https://doi.org/10.1109/MS.2023.3340831},
pdf = {/papers/inman2024creativity.pdf},
pubcls = {0},
pubtype = {Journal articles (refereed)},
}
@inproceedings{jackson2024creativity,
title={Creativity, Generative {AI}, and Software Development: A Research Agenda},
author={Jackson, Victoria and Vasilescu, Bogdan and Russo, Daniel and Ralph, Paul and Prikladnicki, Rafael and Izadi, Maliheh and D'Angelo, Sarah and Inman, Sarah and Lisboa, Anielle and van der Hoek, Andr{\'e}},
booktitle={2030 Software Engineering Workshop at FSE},
abbrv = {SE2030},
pages={1--8},
year={2024},
publisher = {ACM},
pdf = {/papers/jackson2024creativity.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{fang2023matching,
author = {Fang,Hongbo and Herbsleb, James and Vasilescu, Bogdan},
title = {Matching Skills, Past Collaboration, and Limited Competition: Modeling When Open-Source Projects Attract Contributors},
booktitle = {Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering},
series = {ESEC/FSE},
abbrv = {ESEC/FSE 2023},
year = {2023},
publisher = {ACM},
pages = {},
doi = {https://doi.org/10.5281/zenodo.8252560},
pdf = {/papers/fang2023laborpool.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
data={https://github.com/CMUSTRUDEL/2023-FSE-Matching-Skills-Past-Collaboration-and-Limited-Competition},
}
@inproceedings{miller2023winging,
author={Miller, Courtney and K{\"a}stner, Christian and Vasilescu, Bodgan},
title = {``We Feel Like We’re Winging It:'' A Study on Navigating Open-Source Dependency Abandonmen},
booktitle = {Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering},
series = {ESEC/FSE},
abbrv = {ESEC/FSE 2023},
year = {2023},
publisher = {ACM},
pages = {},
doi = {https://doi.org/10.1145/3611643.3616293},
pdf = {/papers/miller2023winging.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
data={https://doi.org/10.5281/zenodo.8102547},
}
@inproceedings{nam2023sorel,
author = {Daye Nam and
Brad A. Myers and
Bogdan Vasilescu and
Vincent Hellendoorn},
title = {Improving API Knowledge Discovery with ML: A Case Study of Comparable API Methods},
booktitle = {45th {IEEE/ACM} International Conference on Software Engineering,
{ICSE} 2023, Melbourne, Australia, May 14-20, 2023},
month = may,
year = {2023},
pdf = {/papers/icse23_SOREL.pdf},
slides = {/slides/ICSE23.pdf},
video = {https://youtu.be/Q7YO4_EwBpM},
poster = {/slides/ICSE23_poster.pdf},
tool = {https://github.com/namdy0429/SOREL},
abbrv = {ICSE 2023},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{fang2023understanding,
title={Understanding information diffusion about open-source projects on Twitter, HackerNews, and Reddit},
author={Fang,Hongbo and Vasilescu, Bogdan and Herbsleb, James},
booktitle={International Conference on Cooperative and Human Aspects of Software Engineering},
series = {CHASE},
abbrv = {CHASE 2023},
pages={},
year={2023},
publisher={},
doi={},
pdf={/papers/Chase_2023_hongbo_socialmedia.pdf},
slides={},
data={https://github.com/CMUSTRUDEL/2023-CHASE-Understanding-information-diffusion-about-open-source-projects},
video = {},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{qiu2023chi,
author = {Qiu, Huilian Sophie and Lieb, Anna and Chou, Jennifer and Carneal,
Megan and Mok, Jasmine and Amspoker, Emily and Vasilescu, Bogdan and Dabbish,
Laura},
title = {ClimateCoach: A Dashboard for Open-Source Maintainers to Overview
Community Dynamics},
booktitle = {International conference of Human-Computer Interaction},
series = {CHI},
pages={},
publisher = {ACM},
month = april,
year = {2023},
pdf = {/papers/chi23_626.pdf},
poster = {},
data = {},
tool = {},
video = {},
abbrv = {CHI 2023},
doi = {https://doi.org/10.1145/3544548.3581317},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{qiu2023seis,
author = {Qiu, Huilian Sophie and Zhao, Zihe H (co-first author) and Yu, Tielin Katy and Wang,
Justin and Ma, Alexander and Fang, Hongbo and Dabbish, Laura and Vasilescu,
Bogdan},
title = {Gender Representation Among Contributors to
Open-Source Infrastructure - An Analysis of 20 Package Manager Ecosystems},
booktitle = {International Conference on Software Engineering - Software Engineering in Society},
series = {ICSE SEIS},
pages={},
publisher = {ACM},
month = may,
year = {2023},
pdf = {/papers/zhao_2023_seis.pdf},
poster = {},
data = {},
tool = {},
video = {},
abbrv = {ICSE SEIS 2023},
doi = {},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@article{frluckaj2022gender,
title={Gender and participation in open source software development},
author={Frluckaj, Hana and Dabbish, Laura and Widder, David Gray and Qiu, Huilian Sophie and Herbsleb, James D},
journal={Proceedings of the ACM on Human-Computer Interaction},
volume={6},
number={CSCW2},
pages={1--31},
pdf = {/papers/frluckaj2022gender.pdf},
abbrv = {CSCW2 2022},
year={2022},
publisher={ACM New York, NY, USA}
}
@article{dramko2022tosem,
author = {Dramko, Luke and Lacomis, Jeremy and Yin, Pengcheng and Schwartz, Edward J. and Allamanis, Miltiadis and Neubig, Graham and Vasilescu, Bogdan and {Le~Goues}, Claire},
title = {{DIRE} and its Data: Neural Decompiled Variable Renamings with Respect to Software Class},
year = {2022},
issue_date = {},
publisher = {ACM},
volume = {},
number = {},
issn = {1049-331X},
url = {https://doi.org/10.1145/3546946},
doi = {10.1145/3546946},
journal = {ACM Trans. Softw. Eng. Methodol.},
series = {TOSEM},
abbrv = {TOSEM 2022},
pdf = {/papers/dramko2022tosem.pdf},
slides = {/slides/dramko2022tosem.pdf},
month = {},
articleno = {},
numpages = {},
pubcls = {0},
pubtype = {Journal articles (refereed)},
}
@inproceedings{TruongMSR2022,
author = {Truong, Kimberly and Miller, Courtney and Vasilescu, Bogdan and K{\"a}stner, Christian},
title = {The Unsolvable Problem or the Unheard Answer? A Dataset of 24,669 Open-Source Software Conference Talks},
booktitle = {International Conference on Mining Software Repositories, Data Showcase Track},
series = {MSR},
pages={},
publisher = {ACM},
month = may,
year = {2022},
pdf = {/papers/TruongMSR2022.pdf},
poster = {/slides/truong2022msr_poster.pdf},
data = {https://doi.org/10.5281/zenodo.6395342},
tool = {https://github.com/CMUSTRUDEL/Open-Source-Conferences},
video = {},
abbrv = {MSR Data 2022},
doi = {https://doi.org/10.1145/3524842.3528488},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{ChenDIRTY2022,
author = {Chen, Qibin and Lacomis, Jeremy and Schwartz, Edward J. and {Le~Goues}, Claire and Neubig, Graham and Vasilescu, Bogdan},
title = {Augmenting Decompiler Output with Learned Variable Names and Types},
booktitle = {USENIX Security Symposium},
address = {Boston, MA},
series = {Oakland '22},
pages={},
publisher = {USENIX Association},
month = aug,
year = {2022},
pdf = {/papers/ChenDIRTY2022.pdf},
tool = {https://github.com/cmustrudel/dirty},
slides = {/slides/dirty.pdf},
abbrv = {USENIX Security 2022},
doi = {https://www.usenix.org/conference/usenixsecurity22/presentation/chen-qibin},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{ChenVarCLR2022,
author = {Chen, Qibin and Lacomis, Jeremy and Schwartz, Edward J. and Neubig, Graham and Vasilescu, Bogdan and {Le~Goues}, Claire},
title = {{VarCLR}: Variable Semantic Representation Pre-training via Contrastive Learning},
booktitle = {International Conference on Software Engineering},
pages={},
year={2022},
series = {ICSE},
abbrv = {ICSE 2022},
publisher={ACM},
pdf = {/papers/ChenVarCLR2022.pdf},
slides = {/slides/VarCLR.pdf},
video = {https://www.youtube.com/watch?v=WyB49EIcctY},
doi = {https://doi.org/10.1145/3510003.3510162},
data = {https://github.com/squaresLab/VarCLR},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{fang2022slick,
title={``This Is Damn Slick!'' Estimating the Impact of Tweets on Open Source Project Popularity and New Contributors},
author = {Fang, Hongbo and Lamba, Hemank and Herbsleb, James and Vasilescu, Bogdan},
booktitle={International Conference on Software Engineering},
pages={},
year={2022},
series = {ICSE},
abbrv = {ICSE 2022},
publisher={ACM},
pdf = {/papers/fang2022twitter.pdf},
data = {https://github.com/CMUSTRUDEL/oss-twitter-promotion-icse2022},
doi = {https://doi.org/10.1145/3510003.3510121},
slides={/slides/fang2022twitter.pdf},
video = {https://youtu.be/nR-wLrvg694},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{miller2022toxic,
title={``Did You Miss My Comment or What?'' Understanding Toxicity in Open Source Discussions},
author={Miller, Courtney and Cohen, Sophie and Klug, Daniel and Vasilescu, Bodgan and K{\"a}stner, Christian},
booktitle={International Conference on Software Engineering},
pages={},
year={2022},
series = {ICSE},
abbrv = {ICSE 2022},
publisher={ACM},
pdf = {/papers/osstoxicity22.pdf},
doi = {https://doi.org/10.1145/3510003.3510111},
slides = {/slides/miller2022toxicity.pdf},
poster = {https://cmustrudel.github.io/toxicity},
video = {https://www.youtube.com/watch?v=wI7L9ApnvkQ&t=1s},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{qiu2022pushback,
title={Detecting Interpersonal Conflict in Issues and Code Review: Cross Pollinating Open- and Closed-Source Approaches},
author={Qiu, Huilian Sophie and Vasilescu, Bodgan and K{\"a}stner, Christian
and Egelman, Carolyn and Jaspan, Ciera and Murphy-Hill, Emerson},
booktitle={International Conference on Software Engineering, Software
Engineering in Society},
pages={},
year={2022},
series = {ICSE},
abbrv = {ICSE SEIS 2022},
publisher={ACM},
pdf = {/papers/seis22pushback.pdf},
doi = {https://doi.org/10.1145/3510458.3513019},
slides={/slides/seis22pushback_slides.pdf},
video = {https://youtu.be/hKIW3j-Le1o},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@article{xu2022tosem,
author = {Xu, Frank F. and Vasilescu, Bogdan and Neubig, Graham},
title = {In-IDE Code Generation from Natural Language: Promise and Challenges},
year = {2022},
issue_date = {April 2022},
publisher = {ACM},
volume = {31},
number = {2},
issn = {1049-331X},
url = {https://doi.org/10.1145/3487569},
doi = {http://dx.doi.org/10.1145/3487569},
journal = {ACM Trans. Softw. Eng. Methodol.},
series = {TOSEM},
abbrv = {TOSEM 2022},
pdf = {/papers/xu2022tosem.pdf},
slides = {/slides/in-ide-coge-gen.pdf},
tool = {https://github.com/neulab/tranX-plugin},
month = {mar},
articleno = {29},
numpages = {47},
pubcls = {0},
pubtype = {Journal articles (refereed)},
}
@inproceedings{yong2021innovation,
title={The Diversity-Innovation Paradox in Open-Source Software},
author={Yong, Mengchen Sam and Paganini, Lav\'{i}nia and Qiu, Huilian Sophie and Calder\'{o}n, Jos\'{e} Bayo\'{a}n Santiago},
booktitle={International Conference on Mining Software Repositories},
series = {MSR Hackathon},
abbrv = {MSR Hackathon 2021},
year={2021},
pdf={/papers/msr21diversity.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{qiu2021coding,
title={Approaches to Diversifying the Programmer Community – The Case of the Girls Coding Day},
author={Qiu, Huilian Sophie and Yang, Wen and Nolte, Alexander},
booktitle={International Conference on Cooperative and Human Aspects of Software Engineering},
series = {CHASE},
abbrv = {CHASE 2021},
pages={},
year={2021},
publisher={},
doi={},
pdf={/papers/chase21code_camps.pdf},
slides={/slides/chase21code_camp_ppt.pdf},
data={https://github.com/sophieball/GirlsCodingDay},
video = {https://youtu.be/zabdpOY-QK8},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{xu2020incorporating,
title={Incorporating External Knowledge through Pre-training for Natural Language to Code Generation},
author={Xu, Frank F and Jiang, Zhengbao and Yin, Pengcheng and Vasilescu, Bogdan and Neubig, Graham},
booktitle={Annual Meeting of the Association for Computational Linguistics},
series = {ACL},
abbrv = {ACL 2020},
pages={6045--6052},
year={2020},
publisher={ACL},
doi={http://dx.doi.org/10.18653/v1/2020.acl-main.538},
pdf={https://www.aclweb.org/anthology/2020.acl-main.538.pdf},
slides={http://slideslive.com/38928800},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{lamba2020diffusion,
author = {Lamba, Hemank and Trockman, Asher and Armanios, Daniel and K\"{a}stner, Christian and Miller, Heather and Vasilescu, Bogdan},
title = {Heard It through the Gitvine: An Empirical Study of Tool Diffusion across the npm Ecosystem},
booktitle = {Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering},
series = {ESEC/FSE},
abbrv = {ESEC/FSE 2020},
year = {2020},
publisher = {ACM},
pages = {505--517},
doi = {https://doi.org/10.1145/3368089.3409705},
pdf = {/papers/lamba2020diffusion.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{dey2020detecting,
title={Detecting and Characterizing Bots that Commit Code},
author={Dey, Tapajit and Mousavi, Sara and Ponce, Eduardo and Fry, Tanner and Vasilescu, Bogdan and Filippova, Anna and Mockus, Audris},
booktitle = {International Conference on Mining Software Repositories},
series = {MSR},
abbrv = {MSR 2020},
year = {2020},
pages = {209--219},
publisher = {ACM},
pdf = {/papers/msr20bots.pdf},
doi = {https://doi.org/10.1145/3379597.3387478},
data = {https://doi.org/10.5281/zenodo.3610205},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{dey2020exploratory,
title={An exploratory study of bot commits},
author={Dey, Tapajit and Vasilescu, Bogdan and Mockus, Audris},
booktitle={BotSE Workshop, International Conference on Software Engineering},
abbrv = {BotSE 2020},
pages={61--65},
year={2020},
doi = {https://doi.org/10.1145/3387940.3391502},
pdf = {/papers/dey20botse.pdf},
pubcls = {3},
pubtype = {Others}
}
@inproceedings{kohl2020multitasking,
title={Multitasking Across Industry Projects: A Replication Study},
author={Kohl, Karina and Vasilescu, Bogdan and Prikladnicki, Rafael},
booktitle={CHASE Workshop, International Conference on Software Engineering},
abbrv = {CHASE 2020},
pages={93--100},
year={2020},
doi = {https://doi.org/10.1145/3387940.3391495},
pdf = {/papers/chase20multitasking.pdf},
pubcls = {2},
pubtype = {Workshop papers (peer reviewed)},
}
@inproceedings{fang2020tweet,
author = {Fang, Hongbo and Klug, Daniel and Lamba, Hemank and Herbsleb, James and Vasilescu, Bogdan},
title = {Need for Tweet: How Open Source Developers Talk About Their GitHub Work on Twitter},
booktitle = {International Conference on Mining Software Repositories},
series = {MSR},
abbrv = {MSR 2020},
year = {2020},
pages = {322--326},
publisher = {ACM},
pdf = {/papers/msr20tweets.pdf},
doi = {https://doi.org/10.1145/3379597.3387466},
data = {https://doi.org/10.5281/zenodo.3711629},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{meinicke2020flags,
author = {Meinicke, Jens and Hoyos, Juan and Vasilescu, Bogdan and K\"{a}stner, Christian},
title = {Capture the Feature Flag: Detecting Feature Flags in Open-Source},
booktitle = {International Conference on Mining Software Repositories},
series = {MSR},
abbrv = {MSR 2020},
year = {2020},
pages = {169--173},
publisher = {ACM},
pdf = {/papers/msr20flags.pdf},
doi = {https://doi.org/10.1145/3379597.3387463},
data = {https://doi.org/10.5281/zenodo.3712227},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{overney2020donations,
title={How to Not Get Rich: An Empirical Study of Donations in Open Source},
author={Overney, Cassandra and Meinicke, Jens and K\"{a}stner, Christian and Vasilescu, Bogdan},
booktitle = {International Conference on Software Engineering},
series = {ICSE},
abbrv = {ICSE 2020},
pages = {1209--1221},
year={2020},
publisher={ACM},
pdf = {/papers/overney20donations.pdf},
doi = {https://doi.org/10.1145/3377811.3380410},
data = {https://doi.org/10.5281/zenodo.3674277},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{zhou2020forks,
title={How Has Forking Changed in the Last 20 Years? A Study of Hard Forks on GitHub},
author={Zhou, Shurui and Vasilescu, Bogdan and K\"{a}stner, Christian},
booktitle = {International Conference on Software Engineering},
series = {ICSE},
abbrv = {ICSE 2020},
pages = {445--456},
year={2020},
publisher={ACM},
pdf = {/papers/zhou20forks.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{raman2020toxicity,
title={Stress and Burnout in Open Source: Toward Finding, Understanding, and Mitigating Unhealthy Interactions},
author={Raman, Naveen and Cao, Minxuan and Tsvetkov, Yulia and K\"{a}stner, Christian and Vasilescu, Bogdan},
booktitle = {International Conference on Software Engineering, New Ideas and Emerging Results},
series = {ICSE},
abbrv = {ICSE NIER 2020},
pages = {57--60},
year={2020},
publisher={ACM},
pdf = {/papers/raman20toxicity.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{meinicke2019exploring,
title={Exploring Differences and Commonalities between Feature Flags and Configuration Options},
author={Meinicke, Jens and Wong, Chu-Pan and Vasilescu, Bogdan and K\"{a}stner, Christian},
booktitle = {International Conference on Software Engineering, Software Engineering in Practice},
series = {ICSE},
abbrv = {ICSE SEIP 2020},
pages = {233--242},
year={2020},
publisher={ACM},
pdf = {/papers/meinicke20flags.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{saner2020ci,
author = {Cassee, Nathan and Vasilescu, Bogdan and Serebrenik, Alexander},
title = {The Silent Helper: The Impact of Continuous Integration on Code Reviews},
booktitle = {International Conference on Software Analysis, Evolution and Reengineering},
series = {SANER},
abbrv = {SANER 2020},
year = {2020},
publisher = {IEEE},
pages = {423--434},
doi = {https://doi.org/10.1109/SANER48275.2020.9054818},
pdf = {/papers/cassee20saner.pdf},
data = {https://github.com/TheDutchDevil/code_reviews},
slides = {},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{ase2019marble,
author = {Nam, Daye and Horvath, Amber and Macvean, Andrew and Myers, Brad and Vasilescu, Bogdan},
title = {MARBLE: Mining for Boilerplate Code to Identify API Usability Problems},
booktitle = {International Conference on Automated Software Engineering},
series = {ASE},
abbrv = {ASE 2019},
year = {2019},
publisher = {IEEE},
pages = {615--627},
doi = {},
pdf = {/papers/ase19marble.pdf},
tool = {https://github.com/namdy0429/MARBLE},
slides = {/slides/ase19marble.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{ase2019dire,
author = {Lacomis, Jeremy and Yin, Pengcheng and Schwartz, Edward J. and
Allamanis, Miltiadis and Le~Goues, Claire and Neubig, Graham and Vasilescu, Bogdan},
title = {DIRE: A Neural Approach to Decompiled Identifier Naming},
booktitle = {International Conference on Automated Software Engineering},
series = {ASE},
abbrv = {ASE 2019},
year = {2019},
publisher = {IEEE},
pages = {628--639},
doi = {},
pdf = {/papers/ase19dire.pdf},
slides = {/slides/ase19dire.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{cscw2019signals,
author = {Qiu, Huilian Sophie and Li, Yucen Lily and Padala, Susmita and Sarma, Anita and Vasilescu, Bogdan},
title = {The Signals that Potential Contributors Look for When Choosing Open-source Projects},
booktitle = {ACM Conference on Computer-Supported Cooperative Work and Social Computing},
series = {CSCW},
abbrv = {CSCW 2019},
year = {2019},
publisher = {ACM},
pages = {},
doi = {https://doi.org/10.1145/3359224},
pdf = {/papers/cscw19signals.pdf},
slides = {/slides/cscw19signals.pdf},
data = {https://github.com/CMUSTRUDEL/choose-projects-CSCW2019},
video = {https://youtu.be/FteAABTpxvg},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{zhou2019forks,
author = {Zhou, Shurui and Vasilescu, Bogdan and K\"{a}stner, Christian},
title = {What the Fork: A Study of Inefficient and Efficient Forking Practices in Social Coding},
booktitle = {Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering},
series = {ESEC/FSE},
abbrv = {ESEC/FSE 2019},
year = {2019},
publisher = {ACM},
pages = {350--361},
doi = {https://doi.org/10.1145/3338906.3338918},
pdf = {/papers/fse19forks.pdf},
slides = {/slides/fse19forks.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{widder2019pain,
author = {Widder, David and Hilton, Michael and K\"{a}stner, Christian and Vasilescu, Bogdan},
title = {A Conceptual Replication of Continuous Integration Pain Points in the Context of {Travis CI}},
booktitle = {Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering},
series = {ESEC/FSE},
abbrv = {ESEC/FSE 2019},
year = {2019},
publisher = {ACM},
pages = {647--658},
doi = {https://doi.org/10.1145/3338906.3338922},
pdf = {/papers/fse19pain.pdf},
slides = {/slides/fse19pain.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@article{CALEFATO20191,
author = {Calefato, Fabio and Lanubile, Filippo and Vasilescu, Bogdan},
title = {A large-scale, in-depth analysis of developers' personalities in the {Apache} ecosystem},
journal = {Information and Software Technology},
abbrv = {IST 2019},
volume = {114},
pages = {1--20},
year = {2019},
issn = {0950-5849},
doi = {https://doi.org/10.1016/j.infsof.2019.05.012},
url = {http://www.sciencedirect.com/science/article/pii/S0950584918301216},
pdf = {/papers/calefato2019personalities.pdf},
pubcls = {0},
pubtype = {Journal articles (refereed)},
}
@inproceedings{trockman2019crypto,
author = {Trockman, Asher and {van~Tonder}, Rijnard and Vasilescu, Bogdan},
title = {Striking Gold in Software Repositories? An Econometric Study of Cryptocurrencies on {GitHub}},
booktitle = {International Conference on Mining Software Repositories},
series = {MSR},
abbrv = {MSR 2019},
pages = {181--185},
year = {2019},
publisher = {IEEE},
doi = {https://doi.org/10.1109/MSR.2019.00036},
pdf = {/papers/msr19crypto.pdf},
slides = {/slides/msr19crypto.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{raghuraman2019uml,
author = {Raghuraman, Adithya and Ho-Quang, Truong and Chaudron, Michel R.V. and Serebrenik, Alexander and Vasilescu, Bogdan},
title = {Does {UML} Modeling Associate with Lower Defect Proneness?: A Preliminary Empirical Investigation},
booktitle = {International Conference on Mining Software Repositories},
series = {MSR},
abbrv = {MSR 2019},
pages = {101--104},
year = {2019},
publisher = {IEEE},
doi = {https://doi.org/10.1109/MSR.2019.00024},
pdf = {/papers/msr19uml.pdf},
slides = {/slides/msr19uml.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{miller2019dropout,
author = {Miller, Courtney and Widder, David and K\"{a}stner, Christian and Vasilescu, Bogdan},
title = {Why do People Give Up {FLOSS}ing? A Study of Contributor Disengagement in Open Source},
booktitle = {International Conference on Open Source Systems},
series = {OSS},
abbrv = {OSS 2019},
year = {2019},
publisher = {Springer},
pages = {116--129},
doi = {https://doi.org/10.1007/978-3-030-20883-7_11},
pdf = {/papers/miller19dropout.pdf},
slides = {/slides/miller19dropout.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{qiu2019social,
author = {Qiu, Huilian Sophie and Nolte, Alexander and Brown, Anita and Serebrenik, Alexander and Vasilescu, Bogdan},
title = {Going Farther Together: The Impact of Social Capital on Sustained Participation in Open Source},
booktitle = {International Conference on Software Engineering},
series = {ICSE},
abbrv = {ICSE 2019},
year = {2019},
publisher = {IEEE},
pages = {688--699},
doi = {https://doi.org/10.1109/ICSE.2019.00078},
pdf = {/papers/icse19social.pdf},
slides = {/slides/icse19social.pdf},
data = {https://doi.org/10.5281/zenodo.2550931},
video = {https://youtu.be/KDC2BhSRr5Q},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{sarker2019stress,
author = {Sarker, Farhana and Vasilescu, Bogdan and Blincoe, Kelly and Filkov, Vladimir},
title = {Socio-Technical Work-Rate Increase Associates With Changes in Work Patterns in Online Projects},
booktitle = {International Conference on Software Engineering},
series = {ICSE},
abbrv = {ICSE 2019},
year = {2019},
publisher = {IEEE},
pages = {936--947},
doi = {https://doi.org/10.1109/ICSE.2019.00099},
pdf = {/papers/icse19stress.pdf},
slides = {/slides/icse19stress.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{kavaler2019tools,
author = {Kavaler, David
and Trockman, Asher
and Vasilescu, Bogdan
and Filkov, Vladimir},
title = {Tool Choice Matters: JavaScript Quality Assurance Tools and Usage Outcomes in GitHub Projects},
booktitle = {International Conference on Software Engineering},
series = {ICSE},
abbrv = {ICSE 2019},
year = {2019},
publisher = {IEEE},
pages = {476--487},
doi = {https://doi.org/10.1109/ICSE.2019.00060},
pdf = {/papers/kavaler2019tools.pdf},
slides = {/slides/tool-choice.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{dmeiri2019bugswarm,
author = {Dmeiri, Naji
and Tomassi, David A.
and Wang, Yichen
and Bhowmick, Antara
and Liu, Yen-Chuan
and Devanbu, Premkumar T.
and Vasilescu, Bogdan
and Rubio-Gonz\'{a}lez, Cindy},
title = {BugSwarm: Mining and Continuously Growing a Dataset of Reproducible Failures and Fixes},
booktitle = {International Conference on Software Engineering},
series = {ICSE},
abbrv = {ICSE 2019},
year = {2019},
publisher = {IEEE},
pages = {339--349},
doi = {https://doi.org/10.1109/ICSE.2019.00048},
pdf = {/papers/icse19bugswarm.pdf},
slides = {},
data = {http://www.bugswarm.org},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{valiev2018sustainability,
author = {Valiev, Marat and Vasilescu, Bogdan and Herbsleb, James},
title = {Ecosystem-Level Determinants of Sustained Activity in Open-Source Projects: A Case Study of the PyPI Ecosystem},
booktitle = {Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering},
series={ESEC/FSE},
abbrv={ESEC/FSE 2018},
year={2018},
month = {November},
publisher = {ACM},
pages = {644--655},
doi = {https://doi.org/10.1145/3236024.3236062},
pdf = {/papers/fse18sustainability.pdf},
slides = {https://docs.google.com/presentation/d/1KRJzdI05YeDckagW-Zf17hPsaWjtuYZEHfGojlJy8Yo/edit?usp=sharing},
data = {https://zenodo.org/record/1297925},
acceptance={},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{zhang2018cd,
author = {Zhang, Yang and Vasilescu, Bogdan and Wang, Huaimin and Filkov, Vladimir},
title = {One Size Does Not Fit All: An Empirical Study of Containerized Continuous Deployment Workflows},
booktitle = {Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering},
series={ESEC/FSE},
abbrv={ESEC/FSE 2018},
year={2018},
month = {November},
publisher = {ACM},
pages = {295--306},
doi = {https://doi.org/10.1145/3236024.3236033},
pdf = {/papers/fse18cd.pdf},
slides = {/slides/fse18cd.pdf},
data = {https://github.com/yangzhangs/cd_replication},
acceptance={},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{zhang2018ecobugs,
author = {Zhang, Yang and Yu, Yue and Wang, Huaimin and Vasilescu, Bogdan and Filkov, Vladimir},
title = {Within-Ecosystem Issue Linking: A Large-scale Study of Rails},
booktitle = {International Workshop on Software Mining},
series={SoftwareMining},
abbrv={SoftwareMining 2018},
year={2018},
month = {September},
publisher = {ACM},
pages = {12--19},
doi = {https://doi.org/10.1145/3242887.3242891},
pdf = {/papers/swmining18ecobugs.pdf},
slides = {},
data = {},
acceptance={},
pubcls = {1},
pubtype = {Workshop papers (peer reviewed)},
}
@inproceedings{trockman2018badges,
author = {Trockman, Asher and Zhou, Shurui and K\"{a}stner, Christian and Vasilescu, Bogdan},
title = {Adding Sparkle to Social Coding: An Empirical Study of Repository Badges in the npm Ecosystem},
booktitle = {International Conference on Software Engineering},
series={ICSE},
abbrv = {ICSE 2018},
year={2018},
publisher={ACM},
pages = {511--522},
doi = {https://doi.org/10.1145/3180155.3180209},
pdf = {/papers/icse18badges.pdf},
slides = {/slides/icse18badges.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{widder2018ci,
author = {Widder, David and Hilton, Michael and K\"{a}stner, Christian and Vasilescu, Bogdan},
title = {I’m Leaving You, Travis: A Continuous Integration Breakup Story},
booktitle = {International Conference on Mining Software Repositories},
series={MSR},
abbrv = {MSR 2018},
pages={165--169},
year={2018},
publisher={ACM},
doi = {https://doi.org/10.1145/3196398.3196422},
pdf = {/papers/msr18ci.pdf},
slides = {/slides/msr18ci.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{trockman2018understandability,
author = {Trockman, Asher and Cates, Keenen and Mozina, Mark and Nguyen, Tuan and K\"{a}stner, Christian and Vasilescu, Bogdan},
title = {``Automatically Assessing Code Understandability'' Reanalyzed: Combined Metrics Matter},
booktitle = {International Conference on Mining Software Repositories},
series={MSR},
abbrv = {MSR 2018},
pages={314--318},
year={2018},
publisher={ACM},
doi = {https://doi.org/10.1145/3196398.3196441},
pdf = {/papers/msr18understandability.pdf},
slides = {/slides/msr18understandability.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{yin2018mining,
author = {Yin, Pengcheng and Deng, Bowen and Chen, Edgar and Vasilescu, Bogdan and Neubig, Graham},
title = {Learning to Mine Aligned Code and Natural Language Pairs from Stack Overflow},
booktitle = {International Conference on Mining Software Repositories},
series={MSR},
abbrv = {MSR 2018},
pages={476--486},
year={2018},
publisher={ACM},
doi = {https://doi.org/10.1145/3196398.3196408},
pdf = {/papers/msr18so.pdf},
slides = {/slides/msr18so.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{jaffe2018decompilation,
author = {Jaffe, Alan and Lacomis, Jeremy and Schwartz, Edward J. and Le~Goues, Claire and Vasilescu, Bogdan},
title = {Meaningful Variable Names for Decompiled Code: A Machine Translation Approach},
booktitle = {International Conference on Program Comprehension},
series={ICPC},
abbrv = {ICPC 2018},
pages={20--30},
year={2018},
publisher={ACM},
doi = {https://doi.org/10.1145/3196321.3196330},
pdf = {/papers/icpc18decompilation.pdf},
slides = {/slides/icpc18decompilation.pdf},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{calefato2018personality,
author = {Calefato, Fabio and Iaffaldano, Giuseppe and Lanubile, Filippo and Vasilescu, Bogdan},
title = {On Developers' Personality in Large-scale Distributed Projects: The Case of the Apache Ecosystem},
booktitle = {International Conference on Global Software Engineering},
series={ICGSE},
abbrv = {ICGSE 2018},
pages={},
year={2018},
publisher={ACM},
doi = {92--101},
pdf = {/papers/icgse18personality.pdf},
slides = {https://www.slideshare.net/fcalefato/on-developers-personality-in-largescale-distributed-projects-the-case-of-the-apache-ecosystem},
pubcls = {1},
pubtype = {Conference papers (peer reviewed)},
}
@inproceedings{botto2018sopt,
author = {Botto-Tobar, Miguel and Torres, Weslley and Lozano, Angela and van den Brand, Mark G.J. and Vasilescu, Bogdan and Serebrenik, Alexander},
title = {Is Stack Overflow in Portuguese a ractive for Brazilian Users?},
booktitle = {International Conference on Global Software Engineering},
series={ICGSE},
abbrv = {ICGSE 2018},