-
Notifications
You must be signed in to change notification settings - Fork 6
/
crossref-short.bib
2090 lines (1758 loc) · 48.8 KB
/
crossref-short.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, short form.
%
% Sorted by key. When adding new entries, also add a long form
% to crossref.bib.
%
% For formatting instructions, please see literatur.bib.
%
% Do not cite directly. Instead, add a Book entry in literatur.bib.
%
@Proceedings{aaai1991,
title = "Proc.\ {AAAI} 1991",
booktitle = "Proc.\ {AAAI} 1991",
year = "1991"
}
@Proceedings{aaai1993,
title = "Proc.\ {AAAI} 1993",
booktitle = "Proc.\ {AAAI} 1993",
year = "1993"
}
@Proceedings{aaai1994,
title = "Proc.\ {AAAI} 1994",
booktitle = "Proc.\ {AAAI} 1994",
year = "1994"
}
@Proceedings{aaai1996,
title = "Proc.\ {AAAI} 1996",
booktitle = "Proc.\ {AAAI} 1996",
year = "1996"
}
@Proceedings{aaai1997,
title = "Proc.\ {AAAI} 1997",
booktitle = "Proc.\ {AAAI} 1997",
year = "1997"
}
@Proceedings{aaai1998,
title = "Proc.\ {AAAI} 1998",
booktitle = "Proc.\ {AAAI} 1998",
year = "1998"
}
@Proceedings{aaai1999,
title = "Proc.\ {AAAI} 1999",
booktitle = "Proc.\ {AAAI} 1999",
year = "1999"
}
@Proceedings{aaai2000,
title = "Proc.\ {AAAI} 2000",
booktitle = "Proc.\ {AAAI} 2000",
year = "2000"
}
@Proceedings{aaai2002,
title = "Proc.\ {AAAI} 2002",
booktitle = "Proc.\ {AAAI} 2002",
year = "2002"
}
@Proceedings{aaai2004,
title = "Proc.\ {AAAI} 2004",
booktitle = "Proc.\ {AAAI} 2004",
year = "2004"
}
@Proceedings{aaai2005,
title = "Proc.\ {AAAI} 2005",
booktitle = "Proc.\ {AAAI} 2005",
year = "2005"
}
@Proceedings{aaai2006,
title = "Proc.\ {AAAI} 2006",
booktitle = "Proc.\ {AAAI} 2006",
year = "2006"
}
@Proceedings{aaai2006wslearningforsearch,
title = "{AAAI} 2006 Workshop on Learning for Search",
booktitle = "{AAAI} 2006 Workshop on Learning for Search",
year = "2006"
}
@Proceedings{aaai2007,
title = "Proc.\ {AAAI} 2007",
booktitle = "Proc.\ {AAAI} 2007",
year = "2007"
}
@Proceedings{aaai2008,
title = "Proc.\ {AAAI} 2008",
booktitle = "Proc.\ {AAAI} 2008",
year = "2008"
}
@Proceedings{aaai2008wssearch,
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,
title = "Proc.\ {AAAI} 2010",
booktitle = "Proc.\ {AAAI} 2010",
year = "2010"
}
@Proceedings{aaai2011,
title = "Proc.\ {AAAI} 2011",
booktitle = "Proc.\ {AAAI} 2011",
year = "2011"
}
@Proceedings{aaai2012,
title = "Proc.\ {AAAI} 2012",
booktitle = "Proc.\ {AAAI} 2012",
year = "2012"
}
@Proceedings{aaai2012wsproblem,
title = "{AAAI} 2012 Workshop on Problem Solving Using Classical Planners",
booktitle = "{AAAI} 2012 Workshop on Problem Solving Using Classical Planners",
year = "2012"
}
@Proceedings{aaai2013,
title = "Proc.\ {AAAI} 2013",
booktitle = "Proc.\ {AAAI} 2013",
year = "2013"
}
@Proceedings{aaai2013lbp,
title = "Proc.\ AAAI 2013 Late-Breaking Papers",
booktitle = "Proc.\ AAAI 2013 Late-Breaking Papers",
year = "2013"
}
@Proceedings{aaai2014,
title = "Proc.\ {AAAI} 2014",
booktitle = "Proc.\ {AAAI} 2014",
year = "2014"
}
@Proceedings{aaai2015,
title = "Proc.\ {AAAI} 2015",
booktitle = "Proc.\ {AAAI} 2015",
year = "2015"
}
@Proceedings{aaai2015wsplansopt,
title = "{AAAI} 2015 Workshop on Planning, Search, and Optimization",
booktitle = "{AAAI} 2015 Workshop on Planning, Search, and Optimization",
year = "2015"
}
@Proceedings{aaai2016,
title = "Proc.\ {AAAI} 2016",
booktitle = "Proc.\ {AAAI} 2016",
year = "2016"
}
@Proceedings{aaai2017,
title = "Proc.\ {AAAI} 2017",
booktitle = "Proc.\ {AAAI} 2017",
year = "2017"
}
@Proceedings{aaai2018,
title = "Proc.\ {AAAI} 2018",
booktitle = "Proc.\ {AAAI} 2018",
year = "2018"
}
@Proceedings{aaai2019,
title = "Proc.\ {AAAI} 2019",
booktitle = "Proc.\ {AAAI} 2019",
year = "2019"
}
@Proceedings{aaai2020,
title = "Proc.\ {AAAI} 2020",
booktitle = "Proc.\ {AAAI} 2020",
year = "2020"
}
@Proceedings{aaai2021,
title = "Proc.\ {AAAI} 2021",
booktitle = "Proc.\ {AAAI} 2021",
year = "2021"
}
@Proceedings{aaai2022,
title = "Proc.\ {AAAI} 2022",
booktitle = "Proc.\ {AAAI} 2022",
year = "2022"
}
@Proceedings{aaai2023,
title = "Proc.\ {AAAI} 2023",
booktitle = "Proc.\ {AAAI} 2023",
year = "2023"
}
@Proceedings{aaai2024,
title = "Proc.\ {AAAI} 2024",
booktitle = "Proc.\ {AAAI} 2024",
year = "2024"
}
@Proceedings{aamas2010,
title = "Proc.\ AAMAS 2010",
booktitle = "Proc.\ AAMAS 2010",
year = "2010"
}
@Proceedings{aamas2013,
title = "Proc.\ AAMAS 2013",
booktitle = "Proc.\ AAMAS 2013",
year = "2013"
}
@Proceedings{aamas2014,
title = "Proc.\ AAMAS 2014",
booktitle = "Proc.\ AAMAS 2014",
year = "2014"
}
@Proceedings{aamas2016,
title = "Proc.\ AAMAS 2016",
booktitle = "Proc.\ AAMAS 2016",
year = "2016"
}
%% This is the Australasian AI conference. It's perhaps a bit strange
%% that this is called just "AI", but that's what the proceedings
%% uses as an abbreviation. (It's published in LNAI, so one would assume
%% that the abbreviation should be somewhat unique at least within LNAI.)
@Proceedings{ai2013,
title = "Proc.\ AI 2013",
booktitle = "Proc.\ AI 2013",
year = "2013"
}
@Proceedings{aiide2015,
title = "Proc.\ AIIDE 2015",
booktitle = "Proc.\ AIIDE 2015",
year = "2015"
}
@Proceedings{aips1992,
title = "Proc.\ AIPS 1992",
booktitle = "Proc.\ AIPS 1992",
year = "1992"
}
@Proceedings{aips1996,
title = "Proc.\ AIPS 1996",
booktitle = "Proc.\ AIPS 1996",
year = "1996"
}
@Proceedings{aips2000,
title = "Proc.\ AIPS 2000",
booktitle = "Proc.\ AIPS 2000",
year = "2000"
}
@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"
}
@Proceedings{aips2000wsmt,
title = "AIPS 2000 Workshop on Model-Theoretic
Approaches to Planning",
booktitle = "AIPS 2000 Workshop on Model-Theoretic
Approaches to Planning",
year = "2000"
}
@Proceedings{aips2002,
title = "Proc.\ AIPS 2002",
booktitle = "Proc.\ AIPS 2002",
year = "2002"
}
@Proceedings{aistats2013,
title = "Proc.\ AISTATS 2013",
booktitle = "Proc.\ AISTATS 2013",
year = "2013"
}
@Proceedings{aistats2014,
title = "Proc.\ AISTATS 2014",
booktitle = "Proc.\ AISTATS 2014",
year = "2014"
}
@Proceedings{alenex2007,
title = "Proc.\ ALENEX 2007",
booktitle = "Proc.\ ALENEX 2007",
year = "2007"
}
@Proceedings{algorithmics2009,
title = "Algorithmics of Large and Complex Networks",
booktitle = "Algorithmics of Large and Complex Networks",
series = lncs,
volume = "5515",
year = "2009"
}
@Proceedings{atva2009,
title = "Proc.\ ATVA 2009",
booktitle = "Proc.\ ATVA 2009",
year = "2009"
}
@Proceedings{avocs2004,
title = "Proc. AVoCS 2004",
booktitle = "Proc. AVoCS 2004",
year = "2004"
}
@Proceedings{cai2018,
title = "Proc.\ {CAI} 2018",
booktitle = "Proc.\ {CAI} 2018",
year = "2018"
}
@Proceedings{cav1992,
title = "Proc.\ CAV 1992",
booktitle = "Proc.\ CAV 1992",
year = "1992"
}
@Proceedings{cav1993,
title = "Proc.\ CAV 1993",
booktitle = "Proc.\ CAV 1993",
year = "1993"
}
@Proceedings{cav2000,
title = "Proc.\ CAV 2000",
booktitle = "Proc.\ CAV 2000",
year = "2000"
}
@Proceedings{cav2002,
title = "Proc.\ CAV 2002",
booktitle = "Proc.\ CAV 2002",
year = "2002"
}
@Proceedings{cav2008,
title = "Proc.\ CAV 2008",
booktitle = "Proc.\ CAV 2008",
year = "2008"
}
@Proceedings{cav2010,
title = "Proc.\ CAV 2010",
booktitle = "Proc.\ CAV 2010",
year = "2010"
}
@Proceedings{cig2008,
title = "Proc.\ CIG 2008",
booktitle = "Proc.\ CIG 2008",
year = "2008"
}
@Proceedings{cocomile2012,
title = "Proc.\ CoCoMile 2012",
booktitle = "Proc.\ CoCoMile 2012",
year = "2012",
}
@Proceedings{core2022,
title = "1st {CoRe} Challenge: Solver and Graph Descriptions",
booktitle = "1st {CoRe} Challenge: Solver and Graph Descriptions",
year = "2022"
}
@Proceedings{cp2004,
title = "Proc.\ CP 2004",
booktitle = "Proc.\ CP 2004",
year = "2004"
}
@Proceedings{cp2007,
title = "Proc.\ CP 2007",
booktitle = "Proc.\ CP 2007",
year = "2007"
}
@Proceedings{cp2009,
title = "Proc.\ CP 2009",
booktitle = "Proc.\ CP 2009",
year = "2009"
}
@Proceedings{cp2010,
title = "Proc.\ CP 2010",
booktitle = "Proc.\ CP 2010",
year = "2010"
}
@Proceedings{cp2018,
title = "Proc.\ CP 2018",
booktitle = "Proc.\ CP 2018",
year = "2018",
}
@Proceedings{cpaior2013,
title = "Proc.\ CPAIOR 2013",
booktitle = "Proc.\ CPAIOR 2013",
year = "2013"
}
@Proceedings{cscsi1996,
title = "Proc.\ CSCSI 1996",
booktitle = "Proc.\ CSCSI 1996",
year = "1996"
}
% Data taken from DBLP.
@Proceedings{cvpr2016,
title = "Proc.\ CVPR 2016",
booktitle = "Proc.\ CVPR 2016",
year = "2016"
}
@Proceedings{dac1985,
title = "Proc.\ DAC 1985",
booktitle = "Proc.\ DAC 1985",
year = "1985"
}
@Proceedings{dac1990,
title = "Proc.\ DAC 1990",
booktitle = "Proc.\ DAC 1990",
year = "1990"
}
@Proceedings{dac1992,
title = "Proc.\ DAC 1992",
booktitle = "Proc.\ DAC 1992",
year = "1992"
}
@Proceedings{dac1993,
title = "Proc.\ DAC 1993",
booktitle = "Proc.\ DAC 1993",
year = "1993"
}
@Proceedings{dac1994,
title = "Proc.\ DAC 1994",
booktitle = "Proc.\ DAC 1994",
year = "1994"
}
@Proceedings{ecai1992,
title = "Proc.\ ECAI 1992",
booktitle = "Proc.\ ECAI 1992",
year = "1992"
}
@Proceedings{ecai2000,
title = "Proc.\ ECAI 2000",
booktitle = "Proc.\ ECAI 2000",
year = "2000"
}
@Proceedings{ecai2000wspuk,
title = "ECAI 2000 PuK Workshop",
booktitle = "ECAI 2000 PuK Workshop",
year = "2000"
}
@Proceedings{ecai2006,
title = "Proc.\ ECAI 2006",
booktitle = "Proc.\ ECAI 2006",
year = "2006"
}
@Proceedings{ecai2008,
title = "Proc.\ ECAI 2008",
booktitle = "Proc.\ ECAI 2008",
year = "2008"
}
@Proceedings{ecai2010,
title = "Proc.\ ECAI 2010",
booktitle = "Proc.\ ECAI 2010",
year = "2010"
}
@Proceedings{ecai2012,
title = "Proc.\ ECAI 2012",
booktitle = "Proc.\ ECAI 2012",
year = "2012"
}
@Proceedings{ecai2014,
title = "Proc.\ ECAI 2014",
booktitle = "Proc.\ ECAI 2014",
year = "2014"
}
@Proceedings{ecai2016,
title = "Proc.\ ECAI 2016",
booktitle = "Proc.\ ECAI 2016",
year = "2016"
}
@Proceedings{ecai2020,
title = "Proc.\ ECAI 2020",
booktitle = "Proc.\ ECAI 2020",
year = "2020"
}
@Proceedings{ecai2023,
title = "Proc.\ ECAI 2023",
booktitle = "Proc.\ ECAI 2023",
year = "2023"
}
@Proceedings{ecai2024,
title = "Proc.\ ECAI 2024",
booktitle = "Proc.\ ECAI 2024",
year = "2024"
}
@Proceedings{ecml2006,
title = "Proc.\ ECML 2006",
booktitle = "Proc.\ ECML 2006",
year = "2006"
}
@Proceedings{ecmlpkdd2019,
title = "Proc.\ ECML PKDD 2019",
booktitle = "Proc.\ ECML PKDD 2019",
year = "2019"
}
@Proceedings{ecp1997,
title = "Proc.\ ECP 1997",
booktitle = "Proc.\ ECP 1997",
year = "1997"
}
@Proceedings{ecp1999,
title = "Proc.\ ECP 1999",
booktitle = "Proc.\ ECP 1999",
year = "1999"
}
@Proceedings{ecp2001,
title = "Proc.\ ECP 2001",
booktitle = "Proc.\ ECP 2001",
year = "2001"
}
@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 = "Proc.\ EMNLP 2023",
booktitle = "Proc.\ EMNLP 2023",
year = "2023"
}
@Proceedings{flairs2008,
title = "Proc.\ FLAIRS 2008",
booktitle = "Proc.\ FLAIRS 2008",
year = "2008"
}
@Proceedings{fm1999,
title = "Proc.\ FM 1999",
booktitle = "Proc.\ FM 1999",
year = "1999"
}
@Proceedings{fmcad2002,
title = "Proc.\ FMCAD 2002",
booktitle = "Proc.\ FMCAD 2002",
year = "2002"
}
@Proceedings{fmcad2011,
title = "Proc.\ FMCAD 2011",
booktitle = "Proc.\ FMCAD 2011",
year = "2011"
}
@Proceedings{gecco2011,
title = "Proc.\ GECCO 2011",
booktitle = "Proc.\ GECCO 2011",
year = "2011"
}
@Proceedings{gecco2013,
title = "Proc.\ GECCO 2013",
booktitle = "Proc.\ GECCO 2013",
year = "2013"
}
@Proceedings{htcs1990,
title = "Handbook of TCS",
booktitle = "Handbook of TCS",
year = "1990"
}
@Proceedings{icaps2003,
title = "Proc.\ ICAPS 2003",
booktitle = "Proc.\ ICAPS 2003",
year = "2003"
}
@Proceedings{icaps2003wscompetition,
title = "ICAPS 2003 Workshop on the Competition",
booktitle = "ICAPS 2003 Workshop on the Competition",
year = "2003"
}
@Proceedings{icaps2004,
title = "Proc.\ ICAPS 2004",
booktitle = "Proc.\ ICAPS 2004",
year = "2004"
}
@Proceedings{icaps2005,
title = "Proc.\ ICAPS 2005",
booktitle = "Proc.\ ICAPS 2005",
year = "2005"
}
@Proceedings{icaps2006,
title = "Proc.\ ICAPS 2006",
booktitle = "Proc.\ ICAPS 2006",
year = "2006"
}
@Proceedings{icaps2006wspreferences,
title = "ICAPS 2006 Workshop on Preferences and Soft Constraints
in Planning",
booktitle = "ICAPS 2006 Workshop on Preferences and Soft Constraints
in Planning",
year = "2006"
}
@Proceedings{icaps2007,
title = "Proc.\ ICAPS 2007",
booktitle = "Proc.\ ICAPS 2007",
year = "2007"
}
% Data verified.
% Only electronic copies exist.
@Proceedings{icaps2007wshdip,
title = "ICAPS 2007 Workshop on Heuristics for
Domain-Independent Planning",
booktitle = "ICAPS 2007 Workshop on Heuristics for
Domain-Independent Planning",
year = "2007"
}
@Proceedings{icaps2008,
title = "Proc.\ ICAPS 2008",
booktitle = "Proc.\ ICAPS 2008",
year = "2008"
}
@Proceedings{icaps2009,
title = "Proc.\ ICAPS 2009",
booktitle = "Proc.\ ICAPS 2009",
year = "2009"
}
@Proceedings{icaps2009wshdip,
title = "ICAPS 2009 Workshop on Heuristics for
Domain-Independent Planning",
booktitle = "ICAPS 2009 Workshop on Heuristics for
Domain-Independent Planning",
year = "2009"
}
@Proceedings{icaps2010,
title = "Proc.\ ICAPS 2010",
booktitle = "Proc.\ ICAPS 2010",
year = "2010"
}
@Proceedings{icaps2010wsuncertainty,
title = "ICAPS 2010 Workshop on Planning and Scheduling
Under Uncertainty",
booktitle = "ICAPS 2010 Workshop on Planning and Scheduling
Under Uncertainty",
year = "2010"
}
@Proceedings{icaps2011,
title = "Proc.\ ICAPS 2011",
booktitle = "Proc.\ ICAPS 2011",
year = "2011"
}
@Proceedings{icaps2011wshdip,
title = "ICAPS 2011 Workshop on Heuristics
for Domain-Independent Planning",
booktitle = "ICAPS 2011 Workshop on Heuristics
for Domain-Independent Planning",
year = "2011"
}
@Proceedings{icaps2011wskeps,
title = "ICAPS 2011 Workshop on Knowledge Engineering for Planning
and Scheduling",
booktitle = "ICAPS 2011 Workshop on Knowledge Engineering for Planning
and Scheduling",
year = "2011"
}
@Proceedings{icaps2011wspal,
title = "ICAPS 2011 Workshop on Planning and Learning",
booktitle = "ICAPS 2011 Workshop on Planning and Learning",
year = "2011"
}
@Proceedings{icaps2011wsspark,
title = "ICAPS 2011 Scheduling and Planning Applications woRKshop",
booktitle = "ICAPS 2011 Scheduling and Planning Applications woRKshop",
year = "2011"
}
@Proceedings{icaps2012,
title = "Proc.\ ICAPS 2012",
booktitle = "Proc.\ ICAPS 2012",
year = "2012"
}
@Proceedings{icaps2012wswipc,
title = "ICAPS Workshop on the International Planning
Competition",
booktitle = "ICAPS Workshop on the International Planning
Competition",
year = "2012"
}
@Proceedings{icaps2013,
title = "Proc.\ ICAPS 2013",
booktitle = "Proc.\ ICAPS 2013",
year = "2013"
}
@Proceedings{icaps2013wshsdip,
title = "ICAPS 2013 Workshop on Heuristics and Search
for Domain-independent Planning",
booktitle = "ICAPS 2013 Workshop on Heuristics and Search
for Domain-independent Planning",
year = "2013"
}
@Proceedings{icaps2013wspal,
title = "ICAPS 2013 Workshop on Planning and Learning",
booktitle = "ICAPS 2013 Workshop on Planning and Learning",
year = "2013"
}
@Proceedings{icaps2014,
title = "Proc.\ ICAPS 2014",
booktitle = "Proc.\ ICAPS 2014",
year = "2014"
}
@Proceedings{icaps2014wshsdip,
title = "ICAPS 2014 Workshop on Heuristics and Search
for Domain-independent Planning",
booktitle = "ICAPS 2014 Workshop on Heuristics and Search
for Domain-independent Planning",
year = "2014"
}
@Proceedings{icaps2014wsspark,
title = "ICAPS 2014 Scheduling and Planning Applications woRKshop",
booktitle = "ICAPS 2014 Scheduling and Planning Applications woRKshop",
year = "2014"
}
@Proceedings{icaps2015,
title = "Proc.\ ICAPS 2015",
booktitle = "Proc.\ ICAPS 2015",
year = "2015"
}
@Proceedings{icaps2015wshsdip,
title = "ICAPS 2015 Workshop on Heuristics and Search
for Domain-independent Planning",
booktitle = "ICAPS 2015 Workshop on Heuristics and Search
for Domain-independent Planning",
year = "2015"
}
@Proceedings{icaps2015wsmochap,
title = "ICAPS 2015 Workshop on Model Checking and
Automated Planning",
booktitle = "ICAPS 2015 Workshop on Model Checking and
Automated Planning",
year = "2015"
}
@Proceedings{icaps2015wswipc,
title = "ICAPS Workshop on the International Planning
Competition",
booktitle = "ICAPS Workshop on the International Planning
Competition",
year = "2015"
}
@Proceedings{icaps2016,
title = "Proc.\ ICAPS 2016",
booktitle = "Proc.\ ICAPS 2016",
year = "2016"
}
@Proceedings{icaps2016systemdemos,
title = "{ICAPS} 2016 System Demonstrations and Exhibits",
booktitle = "{ICAPS} 2016 System Demonstrations and Exhibits",
year = "2016"
}
@Proceedings{icaps2016wshsdip,
title = "ICAPS 2016 Workshop on Heuristics and Search
for Domain-independent Planning",
booktitle = "ICAPS 2016 Workshop on Heuristics and Search
for Domain-independent Planning",
year = "2016"
}
@Proceedings{icaps2016wsspark,
title = "{ICAPS} 2016 Scheduling and Planning Applications woRKshop",
booktitle = "{ICAPS} 2016 Scheduling and Planning Applications woRKshop",
year = "2016"
}
@Proceedings{icaps2017,
title = "Proc.\ ICAPS 2017",
booktitle = "Proc.\ ICAPS 2017",
year = "2017"
}
@Proceedings{icaps2017wshsdip,
title = "ICAPS 2017 Workshop on Heuristics and Search
for Domain-independent Planning",
booktitle = "ICAPS 2017 Workshop on Heuristics and Search
for Domain-independent Planning",
year = "2017"
}
@Proceedings{icaps2018,
title = "Proc.\ ICAPS 2018",
booktitle = "Proc.\ ICAPS 2018",
year = "2018"
}
@Proceedings{icaps2018wshsdip,
title = "ICAPS 2018 Workshop on Heuristics and Search
for Domain-independent Planning",
booktitle = "ICAPS 2018 Workshop on Heuristics and Search
for Domain-independent Planning",
year = "2018"
}
@Proceedings{icaps2019,
title = "Proc.\ ICAPS 2019",
booktitle = "Proc.\ ICAPS 2019",
year = "2019"
}
@Proceedings{icaps2019wshsdip,
title = "ICAPS Workshop on Heuristics and Search for
Domain-independent Planning",
booktitle = "ICAPS Workshop on Heuristics and Search for
Domain-independent Planning",
year = "2019"
}
@Proceedings{icaps2019wsipc,
title = "ICAPS Workshop on the International Planning
Competition",
booktitle = "ICAPS Workshop on the International Planning
Competition",
year = "2019"
}
@Proceedings{icaps2020,
title = "Proc.\ ICAPS 2020",
booktitle = "Proc.\ ICAPS 2020",
year = "2020"
}
@Proceedings{icaps2020wshsdip,
title = "ICAPS Workshop on Heuristics and Search for
Domain-independent Planning",
booktitle = "ICAPS Workshop on Heuristics and Search for
Domain-independent Planning",
year = "2020"
}
@Proceedings{icaps2020wskeps,
title = "ICAPS 2020 Workshop on Knowledge Engineering for Planning
and Scheduling",
booktitle = "ICAPS 2020 Workshop on Knowledge Engineering for Planning
and Scheduling",
year = "2020"
}
@Proceedings{icaps2020wsprl,
title = "ICAPS Workshop on Bridging the Gap Between AI
Planning and Reinforcement Learning (PRL)",
booktitle = "ICAPS Workshop on Bridging the Gap Between AI
Planning and Reinforcement Learning (PRL)",
year = "2020"
}
@Proceedings{icaps2020wsxaip,
title = "ICAPS Workshop on Explainable AI Planning (XAIP)",
booktitle = "ICAPS Workshop on Explainable AI Planning (XAIP)",
year = "2020"
}
@Proceedings{icaps2021,
title = "Proc.\ ICAPS 2021",
booktitle = "Proc.\ ICAPS 2021",
year = "2021"
}
@Proceedings{icaps2021wshsdip,
title = "ICAPS Workshop on Heuristics and Search for
Domain-independent Planning",
booktitle = "ICAPS Workshop on Heuristics and Search for
Domain-independent Planning",
year = "2021"
}
@Proceedings{icaps2021wskeps,
title = "ICAPS 2021 Workshop on Knowledge Engineering for Planning
and Scheduling",
booktitle = "ICAPS 2021 Workshop on Knowledge Engineering for Planning
and Scheduling",
year = "2021"
}
@Proceedings{icaps2021wsprl,
title = "ICAPS Workshop on Bridging the Gap Between AI
Planning and Reinforcement Learning (PRL)",
booktitle = "ICAPS Workshop on Bridging the Gap Between AI
Planning and Reinforcement Learning (PRL)",
year = "2021"
}
@Proceedings{icaps2022,
title = "Proc.\ ICAPS 2022",
booktitle = "Proc.\ ICAPS 2022",
year = "2022"
}
@Proceedings{icaps2022systemdemos,
title = "{ICAPS} 2022 System Demonstrations",
booktitle = "{ICAPS} 2022 System Demonstrations",
year = "2022"
}
@Proceedings{icaps2022wshsdip,
title = "ICAPS Workshop on Heuristics and Search for
Domain-independent Planning",
booktitle = "ICAPS Workshop on Heuristics and Search for
Domain-independent Planning",
year = "2022"
}
@Proceedings{icaps2022wsprl,
title = "ICAPS Workshop on Bridging the Gap Between AI
Planning and Reinforcement Learning (PRL)",
booktitle = "ICAPS Workshop on Bridging the Gap Between AI