-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogram.html
More file actions
128 lines (116 loc) · 5.37 KB
/
Copy pathprogram.html
File metadata and controls
128 lines (116 loc) · 5.37 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
<!doctype html>
<html lang="en">
<head>
<title>Program — Agentic AI in University Administration (CIKM 2026)</title>
<meta charset="utf-8">
<meta name="description" content="Program of the CIKM 2026 shared task on agentic AI in university administration.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="copyright" content="© 2026 Webis">
<!-- DO NOT CHANGE -->
<link rel="icon" type="image/png" href="https://assets.webis.de/img/favicon.png">
<!-- +++ Global Webis CSS +++ -->
<link rel="stylesheet" href="https://assets.webis.de/css/style.css?1760090551">
<!-- +++ Event-specific CSS +++ -->
<link rel="stylesheet" href="https://assets.webis.de/css/workshop.css?1760090551">
</head>
<body class="uk-offcanvas-content">
<script src="https://assets.webis.de/js/thirdparty/uikit/uikit.min.js"></script>
<script src="https://assets.webis.de/js/thirdparty/uikit/uikit-icons.min.js"></script>
<div id="offcanvas-nav" class="mobile-nav" data-uk-offcanvas="overlay: true; flip: true;">
<div class="uk-offcanvas-bar">
<button class="uk-offcanvas-close" type="button" data-uk-close></button>
<nav class="uk-margin-large-top">
<ul class="uk-nav uk-nav-primary uk-nav-parent-icon" data-uk-nav>
<li><a href="index.html">Overview</a></li>
<li><a href="shared-task.html">Task</a></li>
<li class="uk-active"><a href="program.html">Program</a></li>
<li><a href="organization.html">Organization</a></li>
</ul>
</nav>
</div>
</div>
<div class="uk-background-secondary global-nav" data-uk-sticky>
<nav class="uk-navbar-container uk-navbar-transparent uk-container uk-light" data-uk-navbar="mode: click">
<div class="uk-navbar-left">
<ul class="uk-navbar-nav">
<li><a href="index.html">UniAgent</a></li>
</ul>
</div>
<div class="uk-navbar-right mobile-nav">
<button class="uk-button uk-navbar-item uk-light uk-button-large" type="button" data-uk-icon="icon: menu" data-uk-toggle="target: #offcanvas-nav"></button>
</div>
<div class="uk-navbar-right desktop-nav">
<ul class="uk-navbar-nav">
<li><a href="index.html">Overview</a></li>
<li><a href="shared-task.html">Task</a></li>
<li class="uk-active"><a href="program.html">Program</a></li>
<li><a href="organization.html">Organization</a></li>
</ul>
</div>
</nav>
</div>
<div data-uk-height-viewport="expand: true">
<nav class="uk-container">
<ul class="uk-breadcrumb">
<li><a href="https://webis.de/index.html">Webis.de</a></li>
<li><a href="https://webis.de/events.html">Events</a></li>
<li><a href="index.html">Agentic AI in University Administration</a></li>
<li class="uk-disabled"><a href="#">Program</a></li>
</ul>
</nav>
<main class="uk-section uk-section-default">
<div class="uk-container">
<h1>Program</h1>
<ul class="uk-list">
<li><span data-uk-icon="chevron-down"></span> <a href="#program">Schedule</a></li>
<li><span data-uk-icon="chevron-down"></span> <a href="#keynotes">Keynotes</a></li>
</ul>
</div>
<div class="uk-container uk-margin-medium">
<!--
SECTION Schedule
-->
<h2><a id="program"></a>Schedule</h2>
<p>The shared task results and findings will be presented during the
CIKM 2026 AnalytiCup session on <b>8 November 2026</b> in Rome.
The detailed schedule is <b>to be announced</b>.</p>
<table class="uk-table uk-table-responsive program-table">
<tr class="program-section-title">
<td>8 November 2026</td>
<td>CIKM 2026 AnalytiCup session — detailed program to be announced</td>
</tr>
<tr class="program-presentation-title">
<td>TBA</td>
<td>Task overview and results presentation</td>
</tr>
<tr class="program-presentation-title">
<td>TBA</td>
<td>Participant system presentations</td>
</tr>
</table>
<!--
SECTION Keynotes
-->
<h2><a id="keynotes"></a>Keynotes</h2>
<p>To be announced.</p>
</div>
</main>
<footer class="uk-section uk-section-muted footer-section">
<div class="uk-container">
<div class="uk-grid uk-grid-small uk-margin-top">
<div class="uk-width-1-5@s"></div>
<div class="uk-width-expand uk-visible@s"></div>
<div>
© 2026 <a href="https://webis.de/">Webis Group</a> <span class="uk-padding-small">•</span>
<a href="https://github.com/webis-de"><span data-uk-icon="icon: github; ratio:0.8"></span></a>
<a href="https://twitter.com/webis_de"><span data-uk-icon="icon: twitter; ratio:0.9"></span></a>
<a href="https://www.youtube.com/webis"><span data-uk-icon="icon: youtube; ratio:0.9"></span></a> <span class="uk-padding-small">•</span>
<a href="https://webis.de/people.html">Contact</a> <span class="uk-padding-small">•</span>
<a href="https://webis.de/legal.html">Impressum / Terms / Privacy</a>
</div>
</div>
</div>
</footer>
</div>
</body>
</html>