Skip to content

Commit 155a5b8

Browse files
committed
Update conference details and review criteria in index.html and submission.html; adjust margins in style.css
1 parent b8cb124 commit 155a5b8

3 files changed

Lines changed: 21 additions & 12 deletions

File tree

css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,11 @@ h2.section-title::after {
274274
justify-content: center;
275275
gap: 2rem;
276276
flex-wrap: wrap;
277+
margin-bottom: 1.5rem;
278+
}
279+
280+
.hero-dates-venue {
281+
margin-top: 0;
277282
margin-bottom: 2.5rem;
278283
}
279284

index.html

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<div class="hero-badge">ECML PKDD 2026 Workshop</div>
3434
<h1><span class="highlight">AGENSYS</span></h1>
3535
<p class="hero-full-title">Workshop on Knowledge Discovery, Maintenance and Distributed Intelligence in Multi-Agent Systems</p>
36-
<p class="hero-conference">In conjunction with <strong>ECML PKDD 2026</strong> &mdash; Naples, Italy, September 7&ndash;11, 2026</p>
36+
<p class="hero-conference">In conjunction with <strong>ECML PKDD 2026</strong></p>
3737

3838
<div class="hero-dates">
3939
<div class="hero-date-item">
@@ -44,6 +44,12 @@ <h1><span class="highlight">AGENSYS</span></h1>
4444
<div class="label">Notification</div>
4545
<div class="date">June 26, 2026</div>
4646
</div>
47+
<div class="hero-date-item">
48+
<div class="label">Camera Ready</div>
49+
<div class="date">July 10, 2026</div>
50+
</div>
51+
</div>
52+
<div class="hero-dates hero-dates-venue">
4753
<div class="hero-date-item">
4854
<div class="label">Conference</div>
4955
<div class="date">September 7&ndash;11, 2026</div>
@@ -77,7 +83,7 @@ <h2 class="section-title">Key Challenges</h2>
7783
<div class="challenges-grid">
7884
<div class="challenge-card">
7985
<div class="icon">&#x1F310;</div>
80-
<h3>Grounding <span class="amp">&amp;</span> Coordination</h3>
86+
<h3>Agentic Coordination</h3>
8187
<p>How does access to heterogeneous external knowledge affect collaborative strategies among agents operating across distributed sites? How do retrieval-augmented agents coordinate when evidence is partially inconsistent?</p>
8288
</div>
8389
<div class="challenge-card">
@@ -92,8 +98,8 @@ <h3>Knowledge Drift Detection</h3>
9298
</div>
9399
<div class="challenge-card">
94100
<div class="icon">&#x1F6E1;</div>
95-
<h3>Mitigation <span class="amp">&amp;</span> Resilience</h3>
96-
<p>Can uncertainty modeling, confidence-weighted voting, graph-based consistency checks, or Byzantine-tolerant aggregation reduce collective errors across knowledge and distributed training dimensions?</p>
101+
<h3>Mitigation and Resilience</h3>
102+
<p>Can uncertainty modeling, confidence-weighted voting, or graph-based consistency checks reduce collective errors across knowledge and distributed training dimensions?</p>
97103
</div>
98104
<div class="challenge-card">
99105
<div class="icon">&#x1F4A1;</div>
@@ -116,7 +122,7 @@ <h2 class="section-title">Topics of Interest</h2>
116122
<p class="section-subtitle">We welcome contributions on topics including, but not limited to:</p>
117123
<div class="topics-container">
118124
<div class="topic-group">
119-
<h3>&#x1F9E0; Knowledge Discovery <span class="amp">&amp;</span> Grounding</h3>
125+
<h3>&#x1F9E0; Knowledge Discovery</h3>
120126
<ul>
121127
<li>Knowledge grounding and external knowledge integration in multi-agent systems</li>
122128
<li>Learning and coordination under heterogeneous or inconsistent evidence</li>
@@ -129,19 +135,18 @@ <h3>&#x1F9E0; Knowledge Discovery <span class="amp">&amp;</span> Grounding</h3>
129135
</ul>
130136
</div>
131137
<div class="topic-group">
132-
<h3>&#x1F5A7; Distributed Intelligence <span class="amp">&amp;</span> Decentralized Learning</h3>
138+
<h3>&#x1F5A7; Decentralized Learning</h3>
133139
<ul>
134140
<li>Distributed and decentralized training of agentic architectures and foundation models</li>
135141
<li>Decentralized optimization, consensus mechanisms, and convergence guarantees</li>
136142
<li>Learning under heterogeneous, non-IID, and streaming data distributions</li>
137143
<li>Continual and online adaptation in distributed and edge-constrained settings</li>
138144
<li>Privacy-preserving and communication-efficient distributed learning</li>
139145
<li>Cross-silo, cross-domain, and cross-device adaptation</li>
140-
<li>Robustness, adversarial resilience, and Byzantine-tolerant aggregation</li>
141146
</ul>
142147
</div>
143148
<div class="topic-group">
144-
<h3>&#x2705; Evaluation, Trust <span class="amp">&amp;</span> Infrastructure</h3>
149+
<h3>&#x2705; Evaluation</h3>
145150
<ul>
146151
<li>Evaluation frameworks and benchmarks for knowledge-grounded and distributed agent systems</li>
147152
<li>Trust, explainability, and certifiability in distributed generative and agentic systems</li>
@@ -190,13 +195,12 @@ <h2 class="section-title">Important Dates</h2>
190195
<section class="section" id="keynote">
191196
<div class="container">
192197
<h2 class="section-title">Confirmed Keynote Speaker</h2>
193-
<p class="section-subtitle">Invited talk</p>
194198
<div class="keynote-card">
195199
<div class="organizer-avatar">DC</div>
196200
<div class="organizer-info">
197201
<h3>Prof. David Camacho</h3>
198202
<div class="organizer-role">Full Professor, Universidad Polit&eacute;cnica de Madrid</div>
199-
<p class="organizer-bio">Head of the Applied Intelligence <span class="amp">&amp;</span> Data Analysis (AIDA) group. Expert in Multi-Agent Systems, Swarm Intelligence, and Computational Intelligence. Editor-in-Chief of Expert Systems (Wiley). His research targets agentic aerial intelligence, exploring how autonomous UAVs use reasoning and memory to collaborate in disaster response and infrastructure inspection.</p>
203+
<p class="organizer-bio">Head of the Applied Intelligence and Data Analysis (AIDA) group. Expert in Multi-Agent Systems, Swarm Intelligence, and Computational Intelligence. Editor-in-Chief of Expert Systems (Wiley). His research targets agentic aerial intelligence, exploring how autonomous UAVs use reasoning and memory to collaborate in disaster response and infrastructure inspection.</p>
200204
</div>
201205
</div>
202206
</div>

submission.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ <h2 class="section-title">Review Process</h2>
9090
</div>
9191

9292
<div class="review-criteria">
93-
<div class="criteria-item">Novelty <span class="amp">&amp;</span> Originality</div>
93+
<div class="criteria-item">Novelty and Originality</div>
9494
<div class="criteria-item">Technical Quality</div>
95-
<div class="criteria-item">Relevance <span class="amp">&amp;</span> Timeliness</div>
95+
<div class="criteria-item">Relevance and Timeliness</div>
9696
<div class="criteria-item">Clarity of Presentation</div>
9797
<div class="criteria-item">Reproducibility</div>
9898
</div>

0 commit comments

Comments
 (0)