-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgen-abbrev.bib
1585 lines (1585 loc) · 167 KB
/
gen-abbrev.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
%%% AUTOMATICALLY GENERATED BY make-abbrev.py
%%% DO NOT EDIT
@string{sigcomm88 = "Proceedings of the ACM SIGCOMM 1988 Conference"}
@string{sigcomm89 = "Proceedings of the ACM SIGCOMM 1989 Conference"}
@string{sigcomm90 = "Proceedings of the ACM SIGCOMM 1990 Conference"}
@string{sigcomm91 = "Proceedings of the ACM SIGCOMM 1991 Conference"}
@string{sigcomm92 = "Proceedings of the ACM SIGCOMM 1992 Conference"}
@string{sigcomm93 = "Proceedings of the ACM SIGCOMM 1993 Conference"}
@string{sigcomm94 = "Proceedings of the ACM SIGCOMM 1994 Conference"}
@string{sigcomm95 = "Proceedings of the ACM SIGCOMM 1995 Conference"}
@string{sigcomm96 = "Proceedings of the ACM SIGCOMM 1996 Conference"}
@string{sigcomm97 = "Proceedings of the ACM SIGCOMM 1997 Conference"}
@string{sigcomm98 = "Proceedings of the ACM SIGCOMM 1998 Conference"}
@string{sigcomm99 = "Proceedings of the ACM SIGCOMM 1999 Conference"}
@string{sigcomm00 = "Proceedings of the ACM SIGCOMM 2000 Conference"}
@string{sigcomm01 = "Proceedings of the ACM SIGCOMM 2001 Conference"}
@string{sigcomm02 = "Proceedings of the ACM SIGCOMM 2002 Conference"}
@string{sigcomm03 = "Proceedings of the ACM SIGCOMM 2003 Conference"}
@string{sigcomm04 = "Proceedings of the ACM SIGCOMM 2004 Conference"}
@string{sigcomm05 = "Proceedings of the ACM SIGCOMM 2005 Conference"}
@string{sigcomm06 = "Proceedings of the ACM SIGCOMM 2006 Conference"}
@string{sigcomm07 = "Proceedings of the ACM SIGCOMM 2007 Conference"}
@string{sigcomm08 = "Proceedings of the ACM SIGCOMM 2008 Conference"}
@string{sigcomm09 = "Proceedings of the ACM SIGCOMM 2009 Conference"}
@string{sigcomm10 = "Proceedings of the ACM SIGCOMM 2010 Conference"}
@string{sigcomm11 = "Proceedings of the ACM SIGCOMM 2011 Conference"}
@string{sigcomm12 = "Proceedings of the ACM SIGCOMM 2012 Conference"}
@string{sigcomm13 = "Proceedings of the ACM SIGCOMM 2013 Conference"}
@string{sigcomm14 = "Proceedings of the ACM SIGCOMM 2014 Conference"}
@string{sigcomm15 = "Proceedings of the ACM SIGCOMM 2015 Conference"}
@string{sigcomm16 = "Proceedings of the ACM SIGCOMM 2016 Conference"}
@string{sigcomm17 = "Proceedings of the ACM SIGCOMM 2017 Conference"}
@string{sigcomm18 = "Proceedings of the ACM SIGCOMM 2018 Conference"}
@string{sigcomm19 = "Proceedings of the ACM SIGCOMM 2019 Conference"}
@string{sigcomm20 = "Proceedings of the ACM SIGCOMM 2020 Conference"}
@string{sigcomm21 = "Proceedings of the ACM SIGCOMM 2021 Conference"}
@string{sigcomm22 = "Proceedings of the ACM SIGCOMM 2022 Conference"}
@string{sigcomm23 = "Proceedings of the ACM SIGCOMM 2023 Conference"}
@string{sigcomm24 = "Proceedings of the ACM SIGCOMM 2024 Conference"}
@string{sigmetrics93 = "Proceedings of the 1993 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics94 = "Proceedings of the 1994 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics95 = "Proceedings of the 1995 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics96 = "Proceedings of the 1996 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics97 = "Proceedings of the 1997 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics98 = "Proceedings of the 1998 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics99 = "Proceedings of the 1999 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics00 = "Proceedings of the 2000 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics01 = "Proceedings of the 2001 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics02 = "Proceedings of the 2002 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics03 = "Proceedings of the 2003 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics04 = "Proceedings of the 2004 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics05 = "Proceedings of the 2005 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics06 = "Proceedings of the 2006 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics07 = "Proceedings of the 2007 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics08 = "Proceedings of the 2008 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics09 = "Proceedings of the 2009 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics10 = "Proceedings of the 2010 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics11 = "Proceedings of the 2011 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics12 = "Proceedings of the 2012 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics13 = "Proceedings of the 2013 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics14 = "Proceedings of the 2014 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics15 = "Proceedings of the 2015 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sigmetrics16 = "Proceedings of the 2016 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems"}
@string{sosp67 = "Proceedings of the 1st ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp69 = "Proceedings of the 2nd ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp71 = "Proceedings of the 3rd ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp73 = "Proceedings of the 4th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp75 = "Proceedings of the 5th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp77 = "Proceedings of the 6th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp79 = "Proceedings of the 7th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp81 = "Proceedings of the 8th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp83 = "Proceedings of the 9th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp85 = "Proceedings of the 10th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp87 = "Proceedings of the 11th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp89 = "Proceedings of the 12th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp91 = "Proceedings of the 13th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp93 = "Proceedings of the 14th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp95 = "Proceedings of the 15th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp97 = "Proceedings of the 16th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp99 = "Proceedings of the 17th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp01 = "Proceedings of the 18th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp03 = "Proceedings of the 19th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp05 = "Proceedings of the 20th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp07 = "Proceedings of the 21st ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp09 = "Proceedings of the 22nd ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp11 = "Proceedings of the 23rd ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp13 = "Proceedings of the 24th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp15 = "Proceedings of the 25th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp17 = "Proceedings of the 26th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp19 = "Proceedings of the 27th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp21 = "Proceedings of the 28th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp23 = "Proceedings of the 29th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp25 = "Proceedings of the 30th ACM Symposium on Operating Systems Principles (SOSP)"}
@string{sosp27 = "Proceedings of the 31st ACM Symposium on Operating Systems Principles (SOSP)"}
@string{osdi96 = "Proceedings of the 2nd Symposium on Operating System Design and Implementation (OSDI)"}
@string{osdi99 = "Proceedings of the 3rd Symposium on Operating System Design and Implementation (OSDI)"}
@string{osdi00 = "Proceedings of the 4th Symposium on Operating System Design and Implementation (OSDI)"}
@string{osdi02 = "Proceedings of the 5th Symposium on Operating System Design and Implementation (OSDI)"}
@string{osdi04 = "Proceedings of the 6th Symposium on Operating System Design and Implementation (OSDI)"}
@string{osdi06 = "Proceedings of the 7th Symposium on Operating System Design and Implementation (OSDI)"}
@string{osdi08 = "Proceedings of the 8th Symposium on Operating System Design and Implementation (OSDI)"}
@string{osdi10 = "Proceedings of the 9th Symposium on Operating System Design and Implementation (OSDI)"}
@string{osdi12 = "Proceedings of the 10th Symposium on Operating System Design and Implementation (OSDI)"}
@string{osdi14 = "Proceedings of the 11th Symposium on Operating System Design and Implementation (OSDI)"}
@string{osdi16 = "Proceedings of the 12th Symposium on Operating System Design and Implementation (OSDI)"}
@string{osdi18 = "Proceedings of the 13th Symposium on Operating System Design and Implementation (OSDI)"}
@string{osdi20 = "Proceedings of the 14th Symposium on Operating System Design and Implementation (OSDI)"}
@string{osdi21 = "Proceedings of the 15th Symposium on Operating System Design and Implementation (OSDI)"}
@string{osdi22 = "Proceedings of the 16th Symposium on Operating System Design and Implementation (OSDI)"}
@string{osdi23 = "Proceedings of the 17th Symposium on Operating System Design and Implementation (OSDI)"}
@string{osdi24 = "Proceedings of the 18th Symposium on Operating System Design and Implementation (OSDI)"}
@string{isca90 = "Proceedings of the 17th International Symposium on Computer Architecture (ISCA)"}
@string{isca91 = "Proceedings of the 18th International Symposium on Computer Architecture (ISCA)"}
@string{isca92 = "Proceedings of the 19th International Symposium on Computer Architecture (ISCA)"}
@string{isca93 = "Proceedings of the 20th International Symposium on Computer Architecture (ISCA)"}
@string{isca94 = "Proceedings of the 21st International Symposium on Computer Architecture (ISCA)"}
@string{isca95 = "Proceedings of the 22nd International Symposium on Computer Architecture (ISCA)"}
@string{isca96 = "Proceedings of the 23rd International Symposium on Computer Architecture (ISCA)"}
@string{isca97 = "Proceedings of the 24th International Symposium on Computer Architecture (ISCA)"}
@string{isca98 = "Proceedings of the 25th International Symposium on Computer Architecture (ISCA)"}
@string{isca99 = "Proceedings of the 26th International Symposium on Computer Architecture (ISCA)"}
@string{isca00 = "Proceedings of the 27th International Symposium on Computer Architecture (ISCA)"}
@string{isca01 = "Proceedings of the 28th International Symposium on Computer Architecture (ISCA)"}
@string{isca02 = "Proceedings of the 29th International Symposium on Computer Architecture (ISCA)"}
@string{isca03 = "Proceedings of the 30th International Symposium on Computer Architecture (ISCA)"}
@string{isca04 = "Proceedings of the 31st International Symposium on Computer Architecture (ISCA)"}
@string{isca05 = "Proceedings of the 32nd International Symposium on Computer Architecture (ISCA)"}
@string{isca06 = "Proceedings of the 33rd International Symposium on Computer Architecture (ISCA)"}
@string{isca07 = "Proceedings of the 34th International Symposium on Computer Architecture (ISCA)"}
@string{isca08 = "Proceedings of the 35th International Symposium on Computer Architecture (ISCA)"}
@string{isca09 = "Proceedings of the 36th International Symposium on Computer Architecture (ISCA)"}
@string{isca10 = "Proceedings of the 37th International Symposium on Computer Architecture (ISCA)"}
@string{isca11 = "Proceedings of the 38th International Symposium on Computer Architecture (ISCA)"}
@string{isca12 = "Proceedings of the 39th International Symposium on Computer Architecture (ISCA)"}
@string{isca13 = "Proceedings of the 40th International Symposium on Computer Architecture (ISCA)"}
@string{isca14 = "Proceedings of the 41st International Symposium on Computer Architecture (ISCA)"}
@string{isca15 = "Proceedings of the 42nd International Symposium on Computer Architecture (ISCA)"}
@string{isca16 = "Proceedings of the 43rd International Symposium on Computer Architecture (ISCA)"}
@string{isca17 = "Proceedings of the 44th International Symposium on Computer Architecture (ISCA)"}
@string{isca18 = "Proceedings of the 45th International Symposium on Computer Architecture (ISCA)"}
@string{isca19 = "Proceedings of the 46th International Symposium on Computer Architecture (ISCA)"}
@string{isca20 = "Proceedings of the 47th International Symposium on Computer Architecture (ISCA)"}
@string{isca21 = "Proceedings of the 48th International Symposium on Computer Architecture (ISCA)"}
@string{isca22 = "Proceedings of the 49th International Symposium on Computer Architecture (ISCA)"}
@string{isca23 = "Proceedings of the 50th International Symposium on Computer Architecture (ISCA)"}
@string{isca24 = "Proceedings of the 51st International Symposium on Computer Architecture (ISCA)"}
@string{nsdi04 = "Proceedings of the 1st Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{nsdi05 = "Proceedings of the 2nd Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{nsdi06 = "Proceedings of the 3rd Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{nsdi07 = "Proceedings of the 4th Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{nsdi08 = "Proceedings of the 5th Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{nsdi09 = "Proceedings of the 6th Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{nsdi10 = "Proceedings of the 7th Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{nsdi11 = "Proceedings of the 8th Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{nsdi12 = "Proceedings of the 9th Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{nsdi13 = "Proceedings of the 10th Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{nsdi14 = "Proceedings of the 11th Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{nsdi15 = "Proceedings of the 12th Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{nsdi16 = "Proceedings of the 13th Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{nsdi17 = "Proceedings of the 14th Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{nsdi18 = "Proceedings of the 15th Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{nsdi19 = "Proceedings of the 16th Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{nsdi20 = "Proceedings of the 17th Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{nsdi21 = "Proceedings of the 18th Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{nsdi22 = "Proceedings of the 19th Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{nsdi23 = "Proceedings of the 20th Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{nsdi24 = "Proceedings of the 21st Symposium on Networked Systems Design and Implementation (NSDI)"}
@string{pam07 = "Proceedings of the 8th International Conference on Passive and Active Measurement (PAM)"}
@string{pam08 = "Proceedings of the 9th International Conference on Passive and Active Measurement (PAM)"}
@string{pam09 = "Proceedings of the 10th International Conference on Passive and Active Measurement (PAM)"}
@string{pam10 = "Proceedings of the 11th International Conference on Passive and Active Measurement (PAM)"}
@string{pam11 = "Proceedings of the 12th International Conference on Passive and Active Measurement (PAM)"}
@string{pam12 = "Proceedings of the 13th International Conference on Passive and Active Measurement (PAM)"}
@string{pam13 = "Proceedings of the 14th International Conference on Passive and Active Measurement (PAM)"}
@string{pam14 = "Proceedings of the 15th International Conference on Passive and Active Measurement (PAM)"}
@string{pam15 = "Proceedings of the 16th International Conference on Passive and Active Measurement (PAM)"}
@string{pam16 = "Proceedings of the 17th International Conference on Passive and Active Measurement (PAM)"}
@string{pam17 = "Proceedings of the 18th International Conference on Passive and Active Measurement (PAM)"}
@string{pam18 = "Proceedings of the 19th International Conference on Passive and Active Measurement (PAM)"}
@string{pam19 = "Proceedings of the 20th International Conference on Passive and Active Measurement (PAM)"}
@string{icc00 = "Proceedings of the 2000 IEEE International Conference on Communications (ICC)"}
@string{icc01 = "Proceedings of the 2001 IEEE International Conference on Communications (ICC)"}
@string{icc02 = "Proceedings of the 2002 IEEE International Conference on Communications (ICC)"}
@string{icc03 = "Proceedings of the 2003 IEEE International Conference on Communications (ICC)"}
@string{icc04 = "Proceedings of the 2004 IEEE International Conference on Communications (ICC)"}
@string{icc05 = "Proceedings of the 2005 IEEE International Conference on Communications (ICC)"}
@string{icc06 = "Proceedings of the 2006 IEEE International Conference on Communications (ICC)"}
@string{icc07 = "Proceedings of the 2007 IEEE International Conference on Communications (ICC)"}
@string{icc08 = "Proceedings of the 2008 IEEE International Conference on Communications (ICC)"}
@string{icc09 = "Proceedings of the 2009 IEEE International Conference on Communications (ICC)"}
@string{icc10 = "Proceedings of the 2010 IEEE International Conference on Communications (ICC)"}
@string{icc11 = "Proceedings of the 2011 IEEE International Conference on Communications (ICC)"}
@string{icc12 = "Proceedings of the 2012 IEEE International Conference on Communications (ICC)"}
@string{icc13 = "Proceedings of the 2013 IEEE International Conference on Communications (ICC)"}
@string{icc14 = "Proceedings of the 2014 IEEE International Conference on Communications (ICC)"}
@string{icc15 = "Proceedings of the 2015 IEEE International Conference on Communications (ICC)"}
@string{icc16 = "Proceedings of the 2016 IEEE International Conference on Communications (ICC)"}
@string{icc17 = "Proceedings of the 2017 IEEE International Conference on Communications (ICC)"}
@string{icc18 = "Proceedings of the 2018 IEEE International Conference on Communications (ICC)"}
@string{asplos92 = "Proceedings of the 5th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-V)"}
@string{asplos94 = "Proceedings of the 6th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-VI)"}
@string{asplos96 = "Proceedings of the 7th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-VII)"}
@string{asplos98 = "Proceedings of the 8th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-VIII)"}
@string{asplos00 = "Proceedings of the 9th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-IX)"}
@string{asplos02 = "Proceedings of the 10th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-X)"}
@string{asplos04 = "Proceedings of the 11st International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-XI)"}
@string{asplos06 = "Proceedings of the 12th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-XII)"}
@string{asplos08 = "Proceedings of the 13th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-XIII)"}
@string{asplos09 = "Proceedings of the 14th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-XIV)"}
@string{asplos10 = "Proceedings of the 15th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-XV)"}
@string{asplos11 = "Proceedings of the 16th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-XVI)"}
@string{asplos12 = "Proceedings of the 17th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-XVII)"}
@string{asplos13 = "Proceedings of the 18th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-XVIII)"}
@string{asplos14 = "Proceedings of the 19th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-XIX)"}
@string{asplos15 = "Proceedings of the 20th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-XX)"}
@string{asplos16 = "Proceedings of the 21st International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-XXI)"}
@string{asplos17 = "Proceedings of the 22nd International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-XXII)"}
@string{asplos18 = "Proceedings of the 23rd International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-XXIII)"}
@string{asplos19 = "Proceedings of the 24th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-XXIV)"}
@string{asplos20 = "Proceedings of the 25th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-XXV)"}
@string{asplos21 = "Proceedings of the 26th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-XXVI)"}
@string{asplos22 = "Proceedings of the 27th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-XXVII)"}
@string{asplos23 = "Proceedings of the 28th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-XXVIII)"}
@string{asplos24 = "Proceedings of the 29th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS-XXIX)"}
@string{hotos97 = "Proceedings of The 6th Workshop on Hot Topics in Operating Systems (HotOS-VI)"}
@string{hotos99 = "Proceedings of The 7th Workshop on Hot Topics in Operating Systems (HotOS-VII)"}
@string{hotos01 = "Proceedings of The 8th Workshop on Hot Topics in Operating Systems (HotOS-VIII)"}
@string{hotos03 = "Proceedings of The 9th Workshop on Hot Topics in Operating Systems (HotOS-IX)"}
@string{hotos05 = "Proceedings of The 10th Workshop on Hot Topics in Operating Systems (HotOS-X)"}
@string{hotos07 = "Proceedings of The 11st Workshop on Hot Topics in Operating Systems (HotOS-XI)"}
@string{hotos09 = "Proceedings of The 12th Workshop on Hot Topics in Operating Systems (HotOS-XII)"}
@string{hotos11 = "Proceedings of The 13th Workshop on Hot Topics in Operating Systems (HotOS-XIII)"}
@string{hotos13 = "Proceedings of The 14th Workshop on Hot Topics in Operating Systems (HotOS-XIV)"}
@string{hotos15 = "Proceedings of The 15th Workshop on Hot Topics in Operating Systems (HotOS-XV)"}
@string{hotos17 = "Proceedings of The 16th Workshop on Hot Topics in Operating Systems (HotOS-XVI)"}
@string{hotos19 = "Proceedings of The 17th Workshop on Hot Topics in Operating Systems (HotOS-XVII)"}
@string{hotos21 = "Proceedings of The 18th Workshop on Hot Topics in Operating Systems (HotOS-XVIII)"}
@string{hotos23 = "Proceedings of The 19th Workshop on Hot Topics in Operating Systems (HotOS-XIX)"}
@string{hotos25 = "Proceedings of The 20th Workshop on Hot Topics in Operating Systems (HotOS-XX)"}
@string{hotnets07 = "Proceedings of The 6th ACM Workshop on Hot Topics in Networks (HotNets-VI)"}
@string{hotnets08 = "Proceedings of The 7th ACM Workshop on Hot Topics in Networks (HotNets-VII)"}
@string{hotnets09 = "Proceedings of The 8th ACM Workshop on Hot Topics in Networks (HotNets-VIII)"}
@string{hotnets10 = "Proceedings of The 9th ACM Workshop on Hot Topics in Networks (HotNets-IX)"}
@string{hotnets11 = "Proceedings of The 10th ACM Workshop on Hot Topics in Networks (HotNets-X)"}
@string{hotnets12 = "Proceedings of The 11st ACM Workshop on Hot Topics in Networks (HotNets-XI)"}
@string{hotnets13 = "Proceedings of The 12th ACM Workshop on Hot Topics in Networks (HotNets-XII)"}
@string{hotnets14 = "Proceedings of The 13th ACM Workshop on Hot Topics in Networks (HotNets-XIII)"}
@string{hotnets15 = "Proceedings of The 14th ACM Workshop on Hot Topics in Networks (HotNets-XIV)"}
@string{hotnets16 = "Proceedings of The 15th ACM Workshop on Hot Topics in Networks (HotNets-XV)"}
@string{hotnets17 = "Proceedings of The 16th ACM Workshop on Hot Topics in Networks (HotNets-XVI)"}
@string{hotnets18 = "Proceedings of The 17th ACM Workshop on Hot Topics in Networks (HotNets-XVII)"}
@string{hotnets19 = "Proceedings of The 18th ACM Workshop on Hot Topics in Networks (HotNets-XVIII)"}
@string{hotnets20 = "Proceedings of The 19th ACM Workshop on Hot Topics in Networks (HotNets-XIX)"}
@string{sc93 = "Proceedings of the 1993 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc94 = "Proceedings of the 1994 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc95 = "Proceedings of the 1995 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc96 = "Proceedings of the 1996 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc97 = "Proceedings of the 1997 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc98 = "Proceedings of the 1998 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc99 = "Proceedings of the 1999 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc00 = "Proceedings of the 2000 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc01 = "Proceedings of the 2001 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc02 = "Proceedings of the 2002 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc03 = "Proceedings of the 2003 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc04 = "Proceedings of the 2004 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc05 = "Proceedings of the 2005 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc06 = "Proceedings of the 2006 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc07 = "Proceedings of the 2007 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc08 = "Proceedings of the 2008 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc09 = "Proceedings of the 2009 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc10 = "Proceedings of the 2010 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc11 = "Proceedings of the 2011 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc12 = "Proceedings of the 2012 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc13 = "Proceedings of the 2013 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc14 = "Proceedings of the 2014 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc15 = "Proceedings of the 2015 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc16 = "Proceedings of the 2016 ACM/IEEE Conference on Supercomputing (SC)"}
@string{sc17 = "Proceedings of the 2017 ACM/IEEE Conference on Supercomputing (SC)"}
@string{ndm@sc13 = "Proceedings of the 3rd International Workshop on Network-Aware Data Management (NDM@SC)"}
@string{ndm@sc14 = "Proceedings of the 4th International Workshop on Network-Aware Data Management (NDM@SC)"}
@string{ndm@sc15 = "Proceedings of the 5th International Workshop on Network-Aware Data Management (NDM@SC)"}
@string{conext05 = "Proceedings of the 2005 ACM Conference on Emerging Networking Experiments and Technology (CoNEXT)"}
@string{conext06 = "Proceedings of the 2006 ACM Conference on Emerging Networking Experiments and Technology (CoNEXT)"}
@string{conext07 = "Proceedings of the 2007 ACM Conference on Emerging Networking Experiments and Technology (CoNEXT)"}
@string{conext08 = "Proceedings of the 2008 ACM Conference on Emerging Networking Experiments and Technology (CoNEXT)"}
@string{conext09 = "Proceedings of the 2009 ACM Conference on Emerging Networking Experiments and Technology (CoNEXT)"}
@string{conext10 = "Proceedings of the 2010 ACM Conference on Emerging Networking Experiments and Technology (CoNEXT)"}
@string{conext11 = "Proceedings of the 2011 ACM Conference on Emerging Networking Experiments and Technology (CoNEXT)"}
@string{conext12 = "Proceedings of the 2012 ACM Conference on Emerging Networking Experiments and Technology (CoNEXT)"}
@string{conext13 = "Proceedings of the 2013 ACM Conference on Emerging Networking Experiments and Technology (CoNEXT)"}
@string{conext14 = "Proceedings of the 2014 ACM Conference on Emerging Networking Experiments and Technology (CoNEXT)"}
@string{conext15 = "Proceedings of the 2015 ACM Conference on Emerging Networking Experiments and Technology (CoNEXT)"}
@string{conext16 = "Proceedings of the 2016 ACM Conference on Emerging Networking Experiments and Technology (CoNEXT)"}
@string{conext17 = "Proceedings of the 2017 ACM Conference on Emerging Networking Experiments and Technology (CoNEXT)"}
@string{conext18 = "Proceedings of the 2018 ACM Conference on Emerging Networking Experiments and Technology (CoNEXT)"}
@string{conext19 = "Proceedings of the 2019 ACM Conference on Emerging Networking Experiments and Technology (CoNEXT)"}
@string{conext20 = "Proceedings of the 2020 ACM Conference on Emerging Networking Experiments and Technology (CoNEXT)"}
@string{conext21 = "Proceedings of the 2021 ACM Conference on Emerging Networking Experiments and Technology (CoNEXT)"}
@string{conext22 = "Proceedings of the 2022 ACM Conference on Emerging Networking Experiments and Technology (CoNEXT)"}
@string{conext23 = "Proceedings of the 2023 ACM Conference on Emerging Networking Experiments and Technology (CoNEXT)"}
@string{conext24 = "Proceedings of the 2024 ACM Conference on Emerging Networking Experiments and Technology (CoNEXT)"}
@string{imc01 = "Proceedings of the 1st ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc02 = "Proceedings of the 2nd ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc03 = "Proceedings of the 3rd ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc04 = "Proceedings of the 4th ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc05 = "Proceedings of the 5th ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc06 = "Proceedings of the 6th ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc07 = "Proceedings of the 7th ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc08 = "Proceedings of the 8th ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc09 = "Proceedings of the 9th ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc10 = "Proceedings of the 10th ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc11 = "Proceedings of the 11th ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc12 = "Proceedings of the 12th ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc13 = "Proceedings of the 13th ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc14 = "Proceedings of the 14th ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc15 = "Proceedings of the 15th ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc16 = "Proceedings of the 16th ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc17 = "Proceedings of the 17th ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc18 = "Proceedings of the 18th ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc19 = "Proceedings of the 19th ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc20 = "Proceedings of the 20th ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc21 = "Proceedings of the 21st ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc22 = "Proceedings of the 22nd ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc23 = "Proceedings of the 23rd ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{imc24 = "Proceedings of the 24th ACM SIGCOMM Workshop on Internet Measurement (IMC)"}
@string{socc10 = "Proceedings of the 2010 ACM Symposium on Cloud Computing (SOCC)"}
@string{socc11 = "Proceedings of the 2011 ACM Symposium on Cloud Computing (SOCC)"}
@string{socc12 = "Proceedings of the 2012 ACM Symposium on Cloud Computing (SOCC)"}
@string{socc13 = "Proceedings of the 2013 ACM Symposium on Cloud Computing (SOCC)"}
@string{socc14 = "Proceedings of the 2014 ACM Symposium on Cloud Computing (SOCC)"}
@string{socc15 = "Proceedings of the 2015 ACM Symposium on Cloud Computing (SOCC)"}
@string{socc16 = "Proceedings of the 2016 ACM Symposium on Cloud Computing (SOCC)"}
@string{socc17 = "Proceedings of the 2017 ACM Symposium on Cloud Computing (SOCC)"}
@string{socc18 = "Proceedings of the 2018 ACM Symposium on Cloud Computing (SOCC)"}
@string{socc19 = "Proceedings of the 2019 ACM Symposium on Cloud Computing (SOCC)"}
@string{socc20 = "Proceedings of the 2020 ACM Symposium on Cloud Computing (SOCC)"}
@string{socc21 = "Proceedings of the 2021 ACM Symposium on Cloud Computing (SOCC)"}
@string{socc22 = "Proceedings of the 2022 ACM Symposium on Cloud Computing (SOCC)"}
@string{socc23 = "Proceedings of the 2023 ACM Symposium on Cloud Computing (SOCC)"}
@string{socc24 = "Proceedings of the 2024 ACM Symposium on Cloud Computing (SOCC)"}
@string{icpp06 = "Proceedings of the 2006 International Conference on Parallel Processing (ICPP)"}
@string{icpp07 = "Proceedings of the 2007 International Conference on Parallel Processing (ICPP)"}
@string{icpp08 = "Proceedings of the 2008 International Conference on Parallel Processing (ICPP)"}
@string{icpp09 = "Proceedings of the 2009 International Conference on Parallel Processing (ICPP)"}
@string{icpp10 = "Proceedings of the 2010 International Conference on Parallel Processing (ICPP)"}
@string{icpp11 = "Proceedings of the 2011 International Conference on Parallel Processing (ICPP)"}
@string{icpp12 = "Proceedings of the 2012 International Conference on Parallel Processing (ICPP)"}
@string{icpp13 = "Proceedings of the 2013 International Conference on Parallel Processing (ICPP)"}
@string{icpp14 = "Proceedings of the 2014 International Conference on Parallel Processing (ICPP)"}
@string{usenix95 = "Proceedings of the 1995 USENIX Annual Technical Conference (ATC)"}
@string{usenix96 = "Proceedings of the 1996 USENIX Annual Technical Conference (ATC)"}
@string{usenix97 = "Proceedings of the 1997 USENIX Annual Technical Conference (ATC)"}
@string{usenix98 = "Proceedings of the 1998 USENIX Annual Technical Conference (ATC)"}
@string{usenix99 = "Proceedings of the 1999 USENIX Annual Technical Conference (ATC)"}
@string{usenix00 = "Proceedings of the 2000 USENIX Annual Technical Conference (ATC)"}
@string{usenix01 = "Proceedings of the 2001 USENIX Annual Technical Conference (ATC)"}
@string{usenix02 = "Proceedings of the 2002 USENIX Annual Technical Conference (ATC)"}
@string{usenix03 = "Proceedings of the 2003 USENIX Annual Technical Conference (ATC)"}
@string{usenix04 = "Proceedings of the 2004 USENIX Annual Technical Conference (ATC)"}
@string{usenix05 = "Proceedings of the 2005 USENIX Annual Technical Conference (ATC)"}
@string{usenix06 = "Proceedings of the 2006 USENIX Annual Technical Conference (ATC)"}
@string{usenix07 = "Proceedings of the 2007 USENIX Annual Technical Conference (ATC)"}
@string{usenix08 = "Proceedings of the 2008 USENIX Annual Technical Conference (ATC)"}
@string{usenix09 = "Proceedings of the 2009 USENIX Annual Technical Conference (ATC)"}
@string{usenix10 = "Proceedings of the 2010 USENIX Annual Technical Conference (ATC)"}
@string{usenix11 = "Proceedings of the 2011 USENIX Annual Technical Conference (ATC)"}
@string{usenix12 = "Proceedings of the 2012 USENIX Annual Technical Conference (ATC)"}
@string{usenix13 = "Proceedings of the 2013 USENIX Annual Technical Conference (ATC)"}
@string{usenix14 = "Proceedings of the 2014 USENIX Annual Technical Conference (ATC)"}
@string{usenix15 = "Proceedings of the 2015 USENIX Annual Technical Conference (ATC)"}
@string{usenix16 = "Proceedings of the 2016 USENIX Annual Technical Conference (ATC)"}
@string{usenix17 = "Proceedings of the 2017 USENIX Annual Technical Conference (ATC)"}
@string{usenix18 = "Proceedings of the 2018 USENIX Annual Technical Conference (ATC)"}
@string{usenix19 = "Proceedings of the 2019 USENIX Annual Technical Conference (ATC)"}
@string{usenix20 = "Proceedings of the 2020 USENIX Annual Technical Conference (ATC)"}
@string{usenix21 = "Proceedings of the 2021 USENIX Annual Technical Conference (ATC)"}
@string{usenix22 = "Proceedings of the 2022 USENIX Annual Technical Conference (ATC)"}
@string{usenix23 = "Proceedings of the 2023 USENIX Annual Technical Conference (ATC)"}
@string{pldi90 = "Proceedings of the ACM SIGPLAN 1990 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi91 = "Proceedings of the ACM SIGPLAN 1991 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi92 = "Proceedings of the ACM SIGPLAN 1992 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi93 = "Proceedings of the ACM SIGPLAN 1993 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi94 = "Proceedings of the ACM SIGPLAN 1994 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi95 = "Proceedings of the ACM SIGPLAN 1995 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi96 = "Proceedings of the ACM SIGPLAN 1996 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi97 = "Proceedings of the ACM SIGPLAN 1997 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi98 = "Proceedings of the ACM SIGPLAN 1998 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi99 = "Proceedings of the ACM SIGPLAN 1999 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi00 = "Proceedings of the ACM SIGPLAN 2000 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi01 = "Proceedings of the ACM SIGPLAN 2001 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi02 = "Proceedings of the ACM SIGPLAN 2002 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi03 = "Proceedings of the ACM SIGPLAN 2003 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi04 = "Proceedings of the ACM SIGPLAN 2004 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi05 = "Proceedings of the ACM SIGPLAN 2005 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi06 = "Proceedings of the ACM SIGPLAN 2006 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi07 = "Proceedings of the ACM SIGPLAN 2007 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi08 = "Proceedings of the ACM SIGPLAN 2008 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi09 = "Proceedings of the ACM SIGPLAN 2009 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi10 = "Proceedings of the ACM SIGPLAN 2010 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi11 = "Proceedings of the ACM SIGPLAN 2011 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi12 = "Proceedings of the ACM SIGPLAN 2012 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi13 = "Proceedings of the ACM SIGPLAN 2013 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi14 = "Proceedings of the ACM SIGPLAN 2014 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi15 = "Proceedings of the ACM SIGPLAN 2015 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi16 = "Proceedings of the ACM SIGPLAN 2016 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi17 = "Proceedings of the ACM SIGPLAN 2017 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi18 = "Proceedings of the ACM SIGPLAN 2018 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi19 = "Proceedings of the ACM SIGPLAN 2019 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi20 = "Proceedings of the ACM SIGPLAN 2020 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi21 = "Proceedings of the ACM SIGPLAN 2021 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi22 = "Proceedings of the ACM SIGPLAN 2022 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi23 = "Proceedings of the ACM SIGPLAN 2023 Conference on Programming Language Design and Implementation (PLDI)"}
@string{pldi24 = "Proceedings of the ACM SIGPLAN 2024 Conference on Programming Language Design and Implementation (PLDI)"}
@string{eurosys06 = "Proceedings of the 2006 EuroSys Conference"}
@string{eurosys07 = "Proceedings of the 2007 EuroSys Conference"}
@string{eurosys08 = "Proceedings of the 2008 EuroSys Conference"}
@string{eurosys09 = "Proceedings of the 2009 EuroSys Conference"}
@string{eurosys10 = "Proceedings of the 2010 EuroSys Conference"}
@string{eurosys11 = "Proceedings of the 2011 EuroSys Conference"}
@string{eurosys12 = "Proceedings of the 2012 EuroSys Conference"}
@string{eurosys13 = "Proceedings of the 2013 EuroSys Conference"}
@string{eurosys14 = "Proceedings of the 2014 EuroSys Conference"}
@string{eurosys15 = "Proceedings of the 2015 EuroSys Conference"}
@string{eurosys16 = "Proceedings of the 2016 EuroSys Conference"}
@string{eurosys17 = "Proceedings of the 2017 EuroSys Conference"}
@string{eurosys18 = "Proceedings of the 2018 EuroSys Conference"}
@string{eurosys19 = "Proceedings of the 2019 EuroSys Conference"}
@string{eurosys20 = "Proceedings of the 2020 EuroSys Conference"}
@string{eurosys21 = "Proceedings of the 2021 EuroSys Conference"}
@string{eurosys22 = "Proceedings of the 2022 EuroSys Conference"}
@string{eurosys23 = "Proceedings of the 2023 EuroSys Conference"}
@string{eurosys24 = "Proceedings of the 2024 EuroSys Conference"}
@string{islped10 = "Proceedings of the 2010 International Symposium on Low Power Electronics and Design"}
@string{kbnets@sigcomm17 = "Proceedings of the 2017 Workshop on Kernel-Bypass Networks (KBNETS@SIGCOMM)"}
@string{kbnets@sigcomm18 = "Proceedings of the 2018 Workshop on Kernel-Bypass Networks (KBNETS@SIGCOMM)"}
@string{kbnets@sigcomm19 = "Proceedings of the 2019 Workshop on Kernel-Bypass Networks (KBNETS@SIGCOMM)"}
@string{hotmiddlebox@sigcomm16 = "Proceedings of the 2016 ACM SIGCOMM Workshop on Hot topics in Middleboxes and Network Function Virtualization (HotMiddlebox@SIGCOMM)"}
@string{hotmiddlebox@sigcomm17 = "Proceedings of the 2017 ACM SIGCOMM Workshop on Hot topics in Middleboxes and Network Function Virtualization (HotMiddlebox@SIGCOMM)"}
@string{hpca95 = "Proceedings of the 1st IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca96 = "Proceedings of the 2nd IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca97 = "Proceedings of the 3rd IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca98 = "Proceedings of the 4th IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca99 = "Proceedings of the 5th IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca00 = "Proceedings of the 6th IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca01 = "Proceedings of the 7th IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca02 = "Proceedings of the 8th IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca03 = "Proceedings of the 9th IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca04 = "Proceedings of the 10th IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca05 = "Proceedings of the 11th IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca06 = "Proceedings of the 12th IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca07 = "Proceedings of the 13th IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca08 = "Proceedings of the 14th IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca09 = "Proceedings of the 15th IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca10 = "Proceedings of the 16th IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca11 = "Proceedings of the 17th IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca12 = "Proceedings of the 18th IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca13 = "Proceedings of the 19th IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca14 = "Proceedings of the 20th IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca15 = "Proceedings of the 21st IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca16 = "Proceedings of the 22nd IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca17 = "Proceedings of the 23rd IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{hpca18 = "Proceedings of the 24th IEEE Symposium on High-Performance Computer Architecture (HPCA)"}
@string{micro68 = "Proceedings of the 1st Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro69 = "Proceedings of the 2nd Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro70 = "Proceedings of the 3rd Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro71 = "Proceedings of the 4th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro72 = "Proceedings of the 5th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro73 = "Proceedings of the 6th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro74 = "Proceedings of the 7th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro75 = "Proceedings of the 8th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro76 = "Proceedings of the 9th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro77 = "Proceedings of the 10th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro78 = "Proceedings of the 11th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro79 = "Proceedings of the 12th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro80 = "Proceedings of the 13th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro81 = "Proceedings of the 14th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro82 = "Proceedings of the 15th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro83 = "Proceedings of the 16th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro84 = "Proceedings of the 17th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro85 = "Proceedings of the 18th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro86 = "Proceedings of the 19th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro87 = "Proceedings of the 20th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro88 = "Proceedings of the 21st Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro89 = "Proceedings of the 22nd Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro90 = "Proceedings of the 23rd Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro91 = "Proceedings of the 24th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro92 = "Proceedings of the 25th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro93 = "Proceedings of the 26th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro94 = "Proceedings of the 27th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro95 = "Proceedings of the 28th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro96 = "Proceedings of the 29th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro97 = "Proceedings of the 30th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro98 = "Proceedings of the 31st Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro99 = "Proceedings of the 32nd Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro00 = "Proceedings of the 33rd Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro01 = "Proceedings of the 34th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro02 = "Proceedings of the 35th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro03 = "Proceedings of the 36th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro04 = "Proceedings of the 37th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro05 = "Proceedings of the 38th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro06 = "Proceedings of the 39th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro07 = "Proceedings of the 40th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro08 = "Proceedings of the 41st Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro09 = "Proceedings of the 42nd Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro10 = "Proceedings of the 43rd Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro11 = "Proceedings of the 44th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro12 = "Proceedings of the 45th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro13 = "Proceedings of the 46th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro14 = "Proceedings of the 47th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro15 = "Proceedings of the 48th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro16 = "Proceedings of the 49th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro17 = "Proceedings of the 50th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro18 = "Proceedings of the 51st Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro19 = "Proceedings of the 52nd Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro20 = "Proceedings of the 53rd Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro21 = "Proceedings of the 54th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro22 = "Proceedings of the 55th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro23 = "Proceedings of the 56th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{micro24 = "Proceedings of the 57th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)"}
@string{apsys10 = "Proceedings of the 2010 Asia-Pacific Workshop on Systems (APSys)"}
@string{apsys11 = "Proceedings of the 2011 Asia-Pacific Workshop on Systems (APSys)"}
@string{apsys12 = "Proceedings of the 2012 Asia-Pacific Workshop on Systems (APSys)"}
@string{apsys13 = "Proceedings of the 2013 Asia-Pacific Workshop on Systems (APSys)"}
@string{apsys14 = "Proceedings of the 2014 Asia-Pacific Workshop on Systems (APSys)"}
@string{apsys15 = "Proceedings of the 2015 Asia-Pacific Workshop on Systems (APSys)"}
@string{apsys16 = "Proceedings of the 2016 Asia-Pacific Workshop on Systems (APSys)"}
@string{ppopp05 = "Proceedings of the 10th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP)"}
@string{ppopp06 = "Proceedings of the 11th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP)"}
@string{ppopp07 = "Proceedings of the 12th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP)"}
@string{ppopp08 = "Proceedings of the 13th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP)"}
@string{ppopp09 = "Proceedings of the 14th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP)"}
@string{ppopp10 = "Proceedings of the 15th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP)"}
@string{ppopp11 = "Proceedings of the 16th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP)"}
@string{ppopp12 = "Proceedings of the 17th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP)"}
@string{ppopp13 = "Proceedings of the 18th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP)"}
@string{ppopp14 = "Proceedings of the 19th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP)"}
@string{ppopp15 = "Proceedings of the 20th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP)"}
@string{ppopp16 = "Proceedings of the 21st ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP)"}
@string{ppopp17 = "Proceedings of the 22nd ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP)"}
@string{ppopp18 = "Proceedings of the 23rd ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP)"}
@string{wsdm08 = "Proceedings of the 1st International Conference on Web Search and Web Data Mining (WSDM)"}
@string{wsdm09 = "Proceedings of the 2nd International Conference on Web Search and Web Data Mining (WSDM)"}
@string{wsdm10 = "Proceedings of the 3rd International Conference on Web Search and Web Data Mining (WSDM)"}
@string{wsdm11 = "Proceedings of the 4th International Conference on Web Search and Web Data Mining (WSDM)"}
@string{wsdm12 = "Proceedings of the 5th International Conference on Web Search and Web Data Mining (WSDM)"}
@string{wsdm13 = "Proceedings of the 6th International Conference on Web Search and Web Data Mining (WSDM)"}
@string{wsdm14 = "Proceedings of the 7th International Conference on Web Search and Web Data Mining (WSDM)"}
@string{wsdm15 = "Proceedings of the 8th International Conference on Web Search and Web Data Mining (WSDM)"}
@string{wsdm16 = "Proceedings of the 9th International Conference on Web Search and Web Data Mining (WSDM)"}
@string{iptps02 = "Proceedings of the 1st International Conference on Peer-to-peer systems (IPTPS)"}
@string{iptps03 = "Proceedings of the 2nd International Conference on Peer-to-peer systems (IPTPS)"}
@string{iptps04 = "Proceedings of the 3rd International Conference on Peer-to-peer systems (IPTPS)"}
@string{iptps05 = "Proceedings of the 4th International Conference on Peer-to-peer systems (IPTPS)"}
@string{iptps06 = "Proceedings of the 5th International Conference on Peer-to-peer systems (IPTPS)"}
@string{iptps07 = "Proceedings of the 6th International Conference on Peer-to-peer systems (IPTPS)"}
@string{iptps08 = "Proceedings of the 7th International Conference on Peer-to-peer systems (IPTPS)"}
@string{iptps09 = "Proceedings of the 8th International Conference on Peer-to-peer systems (IPTPS)"}
@string{iptps10 = "Proceedings of the 9th International Conference on Peer-to-peer systems (IPTPS)"}
@string{iptps11 = "Proceedings of the 10th International Conference on Peer-to-peer systems (IPTPS)"}
@string{iptps12 = "Proceedings of the 11th International Conference on Peer-to-peer systems (IPTPS)"}
@string{iptps13 = "Proceedings of the 12th International Conference on Peer-to-peer systems (IPTPS)"}
@string{iptps14 = "Proceedings of the 13th International Conference on Peer-to-peer systems (IPTPS)"}
@string{iptps15 = "Proceedings of the 14th International Conference on Peer-to-peer systems (IPTPS)"}
@string{iptps16 = "Proceedings of the 15th International Conference on Peer-to-peer systems (IPTPS)"}
@string{podc82 = "Proceedings of the 1st Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc83 = "Proceedings of the 2nd Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc84 = "Proceedings of the 3rd Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc85 = "Proceedings of the 4th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc86 = "Proceedings of the 5th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc87 = "Proceedings of the 6th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc88 = "Proceedings of the 7th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc89 = "Proceedings of the 8th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc90 = "Proceedings of the 9th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc91 = "Proceedings of the 10th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc92 = "Proceedings of the 11th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc93 = "Proceedings of the 12th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc94 = "Proceedings of the 13th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc95 = "Proceedings of the 14th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc96 = "Proceedings of the 15th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc97 = "Proceedings of the 16th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc98 = "Proceedings of the 17th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc99 = "Proceedings of the 18th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc00 = "Proceedings of the 19th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc01 = "Proceedings of the 20th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc02 = "Proceedings of the 21st Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc03 = "Proceedings of the 22nd Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc04 = "Proceedings of the 23rd Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc05 = "Proceedings of the 24th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc06 = "Proceedings of the 25th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc07 = "Proceedings of the 26th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc08 = "Proceedings of the 27th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc09 = "Proceedings of the 28th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc10 = "Proceedings of the 29th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc11 = "Proceedings of the 30th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc12 = "Proceedings of the 31st Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc13 = "Proceedings of the 32nd Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc14 = "Proceedings of the 33rd Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc15 = "Proceedings of the 34th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{podc16 = "Proceedings of the 35th Annual ACM Symposium on Principles of Distributed Computing (PODC)"}
@string{icac04 = "Proceedings of the 1st International Conference on Autonomic Computing (ICAC)"}
@string{icac05 = "Proceedings of the 2nd International Conference on Autonomic Computing (ICAC)"}
@string{icac06 = "Proceedings of the 3rd International Conference on Autonomic Computing (ICAC)"}
@string{icac07 = "Proceedings of the 4th International Conference on Autonomic Computing (ICAC)"}
@string{icac08 = "Proceedings of the 5th International Conference on Autonomic Computing (ICAC)"}
@string{icac09 = "Proceedings of the 6th International Conference on Autonomic Computing (ICAC)"}
@string{icac10 = "Proceedings of the 7th International Conference on Autonomic Computing (ICAC)"}
@string{icac11 = "Proceedings of the 8th International Conference on Autonomic Computing (ICAC)"}
@string{icac12 = "Proceedings of the 9th International Conference on Autonomic Computing (ICAC)"}
@string{icac13 = "Proceedings of the 10th International Conference on Autonomic Computing (ICAC)"}
@string{icac14 = "Proceedings of the 11th International Conference on Autonomic Computing (ICAC)"}
@string{icac15 = "Proceedings of the 12th International Conference on Autonomic Computing (ICAC)"}
@string{icac16 = "Proceedings of the 13th International Conference on Autonomic Computing (ICAC)"}
@string{fast07 = "Proceedings of the 5th USENIX Conference on File and Storage Technologie (FAST)"}
@string{fast08 = "Proceedings of the 6th USENIX Conference on File and Storage Technologie (FAST)"}
@string{fast09 = "Proceedings of the 7th USENIX Conference on File and Storage Technologie (FAST)"}
@string{fast10 = "Proceedings of the 8th USENIX Conference on File and Storage Technologie (FAST)"}
@string{fast11 = "Proceedings of the 9th USENIX Conference on File and Storage Technologie (FAST)"}
@string{fast12 = "Proceedings of the 10th USENIX Conference on File and Storage Technologie (FAST)"}
@string{fast13 = "Proceedings of the 11th USENIX Conference on File and Storage Technologie (FAST)"}
@string{fast14 = "Proceedings of the 12th USENIX Conference on File and Storage Technologie (FAST)"}
@string{fast15 = "Proceedings of the 13th USENIX Conference on File and Storage Technologie (FAST)"}
@string{fast16 = "Proceedings of the 14th USENIX Conference on File and Storage Technologie (FAST)"}
@string{fast17 = "Proceedings of the 15th USENIX Conference on File and Storage Technologie (FAST)"}
@string{fast18 = "Proceedings of the 16th USENIX Conference on File and Storage Technologie (FAST)"}
@string{fast19 = "Proceedings of the 17th USENIX Conference on File and Storage Technologie (FAST)"}
@string{pdp06 = "Proceedings of the 14th Euromicro International Conference on Parallel, Distributed, and Network-Based Processing (PDP)"}
@string{pdp07 = "Proceedings of the 15th Euromicro International Conference on Parallel, Distributed, and Network-Based Processing (PDP)"}
@string{pdp08 = "Proceedings of the 16th Euromicro International Conference on Parallel, Distributed, and Network-Based Processing (PDP)"}
@string{pdp09 = "Proceedings of the 17th Euromicro International Conference on Parallel, Distributed, and Network-Based Processing (PDP)"}
@string{pdp10 = "Proceedings of the 18th Euromicro International Conference on Parallel, Distributed, and Network-Based Processing (PDP)"}
@string{pdp11 = "Proceedings of the 19th Euromicro International Conference on Parallel, Distributed, and Network-Based Processing (PDP)"}
@string{pdp12 = "Proceedings of the 20th Euromicro International Conference on Parallel, Distributed, and Network-Based Processing (PDP)"}
@string{pdp13 = "Proceedings of the 21st Euromicro International Conference on Parallel, Distributed, and Network-Based Processing (PDP)"}
@string{pdp14 = "Proceedings of the 22nd Euromicro International Conference on Parallel, Distributed, and Network-Based Processing (PDP)"}
@string{pdp15 = "Proceedings of the 23rd Euromicro International Conference on Parallel, Distributed, and Network-Based Processing (PDP)"}
@string{pdp16 = "Proceedings of the 24th Euromicro International Conference on Parallel, Distributed, and Network-Based Processing (PDP)"}
@string{pdp93 = "Proceedings of the 1st Euromicro Workshop on Parallel, Distributed and Network-Based Processing (PDP)"}
@string{pdp94 = "Proceedings of the 2nd Euromicro Workshop on Parallel, Distributed and Network-Based Processing (PDP)"}
@string{pdp95 = "Proceedings of the 3rd Euromicro Workshop on Parallel, Distributed and Network-Based Processing (PDP)"}
@string{pdp96 = "Proceedings of the 4th Euromicro Workshop on Parallel, Distributed and Network-Based Processing (PDP)"}
@string{pdp97 = "Proceedings of the 5th Euromicro Workshop on Parallel, Distributed and Network-Based Processing (PDP)"}
@string{pdp98 = "Proceedings of the 6th Euromicro Workshop on Parallel, Distributed and Network-Based Processing (PDP)"}
@string{pdp99 = "Proceedings of the 7th Euromicro Workshop on Parallel, Distributed and Network-Based Processing (PDP)"}
@string{pdp00 = "Proceedings of the 8th Euromicro Workshop on Parallel, Distributed and Network-Based Processing (PDP)"}
@string{pdp01 = "Proceedings of the 9th Euromicro Workshop on Parallel, Distributed and Network-Based Processing (PDP)"}
@string{pdp02 = "Proceedings of the 10th Euromicro Workshop on Parallel, Distributed and Network-Based Processing (PDP)"}
@string{pdp03 = "Proceedings of the 11th Euromicro Workshop on Parallel, Distributed and Network-Based Processing (PDP)"}
@string{pdp04 = "Proceedings of the 12th Euromicro Workshop on Parallel, Distributed and Network-Based Processing (PDP)"}
@string{pdp05 = "Proceedings of the 13th Euromicro Workshop on Parallel, Distributed and Network-Based Processing (PDP)"}
@string{acsac94 = "Proceedings of the 10th Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac95 = "Proceedings of the 11th Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac96 = "Proceedings of the 12th Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac97 = "Proceedings of the 13th Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac98 = "Proceedings of the 14th Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac99 = "Proceedings of the 15th Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac00 = "Proceedings of the 16th Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac01 = "Proceedings of the 17th Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac02 = "Proceedings of the 18th Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac03 = "Proceedings of the 19th Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac04 = "Proceedings of the 20th Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac05 = "Proceedings of the 21st Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac06 = "Proceedings of the 22nd Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac07 = "Proceedings of the 23rd Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac08 = "Proceedings of the 24th Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac09 = "Proceedings of the 25th Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac10 = "Proceedings of the 26th Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac11 = "Proceedings of the 27th Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac12 = "Proceedings of the 28th Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac13 = "Proceedings of the 29th Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac14 = "Proceedings of the 30th Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac15 = "Proceedings of the 31st Annual Computer Security Applications Conference (ACSAC)"}
@string{acsac16 = "Proceedings of the 32nd Annual Computer Security Applications Conference (ACSAC)"}
@string{hotsdn12 = "Proceedings of the 1st workshop on Hot topics in software defined networking (HotSDN)"}
@string{hotsdn13 = "Proceedings of the 2nd workshop on Hot topics in software defined networking (HotSDN)"}
@string{hotsdn14 = "Proceedings of the 3rd workshop on Hot topics in software defined networking (HotSDN)"}
@string{hotsdn15 = "Proceedings of the 4th workshop on Hot topics in software defined networking (HotSDN)"}
@string{hotsdn16 = "Proceedings of the 5th workshop on Hot topics in software defined networking (HotSDN)"}
@string{hotcloud09 = "Proceedings of the 1st workshop on Hot topics in Cloud Computing (HotCloud)"}
@string{hotcloud10 = "Proceedings of the 2nd workshop on Hot topics in Cloud Computing (HotCloud)"}
@string{hotcloud11 = "Proceedings of the 3rd workshop on Hot topics in Cloud Computing (HotCloud)"}
@string{hotcloud12 = "Proceedings of the 4th workshop on Hot topics in Cloud Computing (HotCloud)"}
@string{hotcloud13 = "Proceedings of the 5th workshop on Hot topics in Cloud Computing (HotCloud)"}
@string{hotcloud14 = "Proceedings of the 6th workshop on Hot topics in Cloud Computing (HotCloud)"}
@string{hotcloud15 = "Proceedings of the 7th workshop on Hot topics in Cloud Computing (HotCloud)"}
@string{hotcloud16 = "Proceedings of the 8th workshop on Hot topics in Cloud Computing (HotCloud)"}
@string{hotcloud17 = "Proceedings of the 9th workshop on Hot topics in Cloud Computing (HotCloud)"}
@string{hotcloud18 = "Proceedings of the 10th workshop on Hot topics in Cloud Computing (HotCloud)"}
@string{hotcloud19 = "Proceedings of the 11th workshop on Hot topics in Cloud Computing (HotCloud)"}
@string{hotcloud20 = "Proceedings of the 12th workshop on Hot topics in Cloud Computing (HotCloud)"}
@string{hotcloud21 = "Proceedings of the 13th workshop on Hot topics in Cloud Computing (HotCloud)"}
@string{hotcloud22 = "Proceedings of the 14th workshop on Hot topics in Cloud Computing (HotCloud)"}
@string{hotcloud23 = "Proceedings of the 15th workshop on Hot topics in Cloud Computing (HotCloud)"}
@string{hotcloud24 = "Proceedings of the 16th workshop on Hot topics in Cloud Computing (HotCloud)"}
@string{infocom89 = "Proceedings of the 1989 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom90 = "Proceedings of the 1990 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom91 = "Proceedings of the 1991 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom92 = "Proceedings of the 1992 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom93 = "Proceedings of the 1993 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom94 = "Proceedings of the 1994 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom95 = "Proceedings of the 1995 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom96 = "Proceedings of the 1996 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom97 = "Proceedings of the 1997 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom98 = "Proceedings of the 1998 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom99 = "Proceedings of the 1999 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom00 = "Proceedings of the 2000 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom01 = "Proceedings of the 2001 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom02 = "Proceedings of the 2002 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom03 = "Proceedings of the 2003 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom04 = "Proceedings of the 2004 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom05 = "Proceedings of the 2005 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom06 = "Proceedings of the 2006 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom07 = "Proceedings of the 2007 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom08 = "Proceedings of the 2008 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom09 = "Proceedings of the 2009 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom10 = "Proceedings of the 2010 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom11 = "Proceedings of the 2011 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom12 = "Proceedings of the 2012 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom13 = "Proceedings of the 2013 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom14 = "Proceedings of the 2014 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom15 = "Proceedings of the 2015 IEEE Conference on Computer Communications (INFOCOM)"}
@string{infocom16 = "Proceedings of the 2016 IEEE Conference on Computer Communications (INFOCOM)"}
@string{ipdps10 = "Proceedings of the 24th IEEE International Symposium on Parallel and Distributed Processing (IPDPS)"}
@string{ipdps11 = "Proceedings of the 25th IEEE International Symposium on Parallel and Distributed Processing (IPDPS)"}
@string{ipdps12 = "Proceedings of the 26th IEEE International Symposium on Parallel and Distributed Processing (IPDPS)"}
@string{ipdps13 = "Proceedings of the 27th IEEE International Symposium on Parallel and Distributed Processing (IPDPS)"}
@string{ipdps14 = "Proceedings of the 28th IEEE International Symposium on Parallel and Distributed Processing (IPDPS)"}
@string{ipdps15 = "Proceedings of the 29th IEEE International Symposium on Parallel and Distributed Processing (IPDPS)"}
@string{ipdps16 = "Proceedings of the 30th IEEE International Symposium on Parallel and Distributed Processing (IPDPS)"}
@string{ipdps17 = "Proceedings of the 31st IEEE International Symposium on Parallel and Distributed Processing (IPDPS)"}
@string{ipdps18 = "Proceedings of the 32nd IEEE International Symposium on Parallel and Distributed Processing (IPDPS)"}
@string{ipdps19 = "Proceedings of the 33rd IEEE International Symposium on Parallel and Distributed Processing (IPDPS)"}
@string{ipdps20 = "Proceedings of the 34th IEEE International Symposium on Parallel and Distributed Processing (IPDPS)"}
@string{icde15 = "Proceedings of the 31st IEEE International Conference on Data Engineering (ICDE)"}
@string{icde16 = "Proceedings of the 32nd IEEE International Conference on Data Engineering (ICDE)"}
@string{hotdep06 = "Proceedings of the 2nd Workshop on Hot Topics in System Dependability (HotDep)"}
@string{hotdep07 = "Proceedings of the 3rd Workshop on Hot Topics in System Dependability (HotDep)"}
@string{hotdep08 = "Proceedings of the 4th Workshop on Hot Topics in System Dependability (HotDep)"}
@string{hotdep09 = "Proceedings of the 5th Workshop on Hot Topics in System Dependability (HotDep)"}
@string{hotdep10 = "Proceedings of the 6th Workshop on Hot Topics in System Dependability (HotDep)"}
@string{hotdep11 = "Proceedings of the 7th Workshop on Hot Topics in System Dependability (HotDep)"}
@string{hotdep12 = "Proceedings of the 8th Workshop on Hot Topics in System Dependability (HotDep)"}
@string{hotdep13 = "Proceedings of the 9th Workshop on Hot Topics in System Dependability (HotDep)"}
@string{hotdep14 = "Proceedings of the 10th Workshop on Hot Topics in System Dependability (HotDep)"}
@string{hotdep15 = "Proceedings of the 11th Workshop on Hot Topics in System Dependability (HotDep)"}
@string{dsn06 = "Proceedings of the 36th Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)"}
@string{dsn07 = "Proceedings of the 37th Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)"}
@string{dsn08 = "Proceedings of the 38th Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)"}
@string{dsn09 = "Proceedings of the 39th Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)"}
@string{dsn10 = "Proceedings of the 40th Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)"}
@string{dsn11 = "Proceedings of the 41st Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)"}
@string{dsn12 = "Proceedings of the 42nd Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)"}
@string{dsn13 = "Proceedings of the 43rd Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)"}
@string{dsn14 = "Proceedings of the 44th Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)"}
@string{dsn15 = "Proceedings of the 45th Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)"}
@string{dsn16 = "Proceedings of the 46th Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)"}
@string{dsn17 = "Proceedings of the 47th Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)"}
@string{dsn18 = "Proceedings of the 48th Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)"}
@string{dsn19 = "Proceedings of the 49th Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)"}
@string{dsn20 = "Proceedings of the 50th Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)"}
@string{dsn21 = "Proceedings of the 51st Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)"}
@string{dsn22 = "Proceedings of the 52nd Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)"}
@string{dsn23 = "Proceedings of the 53rd Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)"}
@string{dsn24 = "Proceedings of the 54th Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)"}
@string{vee05 = "Proceedings of the 1st International Conference on Virtual Execution Environments (VEE)"}
@string{vee06 = "Proceedings of the 2nd International Conference on Virtual Execution Environments (VEE)"}
@string{vee07 = "Proceedings of the 3rd International Conference on Virtual Execution Environments (VEE)"}
@string{vee08 = "Proceedings of the 4th International Conference on Virtual Execution Environments (VEE)"}
@string{vee09 = "Proceedings of the 5th International Conference on Virtual Execution Environments (VEE)"}
@string{vee10 = "Proceedings of the 6th International Conference on Virtual Execution Environments (VEE)"}
@string{vee11 = "Proceedings of the 7th International Conference on Virtual Execution Environments (VEE)"}
@string{vee12 = "Proceedings of the 8th International Conference on Virtual Execution Environments (VEE)"}
@string{vee13 = "Proceedings of the 9th International Conference on Virtual Execution Environments (VEE)"}
@string{vee14 = "Proceedings of the 10th International Conference on Virtual Execution Environments (VEE)"}
@string{vee15 = "Proceedings of the 11th International Conference on Virtual Execution Environments (VEE)"}
@string{vee16 = "Proceedings of the 12th International Conference on Virtual Execution Environments (VEE)"}
@string{vee17 = "Proceedings of the 13th International Conference on Virtual Execution Environments (VEE)"}
@string{vee18 = "Proceedings of the 14th International Conference on Virtual Execution Environments (VEE)"}
@string{vee19 = "Proceedings of the 15th International Conference on Virtual Execution Environments (VEE)"}
@string{vee20 = "Proceedings of the 16th International Conference on Virtual Execution Environments (VEE)"}
@string{vee21 = "Proceedings of the 17th International Conference on Virtual Execution Environments (VEE)"}
@string{wmcsa02 = "Proceedings of the 4th IEEE Workshop on Mobile Computing Systems and Applications"}
@string{wmcsa03 = "Proceedings of the 5th IEEE Workshop on Mobile Computing Systems and Applications"}
@string{iccd05 = "Proceedings of the 23rd International IEEE Conference on Computer Design (ICCD)"}
@string{iccd06 = "Proceedings of the 24th International IEEE Conference on Computer Design (ICCD)"}
@string{iccd07 = "Proceedings of the 25th International IEEE Conference on Computer Design (ICCD)"}
@string{iccd08 = "Proceedings of the 26th International IEEE Conference on Computer Design (ICCD)"}
@string{iccd09 = "Proceedings of the 27th International IEEE Conference on Computer Design (ICCD)"}
@string{iccd10 = "Proceedings of the 28th International IEEE Conference on Computer Design (ICCD)"}
@string{iccd11 = "Proceedings of the 29th International IEEE Conference on Computer Design (ICCD)"}
@string{iccd12 = "Proceedings of the 30th International IEEE Conference on Computer Design (ICCD)"}
@string{iccd13 = "Proceedings of the 31st International IEEE Conference on Computer Design (ICCD)"}
@string{iccd14 = "Proceedings of the 32nd International IEEE Conference on Computer Design (ICCD)"}
@string{hpcc05 = "Proceedings of the 2005 IEEE International Conference on High Performance Computing and Communications (HPCC)"}
@string{hpcc06 = "Proceedings of the 2006 IEEE International Conference on High Performance Computing and Communications (HPCC)"}
@string{hpcc07 = "Proceedings of the 2007 IEEE International Conference on High Performance Computing and Communications (HPCC)"}
@string{hpcc08 = "Proceedings of the 2008 IEEE International Conference on High Performance Computing and Communications (HPCC)"}
@string{hpcc09 = "Proceedings of the 2009 IEEE International Conference on High Performance Computing and Communications (HPCC)"}
@string{hpcc10 = "Proceedings of the 2010 IEEE International Conference on High Performance Computing and Communications (HPCC)"}
@string{hpcc11 = "Proceedings of the 2011 IEEE International Conference on High Performance Computing and Communications (HPCC)"}
@string{hpcc12 = "Proceedings of the 2012 IEEE International Conference on High Performance Computing and Communications (HPCC)"}
@string{hpcc13 = "Proceedings of the 2013 IEEE International Conference on High Performance Computing and Communications (HPCC)"}
@string{hpcc14 = "Proceedings of the 2014 IEEE International Conference on High Performance Computing and Communications (HPCC)"}
@string{hpcc15 = "Proceedings of the 2015 IEEE International Conference on High Performance Computing and Communications (HPCC)"}
@string{hpcc16 = "Proceedings of the 2016 IEEE International Conference on High Performance Computing and Communications (HPCC)"}
@string{hpcc17 = "Proceedings of the 2017 IEEE International Conference on High Performance Computing and Communications (HPCC)"}
@string{hoti05 = "Proceedings of the 2005 Annual Symposium on High-Performance Interconnects"}
@string{hoti06 = "Proceedings of the 2006 Annual Symposium on High-Performance Interconnects"}
@string{hoti07 = "Proceedings of the 2007 Annual Symposium on High-Performance Interconnects"}
@string{hoti08 = "Proceedings of the 2008 Annual Symposium on High-Performance Interconnects"}
@string{hoti09 = "Proceedings of the 2009 Annual Symposium on High-Performance Interconnects"}
@string{hoti10 = "Proceedings of the 2010 Annual Symposium on High-Performance Interconnects"}
@string{hoti11 = "Proceedings of the 2011 Annual Symposium on High-Performance Interconnects"}
@string{hoti12 = "Proceedings of the 2012 Annual Symposium on High-Performance Interconnects"}
@string{hoti13 = "Proceedings of the 2013 Annual Symposium on High-Performance Interconnects"}
@string{hoti14 = "Proceedings of the 2014 Annual Symposium on High-Performance Interconnects"}
@string{hoti15 = "Proceedings of the 2015 Annual Symposium on High-Performance Interconnects"}
@string{hoti16 = "Proceedings of the 2016 Annual Symposium on High-Performance Interconnects"}
@string{hoti17 = "Proceedings of the 2017 Annual Symposium on High-Performance Interconnects"}
@string{rtas05 = "Proceedings of the 2005 Real-Time and Embedded Technology and Applications Symposium"}
@string{rtas06 = "Proceedings of the 2006 Real-Time and Embedded Technology and Applications Symposium"}
@string{rtas07 = "Proceedings of the 2007 Real-Time and Embedded Technology and Applications Symposium"}
@string{rtas08 = "Proceedings of the 2008 Real-Time and Embedded Technology and Applications Symposium"}
@string{rtas09 = "Proceedings of the 2009 Real-Time and Embedded Technology and Applications Symposium"}
@string{rtas10 = "Proceedings of the 2010 Real-Time and Embedded Technology and Applications Symposium"}
@string{rtas11 = "Proceedings of the 2011 Real-Time and Embedded Technology and Applications Symposium"}
@string{rtas12 = "Proceedings of the 2012 Real-Time and Embedded Technology and Applications Symposium"}
@string{rtas13 = "Proceedings of the 2013 Real-Time and Embedded Technology and Applications Symposium"}
@string{rtas14 = "Proceedings of the 2014 Real-Time and Embedded Technology and Applications Symposium"}
@string{rtas15 = "Proceedings of the 2015 Real-Time and Embedded Technology and Applications Symposium"}
@string{rtas16 = "Proceedings of the 2016 Real-Time and Embedded Technology and Applications Symposium"}
@string{rtas17 = "Proceedings of the 2017 Real-Time and Embedded Technology and Applications Symposium"}
@string{ishpc00 = "Proceedings of the 3rd International Symposium on High-Performance Computing (ISHPC)"}
@string{sensys03 = "Proceedings of the 1st International Conference on Embedded Networked Sensor Systems (Sensys)"}
@string{sensys04 = "Proceedings of the 2nd International Conference on Embedded Networked Sensor Systems (Sensys)"}
@string{sensys05 = "Proceedings of the 3rd International Conference on Embedded Networked Sensor Systems (Sensys)"}
@string{sensys06 = "Proceedings of the 4th International Conference on Embedded Networked Sensor Systems (Sensys)"}
@string{sensys07 = "Proceedings of the 5th International Conference on Embedded Networked Sensor Systems (Sensys)"}
@string{sensys08 = "Proceedings of the 6th International Conference on Embedded Networked Sensor Systems (Sensys)"}
@string{sensys09 = "Proceedings of the 7th International Conference on Embedded Networked Sensor Systems (Sensys)"}
@string{sensys10 = "Proceedings of the 8th International Conference on Embedded Networked Sensor Systems (Sensys)"}
@string{sensys11 = "Proceedings of the 9th International Conference on Embedded Networked Sensor Systems (Sensys)"}
@string{sensys12 = "Proceedings of the 10th International Conference on Embedded Networked Sensor Systems (Sensys)"}
@string{sensys13 = "Proceedings of the 11th International Conference on Embedded Networked Sensor Systems (Sensys)"}
@string{sensys14 = "Proceedings of the 12th International Conference on Embedded Networked Sensor Systems (Sensys)"}
@string{sensys15 = "Proceedings of the 13th International Conference on Embedded Networked Sensor Systems (Sensys)"}
@string{lisa96 = "Proceedings of the 10th Large Installation System Administration Conference (LISA)"}
@string{lisa97 = "Proceedings of the 11th Large Installation System Administration Conference (LISA)"}
@string{lisa98 = "Proceedings of the 12th Large Installation System Administration Conference (LISA)"}
@string{lisa99 = "Proceedings of the 13th Large Installation System Administration Conference (LISA)"}
@string{lisa00 = "Proceedings of the 14th Large Installation System Administration Conference (LISA)"}
@string{lisa01 = "Proceedings of the 15th Large Installation System Administration Conference (LISA)"}
@string{lisa02 = "Proceedings of the 16th Large Installation System Administration Conference (LISA)"}
@string{lisa03 = "Proceedings of the 17th Large Installation System Administration Conference (LISA)"}
@string{lisa04 = "Proceedings of the 18th Large Installation System Administration Conference (LISA)"}
@string{lisa05 = "Proceedings of the 19th Large Installation System Administration Conference (LISA)"}
@string{lisa06 = "Proceedings of the 20th Large Installation System Administration Conference (LISA)"}
@string{lisa07 = "Proceedings of the 21st Large Installation System Administration Conference (LISA)"}
@string{lisa08 = "Proceedings of the 22nd Large Installation System Administration Conference (LISA)"}
@string{lisa09 = "Proceedings of the 23rd Large Installation System Administration Conference (LISA)"}
@string{lisa10 = "Proceedings of the 24th Large Installation System Administration Conference (LISA)"}
@string{lisa11 = "Proceedings of the 25th Large Installation System Administration Conference (LISA)"}
@string{lisa12 = "Proceedings of the 26th Large Installation System Administration Conference (LISA)"}
@string{lisa13 = "Proceedings of the 27th Large Installation System Administration Conference (LISA)"}
@string{lisa14 = "Proceedings of the 28th Large Installation System Administration Conference (LISA)"}
@string{lisa15 = "Proceedings of the 29th Large Installation System Administration Conference (LISA)"}
@string{pact97 = "Proceedings of the 6th International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{pact98 = "Proceedings of the 7th International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{pact99 = "Proceedings of the 8th International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{pact00 = "Proceedings of the 9th International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{pact01 = "Proceedings of the 10th International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{pact02 = "Proceedings of the 11th International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{pact03 = "Proceedings of the 12th International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{pact04 = "Proceedings of the 13th International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{pact05 = "Proceedings of the 14th International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{pact06 = "Proceedings of the 15th International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{pact07 = "Proceedings of the 16th International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{pact08 = "Proceedings of the 17th International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{pact09 = "Proceedings of the 18th International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{pact10 = "Proceedings of the 19th International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{pact11 = "Proceedings of the 20th International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{pact12 = "Proceedings of the 21st International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{pact13 = "Proceedings of the 22nd International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{pact14 = "Proceedings of the 23rd International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{pact15 = "Proceedings of the 24th International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{pact16 = "Proceedings of the 25th International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{pact17 = "Proceedings of the 26th International Conference on Parallel Architecture and Compilation Techniques (PACT)"}
@string{sigcse05 = "Proceedings of the 36th ACM Technical Symposium on Computer Science Education (SIGCSE)"}
@string{ispass00 = "Proceedings of the 2000 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)"}
@string{ispass01 = "Proceedings of the 2001 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)"}
@string{ispass02 = "Proceedings of the 2002 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)"}
@string{ispass03 = "Proceedings of the 2003 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)"}
@string{ispass04 = "Proceedings of the 2004 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)"}
@string{ispass05 = "Proceedings of the 2005 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)"}
@string{ispass06 = "Proceedings of the 2006 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)"}
@string{ispass07 = "Proceedings of the 2007 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)"}
@string{ispass08 = "Proceedings of the 2008 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)"}
@string{ispass09 = "Proceedings of the 2009 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)"}
@string{ispass10 = "Proceedings of the 2010 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)"}
@string{ispass11 = "Proceedings of the 2011 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)"}
@string{ispass12 = "Proceedings of the 2012 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)"}
@string{ispass13 = "Proceedings of the 2013 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)"}
@string{ispass14 = "Proceedings of the 2014 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)"}
@string{ispass15 = "Proceedings of the 2015 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)"}
@string{ispass16 = "Proceedings of the 2016 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)"}
@string{fpl01 = "Proceedings of the 11th International Conference on Field Programmable Logic and Applications (FPL)"}
@string{fpl02 = "Proceedings of the 12th International Conference on Field Programmable Logic and Applications (FPL)"}
@string{fpl03 = "Proceedings of the 13th International Conference on Field Programmable Logic and Applications (FPL)"}
@string{fpl04 = "Proceedings of the 14th International Conference on Field Programmable Logic and Applications (FPL)"}
@string{fpl05 = "Proceedings of the 15th International Conference on Field Programmable Logic and Applications (FPL)"}
@string{fpl06 = "Proceedings of the 16th International Conference on Field Programmable Logic and Applications (FPL)"}
@string{fpl07 = "Proceedings of the 17th International Conference on Field Programmable Logic and Applications (FPL)"}
@string{fpl08 = "Proceedings of the 18th International Conference on Field Programmable Logic and Applications (FPL)"}
@string{fpl09 = "Proceedings of the 19th International Conference on Field Programmable Logic and Applications (FPL)"}
@string{fpl10 = "Proceedings of the 20th International Conference on Field Programmable Logic and Applications (FPL)"}
@string{fpl11 = "Proceedings of the 21st International Conference on Field Programmable Logic and Applications (FPL)"}
@string{fpl12 = "Proceedings of the 22nd International Conference on Field Programmable Logic and Applications (FPL)"}
@string{fpl13 = "Proceedings of the 23rd International Conference on Field Programmable Logic and Applications (FPL)"}
@string{fpl14 = "Proceedings of the 24th International Conference on Field Programmable Logic and Applications (FPL)"}
@string{fpl15 = "Proceedings of the 25th International Conference on Field Programmable Logic and Applications (FPL)"}
@string{fpl16 = "Proceedings of the 26th International Conference on Field Programmable Logic and Applications (FPL)"}
@string{threepgcic10 = "Proceedings of the 5th International Conference on P2P, Parallel, Grid, Cloud and Internet Computing (3PGCIC)"}
@string{threepgcic11 = "Proceedings of the 6th International Conference on P2P, Parallel, Grid, Cloud and Internet Computing (3PGCIC)"}
@string{threepgcic12 = "Proceedings of the 7th International Conference on P2P, Parallel, Grid, Cloud and Internet Computing (3PGCIC)"}
@string{threepgcic13 = "Proceedings of the 8th International Conference on P2P, Parallel, Grid, Cloud and Internet Computing (3PGCIC)"}
@string{threepgcic14 = "Proceedings of the 9th International Conference on P2P, Parallel, Grid, Cloud and Internet Computing (3PGCIC)"}
@string{threepgcic15 = "Proceedings of the 10th International Conference on P2P, Parallel, Grid, Cloud and Internet Computing (3PGCIC)"}
@string{threepgcic16 = "Proceedings of the 11th International Conference on P2P, Parallel, Grid, Cloud and Internet Computing (3PGCIC)"}
@string{mobicom00 = "Proceedings of the 6th Annual International Conference on Mobile Computing and Networking (MobiCom)"}
@string{mobicom01 = "Proceedings of the 7th Annual International Conference on Mobile Computing and Networking (MobiCom)"}
@string{mobicom02 = "Proceedings of the 8th Annual International Conference on Mobile Computing and Networking (MobiCom)"}
@string{mobicom03 = "Proceedings of the 9th Annual International Conference on Mobile Computing and Networking (MobiCom)"}
@string{mobicom04 = "Proceedings of the 10th Annual International Conference on Mobile Computing and Networking (MobiCom)"}
@string{mobicom05 = "Proceedings of the 11th Annual International Conference on Mobile Computing and Networking (MobiCom)"}
@string{mobicom06 = "Proceedings of the 12th Annual International Conference on Mobile Computing and Networking (MobiCom)"}
@string{mobicom07 = "Proceedings of the 13th Annual International Conference on Mobile Computing and Networking (MobiCom)"}
@string{mobicom08 = "Proceedings of the 14th Annual International Conference on Mobile Computing and Networking (MobiCom)"}
@string{mobicom09 = "Proceedings of the 15th Annual International Conference on Mobile Computing and Networking (MobiCom)"}
@string{mobicom10 = "Proceedings of the 16th Annual International Conference on Mobile Computing and Networking (MobiCom)"}
@string{mobicom11 = "Proceedings of the 17th Annual International Conference on Mobile Computing and Networking (MobiCom)"}
@string{mobicom12 = "Proceedings of the 18th Annual International Conference on Mobile Computing and Networking (MobiCom)"}
@string{mobicom13 = "Proceedings of the 19th Annual International Conference on Mobile Computing and Networking (MobiCom)"}
@string{mobicom14 = "Proceedings of the 20th Annual International Conference on Mobile Computing and Networking (MobiCom)"}
@string{mobicom15 = "Proceedings of the 21st Annual International Conference on Mobile Computing and Networking (MobiCom)"}
@string{mobicom16 = "Proceedings of the 22nd Annual International Conference on Mobile Computing and Networking (MobiCom)"}
@string{bigdata12 = "Proceedings of the 2012 IEEE Conference on Big Data"}
@string{bigdata13 = "Proceedings of the 2013 IEEE Conference on Big Data"}
@string{bigdata14 = "Proceedings of the 2014 IEEE Conference on Big Data"}
@string{bigdata15 = "Proceedings of the 2015 IEEE Conference on Big Data"}
@string{bigdata16 = "Proceedings of the 2016 IEEE Conference on Big Data"}
@string{bigdata17 = "Proceedings of the 2017 IEEE Conference on Big Data"}
@string{inflow13 = "Proceedings of the 1st Workshop on Interactions of NVM/FLASH with Operating Systems and Workload (INFLOW)"}
@string{inflow14 = "Proceedings of the 2nd Workshop on Interactions of NVM/FLASH with Operating Systems and Workload (INFLOW)"}
@string{inflow15 = "Proceedings of the 3rd Workshop on Interactions of NVM/FLASH with Operating Systems and Workload (INFLOW)"}
@string{inflow16 = "Proceedings of the 4th Workshop on Interactions of NVM/FLASH with Operating Systems and Workload (INFLOW)"}
@string{ndss95 = "Proceedings of the 1995 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss96 = "Proceedings of the 1996 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss97 = "Proceedings of the 1997 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss98 = "Proceedings of the 1998 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss99 = "Proceedings of the 1999 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss00 = "Proceedings of the 2000 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss01 = "Proceedings of the 2001 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss02 = "Proceedings of the 2002 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss03 = "Proceedings of the 2003 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss04 = "Proceedings of the 2004 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss05 = "Proceedings of the 2005 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss06 = "Proceedings of the 2006 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss07 = "Proceedings of the 2007 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss08 = "Proceedings of the 2008 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss09 = "Proceedings of the 2009 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss10 = "Proceedings of the 2010 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss11 = "Proceedings of the 2011 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss12 = "Proceedings of the 2012 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss13 = "Proceedings of the 2013 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss14 = "Proceedings of the 2014 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss15 = "Proceedings of the 2015 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss16 = "Proceedings of the 2016 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss17 = "Proceedings of the 2017 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss18 = "Proceedings of the 2018 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss19 = "Proceedings of the 2019 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss20 = "Proceedings of the 2020 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss21 = "Proceedings of the 2021 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss22 = "Proceedings of the 2022 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss23 = "Proceedings of the 2023 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{ndss24 = "Proceedings of the 2024 Annual Network and Distributed System Security Symposium (NDSS)"}
@string{popl88 = "Proceedings of the 15th ACM SIGPLAN Symposium on Principles of Programming Languages (POPL)"}
@string{popl89 = "Proceedings of the 16th ACM SIGPLAN Symposium on Principles of Programming Languages (POPL)"}
@string{popl90 = "Proceedings of the 17th ACM SIGPLAN Symposium on Principles of Programming Languages (POPL)"}
@string{popl91 = "Proceedings of the 18th ACM SIGPLAN Symposium on Principles of Programming Languages (POPL)"}
@string{popl92 = "Proceedings of the 19th ACM SIGPLAN Symposium on Principles of Programming Languages (POPL)"}
@string{popl93 = "Proceedings of the 20th ACM SIGPLAN Symposium on Principles of Programming Languages (POPL)"}
@string{popl94 = "Proceedings of the 21st ACM SIGPLAN Symposium on Principles of Programming Languages (POPL)"}
@string{popl95 = "Proceedings of the 22nd ACM SIGPLAN Symposium on Principles of Programming Languages (POPL)"}
@string{popl96 = "Proceedings of the 23rd ACM SIGPLAN Symposium on Principles of Programming Languages (POPL)"}
@string{popl97 = "Proceedings of the 24th ACM SIGPLAN Symposium on Principles of Programming Languages (POPL)"}
@string{popl98 = "Proceedings of the 25th ACM SIGPLAN Symposium on Principles of Programming Languages (POPL)"}
@string{popl99 = "Proceedings of the 26th ACM SIGPLAN Symposium on Principles of Programming Languages (POPL)"}
@string{popl00 = "Proceedings of the 27th ACM SIGPLAN Symposium on Principles of Programming Languages (POPL)"}
@string{popl01 = "Proceedings of the 28th ACM SIGPLAN Symposium on Principles of Programming Languages (POPL)"}
@string{popl02 = "Proceedings of the 29th ACM SIGPLAN Symposium on Principles of Programming Languages (POPL)"}
@string{popl03 = "Proceedings of the 30th ACM SIGPLAN Symposium on Principles of Programming Languages (POPL)"}