forked from icaps2024/icaps2024.github.io
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathconfig.toml
More file actions
483 lines (466 loc) · 11.4 KB
/
config.toml
File metadata and controls
483 lines (466 loc) · 11.4 KB
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
#baseURL = 'https://icaps25.icaps-conference.org'
baseURL = 'https://icaps25.github.io/'
title = 'ICAPS 2025'
theme = 'mainroad'
[languages.en]
contentDir = 'content'
languageCode = 'en_AU'
[Params.logo]
image = "img/icapslogo.png" # Logo image. Path relative to "static"
title = "The 35th International Conference" # Logo title, otherwise will use site title
title2 = "on Automated Planning and Scheduling"
subtitle = "Melbourne, Victoria, Australia, \nNovember 9-14, 2025" # Logo subtitle
[Params.style.vars]
highlightColor = "#f5821f"
[Params]
customJS = ["https://code.jquery.com/jquery-3.7.1.min.js"]
googleFontsLink = "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400&display=swap"
mainSections = ["home", "news"]
readmore = true # Show "Read more" button in list if true
#pager = true # left/right nav links at the bottom of single pages
[Params.sidebar]
home = "right" # Configure layout for home page
#list = "right" # Configure layout for list pages
#single = "right" # Configure layout for single pages
# Enable widgets in given order
widgets = ["recent"]
[menu]
# HOME
[[menu.main]]
identifier = "home"
name = "Home"
url="/home"
weight = 1000
# [[menu.main]]
# identifier = "news"
# name = "News"
# url="/news"
# weight = 1000
# DATES
[[menu.main]]
identifier = "dates"
name = "Dates"
url="/dates"
weight = 2000
# COMPETITIONS
# [[menu.main]]
# identifier = "competitions"
# name = "Competitions"
# url="/competitions"
# weight = 3000
# [[menu.main]]
# identifier = "airlift"
# name = "Airlift Challenge"
# url="/competitions/airlift"
# parent = "competitions"
# weight = 10
# STUDENTS
[[menu.main]]
identifier = "students"
name = "Students"
weight = 4000
[[menu.main]]
identifier = "summerschool"
name = "Summer School"
url = "/summerschool"
parent = "students"
weight = 100
[[menu.main]]
identifier = "dc"
name = "Doctoral Consortium"
url = "/dc"
parent = "students"
weight = 200
[[menu.main]]
identifier = "launchpad"
name = "Launchpad Workshop"
url = "/launchpad"
parent = "students"
weight = 200
# ATTENDING
[[menu.main]]
identifier = "attending"
name = "Attending"
weight = 3000
[[menu.main]]
identifier = "venue"
name = "Venue"
url = "/attending/venue"
parent = "attending"
weight = 10
[[menu.main]]
identifier = "visa"
name = "Visa"
url = "/attending/visa"
parent = "attending"
weight = 10
[[menu.main]]
identifier = "visit_vic"
name = "Discover Melbourne & Victoria"
url = "/attending/visit_vic"
parent = "attending"
weight = 51
#[[menu.main]]
# identifier = "travel"
# name = "Travel Information"
# url = "/attending/travel"
# parent = "attending"
# weight = 20
[[menu.main]]
identifier = "registration"
name = "Registration"
url = "/attending/registration"
parent = "attending"
weight = "30"
# [[menu.main]]
# identifier = "info"
# name = "General Info"
# url = "/attending/info"
# parent = "attending"
# weight = "40"
[[menu.main]]
identifier = "accommodation"
name = "Accommodation"
url = "/attending/accommodation"
parent = "attending"
weight = "40"
[[menu.main]]
identifier = "attendance-support"
name = "Attendance Support"
url = "/attending/support"
parent = "attending"
weight = "50"
# CALLS
[[menu.main]]
identifier = "calls"
name = "Calls"
weight = 4000
[[menu.main]]
identifier = "main_track"
name = "Main Track"
url = "/calls/main_track"
parent = "calls"
weight = 10
[[menu.main]]
identifier = "tools_papers_call"
name = "Tools Papers"
url = "/calls/tools_papers_call"
parent="calls"
weight = 10
# [[menu.main]]
# identifier = "application_track"
# name = "Application Track"
# url = "/calls/application_track"
# parent = "calls"
# weight = 20
# [[menu.main]]
# identifier = "learning_track"
# name = "Learning Track"
# url = "/calls/learning_track"
# parent = "calls"
# weight = 30
# [[menu.main]]
# identifier = "robotics_track"
# name = "Robotics Track"
# url = "/calls/robotics_track"
# parent = "calls"
# weight = 40
[[menu.main]]
identifier = "previously_published_papers"
name = "Previously Published Papers Track"
url = "/calls/previously_published_papers"
parent = "calls"
weight = 45
[[menu.main]]
identifier = "workshop_call"
name = "Call for Workshop Proposals"
url = "/calls/workshop_call"
parent = "calls"
weight = 50
[[menu.main]]
identifier = "tutorial_call"
name = "Call for Tutorial Proposals"
url = "/calls/tutorial_call"
parent = "calls"
weight = 50
[[menu.main]]
identifier = "demos_call"
name = "Call for System Demonstrations"
url = "/calls/demos"
parent = "calls"
weight = 70
[[menu.main]]
identifier = "dc_call"
name = "Call for Doctoral Consortium"
url = "/calls/dc"
parent = "calls"
weight = 80
[[menu.main]]
identifier = "lp_call"
name = "Call for LaunchPad Workshop"
url = "/calls/lp_call"
parent = "calls"
weight = 80
# [[menu.main]]
# identifier = "ss_call"
# name = "Call for Summer School"
# url = "/summerschool"
# parent = "calls"
# weight = 90
[[menu.main]]
identifier = "partnership_call"
name = "Call for Partnership"
url = "/calls/partnership_call"
parent = "calls"
weight = 90
## COMPETITIONS
# [[menu.main]]
# identifier = "competitions"
# name = "Competitions"
# url="/competitions"
# weight = 5000
# SUBMISSIONS
# [[menu.main]]
# identifier = "submissions"
# name = "Submissions"
# url="/submissions"
# weight = 6000
# PROGRAM
# [[menu.main]]
# identifier = "program"
# name = "Program"
# weight = 7000
[[menu.main]]
identifier = "overview"
name = "Overview"
url = "/program/overview"
parent = "program"
weight = 10
[[menu.main]]
identifier = "schedule"
name = "Schedule"
url = "/program/schedule"
parent = "program"
weight = 13
[[menu.main]]
identifier = "accepted-papers"
name = "Accepted Papers"
url = "/program/accepted"
parent = "program"
weight = "15"
[[menu.main]]
identifier = "awards"
name = "Awards"
url = "/program/awards"
parent = "program"
weight = 20
[[menu.main]]
identifier = "demos"
name = "Demos"
url = "/program/demos"
parent = "program"
weight = 20
# [[menu.main]]
# identifier = "doctoral-consortium"
# name = "Doctoral Consortium"
# url = "/program/dc"
# parent = "program"
# weight = 20
[[menu.main]]
identifier = "keynotes"
name = "Keynotes"
url = "/program/keynotes"
parent = "program"
weight = "30"
# [[menu.main]]
# identifier = "panel"
# name = "Industry Panel"
# url = "/program/panel"
# parent = "program"
# weight = "35"
[[menu.main]]
identifier = "ws"
name = "Workshops"
parent = "program"
url = "/program/ws_overview"
weight = 40
######################### TUTORIALS
[[menu.main]]
identifier = "tutorials"
parent = "program"
name = "Tutorials"
url = "/program/tutorial_overview"
weight = "50"
[[menu.main]]
identifier = "plan_sat"
name = "Planning as SAT"
parent = "tutorials"
url = "/program/tutorials/plan_sat"
weight = "10"
[[menu.main]]
identifier = "ml_plan_sat"
name = "Integrating Machine Learning and Planning as SAT"
parent = "tutorials"
url = "/program/tutorials/ml_plan_sat"
weight = "20"
[[menu.main]]
identifier = "bfs_no_reopen"
name = "Sub-optimal Best-First Search without Node Re-openings"
parent = "tutorials"
url = "/program/tutorials/bfs_no_reopen"
weight = "30"
[[menu.main]]
identifier = "learn_plan"
name = "Learning for Planning"
parent = "tutorials"
url = "/program/tutorials/learn_plan"
weight = "40"
[[menu.main]]
identifier = "minizinc"
name = "MiniZinc - Constraint Modelling for Planning and Scheduling"
parent = "tutorials"
url = "/program/tutorials/minizinc"
weight = "50"
[[menu.main]]
identifier = "ltlf"
name = "LTLf Synthesis and Planning Under Unreliable Input"
parent = "tutorials"
url = "/program/tutorials/ltlf"
weight = "60"
[[menu.main]]
identifier = "domain_ind_dp"
name = "Domain-Independent Dynamic Programming"
parent = "tutorials"
url = "/program/tutorials/domain_ind_dp"
weight = "70"
[[menu.main]]
identifier = "ep"
name = "Epistemic Planning: Recent Advancements and Future Directions"
parent = "tutorials"
url = "/program/tutorials/ep"
weight = "80"
### WORKSHOPS
[[menu.main]]
identifier = "casp_er"
name = "CASP:ER"
parent = "ws"
url = "/program/workshops/casp_er"
weight = 10
[[menu.main]]
identifier = "haxp"
name = "HAXP"
url = "/program/workshops/haxp"
parent = "ws"
weight = 20
[[menu.main]]
identifier = "hsdip"
name = "HSDIP"
url = "/program/workshops/hsdip"
parent = "ws"
weight = 30
[[menu.main]]
identifier = "hplan"
name = "HPlan"
parent = "ws"
url = "/program/workshops/hplan"
weight = 40
[[menu.main]]
identifier = "keps"
name = "KEPS"
url = "/program/workshops/keps"
parent = "ws"
weight = 50
[[menu.main]]
identifier = "krplan"
name = "KRPlan"
parent = "ws"
url = "/program/workshops/krplan"
weight = 60
[[menu.main]]
identifier = "lm4plan"
name = "LM4Plan"
parent = "ws"
url = "/program/workshops/lm4plan"
weight = 70
[[menu.main]]
identifier = "planrob"
name = "PlanRob"
parent = "ws"
url = "/program/workshops/planrob"
weight = 80
[[menu.main]]
identifier = "prl"
name = "PRL"
parent = "ws"
url = "/program/workshops/prl"
weight = 90
[[menu.main]]
identifier = "ripl"
name = "RIPL"
parent = "ws"
url = "/program/workshops/ripl"
weight = 100
# [[menu.main]]
# identifier = "women_computing"
# name = "Women in Computing"
# parent = "ws"
# url = "/program/workshops/women_computing"
# weight = 100
[[menu.main]]
identifier = "optima_workshop"
name = "Industry - OPTIMA"
parent = "ws"
url = "/program/workshops/industry_optima"
weight = 100
#
######################### COMMITTEES
[[menu.main]]
identifier = "organisation"
name = "Organisation"
weight = 9000
[[menu.main]]
identifier = "pc"
name = "Program Committee"
url = "/organisation/program_committees"
parent = "organisation"
weight = 100
[[menu.main]]
identifier = "conference_chairs"
name = "Conference Chairs"
url = "/organisation/conference_chairs"
parent = "organisation"
weight = 100
[[menu.main]]
identifier = "paper_classification_system"
name = "Paper Classification System"
url = "/organisation/paper_classification_system"
parent = "organisation"
[[menu.main]]
identifier = "roles"
name = "Roles and Guidelines"
url = "/organisation/roles_and_guidelines"
parent = "organisation"
weight = 100
[[menu.main]]
identifier = "conditions_for_acceptance"
name = "Conditions for Acceptance"
url = "/organisation/conditions_for_acceptance"
parent = "organisation"
[[menu.main]]
identifier = "desk_rejection"
name = "Desk Rejection"
url = "/organisation/desk_rejection"
parent = "organisation"
[[menu.main]]
identifier = "conflicts_of_interest"
name = "Conflicts of Interest"
url = "/organisation/conflicts_of_interest"
parent = "organisation"
# CODE OF CONDUCT
[[menu.main]]
identifier = "code_of_conduct"
name = "Code of Conduct"
url = "/code_of_conduct"
weight = 10000
[markup.goldmark.renderer]
unsafe = true