-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample-bibliography.bib
2091 lines (1929 loc) · 68.2 KB
/
sample-bibliography.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
%%% ====================================================================
%%% BibTeX-file{
%%% author = "Gerry Murray",
%%% version = "1.2",
%%% date = "2 April 2012",
%%% filename = "acmsmall-sample-bibfile.bib",
%%% address = "ACM, NY",
%%% email = "murray at hq.acm.org",
%%% codetable = "ISO/ASCII",
%%% keywords = "ACM Reference Format, bibliography, citation, references",
%%% supported = "yes",
%%% docstring = "This BibTeX database file contains 'bibdata' entries
%%% that 'match' the examples provided in the Specifications Document
%%% AND, also, 'legacy'-type bibs. It should assist authors in
%%% choosing the 'correct' at-bibtype and necessary bib-fields
%%% so as to obtain the appropriate ACM Reference Format output.
%%% It also contains many 'Standard Abbreviations'. "
%%% }
%%% ====================================================================
% Journals
% First the Full Name is given, then the abbreviation used in the AMS Math
% Reviews, with an indication if it could not be found there.
% Note the 2nd overwrites the 1st, so swap them if you want the full name.
%{AMS}
@String{AMSTrans = "American Mathematical Society Translations" }
@String{AMSTrans = "Amer. Math. Soc. Transl." }
@String{BullAMS = "Bulletin of the American Mathematical Society" }
@String{BullAMS = "Bull. Amer. Math. Soc." }
@String{ProcAMS = "Proceedings of the American Mathematical Society" }
@String{ProcAMS = "Proc. Amer. Math. Soc." }
@String{TransAMS = "Transactions of the American Mathematical Society" }
@String{TransAMS = "Trans. Amer. Math. Soc." }
%ACM
@String{CACM = "Communications of the {ACM}" }
@String{CACM = "Commun. {ACM}" }
@String{CompServ = "Comput. Surveys" }
@String{JACM = "J. ACM" }
@String{ACMMathSoft = "{ACM} Transactions on Mathematical Software" }
@String{ACMMathSoft = "{ACM} Trans. Math. Software" }
@String{SIGNUM = "{ACM} {SIGNUM} Newsletter" }
@String{SIGNUM = "{ACM} {SIGNUM} Newslett." }
@String{AmerSocio = "American Journal of Sociology" }
@String{AmerStatAssoc = "Journal of the American Statistical Association" }
@String{AmerStatAssoc = "J. Amer. Statist. Assoc." }
@String{ApplMathComp = "Applied Mathematics and Computation" }
@String{ApplMathComp = "Appl. Math. Comput." }
@String{AmerMathMonthly = "American Mathematical Monthly" }
@String{AmerMathMonthly = "Amer. Math. Monthly" }
@String{BIT = "{BIT}" }
@String{BritStatPsych = "British Journal of Mathematical and Statistical
Psychology" }
@String{BritStatPsych = "Brit. J. Math. Statist. Psych." }
@String{CanMathBull = "Canadian Mathematical Bulletin" }
@String{CanMathBull = "Canad. Math. Bull." }
@String{CompApplMath = "Journal of Computational and Applied Mathematics" }
@String{CompApplMath = "J. Comput. Appl. Math." }
@String{CompPhys = "Journal of Computational Physics" }
@String{CompPhys = "J. Comput. Phys." }
@String{CompStruct = "Computers and Structures" }
@String{CompStruct = "Comput. \& Structures" }
@String{CompJour = "The Computer Journal" }
@String{CompJour = "Comput. J." }
@String{CompSysSci = "Journal of Computer and System Sciences" }
@String{CompSysSci = "J. Comput. System Sci." }
@String{Computing = "Computing" }
@String{ContempMath = "Contemporary Mathematics" }
@String{ContempMath = "Contemp. Math." }
@String{Crelle = "Crelle's Journal" }
@String{GiornaleMath = "Giornale di Mathematiche" }
@String{GiornaleMath = "Giorn. Mat." } % didn't find in AMS MR., ibid.
%IEEE
@String{Computer = "{IEEE} Computer" }
@String{IEEETransComp = "{IEEE} Transactions on Computers" }
@String{IEEETransComp = "{IEEE} Trans. Comput." }
@String{IEEETransAC = "{IEEE} Transactions on Automatic Control" }
@String{IEEETransAC = "{IEEE} Trans. Automat. Control" }
@String{IEEESpec = "{IEEE} Spectrum" } % didn't find in AMS MR
@String{ProcIEEE = "Proceedings of the {IEEE}" }
@String{ProcIEEE = "Proc. {IEEE}" } % didn't find in AMS MR
@String{IEEETransAeroElec = "{IEEE} Transactions on Aerospace and Electronic
Systems" }
@String{IEEETransAeroElec = "{IEEE} Trans. Aerospace Electron. Systems" }
@String{IMANumerAna = "{IMA} Journal of Numerical Analysis" }
@String{IMANumerAna = "{IMA} J. Numer. Anal." }
@String{InfProcLet = "Information Processing Letters" }
@String{InfProcLet = "Inform. Process. Lett." }
@String{InstMathApp = "Journal of the Institute of Mathematics and
its Applications" }
@String{InstMathApp = "J. Inst. Math. Appl." }
@String{IntControl = "International Journal of Control" }
@String{IntControl = "Internat. J. Control" }
@String{IntNumerEng = "International Journal for Numerical Methods in
Engineering" }
@String{IntNumerEng = "Internat. J. Numer. Methods Engrg." }
@String{IntSuper = "International Journal of Supercomputing Applications" }
@String{IntSuper = "Internat. J. Supercomputing Applic." } % didn't find
%% in AMS MR
@String{Kibernetika = "Kibernetika" }
@String{JResNatBurStand = "Journal of Research of the National Bureau
of Standards" }
@String{JResNatBurStand = "J. Res. Nat. Bur. Standards" }
@String{LinAlgApp = "Linear Algebra and its Applications" }
@String{LinAlgApp = "Linear Algebra Appl." }
@String{MathAnaAppl = "Journal of Mathematical Analysis and Applications" }
@String{MathAnaAppl = "J. Math. Anal. Appl." }
@String{MathAnnalen = "Mathematische Annalen" }
@String{MathAnnalen = "Math. Ann." }
@String{MathPhys = "Journal of Mathematical Physics" }
@String{MathPhys = "J. Math. Phys." }
@String{MathComp = "Mathematics of Computation" }
@String{MathComp = "Math. Comp." }
@String{MathScand = "Mathematica Scandinavica" }
@String{MathScand = "Math. Scand." }
@String{TablesAidsComp = "Mathematical Tables and Other Aids to Computation" }
@String{TablesAidsComp = "Math. Tables Aids Comput." }
@String{NumerMath = "Numerische Mathematik" }
@String{NumerMath = "Numer. Math." }
@String{PacificMath = "Pacific Journal of Mathematics" }
@String{PacificMath = "Pacific J. Math." }
@String{ParDistComp = "Journal of Parallel and Distributed Computing" }
@String{ParDistComp = "J. Parallel and Distrib. Comput." } % didn't find
%% in AMS MR
@String{ParComputing = "Parallel Computing" }
@String{ParComputing = "Parallel Comput." }
@String{PhilMag = "Philosophical Magazine" }
@String{PhilMag = "Philos. Mag." }
@String{ProcNAS = "Proceedings of the National Academy of Sciences
of the USA" }
@String{ProcNAS = "Proc. Nat. Acad. Sci. U. S. A." }
@String{Psychometrika = "Psychometrika" }
@String{QuartMath = "Quarterly Journal of Mathematics, Oxford, Series (2)" }
@String{QuartMath = "Quart. J. Math. Oxford Ser. (2)" }
@String{QuartApplMath = "Quarterly of Applied Mathematics" }
@String{QuartApplMath = "Quart. Appl. Math." }
@String{RevueInstStat = "Review of the International Statisical Institute" }
@String{RevueInstStat = "Rev. Inst. Internat. Statist." }
%SIAM
@String{JSIAM = "Journal of the Society for Industrial and Applied
Mathematics" }
@String{JSIAM = "J. Soc. Indust. Appl. Math." }
@String{JSIAMB = "Journal of the Society for Industrial and Applied
Mathematics, Series B, Numerical Analysis" }
@String{JSIAMB = "J. Soc. Indust. Appl. Math. Ser. B Numer. Anal." }
@String{SIAMAlgMeth = "{SIAM} Journal on Algebraic and Discrete Methods" }
@String{SIAMAlgMeth = "{SIAM} J. Algebraic Discrete Methods" }
@String{SIAMAppMath = "{SIAM} Journal on Applied Mathematics" }
@String{SIAMAppMath = "{SIAM} J. Appl. Math." }
@String{SIAMComp = "{SIAM} Journal on Computing" }
@String{SIAMComp = "{SIAM} J. Comput." }
@String{SIAMMatrix = "{SIAM} Journal on Matrix Analysis and Applications" }
@String{SIAMMatrix = "{SIAM} J. Matrix Anal. Appl." }
@String{SIAMNumAnal = "{SIAM} Journal on Numerical Analysis" }
@String{SIAMNumAnal = "{SIAM} J. Numer. Anal." }
@String{SIAMReview = "{SIAM} Review" }
@String{SIAMReview = "{SIAM} Rev." }
@String{SIAMSciStat = "{SIAM} Journal on Scientific and Statistical
Computing" }
@String{SIAMSciStat = "{SIAM} J. Sci. Statist. Comput." }
@String{SoftPracExp = "Software Practice and Experience" }
@String{SoftPracExp = "Software Prac. Experience" } % didn't find in AMS MR
@String{StatScience = "Statistical Science" }
@String{StatScience = "Statist. Sci." }
@String{Techno = "Technometrics" }
@String{USSRCompMathPhys = "{USSR} Computational Mathematics and Mathematical
Physics" }
@String{USSRCompMathPhys = "{U. S. S. R.} Comput. Math. and Math. Phys." }
@String{VLSICompSys = "Journal of {VLSI} and Computer Systems" }
@String{VLSICompSys = "J. {VLSI} Comput. Syst." }
@String{ZAngewMathMech = "Zeitschrift fur Angewandte Mathematik und
Mechanik" }
@String{ZAngewMathMech = "Z. Angew. Math. Mech." }
@String{ZAngewMathPhys = "Zeitschrift fur Angewandte Mathematik und Physik" }
@String{ZAngewMathPhys = "Z. Angew. Math. Phys." }
% Publishers % ================================================= |
@String{Academic = "Academic Press" }
@String{ACMPress = "{ACM} Press" }
@String{AdamHilger = "Adam Hilger" }
@String{AddisonWesley = "Addison-Wesley" }
@String{AllynBacon = "Allyn and Bacon" }
@String{AMS = "American Mathematical Society" }
@String{Birkhauser = "Birkha{\"u}ser" }
@String{CambridgePress = "Cambridge University Press" }
@String{Chelsea = "Chelsea" }
@String{ClaredonPress = "Claredon Press" }
@String{DoverPub = "Dover Publications" }
@String{Eyolles = "Eyolles" }
@String{HoltRinehartWinston = "Holt, Rinehart and Winston" }
@String{Interscience = "Interscience" }
@String{JohnsHopkinsPress = "The Johns Hopkins University Press" }
@String{JohnWileySons = "John Wiley and Sons" }
@String{Macmillan = "Macmillan" }
@String{MathWorks = "The Math Works Inc." }
@String{McGrawHill = "McGraw-Hill" }
@String{NatBurStd = "National Bureau of Standards" }
@String{NorthHolland = "North-Holland" }
@String{OxfordPress = "Oxford University Press" } %address Oxford or London?
@String{PergamonPress = "Pergamon Press" }
@String{PlenumPress = "Plenum Press" }
@String{PrenticeHall = "Prentice-Hall" }
@String{SIAMPub = "{SIAM} Publications" }
@String{Springer = "Springer-Verlag" }
@String{TexasPress = "University of Texas Press" }
@String{VanNostrand = "Van Nostrand" }
@String{WHFreeman = "W. H. Freeman and Co." }
%Real Entries Begin%
%======================================================
@inproceedings{Kim:2009,
author = {Kim, Miryung and Notkin, David},
title = {Discovering and Representing Systematic Code Changes},
booktitle = {Proceedings of the 31st International Conference on Software Engineering},
series = {ICSE '09},
year = {2009},
isbn = {978-1-4244-3453-4},
pages = {309--319},
numpages = {11},
url = {http://dx.doi.org/10.1109/ICSE.2009.5070531},
doi = {10.1109/ICSE.2009.5070531},
acmid = {1555046},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
,
@inproceedings{LaToza:2010,
author = {LaToza, Thomas D. and Myers, Brad A.},
title = {Hard-to-answer Questions About Code},
booktitle = {Evaluation and Usability of Programming Languages and Tools},
series = {PLATEAU '10},
year = {2010},
isbn = {978-1-4503-0547-1},
location = {Reno, Nevada},
pages = {8:1--8:6},
articleno = {8},
numpages = {6},
url = {http://doi.acm.org/10.1145/1937117.1937125},
doi = {10.1145/1937117.1937125},
acmid = {1937125},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {developer questions, program comprehension},
}
,
@inproceedings{Fritz:2010,
author = {Fritz, Thomas and Murphy, Gail C.},
title = {Using Information Fragments to Answer the Questions Developers Ask},
booktitle = {Proceedings of the 32Nd ACM/IEEE International Conference on Software Engineering - Volume 1},
series = {ICSE '10},
year = {2010},
isbn = {978-1-60558-719-6},
location = {Cape Town, South Africa},
pages = {175--184},
numpages = {10},
url = {http://doi.acm.org/10.1145/1806799.1806828},
doi = {10.1145/1806799.1806828},
acmid = {1806828},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {human-centric software engineering, information fragments, programming tools},
}
,
@inproceedings{Ko:2007,
author = {Ko, Andrew J. and DeLine, Robert and Venolia, Gina},
title = {Information Needs in Collocated Software Development Teams},
booktitle = {Proceedings of the 29th International Conference on Software Engineering},
series = {ICSE '07},
year = {2007},
isbn = {0-7695-2828-7},
pages = {344--353},
numpages = {10},
url = {http://dx.doi.org/10.1109/ICSE.2007.45},
doi = {10.1109/ICSE.2007.45},
acmid = {1248867},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
,
@inproceedings{LaToza:2006,
author = {LaToza, Thomas D. and Venolia, Gina and DeLine, Robert},
title = {Maintaining Mental Models: A Study of Developer Work Habits},
booktitle = {Proceedings of the 28th International Conference on Software Engineering},
series = {ICSE '06},
year = {2006},
isbn = {1-59593-375-1},
location = {Shanghai, China},
pages = {492--501},
numpages = {10},
url = {http://doi.acm.org/10.1145/1134285.1134355},
doi = {10.1145/1134285.1134355},
acmid = {1134355},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {agile software development, code duplication, code ownership, communication, debugging, interruptions},
}
,
@article{Sillito:2008,
author = {Sillito, Jonathan and Murphy, Gail C. and De Volder, Kris},
title = {Asking and Answering Questions During a Programming Change Task},
journal = {IEEE Trans. Softw. Eng.},
issue_date = {July 2008},
volume = {34},
number = {4},
month = jul,
year = {2008},
issn = {0098-5589},
pages = {434--451},
numpages = {18},
url = {http://dx.doi.org/10.1109/TSE.2008.26},
doi = {10.1109/TSE.2008.26},
acmid = {1446241},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
keywords = {Enhancement, Programming Environments/Construction Tools, Software psychology, Software psychology, Programming Environments/Construction Tools, Enhancement},
}
,
@inproceedings{Sillito:2006,
author = {Sillito, Jonathan and Murphy, Gail C. and De Volder, Kris},
title = {Questions Programmers Ask During Software Evolution Tasks},
booktitle = {Proceedings of the 14th ACM SIGSOFT International Symposium on Foundations of Software Engineering},
series = {SIGSOFT '06/FSE-14},
year = {2006},
isbn = {1-59593-468-5},
location = {Portland, Oregon, USA},
pages = {23--34},
numpages = {12},
url = {http://doi.acm.org/10.1145/1181775.1181779},
doi = {10.1145/1181775.1181779},
acmid = {1181779},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {change tasks, development tools, empirical study, grounded theory, program comprehension, software evolution},
}
,
@inproceedings{Begel:2014,
author = {Begel, Andrew and Zimmermann, Thomas},
title = {Analyze This! 145 Questions for Data Scientists in Software Engineering},
booktitle = {Proceedings of the 36th International Conference on Software Engineering},
series = {ICSE 2014},
year = {2014},
isbn = {978-1-4503-2756-5},
location = {Hyderabad, India},
pages = {12--23},
numpages = {12},
url = {http://doi.acm.org/10.1145/2568225.2568233},
doi = {10.1145/2568225.2568233},
acmid = {2568233},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Analytics, Data Science, Software Engineering},
}
,
@inproceedings{Erdos:1998,
author = {Erd\"{o}s, K. and Sneed, H. M.},
title = {Partial Comprehension of Complex Programs (Enough to Perform Maintenance)},
booktitle = {Proceedings of the 6th International Workshop on Program Comprehension},
series = {IWPC '98},
year = {1998},
isbn = {0-8186-8560-3},
pages = {98--},
url = {http://dl.acm.org/citation.cfm?id=580914.858205},
acmid = {858205},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
,
@inproceedings{Johnson:1995,
author = {Johnson, W. L. and Erdem, A.},
title = {Interactive Explanation of Software Systems},
booktitle = {Proceedings of The 10th Knowledge-Based Software Engineering Conference},
series = {KBSE '95},
year = {1995},
isbn = {0-8186-7204-8},
pages = {155--},
url = {http://dl.acm.org/citation.cfm?id=788007.788157},
acmid = {788157},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
keywords = {I-Doc, explanation, hypermedia, hypermedia tool, interactive explanation, interactive inquiry, interactive systems, knowledge-based techniques, software engineering, software engineering task, software system, software tools},
}
,
@inproceedings{Herbsleb:1993,
author = {Herbsleb, James D. and Kuwana, Eiji},
title = {Preserving Knowledge in Design Projects: What Designers Need to Know},
booktitle = {Proceedings of the INTERCHI '93 Conference on Human Factors in Computing Systems},
series = {INTERCHI '93},
year = {1993},
isbn = {90-5199-133-9},
location = {Amsterdam, The Netherlands},
pages = {7--14},
numpages = {8},
url = {http://dl.acm.org/citation.cfm?id=164632.260021},
acmid = {260021},
publisher = {IOS Press},
address = {Amsterdam, The Netherlands, The Netherlands},
}
,
@inproceedings{Breu:2010,
author = {Breu, Silvia and Premraj, Rahul and Sillito, Jonathan and Zimmermann, Thomas},
title = {Information Needs in Bug Reports: Improving Cooperation Between Developers and Users},
booktitle = {Proceedings of the 2010 ACM Conference on Computer Supported Cooperative Work},
series = {CSCW '10},
year = {2010},
isbn = {978-1-60558-795-0},
location = {Savannah, Georgia, USA},
pages = {301--310},
numpages = {10},
url = {http://doi.acm.org/10.1145/1718918.1718973},
doi = {10.1145/1718918.1718973},
acmid = {1718973},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {bug reports, information needs, question time, questions, response rate, response time},
}
,
@inproceedings{Roehm:2012,
author = {Roehm, Tobias and Tiarks, Rebecca and Koschke, Rainer and Maalej, Walid},
title = {How Do Professional Developers Comprehend Software?},
booktitle = {Proceedings of the 34th International Conference on Software Engineering},
series = {ICSE '12},
year = {2012},
isbn = {978-1-4673-1067-3},
location = {Zurich, Switzerland},
pages = {255--265},
numpages = {11},
url = {http://dl.acm.org/citation.cfm?id=2337223.2337254},
acmid = {2337254},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
}
,
@ARTICLE{Meyer:2017,
author={A. N. Meyer and L. E. Barton and G. C. Murphy and T. Zimmermann and T. Fritz},
journal={IEEE Transactions on Software Engineering},
title={The Work Life of Developers: Activities, Switches and Perceived Productivity},
year={2017},
volume={43},
number={12},
pages={1178-1193},
keywords={Encoding;Human factors;Monitoring;Productivity;Software development;Productivity;developer activity;human factors;interruptions;user studies;work fragmentation},
doi={10.1109/TSE.2017.2656886},
ISSN={0098-5589},
month={Dec},}
,
@inproceedings{Minelli:2015,
author = {Minelli, Roberto and and, Andrea Mocci and Lanza, Michele},
title = {I Know What You Did Last Summer: An Investigation of How Developers Spend Their Time},
booktitle = {Proceedings of the 2015 IEEE 23rd International Conference on Program Comprehension},
series = {ICPC '15},
year = {2015},
location = {Florence, Italy},
pages = {25--35},
numpages = {11},
url = {http://dl.acm.org/citation.cfm?id=2820282.2820289},
acmid = {2820289},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
}
,
@inproceedings{Brandt:2009,
author = {Brandt, Joel and Guo, Philip J. and Lewenstein, Joel and Dontcheva, Mira and Klemmer, Scott R.},
title = {Two Studies of Opportunistic Programming: Interleaving Web Foraging, Learning, and Writing Code},
booktitle = {Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
series = {CHI '09},
year = {2009},
isbn = {978-1-60558-246-7},
location = {Boston, MA, USA},
pages = {1589--1598},
numpages = {10},
url = {http://doi.acm.org/10.1145/1518701.1518944},
doi = {10.1145/1518701.1518944},
acmid = {1518944},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {copy-and-paste, opportunistic programming, prototyping},
}
,
@inproceedings{Dagenais:2008,
author = {Dagenais, Barth{\'e}l{\'e}my and Robillard, Martin P.},
title = {Recommending Adaptive Changes for Framework Evolution},
booktitle = {Proceedings of the 30th International Conference on Software Engineering},
series = {ICSE '08},
year = {2008},
isbn = {978-1-60558-079-1},
location = {Leipzig, Germany},
pages = {481--490},
numpages = {10},
url = {http://doi.acm.org/10.1145/1368088.1368154},
doi = {10.1145/1368088.1368154},
acmid = {1368154},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {adaptive changes, framework, historical study, mining software repositories, origin analysis, partial program analysis, recommendation system, software evolution},
}
,
@inproceedings{Gall:1998,
author = {Gall, Harald and Hajek, Karin and Jazayeri, Mehdi},
title = {Detection of Logical Coupling Based on Product Release History},
booktitle = {Proceedings of the International Conference on Software Maintenance},
series = {ICSM '98},
year = {1998},
isbn = {0-8186-8779-7},
pages = {190--},
url = {http://dl.acm.org/citation.cfm?id=850947.853338},
acmid = {853338},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
,
@article{Ying:2004,
author = {Ying, Annie T. T. and Murphy, Gail C. and Ng, Raymond and Chu-Carroll, Mark C.},
title = {Predicting Source Code Changes by Mining Change History},
journal = {IEEE Trans. Softw. Eng.},
issue_date = {September 2004},
volume = {30},
number = {9},
month = sep,
year = {2004},
issn = {0098-5589},
pages = {574--586},
numpages = {13},
url = {http://dx.doi.org/10.1109/TSE.2004.52},
doi = {10.1109/TSE.2004.52},
acmid = {1018388},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
keywords = {65, Index Terms- Enhancement, Index Terms- Enhancement, maintainability, clustering, classification, association rules, data mining., association rules, classification, clustering, data mining., maintainability},
}
,
@inproceedings{Zimmermann:2004,
author = {Zimmermann, Thomas and Weisgerber, Peter and Diehl, Stephan and Zeller, Andreas},
title = {Mining Version Histories to Guide Software Changes},
booktitle = {Proceedings of the 26th International Conference on Software Engineering},
series = {ICSE '04},
year = {2004},
isbn = {0-7695-2163-0},
pages = {563--572},
numpages = {10},
url = {http://dl.acm.org/citation.cfm?id=998675.999460},
acmid = {999460},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
,
@INPROCEEDINGS{Maruyama:2012,
author={K. Maruyama and E. Kitsu and T. Omori and S. Hayashi},
booktitle={2012 Proceedings of the 27th IEEE/ACM International Conference on Automated Software Engineering},
title={Slicing and replaying code change history},
year={2012},
volume={},
number={},
pages={246-249},
keywords={Java;software maintenance;Java program;change-aware development environment;code change history;edit operation;fine-grained code change;program source code;running tool;skipping action;slicing mechanism;software maintenance;Code change;Integrated development environments;Program comprehension;Program slicing;Software maintenance and evolution},
doi={10.1145/2351676.2351713},
ISSN={},
month={Sept},}
,
@inproceedings{Hattori:2011,
author = {Hattori, Lile and D'Ambros, Marco and Lanza, Michele and Lungu, Mircea},
title = {Software Evolution Comprehension: Replay to the Rescue},
booktitle = {Proceedings of the 2011 IEEE 19th International Conference on Program Comprehension},
series = {ICPC '11},
year = {2011},
isbn = {978-0-7695-4398-7},
pages = {161--170},
numpages = {10},
url = {http://dx.doi.org/10.1109/ICPC.2011.39},
doi = {10.1109/ICPC.2011.39},
acmid = {2057220},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
,
@INPROCEEDINGS{Hattori:2010,
author={L. Hattori and M. Lanza},
booktitle={2010 ACM/IEEE 32nd International Conference on Software Engineering},
title={Syde: a tool for collaborative software development},
year={2010},
volume={2},
number={},
pages={235-238},
keywords={groupware;information management;software engineering;software tools;source coding;team working;Syde;change information;collaborative software development;conflict information;information overload;multideveloper project;source code changes;team awareness;team collaboration;Conferences;Object oriented modeling;Presses;Servers;Software;Visualization;Syde;awareness;change;collaboration;visualization},
doi={10.1145/1810295.1810339},
ISSN={0270-5257},
month={May},}
,
@inproceedings{Yoon:2012,
author = {Yoon, YoungSeok and Myers, Brad A.},
title = {An Exploratory Study of Backtracking Strategies Used by Developers},
booktitle = {Proceedings of the 5th International Workshop on Co-operative and Human Aspects of Software Engineering},
series = {CHASE '12},
year = {2012},
isbn = {978-1-4673-1824-2},
location = {Zurich, Switzerland},
pages = {138--144},
numpages = {7},
url = {http://dl.acm.org/citation.cfm?id=2663638.2663669},
acmid = {2663669},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
keywords = {component, exploratory programming, undo},
}
,
@INPROCEEDINGS{Vakilian:2012,
author={M. Vakilian and N. Chen and S. Negara and B. A. Rajkumar and B. P. Bailey and R. E. Johnson},
booktitle={2012 34th International Conference on Software Engineering (ICSE)},
title={Use, disuse, and misuse of automated refactorings},
year={2012},
volume={},
number={},
pages={233-243},
keywords={software maintenance;software tools;awareness;behavioral data;interaction data;invocation method;lightweight methods;naming;predictability;predictable automated refactorings;refactoring tools;trust;Context;Educational institutions;Interviews;Programming;Reliability;Software;User interfaces;Human computer interaction;Human factors;Programming environments;Software engineering;Software maintenance;User interfaces},
doi={10.1109/ICSE.2012.6227190},
ISSN={0270-5257},
month={June},}
,
@INPROCEEDINGS{Yoon:2013,
author={Y. Yoon and B. A. Myers and S. Koo},
booktitle={2013 IEEE Symposium on Visual Languages and Human Centric Computing},
title={Visualization of fine-grained code change history},
year={2013},
volume={},
number={},
pages={119-126},
keywords={data visualisation;software engineering;Azurite;Eclipse plug-in;code editor interaction;code history diff view;fine-grained code change history visualization;timeline visualization;user backtracking tasks;Filtering;History;Layout;Navigation;Real-time systems;Software;Visualization;integrated development environments;program comprehension;selective undo;software visualization},
doi={10.1109/VLHCC.2013.6645254},
ISSN={1943-6092},
month={Sept},}
,
@inproceedings{Janzen:2003,
author = {Janzen, Doug and De Volder, Kris},
title = {Navigating and Querying Code Without Getting Lost},
booktitle = {Proceedings of the 2Nd International Conference on Aspect-oriented Software Development},
series = {AOSD '03},
year = {2003},
isbn = {1-58113-660-9},
location = {Boston, Massachusetts},
pages = {178--187},
numpages = {10},
url = {http://doi.acm.org/10.1145/643603.643622},
doi = {10.1145/643603.643622},
acmid = {643622},
publisher = {ACM},
address = {New York, NY, USA},
}
,
@inproceedings{Hajiyev:2006,
author = {Hajiyev, Elnar and Verbaere, Mathieu and de Moor, Oege},
title = {CodeQuest: Scalable Source Code Queries with Datalog},
booktitle = {Proceedings of the 20th European Conference on Object-Oriented Programming},
series = {ECOOP'06},
year = {2006},
isbn = {3-540-35726-2, 978-3-540-35726-1},
location = {Nantes, France},
pages = {2--27},
numpages = {26},
url = {http://dx.doi.org/10.1007/11785477_2},
doi = {10.1007/11785477_2},
acmid = {2171331},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
}
,
@inproceedings{Mens:2002,
author = {Mens, Kim and Mens, Tom and Wermelinger, Michel},
title = {Maintaining Software Through Intentional Source-code Views},
booktitle = {Proceedings of the 14th International Conference on Software Engineering and Knowledge Engineering},
series = {SEKE '02},
year = {2002},
isbn = {1-58113-556-4},
location = {Ischia, Italy},
pages = {289--296},
numpages = {8},
url = {http://doi.acm.org/10.1145/568760.568812},
doi = {10.1145/568760.568812},
acmid = {568812},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {crosscutting concerns, logic metaprogramming, modularisation, software maintenance and evolution, validation and verification},
}
,
@inproceedings{Eichberg:2008,
author = {Eichberg, Michael and Kloppenburg, Sven and Klose, Karl and Mezini, Mira},
title = {Defining and Continuous Checking of Structural Program Dependencies},
booktitle = {Proceedings of the 30th International Conference on Software Engineering},
series = {ICSE '08},
year = {2008},
isbn = {978-1-60558-079-1},
location = {Leipzig, Germany},
pages = {391--400},
numpages = {10},
url = {http://doi.acm.org/10.1145/1368088.1368142},
doi = {10.1145/1368088.1368142},
acmid = {1368142},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {continuous checking, controlling program dependencies, datalog, static analysis},
}
%=======================================================
%Real Entries End
%Entries
@Article{Abril07,
author = "Patricia S. Abril and Robert Plant",
title = "The patent holder's dilemma: Buy, sell, or troll?",
journal = "Communications of the ACM",
volume = "50",
number = "1",
month = jan,
year = "2007",
pages = "36--44",
doi = "10.1145/1188913.1188915",
url = "http://doi.acm.org/10.1145/1219092.1219093",
note = "",
}
@Article{Cohen07,
author = "Sarah Cohen and Werner Nutt and Yehoshua Sagic",
title = "Deciding equivalances among conjunctive aggregate queries",
journal = JACM,
articleno = "5",
numpages = "50",
volume = "54",
number = "2",
month = apr,
year = "2007",
doi = "10.1145/1219092.1219093",
url = "http://doi.acm.org/10.1145/1219092.1219093",
acmid = "1219093",
note = "",
}
@periodical{JCohen96,
key = "Cohen",
editor = "Jacques Cohen",
title = "Special issue: Digital Libraries",
journal = CACM,
volume = "39",
number = "11",
month = nov,
year = "1996",
}
@Book{Kosiur01,
author = "David Kosiur",
title = "Understanding Policy-Based Networking",
publisher = "Wiley",
year = "2001",
address = "New York, NY",
edition = "2nd.",
editor = "",
volume = "",
number = "",
series = "",
month = "",
note = "",
}
@Book{Harel79,
author = "David Harel",
year = "1979",
title = "First-Order Dynamic Logic",
series = "Lecture Notes in Computer Science",
volume = "68",
address = "New York, NY",
publisher = "Springer-Verlag",
doi = "10.1007/3-540-09237-4",
url = "http://dx.doi.org/10.1007/3-540-09237-4",
editor = "",
number = "",
month = "",
note = "",
}
@Inbook{Editor00,
author = "",
editor = "Ian Editor",
title = "The title of book one",
subtitle = "The book subtitle",
series = "The name of the series one",
year = "2007",
volume = "9",
address = "Chicago",
edition = "1st.",
publisher = "University of Chicago Press",
doi = "10.1007/3-540-09237-4",
url = "http://dx.doi.org/10.1007/3-540-09456-9",
chapter = "",
pages = "",
number = "",
type = "",
month = "",
note = "",
}
%
@InBook{Editor00a,
author = "",
editor = "Ian Editor",
title = "The title of book two",
subtitle = "The book subtitle",
series = "The name of the series two",
year = "2008",
address = "Chicago",
edition = "2nd.",
publisher = "University of Chicago Press",
doi = "10.1007/3-540-09237-4",
url = "http://dx.doi.org/10.1007/3-540-09456-9",
volume = "",
chapter = "100",
pages = "",
number = "",
type = "",
month = "",
note = "",
}
% incollection (has an editor, title, and possibly a booktitle)
@Incollection{Spector90,
author = "Asad Z. Spector",
title = "Achieving application requirements",
booktitle = "Distributed Systems",
publisher = "ACM Press",
address = "New York, NY",
year = "1990",
edition = "2nd.",
chapter = "",
editor = "Sape Mullender",
pages = "19--33",
doi = "10.1145/90417.90738",
url = "http://doi.acm.org/10.1145/90417.90738",
volume = "",
number = "",
series = "",
type = "",
month = "",
note = "",
}
% incollection (has an editor, title, and possibly a booktitle)
@Incollection{Douglass98,
author = "Bruce P. Douglass and David Harel and Mark B. Trakhtenbrot",
title = "Statecarts in use: structured analysis and object-orientation",
series = "Lecture Notes in Computer Science",
booktitle = "Lectures on Embedded Systems",
publisher = "Springer-Verlag",
address = "London",
volume = "1494",
year = "1998",
chapter = "",
editor = "Grzegorz Rozenberg and Frits W. Vaandrager",
pages = "368--394",
doi = "10.1007/3-540-65193-4_29",
url = "http://dx.doi.org/10.1007/3-540-65193-4_29",
edition = "",
number = "",
type = "",
month = "",
note = "",
}
@Book{Knuth97,
author = "Donald E. Knuth",
title = "The Art of Computer Programming, Vol. 1: Fundamental Algorithms (3rd. ed.)",
publisher = "Addison Wesley Longman Publishing Co., Inc.",
year = "1997",
address = "",
edition = "",
editor = "",
volume = "",
number = "",
series = "",
month = "",
note = "",
}
@Book{Knuth98,
author = "Donald E. Knuth",
year = "1998",
title = "The Art of Computer Programming",
series = "Fundamental Algorithms",
volume = "1",
edition = "3rd",
address = "",
publisher = "Addison Wesley Longman Publishing Co., Inc.",
doi = "",
url = "",
editor = "",
number = "",
month = "",
note = "(book)",
}
%Inbook{Knuth97,
% author = "Donald E. Knuth",
% title = "The Art of Computer Programming",
% booktitle = "the booktitle",
% edition = "3",
% volume = "1",
% year = "1997",
% publisher = "Addison Wesley Longman Publishing Co., Inc.",
% editor = "",
% number = "",
% series = "Fundamental Algorithms",
% type = "",
% chapter = "",
% pages = "",
% address = "",
% month = "",
% note = "(inbook)",
%}
%INBOOK{DK:73-inbook-full,
% author = "Donald E. Knuth",
% title = "Fundamental Algorithms (inbook w series)",
% volume = 1,
% series = "The Art of Computer Programming",
% publisher = "Addison-Wesley",
% address = "Reading, Massachusetts",
% edition = "Second",
% month = "10~" # jan,
% year = "1973",
% type = "Section",
% chapter = "1.2",
% pages = "10--119",
% note = "Full INBOOK entry (w series)",
%}
%INcollection{DK:74-incoll,
% author = "Donald E. Knuth",
% title = "Fundamental Algorithms (incoll)",
% volume = 1,
% booktitle = "The Art of Computer Programming",
% publisher = "Addison-Wesley",
% address = "Reading, Massachusetts",
% month = "10~" # jan,
% year = "1974",
% pages = "10--119",
% editor = "Bernard Rous",
% note = "This is a full incoll entry with an editor",
%}
%INcollection{DK:75-incollws,
% author = "Donald E. Knuth",
% title = "Fundamental Algorithms (incoll w series)",
% volume = 1,
% booktitle = "The Art of Computer Programming",
% series = "The Art of Computer Programming",
% publisher = "Addison-Wesley",
% address = "Reading, Massachusetts",
% month = "10~" # jan,
% year = "1975",
% pages = "10--119",
% editor = "Bernard Rous",
% note = "This is a full incoll entry with an editor and series",
%}
@incollection{GM05,
Author= "Dan Geiger and Christopher Meek",
Title= "Structured Variational Inference Procedures and their Realizations (as incol)",
Year= 2005,
Booktitle="Proceedings of Tenth International Workshop on Artificial Intelligence and Statistics, {\rm The Barbados}",
Publisher="The Society for Artificial Intelligence and Statistics",
Month= jan,
Editors= "Z. Ghahramani and R. Cowell"
}
@Inproceedings{Smith10,
author = "Stan W. Smith",
title = "An experiment in bibliographic mark-up: Parsing metadata for XML export",
booktitle = "Proceedings of the 3rd. annual workshop on Librarians and Computers",
series = "LAC '10",
editor = "Reginald N. Smythe and Alexander Noble",
volume = "3",
year = "2010",
publisher = "Paparazzi Press",
address = "Milan Italy",
pages = "422--431",