-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcrossrefs.bib
6199 lines (5955 loc) · 231 KB
/
crossrefs.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 crossreferences (conference (at)Proceedings entries) -- master file
%% Type "make" in the bib directory to process this with the crossrefs-abbreviate
%% script, which creates crossferf-unabbrev.bib.
%% Each entry should have both a title and a booktitle field.
% Strings can contain, but cannot start with, a numeral
@Proceedings{ThreeGSE2015,
title = "3GSE: USENIX Summit on Gaming, Games, and Gamification in Security Education",
booktitle = "3GSE: USENIX Summit on Gaming, Games, and Gamification in Security Education",
year = 2015,
address = "Washington, DC",
month = aug,
}
@Proceedings{AAAI98,
title = "AAAI '98: Proceedings of the Fifteenth National Conference on Artificial Intelligence",
booktitle = "AAAI '98: Proceedings of the Fifteenth National Conference on Artificial Intelligence",
year = 1998,
address = "Madison, WI, USA",
month = jul,
}
@Proceedings{AAAI2000,
title = "AAAI/IAAI: Proceedings of the Seventeenth National Conference on
Artificial Intelligence and Twelfth Conference on
Innovative Applications of Artificial Intelligence",
booktitle = "AAAI/IAAI: Proceedings of the Seventeenth National Conference on
Artificial Intelligence and Twelfth Conference on
Innovative Applications of Artificial Intelligence",
year = 2000,
address = "Austin, TX",
month = jul,
}
@Proceedings{AAAI2006,
title = "AAAI 2006: Proceedings of the 21st National Conference on Artificial Intelligence",
booktitle = "AAAI 2006: Proceedings of the 21st National Conference on Artificial Intelligence",
year = 2006,
address = "Boston, MA, USA",
month = jul,
}
@Proceedings{AAAI2011,
title = "AAAI 2011: Proceedings of the Twenty-Fifth Conference on Artificial Intelligence",
booktitle = "AAAI 2011: Proceedings of the Twenty-Fifth Conference on Artificial Intelligence",
year = 2011,
address = "San Francisco, CA, USA",
month = aug,
}
@Proceedings{AADEBUG2003,
title = "AADEBUG 2003: Fifth International Workshop on Automated and Algorithmic Debugging",
booktitle = "AADEBUG 2003: Fifth International Workshop on Automated and Algorithmic Debugging",
year = 2003,
address = "Ghent, Belgium",
month = sep,
}
@Proceedings{AADEBUG2005,
title = "AADEBUG 2005: Sixth International Symposium on Automated and Algorithmic Debugging",
booktitle = "AADEBUG 2005: Sixth International Symposium on Automated and Algorithmic Debugging",
year = 2005,
address = "Monterey, CA, USA",
month = sep,
}
@Proceedings{ACSAC2002,
title = "ACSAC 2002: Proceedings of the 2002 Annual Computer Security Applications Conference",
booktitle = "ACSAC 2002: Proceedings of the 2002 Annual Computer Security Applications Conference",
year = 2002,
address = "Las Vegas, NV, USA",
month = dec,
}
@Proceedings{ACSAC2006,
title = "ACSAC 2006: Proceedings of the 2006 Annual Computer Security Applications Conference",
booktitle = "ACSAC 2006: Proceedings of the 2006 Annual Computer Security Applications Conference",
year = 2006,
address = "Miami Beach, FL, USA",
month = dec,
}
@Proceedings{ACSAC2007,
title = "ACSAC 2007: 23rd Annual Computer Security Applications Conference",
booktitle = "ACSAC 2007: 23rd Annual Computer Security Applications Conference",
year = 2007,
address = "Miami Beach, FL, USA",
month = dec,
}
@Proceedings{ACSAC2008,
title = "ACSAC 2008: 24th Annual Computer Security Applications Conference",
booktitle = "ACSAC 2008: 24th Annual Computer Security Applications Conference",
year = 2008,
address = "Anaheim, CA, USA",
month = dec,
}
@Proceedings{ACSAC2009,
title = "ACSAC 2009: 25th Annual Computer Security Applications Conference",
booktitle = "ACSAC 2009: 25th Annual Computer Security Applications Conference",
year = 2009,
address = "Honolulu, HI, USA",
month = dec,
}
@Proceedings{ACSC2005,
title = "ACSC 2005: Proceedings of the Twenty-eighth Australasian Conference on Computer Science",
booktitle = "ACSC 2005: Proceedings of the Twenty-eighth Australasian Conference on Computer Science",
year = 2005,
address = "Newcastle, NSW, Australia",
month = feb,
}
@Proceedings{ACSC2009,
title = "ACSC 2009: Proceedings of the Thirty-Second Australasian Conference on Computer Science",
booktitle = "ACSC 2009: Proceedings of the Thirty-Second Australasian Conference on Computer Science",
year = 2009,
address = "Wellington, New Zealand",
month = jan,
}
@Proceedings{AdaEurope99,
title = "Ada-Europe: Ada-Europe'99 International Conference on Reliable
Software Technologies",
booktitle = "Ada-Europe: Ada-Europe'99 International Conference on Reliable
Software Technologies",
year = 1999,
address = "Santander, Spain",
month = jun,
}
@Proceedings{AdaEurope2004,
title = "Ada-Europe: Ada-Europe 2004 International Conference on Reliable
Software Technologies",
booktitle = "Ada-Europe: Ada-Europe 2004 International Conference on Reliable
Software Technologies",
year = 2004,
address = "Palma de Mallorca",
month = jun,
}
@Proceedings{AIFIPP92,
title = "AIFIPP '92: Knowledge Oriented Software Design: Extended Papers
from the IFIP TC 12 Workshop on Artificial Intelligence from
the Information Processing Perspective",
booktitle = "AIFIPP '92: Knowledge Oriented Software Design: Extended Papers
from the IFIP TC 12 Workshop on Artificial Intelligence from
the Information Processing Perspective",
year = 1992,
address = "Madrid, Spain",
month = sep,
}
@Proceedings{AIPL77,
title = "AIPL '77: ACM Symposium on Artificial Intelligence and Programming Languages",
booktitle = "AIPL '77: ACM Symposium on Artificial Intelligence and Programming Languages",
year = 1977,
address = "Rochester, NY",
month = aug,
}
@Proceedings{AOSD2002,
title = "AOSD 2002: Proceedings of the First International Conference on Aspect-Oriented Software Development",
booktitle = "AOSD 2002: Proceedings of the First International Conference on Aspect-Oriented Software Development",
year = 2002,
address = "Enschede, The Netherlands",
month = apr,
}
@Proceedings{AOSD2007,
title = "AOSD 2007: Proceedings of the Sixth International Conference on
Aspect-Oriented Software Development",
booktitle = "AOSD 2007: Proceedings of the Sixth International Conference on
Aspect-Oriented Software Development",
year = 2007,
address = "Vancouver, BC, Canada",
month = mar,
}
@Proceedings{AOSD2010,
title = "AOSD 2010: Proceedings of the 9th International Conference on Aspect-Oriented Software Development",
booktitle = "AOSD 2010: Proceedings of the 9th International Conference on Aspect-Oriented Software Development",
year = 2010,
address = "Rennes and Saint Malo, France",
month = mar,
}
@Proceedings{AOSD2011,
title = "AOSD 2011: Proceedings of the 10th International Conference on Aspect-Oriented Software Development",
booktitle = "AOSD 2011: Proceedings of the 10th International Conference on Aspect-Oriented Software Development",
year = 2011,
address = "Porto de Galinhas, Pernambuco, Brazil",
month = mar,
}
@Proceedings{AOSD2012,
title = "AOSD 2012: Proceedings of the 11th International Conference on Aspect-Oriented Software Development",
booktitle = "AOSD 2012: Proceedings of the 11th International Conference on Aspect-Oriented Software Development",
year = 2012,
address = "Potsdam, Germany",
month = mar,
}
@Proceedings{APLAS2005,
title = "APLAS 2005: Third Asian Symposium on Programming Languages and Systems",
booktitle = "APLAS 2005: Third Asian Symposium on Programming Languages and Systems",
year = 2005,
address = "Tsukuba, Japan",
month = nov,
}
% APPSEM is a "thematic network", a program sponsored by the EU to
% promote connections between PL researchers in Europe. Its workshops
% draw participants in the project but are also open to the public.
% Their notion of "applied" is still pretty theoretical by US standards.
@Proceedings{APPSEMII2003,
title = "APPSEM-II: First Applied Semantics II Workshop",
booktitle = "APPSEM-II: First Applied Semantics II Workshop",
year = 2003,
address = "Nottingham, UK",
month = may,
}
@Proceedings{APSys2013,
title = "APSys 2013: 4th Asia-Pacific Workshop on Systems",
booktitle = "APSys 2013: 4th Asia-Pacific Workshop on Systems",
year = 2013,
address = "Singapore",
month = jul,
}
@Proceedings{APSys2014,
title = "APSys 2014: 5th Asia-Pacific Workshop on Systems",
booktitle = "APSys 2014: 5th Asia-Pacific Workshop on Systems",
year = 2014,
address = "Beijing, China",
month = jun,
}
@Proceedings{ASE98,
title = "ASE '98: Proceedings of the 13th Annual International Conference on Automated Software Engineering",
booktitle = "ASE '98: Proceedings of the 13th Annual International Conference on Automated Software Engineering",
year = 1998,
address = "Honolulu, Hawaii",
month = oct,
}
@Proceedings{ASE2000,
title = "ASE 2000: Proceedings of the 15th Annual International
Conference on Automated Software Engineering",
booktitle = "ASE 2000: Proceedings of the 15th Annual International
Conference on Automated Software Engineering",
year = 2000,
address = "Grenoble, France",
month = sep,
}
@Proceedings{ASE2001,
title = "ASE 2001: Proceedings of the 16th Annual International
Conference on Automated Software Engineering",
booktitle = "ASE 2001: Proceedings of the 16th Annual International
Conference on Automated Software Engineering",
year = 2001,
address = "San Diego, CA, USA",
month = nov,
}
@Proceedings{ASE2003,
title = "ASE 2003: Proceedings of the 18th Annual International
Conference on Automated Software Engineering",
booktitle = "ASE 2003: Proceedings of the 18th Annual International
Conference on Automated Software Engineering",
year = 2003,
address = Montreal,
month = oct,
}
@Proceedings{ASE2004,
title = "ASE 2004: Proceedings of the 19th Annual International
Conference on Automated Software Engineering",
booktitle = "ASE 2004: Proceedings of the 19th Annual International
Conference on Automated Software Engineering",
year = 2004,
address = "Linz, Australia",
month = sep,
}
@Proceedings{ASE2005,
title = "ASE 2005: Proceedings of the 20th Annual International
Conference on Automated Software Engineering",
booktitle = "ASE 2005: Proceedings of the 20th Annual International
Conference on Automated Software Engineering",
year = 2005,
address = "Long Beach, CA, USA",
month = nov,
}
@Proceedings{ASE2006,
title = "ASE 2006: Proceedings of the 21st Annual International
Conference on Automated Software Engineering",
booktitle = "ASE 2006: Proceedings of the 21st Annual International
Conference on Automated Software Engineering",
year = 2006,
address = "Tokyo, Japan",
month = sep,
}
@Proceedings{ASE2007,
title = "ASE 2007: Proceedings of the 22nd Annual International
Conference on Automated Software Engineering",
booktitle = "ASE 2007: Proceedings of the 22nd Annual International
Conference on Automated Software Engineering",
year = 2007,
address = "Atlanta, GA, USA",
month = nov,
}
@Proceedings{ASE2008,
title = "ASE 2008: Proceedings of the 23rd Annual International
Conference on Automated Software Engineering",
booktitle = "ASE 2008: Proceedings of the 23rd Annual International
Conference on Automated Software Engineering",
year = 2008,
address = "L'Aquila, Italy",
month = sep,
}
@Proceedings{ASE2009,
title = "ASE 2009: Proceedings of the 24th Annual International
Conference on Automated Software Engineering",
booktitle = "ASE 2009: Proceedings of the 24th Annual International
Conference on Automated Software Engineering",
year = 2009,
address = "Auckland, NZ",
month = nov,
}
@Proceedings{ASE2010,
title = "ASE 2010: Proceedings of the 25th Annual International
Conference on Automated Software Engineering",
booktitle = "ASE 2010: Proceedings of the 25th Annual International
Conference on Automated Software Engineering",
year = 2010,
address = "Antwerp, Belgium",
month = sep,
}
@Proceedings{ASE2011,
title = "ASE 2011: Proceedings of the 26th Annual International
Conference on Automated Software Engineering",
booktitle = "ASE 2011: Proceedings of the 26th Annual International
Conference on Automated Software Engineering",
year = 2011,
address = "Lawrence, KS, USA",
month = nov,
}
@Proceedings{ASE2012,
title = "ASE 2012: Proceedings of the 27th Annual International
Conference on Automated Software Engineering",
booktitle = "ASE 2012: Proceedings of the 27th Annual International
Conference on Automated Software Engineering",
year = 2012,
address = "Essen, Germany",
month = sep,
}
@Proceedings{ASE2013,
title = "ASE 2013: Proceedings of the 28th Annual International
Conference on Automated Software Engineering",
booktitle = "ASE 2013: Proceedings of the 28th Annual International
Conference on Automated Software Engineering",
year = 2013,
address = "Palo Alto, CA, USA",
month = nov,
}
@Proceedings{ASE2014,
title = "ASE 2014: Proceedings of the 29th Annual International
Conference on Automated Software Engineering",
booktitle = "ASE 2014: Proceedings of the 29th Annual International
Conference on Automated Software Engineering",
year = 2014,
address = "V{\"a}ster\o{a}s, Sweden",
month = sep,
}
@Proceedings{ASE2015,
title = "ASE 2015: Proceedings of the 30th Annual International
Conference on Automated Software Engineering",
booktitle = "ASE 2015: Proceedings of the 30th Annual International
Conference on Automated Software Engineering",
year = 2015,
address = "Lincoln, NE, USA",
month = nov,
}
@Proceedings{ASEE2004,
title = "ASEE 2004: ASEE Annual Conference",
booktitle = "ASEE 2004: ASEE Annual Conference",
year = 2004,
address = "Salt Lake City, Utah",
month = jun,
}
@Proceedings{ASID2006,
title = "ASID 2006: Proceedings of the 1st Workshop on Architectural and System Support for Improving Software Dependability",
booktitle = "ASID 2006: Proceedings of the 1st Workshop on Architectural and System Support for Improving Software Dependability",
year = 2006,
address = "San Jose, CA, USA",
month = oct,
}
@Proceedings{ASPLOS89,
title = "ASPLOS '89: Proceedings of the Third International Conference on Architectural Support for Programming Languages and Operating Systems",
booktitle = "ASPLOS '89: Proceedings of the Third International Conference on Architectural Support for Programming Languages and Operating Systems",
year = 1989,
address = "Boston, MA, USA",
month = apr,
}
@Proceedings{ASPLOS91,
title = "ASPLOS '91: Proceedings of the Fourth International Conference on Architectural Support for Programming Languages and Operating Systems",
booktitle = "ASPLOS '91: Proceedings of the Fourth International Conference on Architectural Support for Programming Languages and Operating Systems",
year = 1991,
address = "Santa Clara, CA, USA",
month = apr,
}
@Proceedings{ASPLOS92,
title = "ASPLOS '92: Proceedings of the Fifth International Conference on Architectural Support for Programming Languages and Operating Systems",
booktitle = "ASPLOS '92: Proceedings of the Fifth International Conference on Architectural Support for Programming Languages and Operating Systems",
year = 1992,
address = "Boston, MA, USA",
month = apr,
}
@Proceedings{ASPLOS94,
title = "ASPLOS '94: Proceedings of the Sixth International Conference on Architectural Support for Programming Languages and Operating Systems",
booktitle = "ASPLOS '94: Proceedings of the Sixth International Conference on Architectural Support for Programming Languages and Operating Systems",
year = 1992,
address = "San Jose, CA, USA",
month = oct,
}
@Proceedings{ASPLOS96,
title = "ASPLOS '96: Proceedings of the Seventh International Conference on Architectural Support for Programming Languages and Operating Systems",
booktitle = "ASPLOS '96: Proceedings of the Seventh International Conference on Architectural Support for Programming Languages and Operating Systems",
year = 1996,
address = "Cambridge, MA, USA",
month = oct,
}
@Proceedings{ASPLOS98,
title = "ASPLOS '98: Proceedings of the Eighth International Conference on Architectural Support for Programming Languages and Operating Systems",
booktitle = "ASPLOS '98: Proceedings of the Eighth International Conference on Architectural Support for Programming Languages and Operating Systems",
year = 1998,
address = "San Jose, CA",
month = oct,
}
@Proceedings{ASPLOS2004,
title = "ASPLOS 2004: Proceedings of the 11th International Conference on
Architectural Support for Programming Languages and
Operating Systems",
booktitle = "ASPLOS 2004: Proceedings of the 11th International Conference on
Architectural Support for Programming Languages and
Operating Systems",
year = 2004,
address = "Boston, Massachusetts, USA",
month = oct,
}
@Proceedings{ASPLOS2008,
title = "ASPLOS 2008: Proceedings of the 13th International Conference on
Architectural Support for Programming Languages and
Operating Systems",
booktitle = "ASPLOS 2008: Proceedings of the 13th International Conference on
Architectural Support for Programming Languages and
Operating Systems",
year = 2008,
address = "Seattle, WA, USA",
month = mar,
}
@Proceedings{ASPLOS2013,
title = "ASPLOS 2013: Proceedings of the 18th International Conference on Architectural Support for Programming Languages and Operating Systems",
booktitle = "ASPLOS 2013: Proceedings of the 18th International Conference on Architectural Support for Programming Languages and Operating Systems",
year = 2013,
address = "Houston, TX, USA",
month = mar,
}
@Proceedings{ASPLOS2014,
title = "ASPLOS 2014: Proceedings of the 19th International Conference on Architectural Support for Programming Languages and Operating Systems",
booktitle = "ASPLOS 2014: Proceedings of the 19th International Conference on Architectural Support for Programming Languages and Operating Systems",
year = 2014,
address = "Houston, TX, USA",
month = mar,
}
@Proceedings{AST2006,
title = "AST Workshop: 1st Workshop on Automation of Software Test (AST 2006)",
booktitle = "AST Workshop: 1st Workshop on Automation of Software Test (AST 2006)",
year = 2006,
address = "Shanghai, China",
month = may,
}
@Proceedings{ASWEC2001,
title = "ASWEC 2001: 13th Australian Software Engineering
Conference",
booktitle = "ASWEC 2001: 13th Australian Software Engineering
Conference",
year = 2001,
address = "Canberra, Australia",
month = aug,
}
@Proceedings{ASWEC2009,
title = "ASWEC 2009: 20th Australian Software Engineering
Conference",
booktitle = "ASWEC 2009: 20th Australian Software Engineering
Conference",
year = 2009,
address = "Gold Coast, Australia",
month = apr,
}
@Proceedings{AVIS2003,
title = "AVIS 2003: Workshop on Automated Verification of Infinite-State Systems",
booktitle = "AVIS 2003: Workshop on Automated Verification of Infinite-State Systems",
year = 2003,
address = "Warsaw, Poland",
month = apr,
}
@Proceedings{BlackHatUSA2012,
title = "Black Hat USA",
booktitle = "Black Hat USA",
year = 2012,
address = "Las Vegas, NV, USA",
month = jul,
}
@Proceedings{ByteCode2009,
title = "ByteCode 2009: 4th International Workshop on Bytecode Semantics, Verification, Analysis and Transformation",
booktitle = "ByteCode 2009: 4th International Workshop on Bytecode Semantics, Verification, Analysis and Transformation",
year = 2009,
address = "York, UK",
month = mar,
}
@Proceedings{CADE92,
title = "CADE '92: Proceedings of the 11th International Conference on
Automated Deduction ({CADE}-11)",
booktitle = "CADE '92: Proceedings of the 11th International Conference on
Automated Deduction ({CADE}-11)",
year = 1992,
address = "Saratoga Springs, NY, USA",
month = jun,
}
@Proceedings{CADE2000,
title = "CADE 2000: Proceedings of the 17th International Conference on
Automated Deduction ({CADE}-17)",
booktitle = "CADE 2000: Proceedings of the 17th International Conference on
Automated Deduction ({CADE}-17)",
year = 2000,
address = "Pittsburgh, PA, USA",
month = jun,
}
@Proceedings{CADE2011,
title = "CADE 2011: Proceedings of the 23rd International Conference on
Automated Deduction ({CADE}-23)",
booktitle = "CADE 2011: Proceedings of the 23rd International Conference on
Automated Deduction ({CADE}-23)",
year = 2011,
address = "Warsaw, Poland",
month = aug,
}
@Proceedings{CARDIS2004,
title = "CARDIS 2004: Sixth Smart Card Research and Advanced Application IFIP Conference",
booktitle = "CARDIS 2004: Sixth Smart Card Research and Advanced Application IFIP Conference",
year = 2004,
address = "Toulouse, France",
month = aug,
}
@Proceedings{CASCON1999,
title = "CASCON",
booktitle = "CASCON",
year = 1999,
address = "Mississauga, Ontario, Canada",
month = nov,
}
@Proceedings{CASCON2000,
title = "CASCON",
booktitle = "CASCON",
year = 2000,
address = "Mississauga, Ontario, Canada",
month = nov,
}
@Proceedings{CASES2005,
title = "CASES 2005: Proceedings of the 2005 International Conference on Compilers, Architectures and Synthesis for Embedded Systems",
booktitle = "CASES 2005: Proceedings of the 2005 International Conference on Compilers, Architectures and Synthesis for Embedded Systems",
year = 2005,
address = "San Francisco, CA, USA",
month = sep,
}
@Proceedings{CASSIS2004,
title = "CASSIS 2004: Construction and Analysis of Safe, Secure, and Interoperable Smart Devices",
booktitle = "CASSIS 2004: Construction and Analysis of Safe, Secure, and Interoperable Smart Devices",
year = 2004,
address = "Marseille, France",
month = mar,
}
@Proceedings{CASSIS2005,
title = "CASSIS 2005: Construction and Analysis of Safe, Secure, and Interoperable Smart Devices",
booktitle = "CASSIS 2005: Construction and Analysis of Safe, Secure, and Interoperable Smart Devices",
year = 2005,
address = "Nice, France",
month = mar,
}
@Proceedings{CAV95,
title = "CAV '95: Proceedings of the 7th International Conference On
Computer Aided Verification",
booktitle = "CAV '95: Proceedings of the 7th International Conference On
Computer Aided Verification",
year = 1995,
address = "Liege, Belgium",
month = jul,
}
@Proceedings{CAV96,
title = "CAV '96: Proceedings of the Eighth International Conference on
Computer Aided Verification ({CAV})",
booktitle = "CAV '96: Proceedings of the Eighth International Conference on
Computer Aided Verification ({CAV})",
year = 1996,
address = "New Brunswick, NJ, USA",
month = jul,
}
@Proceedings{CAV2001,
title = "CAV 2001: 13th International Conference on Computer Aided
Verification",
booktitle = "CAV 2001: 13th International Conference on Computer Aided
Verification",
year = 2001,
address = "Paris, France",
month = jul,
}
@Proceedings{CAV2006,
title = "CAV 2006: 18th International Conference on Computer Aided
Verification",
booktitle = "CAV 2006: 18th International Conference on Computer Aided
Verification",
year = 2006,
address = "Seattle, WA, USA",
month = aug,
}
@Proceedings{CAV2011,
title = "CAV 2011: 23rd International Conference on Computer Aided
Verification",
booktitle = "CAV 2011: 23rd International Conference on Computer Aided
Verification",
year = 2011,
address = "Snowbird, UT, USA",
month = jul,
}
@Proceedings{CAV2016,
title = "CAV 2016: 28th International Conference on Computer Aided
Verification",
booktitle = "CAV 2016: 28th International Conference on Computer Aided
Verification",
year = 2016,
address = "Toronto, Canada",
month = jul,
}
@Proceedings{CBSE2001,
title = "CBSE4: 4th ICSE Workshop on Component-Based Software Engineering",
booktitle = "CBSE4: 4th ICSE Workshop on Component-Based Software Engineering",
year = 2001,
address = "Toronto, Canada",
month = may,
}
% Compiler Construction (not to be confused with PLDI, which used to also
% be called Compiler Construction)
@Proceedings{CC94,
title = "CC '94: Compiler Construction: 4th International Conference",
booktitle = "CC '94: Compiler Construction: 4th International Conference",
year = 1994,
address = "",
month = apr,
}
@Proceedings{CC96,
title = "CC '96: Compiler Construction: 6th International Conference",
booktitle = "CC '96: Compiler Construction: 6th International Conference",
year = 1996,
address = "Linkoping, Sweden",
month = apr,
}
@Proceedings{CC98,
title = "CC '98: Compiler Construction: 7th International Conference",
booktitle = "CC '98: Compiler Construction: 7th International Conference",
year = 1998,
address = "Lisbon, Portugal",
month = mar,
}
@Proceedings{CC2001,
title = "CC 2001: Compiler Construction: 10th International Conference",
booktitle = "CC 2001: Compiler Construction: 10th International Conference",
year = 2001,
address = "Genova, Italy",
month = apr,
}
@Proceedings{CC2002,
title = "CC 2002: Compiler Construction: 11th International Conference",
booktitle = "CC 2002: Compiler Construction: 11th International Conference",
year = 2002,
address = "Grenoble, France",
month = apr,
}
@Proceedings{CC2003,
title = "CC 2003: Compiler Construction: 12th International Conference",
booktitle = "CC 2003: Compiler Construction: 12th International Conference",
year = 2003,
address = "Warsaw, Poland",
month = apr,
}
@Proceedings{CC2004,
title = "CC 2004: Compiler Construction: 13th International Conference",
booktitle = "CC 2004: Compiler Construction: 13th International Conference",
year = 2004,
address = "Barcelona, Spain",
month = mar,
}
@Proceedings{CC2005,
title = "CC 2005: Compiler Construction: 14th International Conference",
booktitle = "CC 2005: Compiler Construction: 14th International Conference",
year = 2005,
address = "Edinburgh, Scotland",
month = apr,
}
@Proceedings{CC2008,
title = "CC 2008: Compiler Construction: 14th International Conference",
booktitle = "CC 2008: Compiler Construction: 14th International Conference",
year = 2008,
address = "Budapest, Hungary",
month = apr,
}
@Proceedings{CASE1993,
title = "CASE 1993: Proceedings of the Sixth International Workshop on Computer-Aided Software Engineering",
booktitle = "CASE 1993: Proceedings of the Sixth International Workshop on Computer-Aided Software Engineering",
year = 1993,
address = "Singapore",
month = jul,
}
@Proceedings{CCS2005,
title = "CCS 2005: Proceedings of the 12th ACM Conference on Computer and Communications Security",
booktitle = "CCS 2005: Proceedings of the 12th ACM Conference on Computer and Communications Security",
year = 2005,
address = "Alexandria, VA, USA",
month = nov,
}
@Proceedings{CCS2007,
title = "CCS 2007: Proceedings of the 14th ACM Conference on Computer and Communications Security",
booktitle = "CCS 2007: Proceedings of the 14th ACM Conference on Computer and Communications Security",
year = 2007,
address = "Alexandria, VA, USA",
month = oct,
}
@Proceedings{CCS2009,
title = "CCS 2009: Proceedings of the 16th ACM Conference on Computer and Communications Security",
booktitle = "CCS 2009: Proceedings of the 16th ACM Conference on Computer and Communications Security",
year = 2009,
address = "Chicago, IL, USA",
month = nov,
}
@Proceedings{CCS2011,
title = "CCS 2011: Proceedings of the 18th ACM Conference on Computer and Communications Security",
booktitle = "CCS 2011: Proceedings of the 18th ACM Conference on Computer and Communications Security",
year = 2011,
address = "Chicago, IL, USA",
month = oct,
}
@Proceedings{CCS2012,
title = "CCS 2012: Proceedings of the 19th ACM Conference on Computer and Communications Security",
booktitle = "CCS 2012: Proceedings of the 19th ACM Conference on Computer and Communications Security",
year = 2012,
address = "Raleigh, NC, USA",
month = oct,
}
@Proceedings{CCS2014,
title = "CCS 2014: Proceedings of the 21st ACM Conference on Computer and Communications Security",
booktitle = "CCS 2014: Proceedings of the 21st ACM Conference on Computer and Communications Security",
year = 2014,
address = "Scottsdale, AZ, USA",
month = nov,
}
@Proceedings{CHASE2008,
title = "CHASE 2008: Cooperative and Human Aspects of Software Engineering",
booktitle = "CHASE 2008: Cooperative and Human Aspects of Software Engineering",
year = 2008,
address = "Leipzig, Germany",
month = may,
}
@Proceedings{CHI2002,
title = "CHI 2002: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
booktitle = "CHI 2002: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
year = 2002,
address = "Minneapolis, MN, USA",
month = apr,
}
@Proceedings{CHI2004,
title = "CHI 2004: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
booktitle = "CHI 2004: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
year = 2004,
address = "Vienna, Austria",
month = apr,
}
@Proceedings{CHI2006,
title = "CHI 2006: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
booktitle = "CHI 2006: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
year = 2006,
address = "Montreal, Canada",
month = apr,
}
@Proceedings{CHI2007,
title = "CHI 2007: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
booktitle = "CHI 2007: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
year = 2007,
address = "San Jose, CA, USA",
month = apr,
}
@Proceedings{CHI2008,
title = "CHI 2008: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
booktitle = "CHI 2008: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
year = 2008,
address = "Florence, Italy",
month = apr,
}
@Proceedings{CHI2009,
title = "CHI 2009: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
booktitle = "CHI 2009: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
year = 2009,
address = "Boston, MA, USA",
month = apr,
}
@Proceedings{CHI2010,
title = "CHI 2010: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
booktitle = "CHI 2010: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
year = 2010,
address = "Atlanta, GA, USA",
month = apr,
}
@Proceedings{CHI2011,
title = "CHI 2011: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
booktitle = "CHI 2011: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
year = 2011,
address = "Vancouver, BC, Canada",
month = may,
}
@Proceedings{CHI2012,
title = "CHI 2012: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
booktitle = "CHI 2012: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
year = 2012,
address = "Austin, TX, USA",
month = may,
}
@Proceedings{CHI2013,
title = "CHI 2013: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
booktitle = "CHI 2013: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
year = 2013,
address = "Paris, France",
month = apr,
}
@Proceedings{CHI2014,
title = "CHI 2014: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
booktitle = "CHI 2014: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
year = 2014,
address = "Toronto, Canada",
month = apr,
}
@Proceedings{CSCW2010,
title = "CSCW 2010: The 2010 ACM Conference on Computer Supported Cooperative Work",
booktitle = "CSCW 2010: The 2010 ACM Conference on Computer Supported Cooperative Work",
year = 2010,
address = "Savanna, GA, USA",
month = feb,
}
@Proceedings{CMSR2004,
title = "CMSR 2004: Eighth Euromicro Working Conference on Software Maintenance and Reengineering",
booktitle = "CMSR 2004: Eighth Euromicro Working Conference on Software Maintenance and Reengineering",
year = 2004,
address = "Tampere, Finland",
month = mar,
}
@Proceedings{CMSR2005,
title = "CMSR 2005: Ninth European Conference on Software Maintenance and
Reengineering",
booktitle = "CMSR 2005: Ninth European Conference on Software Maintenance and
Reengineering",
year = 2005,
address = "Manchester, UK",
month = mar,
}
% The "S" didn't start standing for "and Systems" until 1998
@Proceedings{COOTS97,
title = "COOTS '97: Proceedings of the Third USENIX Conference on Object-Oriented Technologies",
booktitle = "COOTS '97: Proceedings of the Third USENIX Conference on Object-Oriented Technologies",
year = 1997,
address = "Portland, OR, USA",
month = jun,
}
@Proceedings{CODES2001,
title = "CODES 2001: Ninth International Symposium on Hardware/Software
Codesign",
booktitle = "CODES 2001: Ninth International Symposium on Hardware/Software
Codesign",
year = 2001,
address = "Copenhagen, Denmark",
month = apr,
}
@Proceedings{CONCUR2000,
title = "CONCUR 2000: Concurrency Theory",
booktitle = "CONCUR 2000: Concurrency Theory",
year = 2000,
address = "State College, PA",
month = aug,
}
@Proceedings{CPP2016,
title = "CPP 2016: 5th ACM SIGPLAN Conference on Certified Programs and Proofs",
booktitle = "CPP 2016: 5th ACM SIGPLAN Conference on Certified Programs and Proofs",
year = 2016,
address = "St.\ Petersburg, FL, USA",
month = jan,
}
@Proceedings{CSFW2002,
title = "CSFW 2002: 15th IEEE Computer Security Foundations Workshop",
booktitle = "CSFW 2002: 15th IEEE Computer Security Foundations Workshop",
year = 2002,
address = "Cape Breton, Nova Scotia, Canada",
month = jun,
}
@Proceedings{CSFW2004,
title = "CSFW 2004: 17th IEEE Computer Security Foundations Workshop",
booktitle = "CSFW 2004: 17th IEEE Computer Security Foundations Workshop",
year = 2004,
address = "Pacific Grove, California, USA",
month = jun,
}
@Proceedings{CSFW2005,
title = "CSFW 2005: 18th IEEE Computer Security Foundations Workshop",
booktitle = "CSFW 2005: 18th IEEE Computer Security Foundations Workshop",
year = 2005,
address = "Aix-en-Provence, France",
month = jun,
}
@Proceedings{CSFW2006,
title = "CSFW 2006: 19th IEEE Computer Security Foundations Workshop",
booktitle = "CSFW 2006: 19th IEEE Computer Security Foundations Workshop",
year = 2006,
address = "Venice, Italy",
month = jul,
}
% CSF is the same conference as CSFW. They changed the "Workshop" to
% "Symposium" and dropped the "W" from their acronym starting with the
% 20th (2007) edition to better reflect their selectivity and impact.
@Proceedings{CSF2008,
title = "CSF 2008: 21st IEEE Computer Security Foundations Symposium",
booktitle = "CSF 2008: 21st IEEE Computer Security Foundations Symposium",
year = 2008,
address = "Pittsburgh, PA, USA",
month = jun,
}
@Proceedings{CSCW2004,
title = "CSCW 2004: Computer Supported Cooperative Work",
booktitle = "CSCW 2004: Computer Supported Cooperative Work",
year = 2004,
address = "Chicago, IL, USA",
month = nov,
}
@Proceedings{CSJP2004,
title = "CSJP 2004: Workshop on Concurrency and Synchronization in Java Programs (CSJP)",
booktitle = "CSJP 2004: Workshop on Concurrency and Synchronization in Java Programs (CSJP)",
year = 2004,
address = "St. John's, Newfoundland, Canada",
month = jul,
}
@Proceedings{DAC99,
title = "DAC '99: Proceedings of the 36th ACM/IEEE Design
Automation Conference",
booktitle = "DAC '99: Proceedings of the 36th ACM/IEEE Design
Automation Conference",
year = 1999,
address = "New Orleans, LA, USA",
month = jun,
}
@Proceedings{DAC2005,
title = "DAC 2005: Proceedings of the 42nd ACM/IEEE Design
Automation Conference",
booktitle = "DAC 2005: Proceedings of the 42nd ACM/IEEE Design
Automation Conference",
year = 2005,
address = "Anaheim, CA, USA",
month = jun,
}
@Proceedings{Defects2009,
title = "DEFECTS: Proceedings of the 2Nd International Workshop on Defects in Large Software Systems",
booktitle = "DEFECTS: Proceedings of the 2Nd International Workshop on Defects in Large Software Systems",
year = 2009,
address = "Chicago, IL, USA",
month = jul,
}
@Proceedings{RDL2004,
title = "RDL 2004: Workshop on Revival of Dynamic Languages",
booktitle = "RDL 2004: Workshop on Revival of Dynamic Languages",