-
Notifications
You must be signed in to change notification settings - Fork 6
/
crossref.bib
3378 lines (3046 loc) · 129 KB
/
crossref.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
%%%%% Conference proceedings, long form.
%
% Sorted by key. When adding new entries, also add a short form
% to crossref-short.bib.
%
% For formatting instructions, please see literatur.bib.
%
% Do not cite directly. Instead, add a Book entry in literatur.bib.
%
@Proceedings{aaai1991,
title = "Proceedings of the Ninth National Conference on
Artificial Intelligence ({AAAI} 1991)",
booktitle = "Proceedings of the Ninth National Conference on
Artificial Intelligence ({AAAI} 1991)",
publisher = "{AAAI} Press",
year = "1991"
}
@Proceedings{aaai1993,
title = "Proceedings of the Eleventh National Conference on
Artificial Intelligence ({AAAI} 1993)",
booktitle = "Proceedings of the Eleventh National Conference on
Artificial Intelligence ({AAAI} 1993)",
publisher = "{AAAI} Press/{MIT} Press",
year = "1993"
}
% Data taken from DBLP.
@Proceedings{aaai1994,
title = "Proceedings of the Twelfth National Conference on
Artificial Intelligence ({AAAI} 1994)",
booktitle = "Proceedings of the Twelfth National Conference on
Artificial Intelligence ({AAAI} 1994)",
publisher = "{AAAI} Press",
year = "1994"
}
% Data taken from DBLP.
% NOTE: No editor (verified).
@Proceedings{aaai1996,
title = "Proceedings of the Thirteenth National Conference on
Artificial Intelligence ({AAAI} 1996)",
booktitle = "Proceedings of the Thirteenth National Conference on
Artificial Intelligence ({AAAI} 1996)",
publisher = "{AAAI} Press",
year = "1996"
}
% Data taken from AAAI Press homepage.
% NOTE: No editor (verified).
@Proceedings{aaai1997,
title = "Proceedings of the Fourteenth National Conference on
Artificial Intelligence ({AAAI} 1997)",
booktitle = "Proceedings of the Fourteenth National Conference on
Artificial Intelligence ({AAAI} 1997)",
publisher = "{AAAI} Press",
year = "1997"
}
% Data taken from AAAI Press homepage.
@Proceedings{aaai1998,
editor = "Charles Rich and Jack Mostow",
title = "Proceedings of the Fifteenth National Conference on
Artificial Intelligence ({AAAI} 1998)",
booktitle = "Proceedings of the Fifteenth National Conference on
Artificial Intelligence ({AAAI} 1998)",
publisher = "{AAAI} Press",
year = "1998"
}
% Data taken from DBLP.
@Proceedings{aaai1999,
title = "Proceedings of the Sixteenth National Conference on
Artificial Intelligence ({AAAI} 1999)",
booktitle = "Proceedings of the Sixteenth National Conference on
Artificial Intelligence ({AAAI} 1999)",
publisher = "{AAAI} Press",
year = "1999"
}
% Data taken from AAAI Press homepage.
@Proceedings{aaai2000,
editor = "Henry Kautz and Bruce Porter",
title = "Proceedings of the Seventeenth National Conference on
Artificial Intelligence ({AAAI} 2000)",
booktitle = "Proceedings of the Seventeenth National Conference on
Artificial Intelligence ({AAAI} 2000)",
publisher = "{AAAI} Press",
year = "2000"
}
% Data taken from AAAI Press homepage.
@Proceedings{aaai2002,
title = "Proceedings of the Eighteenth National Conference on
Artificial Intelligence ({AAAI} 2002)",
booktitle = "Proceedings of the Eighteenth National Conference on
Artificial Intelligence ({AAAI} 2002)",
publisher = "{AAAI} Press",
year = "2002"
}
@Proceedings{aaai2004,
title = "Proceedings of the Nineteenth National Conference on
Artificial Intelligence ({AAAI} 2004)",
booktitle = "Proceedings of the Nineteenth National Conference on
Artificial Intelligence ({AAAI} 2004)",
publisher = "{AAAI} Press",
year = "2004"
}
% Data taken from AAAI Press homepage.
@Proceedings{aaai2005,
title = "Proceedings of the Twentieth National Conference on
Artificial Intelligence ({AAAI} 2005)",
booktitle = "Proceedings of the Twentieth National Conference on
Artificial Intelligence ({AAAI} 2005)",
publisher = "{AAAI} Press",
year = "2005"
}
% Data taken from AAAI Press homepage.
@Proceedings{aaai2006,
title = "Proceedings of the Twenty-First National Conference on
Artificial Intelligence ({AAAI} 2006)",
booktitle = "Proceedings of the Twenty-First National Conference on
Artificial Intelligence ({AAAI} 2006)",
publisher = "{AAAI} Press",
year = "2006"
}
@Proceedings{aaai2006wslearningforsearch,
editor = "Wheeler Ruml and Frank Hutter",
title = "{AAAI} 2006 Workshop on Learning for Search",
booktitle = "{AAAI} 2006 Workshop on Learning for Search",
year = "2006"
}
% Data taken from AAAI Press homepage.
@Proceedings{aaai2007,
title = "Proceedings of the Twenty-Second {AAAI} Conference on
Artificial Intelligence ({AAAI} 2007)",
booktitle = "Proceedings of the Twenty-Second {AAAI} Conference on
Artificial Intelligence ({AAAI} 2007)",
publisher = "{AAAI} Press",
year = "2007"
}
% Data taken from AAAI Press homepage.
@Proceedings{aaai2008,
title = "Proceedings of the Twenty-Third {AAAI} Conference on
Artificial Intelligence ({AAAI} 2008)",
booktitle = "Proceedings of the Twenty-Third {AAAI} Conference on
Artificial Intelligence ({AAAI} 2008)",
publisher = "{AAAI} Press",
year = "2008"
}
@Proceedings{aaai2008wssearch,
editor = "David Furcy and Sven Koenig and Wheeler Ruml and
Rong Zhou",
title = "{AAAI} 2008 Workshop on Search in Artificial
Intelligence and Robotics",
booktitle = "{AAAI} 2008 Workshop on Search in Artificial
Intelligence and Robotics",
year = "2008"
}
@Proceedings{aaai2010,
editor = "Maria Fox and David Poole",
title = "Proceedings of the Twenty-Fourth {AAAI} Conference on
Artificial Intelligence ({AAAI} 2010)",
booktitle = "Proceedings of the Twenty-Fourth {AAAI} Conference on
Artificial Intelligence ({AAAI} 2010)",
publisher = "{AAAI} Press",
year = "2010"
}
@Proceedings{aaai2011,
editor = "Wolfram Burgard and Dan Roth",
title = "Proceedings of the Twenty-Fifth {AAAI} Conference on Artificial
Intelligence ({AAAI} 2011)",
booktitle = "Proceedings of the Twenty-Fifth {AAAI} Conference on Artificial
Intelligence ({AAAI} 2011)",
publisher = "{AAAI} Press",
year = "2011"
}
@Proceedings{aaai2012,
editor = "J{\"o}rg Hoffmann and Bart Selman",
title = "Proceedings of the Twenty-Sixth {AAAI} Conference on Artificial
Intelligence ({AAAI} 2012)",
booktitle = "Proceedings of the Twenty-Sixth {AAAI} Conference on Artificial
Intelligence ({AAAI} 2012)",
publisher = "{AAAI} Press",
year = "2012"
}
@Proceedings{aaai2012wsproblem,
editor = "Hector Palacios and Patrik Haslum and Jorge Baier",
title = "{AAAI} 2012 Workshop on Problem Solving Using Classical Planners",
booktitle = "{AAAI} 2012 Workshop on Problem Solving Using Classical Planners",
year = "2012"
}
@Proceedings{aaai2013,
editor = "Marie desJardins and Michael L. Littman",
title = "Proceedings of the Twenty-Seventh {AAAI} Conference on
Artificial Intelligence ({AAAI} 2013)",
booktitle = "Proceedings of the Twenty-Seventh {AAAI} Conference on
Artificial Intelligence ({AAAI} 2013)",
publisher = "{AAAI} Press",
year = "2013"
}
@Proceedings{aaai2013lbp,
editor = "Marie desJardins and Michael L. Littman",
title = "Late-Breaking Developments in the Field of
Artificial Intelligence -- Papers Presented at the
Twenty-Seventh {AAAI} Conference on Artificial Intelligence
({AAAI} 2013) -- {AAAI} Technical Report WS-13-17",
booktitle = "Late-Breaking Developments in the Field of
Artificial Intelligence -- Papers Presented at the
Twenty-Seventh {AAAI} Conference on Artificial Intelligence
({AAAI} 2013) -- {AAAI} Technical Report WS-13-17",
publisher = "{AAAI} Press",
year = "2013"
}
@Proceedings{aaai2014,
editor = "Carla E. Brodley and Peter Stone",
title = "Proceedings of the Twenty-Eighth {AAAI} Conference on
Artificial Intelligence ({AAAI} 2014)",
booktitle = "Proceedings of the Twenty-Eighth {AAAI} Conference on
Artificial Intelligence ({AAAI} 2014)",
publisher = "{AAAI} Press",
year = "2014"
}
@Proceedings{aaai2015,
editor = "Blai Bonet and Sven Koenig",
title = "Proceedings of the Twenty-Ninth {AAAI} Conference on
Artificial Intelligence ({AAAI} 2015)",
booktitle = "Proceedings of the Twenty-Ninth {AAAI} Conference on
Artificial Intelligence ({AAAI} 2015)",
publisher = "{AAAI} Press",
year = "2015"
}
@Proceedings{aaai2015wsplansopt,
editor = "J. Christopher Beck and Robert Holte and Thorsten Koch and Sylvie Thi{\'e}baux",
title = "{AAAI} 2015 Workshop on Planning, Search, and Optimization",
booktitle = "{AAAI} 2015 Workshop on Planning, Search, and Optimization",
year = "2015"
}
@Proceedings{aaai2016,
editor = "Dale Schuurmans and Michael Wellman",
title = "Proceedings of the Thirtieth {AAAI} Conference on
Artificial Intelligence ({AAAI} 2016)",
booktitle = "Proceedings of the Thirtieth {AAAI} Conference on
Artificial Intelligence ({AAAI} 2016)",
publisher = "{AAAI} Press",
year = "2016"
}
@Proceedings{aaai2017,
editor = "Satinder Singh and Shaul Markovitch",
title = "Proceedings of the Thirty-First {AAAI} Conference on
Artificial Intelligence ({AAAI} 2017)",
booktitle = "Proceedings of the Thirty-First {AAAI} Conference on
Artificial Intelligence ({AAAI} 2017)",
publisher = "{AAAI} Press",
year = "2017"
}
% No editors mentioned on https://www.aaai.org/Library/AAAI/aaai18contents.php
@Proceedings{aaai2018,
title = "Proceedings of the Thirty-Second {AAAI} Conference on
Artificial Intelligence ({AAAI} 2018)",
booktitle = "Proceedings of the Thirty-Second {AAAI} Conference on
Artificial Intelligence ({AAAI} 2018)",
publisher = "{AAAI} Press",
year = "2018"
}
% No editors mentioned on https://www.aaai.org/Library/AAAI/aaai19contents.php
@Proceedings{aaai2019,
title = "Proceedings of the Thirty-Third {AAAI} Conference on
Artificial Intelligence ({AAAI} 2019)",
booktitle = "Proceedings of the Thirty-Third {AAAI} Conference on
Artificial Intelligence ({AAAI} 2019)",
publisher = "{AAAI} Press",
year = "2019"
}
@Proceedings{aaai2020,
editor = "Vincent Conitzer and Fei Sha",
title = "Proceedings of the Thirty-Fourth {AAAI} Conference on
Artificial Intelligence ({AAAI} 2020)",
booktitle = "Proceedings of the Thirty-Fourth {AAAI} Conference on
Artificial Intelligence ({AAAI} 2020)",
publisher = "{AAAI} Press",
year = "2020"
}
@Proceedings{aaai2021,
editor = "Kevin Leyton-Brown and Mausam",
title = "Proceedings of the Thirty-Fifth {AAAI} Conference on
Artificial Intelligence ({AAAI} 2021)",
booktitle = "Proceedings of the Thirty-Fifth {AAAI} Conference on
Artificial Intelligence ({AAAI} 2021)",
publisher = "{AAAI} Press",
year = "2021"
}
@Proceedings{aaai2022,
editor = "Vasant Honavar and Matthijs Spaan",
title = "Proceedings of the Thirty-Sixth {AAAI} Conference on
Artificial Intelligence ({AAAI} 2022)",
booktitle = "Proceedings of the Thirty-Sixth {AAAI} Conference on
Artificial Intelligence ({AAAI} 2022)",
publisher = "{AAAI} Press",
year = "2022"
}
@Proceedings{aaai2023,
editor = "Yiling Chen and Jennifer Neville",
title = "Proceedings of the Thirty-Seventh {AAAI} Conference on
Artificial Intelligence ({AAAI} 2023)",
booktitle = "Proceedings of the Thirty-Seventh {AAAI} Conference on
Artificial Intelligence ({AAAI} 2023)",
publisher = "{AAAI} Press",
year = "2023"
}
@Proceedings{aaai2024,
editor = "Jennifer Dy and Sriraam Natarajan",
title = "Proceedings of the Thirty-Eighth {AAAI} Conference on
Artificial Intelligence ({AAAI} 2024)",
booktitle = "Proceedings of the Thirty-Eighth {AAAI} Conference on
Artificial Intelligence ({AAAI} 2024)",
publisher = "{AAAI} Press",
year = "2024"
}
@Proceedings{aamas2010,
editor = "W. van der Hoek and G.A. Kaminka and Y. Lesp{\'e}rance and M. Luck and S. Sen",
title = "Proceedings of the 9th International Conference
on Autonomous Agents and Multi-Agent Systems ({AAMAS}
2010)",
booktitle = "Proceedings of the 9th International Conference
on Autonomous Agents and Multi-Agent Systems ({AAMAS}
2010)",
publisher = "{IFAAMAS/ACM}",
year = "2010"
}
@Proceedings{aamas2013,
editor = "Maria L. Gini and Onn Shehory and Takayuki Ito and Catholijn
M. Jonker",
title = "Proceedings of the 2013 International Conference
on Autonomous Agents and Multi-Agent Systems ({AAMAS}
2013)",
booktitle = "Proceedings of the 2013 International Conference
on Autonomous Agents and Multi-Agent Systems ({AAMAS}
2013)",
publisher = "{IFAAMAS/ACM}",
year = "2013"
}
@Proceedings{aamas2014,
editor = "Ana L. C. Bazzan and Michael N. Huhns and Alessio
Lomuscio and Paul Scerri",
title = "Proceedings of the Thirteenth International Conference
on Autonomous Agents and Multi-Agent Systems ({AAMAS}
2014)",
booktitle = "Proceedings of the Thirteenth International Conference
on Autonomous Agents and Multi-Agent Systems ({AAMAS}
2014)",
publisher = "{IFAAMAS/ACM}",
year = "2014"
}
@Proceedings{aamas2016,
editor = "Catholijn M. Jonker and Stacy Marcella and John Thangarajah
and Karl Tuyls",
title = "Proceedings of the 2016 International Conference
on Autonomous Agents and Multi-Agent Systems ({AAMAS}
2016)",
booktitle = "Proceedings of the 2016 International Conference
on Autonomous Agents and Multi-Agent Systems ({AAMAS}
2016)",
publisher = "{ACM}",
year = "2016"
}
@Proceedings{ai2013,
editor = "Stephen Cranefield and Abhaya Nayak",
title = "Proceedings of the 26th Australasian Joint Conference
on Artificial Intelligence (AI 2013)",
booktitle = "Proceedings of the 26th Australasian Joint Conference
on Artificial Intelligence (AI 2013)",
publisher = "Springer-Verlag",
year = "2013",
volume = "8272",
series = lnai
}
@Proceedings{aiide2015,
editor = "Arnav Jhala and Nathan Sturtevant",
title = "Proceedings of the Eleventh AAAI Conference on
Artificial Intelligence and Interactive Digital
Entertainment (AIIDE 2015)",
booktitle = "Proceedings of the Eleventh AAAI Conference on
Artificial Intelligence and Interactive Digital
Entertainment (AIIDE 2015)",
publisher = "{AAAI} Press",
year = "2015"
}
@Proceedings{aips1992,
editor = "James Hendler",
title = "Proceedings of the 1st International Conference on
Artificial Intelligence Planning Systems ({AIPS} 1992)",
booktitle = "Proceedings of the 1st International Conference on
Artificial Intelligence Planning Systems ({AIPS} 1992)",
publisher = "Morgan Kaufmann",
year = "1992",
}
@Proceedings{aips1996,
editor = "Brian Drabble",
title = "Proceedings of the Third International Conference on
Artificial Intelligence Planning Systems
({AIPS} 1996)",
booktitle = "Proceedings of the Third International Conference on
Artificial Intelligence Planning Systems
({AIPS} 1996)",
publisher = "AAAI Press",
year = "1996"
}
% Data verified.
% Available in printed form.
@Proceedings{aips2000,
editor = "Steve Chien and Subbarao Kambhampati and Craig
A. Knoblock",
title = "Proceedings of the Fifth International Conference
on Artificial Intelligence Planning and Scheduling
({AIPS} 2000)",
booktitle = "Proceedings of the Fifth International Conference
on Artificial Intelligence Planning and Scheduling
({AIPS} 2000)",
publisher = "AAAI Press",
year = "2000"
}
% Data taken from Ulrich Scholz's homepage.
@Proceedings{aips2000wsdk,
title = "{AIPS-2000} Workshop on Analyzing and Exploiting
Domain Knowledge for Efficient Planning",
booktitle = "{AIPS-2000} Workshop on Analyzing and Exploiting
Domain Knowledge for Efficient Planning",
year = "2000"
}
% Data verified.
% Postscript available.
@Proceedings{aips2000wsmt,
editor = "Paolo Traverso and Manuela Veloso and Fausto
Giunchiglia",
title = "Proceedings of the {AIPS 2000} Workshop on
Model-Theoretic Approaches to Planning",
booktitle = "Proceedings of the {AIPS 2000} Workshop on
Model-Theoretic Approaches to Planning",
year = "2000"
}
% Data verified.
% Available in printed form.
@Proceedings{aips2002,
editor = "Malik Ghallab and Joachim Hertzberg and Paolo Traverso",
title = "Proceedings of the Sixth International Conference
on Artificial Intelligence Planning and Scheduling
({AIPS} 2002)",
booktitle = "Proceedings of the Sixth International Conference
on Artificial Intelligence Planning and Scheduling
({AIPS} 2002)",
publisher = "AAAI Press",
year = "2002"
}
@Proceedings{aistats2013,
title = "Proceedings of the Sixteenth International Conference on Artificial
Intelligence and Statistics ({AISTATS} 2013)",
booktitle = "Proceedings of the Sixteenth International Conference on Artificial
Intelligence and Statistics ({AISTATS} 2013)",
publisher = "JMLR.org",
year = "2013"
}
@Proceedings{aistats2014,
title = "Proceedings of the Seventeenth International Conference on Artificial
Intelligence and Statistics ({AISTATS} 2014)",
booktitle = "Proceedings of the Seventeenth International Conference on Artificial
Intelligence and Statistics ({AISTATS} 2014)",
publisher = "JMLR.org",
year = "2014"
}
@Proceedings{alenex2007,
title = "Proceedings of the Ninth Workshop on Algorithm Engineering
and Experiments (ALENEX 2007)",
booktitle = "Proceedings of the Ninth Workshop on Algorithm Engineering
and Experiments (ALENEX 2007)",
year = "2007",
publisher = "SIAM"
}
@Proceedings{algorithmics2009,
editor = "J{\"u}rgen Lerner and
Dorothea Wagner and
Katharina Anna Zweig",
title = "Algorithmics of Large and Complex Networks",
booktitle = "Algorithmics of Large and Complex Networks",
publisher = "Springer-Verlag",
series = lncs,
volume = "5515",
year = "2009"
}
@Proceedings{atva2009,
editor = "Zhiming Liu and Anders P. Ravn",
title = "Proceedings of the 7th International Symposium on
Automated Technology for Verification and Analysis ({ATVA} 2009)",
booktitle = "Proceedings of the 7th International Symposium on
Automated Technology for Verification and Analysis ({ATVA} 2009)",
series = lncs,
volume = "5799",
publisher = "Springer-Verlag",
year = "2009"
}
@Proceedings{avocs2004,
title = "Proceedings of the Fourth International Workshop on Automated Verification of Critical Systems (AVoCS 2004)",
booktitle = "Proceedings of the Fourth International Workshop on Automated Verification of Critical Systems (AVoCS 2004)",
series = "Electronic Notes in Theoretical Computer Science",
volume = "128",
publisher = "Springer-Verlag",
year = "2004"
}
@Proceedings{cai2018,
editor = "Ebrahim Bagheri and Jackie C.K. Cheung",
title = "Proceedings of the 31st Canadian Conference on
Artificial Intelligence (CAI 2018)",
booktitle = "Proceedings of the 31st Canadian Conference on
Artificial Intelligence (CAI 2018)",
publisher = "Springer-Verlag",
series = lncs,
volume = "10832",
year = "2018"
}
@Proceedings{cav1992,
editor = "Gregor {von Bochmann} and David K. Probst",
title = "Proceedings of the Fourth International Workshop on
Computer Aided Verification (CAV 1992)",
booktitle = "Proceedings of the Fourth International Workshop on
Computer Aided Verification (CAV 1992)",
year = "1992"
}
@Proceedings{cav1993,
editor = "Costas Courcoubetis",
title = "Proceedings of the 5th International Conference on
Computer Aided Verification (CAV 1993)",
booktitle = "Proceedings of the 5th International Conference on
Computer Aided Verification (CAV 1993)",
year = "1993"
}
@Proceedings{cav2000,
editor = "E. Allen Emerson and A. Prasad Sistla",
title = "Proceedings of the 12th International Conference on
Computer Aided Verification (CAV 2000)",
booktitle = "Proceedings of the 12th International Conference on
Computer Aided Verification (CAV 2000)",
year = "2000"
}
@Proceedings{cav2002,
editor = "Ed Brinksma and Kim Guldstrand Larsen",
title = "Proceedings of the 14th International Conference on
Computer Aided Verification (CAV 2002)",
booktitle = "Proceedings of the 14th International Conference on
Computer Aided Verification (CAV 2002)",
publisher = "Springer-Verlag",
series = lncs,
volume = "2404",
year = "2002"
}
@Proceedings{cav2008,
editor = "Aarti Gupta and Sharad Malik",
title = "Proceedings of the 20th International Conference on
Computer Aided Verification (CAV 2008)",
booktitle = "Proceedings of the 20th International Conference on
Computer Aided Verification (CAV 2008)",
publisher = "Springer-Verlag",
series = lncs,
volume = "5123",
year = "2008"
}
@Proceedings{cav2010,
editor = "Tayssir Touili and Byron Cook and Paul B. Jackson",
title = "Proceedings of the 22nd International Conference on
Computer Aided Verification (CAV 2010)",
booktitle = "Proceedings of the 22nd International Conference on
Computer Aided Verification (CAV 2010)",
publisher = "Springer-Verlag",
series = lncs,
volume = "6174",
year = "2010"
}
@Proceedings{cig2008,
editor = "Philip Hingston and Luigi Barone",
title = "Proceedings of the 2008 {IEEE} Symposium on
Computational Intelligence and Games, (CIG 2008)",
booktitle = "Proceedings of the 2008 {IEEE} Symposium on
Computational Intelligence and Games, (CIG 2008)",
year = "2008"
}
@Proceedings{cocomile2012,
editor = "Remi Coletta and Tias Guns and Barry O'Sullivan and
Andrea Passerini and Guido Tack",
title = "Proceedings of the 1st Workshop on
COmbining COnstraint solving with MIning and LEarning (CoCoMile 2012)",
booktitle = "Proceedings of the 1st Workshop on
COmbining COnstraint solving with MIning and LEarning (CoCoMile 2012)",
year = "2012",
}
@Proceedings{core2022,
editor = "Takehide Soh and Yoshio Okamoto and Takehiro Ito",
title = "First {CoRe} Challenge: Solver and Graph Descriptions",
booktitle = "First {CoRe} Challenge: Solver and Graph Descriptions",
year = "2022"
}
@Proceedings{cp2004,
editor = "Mark Wallace",
title = "Proceedings of the Tenth International Conference on
Principles and Practice of Constraint Programming (CP 2004)",
booktitle = "Proceedings of the Tenth International Conference on
Principles and Practice of Constraint Programming (CP 2004)",
year = "2004",
publisher = "Springer-Verlag",
volume = "3258",
series = lncs
}
@Proceedings{cp2007,
editor = "Christian Bessiere",
title = "Proceedings of the Thirteenth International Conference on
Principles and Practice of Constraint Programming (CP 2007)",
booktitle = "Proceedings of the Thirteenth International Conference on
Principles and Practice of Constraint Programming (CP 2007)",
year = "2007",
publisher = "Springer-Verlag",
volume = "4741",
series = lncs
}
@Proceedings{cp2009,
editor = "Ian P. Gent",
title = "Proceedings of the Fifteenth International Conference on
Principles and Practice of Constraint Programming (CP 2009)",
booktitle = "Proceedings of the Fifteenth International Conference on
Principles and Practice of Constraint Programming (CP 2009)",
year = "2009",
publisher = "Springer-Verlag",
volume = "5732",
series = lncs
}
@Proceedings{cp2010,
editor = "David Cohen",
title = "Proceedings of the 16th International Conference on
Principles and Practice of Constraint Programming",
booktitle = "Proceedings of the 16th International Conference on
Principles and Practice of Constraint Programming",
year = "2010",
publisher = "Springer-Verlag"
}
@Proceedings{cp2018,
editor = "John Hooker",
title = "Proceedings of the 24th International Conference on
Principles and Practice of Constraint Programming",
booktitle = "Proceedings of the 24th International Conference on
Principles and Practice of Constraint Programming",
year = "2018",
publisher = "Springer-Verlag"
}
% Data taken from springer
@Proceedings{cpaior2013,
editor = "Carla Gomes and Meinolf Sellmann",
title = "Proceedings of the 10th International Conference on
Integration of AI and OR Techniques in Constraint Programming
for Combinatorial Optimization Problems (CPAIOR 2013)",
booktitle = "Proceedings of the 10th International Conference on
Integration of AI and OR Techniques in Constraint Programming
for Combinatorial Optimization Problems (CPAIOR 2013)",
year = "2013",
publisher = "Springer-Verlag"
}
@Proceedings{cscsi1996,
editor = "Gordon I. McCalla",
title = "Proceedings of the Eleventh Biennial Conference of
the Canadian Society for Computational Studies of
Intelligence (CSCSI 1996)",
booktitle = "Proceedings of the Eleventh Biennial Conference of
the Canadian Society for Computational Studies of
Intelligence (CSCSI 1996)",
year = "1996",
publisher = "Springer-Verlag",
volume = "1081",
series = lncs
}
% Data taken from DBLP.
@Proceedings{cvpr2016,
title = "Proceedings of the 2016 IEEE Conference on Computer
Vision and Pattern Recognition",
booktitle = "Proceedings of the 2016 IEEE Conference on Computer
Vision and Pattern Recognition",
publisher = "{IEEE} Computer Society",
year = "2016"
}
% Data taken from DBLP.
@Proceedings{dac1985,
editor = "Hillel Ofek and Lawrence A. O'Neill",
title = "Proceedings of the 22nd ACM/IEEE Conference on
Design Automation (DAC 1985)",
booktitle = "Proceedings of the 22nd ACM/IEEE Conference on
Design Automation (DAC 1985)",
year = "1985"
}
% Data taken from DBLP.
@Proceedings{dac1990,
editor = "Richard C. Smith",
title = "Proceedings of the 27th {ACM/IEEE} Design Automation
Conference (DAC 1990)",
booktitle = "Proceedings of the 27th {ACM/IEEE} Design Automation
Conference (DAC 1990)",
year = "1990"
}
% Data taken from DBLP.
@Proceedings{dac1992,
editor = "Daniel G. Schweikert",
title = "Proceedings of the 29th {ACM/IEEE} Design Automation Conference
(DAC 1992)",
booktitle = "Proceedings of the 29th {ACM/IEEE} Design Automation Conference
(DAC 1992)",
year = "1992"
}
% Data taken from DBLP.
@Proceedings{dac1993,
editor = "Alfred E. Dunlop",
title = "Proceedings of the 30th Design Automation Conference
(DAC 1993)",
booktitle = "Proceedings of the 30th Design Automation Conference
(DAC 1993)",
year = "1993"
}
% Data taken from DBLP.
@Proceedings{dac1994,
title = "Proceedings of the 31st Conference on
Design Automation (DAC 1994)",
booktitle = "Proceedings of the 31st Conference on
Design Automation (DAC 1994)",
year = "1994"
}
% Data taken from DBLP.
@Proceedings{ecai1992,
editor = "Bernd Neumann",
title = "Proceedings of the 10th {European} Conference on
{Artificial} {Intelligence} ({ECAI} 1992)",
booktitle = "Proceedings of the 10th {European} Conference on
{Artificial} {Intelligence} ({ECAI} 1992)",
publisher = "John Wiley and Sons",
year = "1992"
}
@Proceedings{ecai2000,
editor = "Werner Horn",
title = "Proceedings of the 14th European Conference on Artificial
Intelligence ({ECAI} 2000)",
booktitle = "Proceedings of the 14th European Conference on Artificial
Intelligence ({ECAI} 2000)",
publisher = "IOS Press",
year = "2000",
}
@Proceedings{ecai2000wspuk,
title = "Proceedings of the ECAI 2000 Workshop on New Results in
Planning, Scheduling and Design ({PuK}2000)",
booktitle = "Proceedings of the ECAI 2000 Workshop on New Results in
Planning, Scheduling and Design ({PuK}2000)",
year = "2000"
}
@Proceedings{ecai2006,
editor = "Gerhard Brewka and Silvia Coradeschi and Anna Perini
and Paolo Traverso",
title = "Proceedings of the 17th {European} Conference on
{Artificial} {Intelligence} ({ECAI} 2006)",
booktitle = "Proceedings of the 17th {European} Conference on
{Artificial} {Intelligence} ({ECAI} 2006)",
publisher = "IOS Press",
year = "2006"
}
@Proceedings{ecai2008,
editor = "Malik Ghallab and Constantine D. Spyropoulos and
Nikos Fakotakis and Nikos Avouris",
title = "Proceedings of the 18th {European} Conference on
{Artificial} {Intelligence} ({ECAI} 2008)",
booktitle = "Proceedings of the 18th {European} Conference on
{Artificial} {Intelligence} ({ECAI} 2008)",
publisher = "IOS Press",
year = "2008"
}
@Proceedings{ecai2010,
editor = "Helder Coelho and Rudi Studer and Michael Wooldridge",
title = "Proceedings of the 19th {European} Conference on
{Artificial} {Intelligence} ({ECAI} 2010)",
booktitle = "Proceedings of the 19th {European} Conference on
{Artificial} {Intelligence} ({ECAI} 2010)",
publisher = "IOS Press",
year = "2010"
}
@Proceedings{ecai2012,
editor = "Luc {De Raedt} and Christian Bessiere and Didier Dubois and Patrick
Doherty and Paolo Frasconi and Fredrik Heintz and Peter
Lucas",
title = "Proceedings of the 20th {European} Conference on
{Artificial} {Intelligence} ({ECAI} 2012)",
booktitle = "Proceedings of the 20th {European} Conference on
{Artificial} {Intelligence} ({ECAI} 2012)",
publisher = "IOS Press",
year = "2012"
}
@Proceedings{ecai2014,
editor = "Torsten Schaub and Gerhard Friedrich and Barry O'Sullivan",
title = "Proceedings of the 21st {European} Conference on
{Artificial} {Intelligence} ({ECAI} 2014)",
booktitle = "Proceedings of the 21st {European} Conference on
{Artificial} {Intelligence} ({ECAI} 2014)",
publisher = "IOS Press",
year = "2014"
}
@Proceedings{ecai2016,
editor = "Gal A. Kaminka and Maria Fox and Paolo Bouquet and Eyke H{\"u}llermeier
and Virginia Dignum and Frank Dignum and Frank van Harmelen",
title = "Proceedings of the 22nd {European} Conference on
{Artificial} {Intelligence} ({ECAI} 2016)",
booktitle = "Proceedings of the 22nd {European} Conference on
{Artificial} {Intelligence} ({ECAI} 2016)",
publisher = "IOS Press",
year = "2016"
}
@Proceedings{ecai2020,
editor = "Giuseppe {De Giacomo}",
title = "Proceedings of the 24th {European} Conference on
{Artificial} {Intelligence} ({ECAI} 2020)",
booktitle = "Proceedings of the 24th {European} Conference on
{Artificial} {Intelligence} ({ECAI} 2020)",
publisher = "IOS Press",
year = "2020"
}
@Proceedings{ecai2023,
editor = "Kobi Gal and Ann Now{\'e} and Grzegorz J. Nalepa and
Roy Fairstein and Roxana R\u{a}dulescu",
title = "Proceedings of the 26th {European} Conference on
{Artificial} {Intelligence} ({ECAI} 2023)",
booktitle = "Proceedings of the 26th {European} Conference on
{Artificial} {Intelligence} ({ECAI} 2023)",
publisher = "IOS Press",
year = "2023"
}
@Proceedings{ecai2024,
editor = "Ulle Endriss and Francisco S. Melo",
title = "Proceedings of the 27th {European} Conference on
{Artificial} {Intelligence} ({ECAI} 2024)",
booktitle = "Proceedings of the 27th {European} Conference on
{Artificial} {Intelligence} ({ECAI} 2024)",
publisher = "IOS Press",
year = "2024"
}
% Data based on DBLP.
@Proceedings{ecml2006,
editor = "Johannes F{\"u}rnkranz and Tobias Scheffer and
Myra Spiliopoulou",
title = "Proceedings of the 17th European Conference on Machine
Learning (ECML 2006)",
booktitle = "Proceedings of the 17th European Conference on Machine
Learning (ECML 2006)",
publisher = "Springer-Verlag",
series = lncs,
volume = "4212",
year = "2006"
}
% Data taken from DBLP
% They do not provide an iteration like 10th.
@Proceedings{ecmlpkdd2019,
editor = "Ulf Brefeld and {\'{E}}lisa Fromont and
Andreas Hotho and Arno J. Knobbe and
Marloes H. Maathuis and C{\'{e}}line Robardet",
title = "Proceedings of the European Conference on Machine
Learning and Principles and Practice of Knowledge Discovery
in Databases (ECML PKDD 2019)",
booktitle = "Proceedings of the European Conference on Machine
Learning and Principles and Practice of Knowledge Discovery
in Databases (ECML PKDD 2019)",
publisher = "Springer-Verlag",
series = lncs,
volume = "11907",
year = "2019"
}
% Data verified.
% Not available.
@Proceedings{ecp1997,
editor = "Sam Steel and Rachid Alami",
title = "Recent Advances in {AI} Planning. 4th European
Conference on Planning ({ECP} 1997)",
booktitle = "Recent Advances in {AI} Planning. 4th European
Conference on Planning ({ECP} 1997)",
publisher = "Springer-Verlag",
year = "1997",
volume = "1348",
series = lnai
}
% Data verified.
% Available in printed form.
@Proceedings{ecp1999,
editor = "Susanne Biundo and Maria Fox",
title = "Recent Advances in {AI} Planning. 5th European
Conference on Planning ({ECP} 1999)",
booktitle = "Recent Advances in {AI} Planning. 5th European
Conference on Planning ({ECP} 1999)",
publisher = "Springer-Verlag",
year = "1999",
volume = "1809",
series = lnai,
address = "Heidelberg"
}
% Data taken from AAAI Press page.
@Proceedings{ecp2001,
editor = "Amedeo Cesta and Daniel Borrajo",
title = "Proceedings of the Sixth European
Conference on Planning ({ECP} 2001)",
booktitle = "Proceedings of the Sixth European
Conference on Planning ({ECP} 2001)",
year = "2001",
publisher = "AAAI Press"
}
@Proceedings{emnlp2014wsssst,
title = "EMNLP 2014 Workshop on Semantics and Structure in Statistical Translation",
booktitle = "EMNLP 2014 Workshop on Semantics and Structure in Statistical Translation",
year = "2014"
}
@Proceedings{emnlp2023,
title = "Proceedings of the 2023 Conference on