Skip to content

Commit ecebae4

Browse files
committed
Add new image file 'russo.jpg' to the project
1 parent 89ca5f7 commit ecebae4

12 files changed

Lines changed: 109 additions & 38 deletions

Diego Russo.jpg

8.8 KB
Loading

Gian Marco Orlando.jpeg

37.2 KB
Loading

Valerio La Gatta.jpg

8.65 KB
Loading

Vincenzo Moscato.jpg

9.61 KB
Loading

css/style.css

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ h1, h2, h3, h4 {
6161
line-height: 1.3;
6262
}
6363

64+
/* Use serif font for ampersands */
65+
.amp {
66+
font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
67+
font-style: italic;
68+
}
69+
6470
h2.section-title {
6571
font-size: 2rem;
6672
margin-bottom: 0.5rem;
@@ -484,7 +490,6 @@ h2.section-title::after {
484490
}
485491

486492
.page-hero h1 {
487-
font: "Playfair Display", serif;
488493
color: #fff;
489494
font-size: 2.8rem;
490495
margin-bottom: 0.75rem;
@@ -611,6 +616,13 @@ h2.section-title::after {
611616
flex-shrink: 0;
612617
}
613618

619+
.organizer-avatar img {
620+
width: 100%;
621+
height: 100%;
622+
object-fit: cover;
623+
border-radius: 50%;
624+
}
625+
614626
.organizer-info h3 {
615627
font-family: var(--font);
616628
font-weight: 700;
@@ -674,6 +686,39 @@ h2.section-title::after {
674686
color: var(--text-light);
675687
}
676688

689+
/* ===== Keynote Speaker ===== */
690+
.keynote-card {
691+
background: linear-gradient(135deg, var(--primary-mid), var(--primary-light));
692+
border-radius: var(--radius);
693+
padding: 2.5rem;
694+
color: #fff;
695+
display: flex;
696+
gap: 2rem;
697+
align-items: center;
698+
box-shadow: var(--shadow);
699+
}
700+
701+
.keynote-card .organizer-avatar {
702+
width: 100px;
703+
height: 100px;
704+
background: rgba(255,255,255,0.15);
705+
font-size: 2rem;
706+
}
707+
708+
.keynote-card h3 {
709+
color: #fff;
710+
font-size: 1.35rem;
711+
margin-bottom: 0.3rem;
712+
}
713+
714+
.keynote-card .organizer-role {
715+
color: var(--accent-light);
716+
}
717+
718+
.keynote-card .organizer-bio {
719+
color: rgba(255,255,255,0.8);
720+
}
721+
677722
/* ===== Footer ===== */
678723
.footer {
679724
background: var(--primary);

img/lagatta.jpg

8.65 KB
Loading

img/moscato.jpg

9.61 KB
Loading

img/orlando.jpeg

37.2 KB
Loading

img/russo.jpg

8.8 KB
Loading

index.html

Lines changed: 28 additions & 14 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></p>
36+
<p class="hero-conference">In conjunction with <strong>ECML PKDD 2026</strong> &mdash; Naples, Italy, September 7&ndash;11, 2026</p>
3737

3838
<div class="hero-dates">
3939
<div class="hero-date-item">
@@ -45,8 +45,12 @@ <h1><span class="highlight">AGENSYS</span></h1>
4545
<div class="date">TBA</div>
4646
</div>
4747
<div class="hero-date-item">
48-
<div class="label">Workshop Date</div>
49-
<div class="date">September 2026</div>
48+
<div class="label">Conference</div>
49+
<div class="date">September 7&ndash;11, 2026</div>
50+
</div>
51+
<div class="hero-date-item">
52+
<div class="label">Location</div>
53+
<div class="date">Naples, Italy</div>
5054
</div>
5155
</div>
5256

@@ -70,11 +74,10 @@ <h2 class="section-title">Scope</h2>
7074
<section class="section" id="challenges">
7175
<div class="container">
7276
<h2 class="section-title">Key Challenges</h2>
73-
<p class="section-subtitle">Core research questions we aim to explore</p>
7477
<div class="challenges-grid">
7578
<div class="challenge-card">
7679
<div class="icon">&#x1F310;</div>
77-
<h3>Grounding &amp; Coordination</h3>
80+
<h3>Grounding <span class="amp">&amp;</span> Coordination</h3>
7881
<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>
7982
</div>
8083
<div class="challenge-card">
@@ -89,7 +92,7 @@ <h3>Knowledge Drift Detection</h3>
8992
</div>
9093
<div class="challenge-card">
9194
<div class="icon">&#x1F6E1;</div>
92-
<h3>Mitigation &amp; Resilience</h3>
95+
<h3>Mitigation <span class="amp">&amp;</span> Resilience</h3>
9396
<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>
9497
</div>
9598
<div class="challenge-card">
@@ -110,10 +113,10 @@ <h3>Scalable Distributed Training</h3>
110113
<section class="section" id="topics">
111114
<div class="container">
112115
<h2 class="section-title">Topics of Interest</h2>
113-
<p class="section-subtitle">We welcome contributions on topics including, but not limited to</p>
116+
<p class="section-subtitle">We welcome contributions on topics including, but not limited to:</p>
114117
<div class="topics-container">
115118
<div class="topic-group">
116-
<h3>&#x1F9E0; Knowledge Discovery &amp; Grounding</h3>
119+
<h3>&#x1F9E0; Knowledge Discovery <span class="amp">&amp;</span> Grounding</h3>
117120
<ul>
118121
<li>Knowledge grounding and external knowledge integration in multi-agent systems</li>
119122
<li>Learning and coordination under heterogeneous or inconsistent evidence</li>
@@ -126,7 +129,7 @@ <h3>&#x1F9E0; Knowledge Discovery &amp; Grounding</h3>
126129
</ul>
127130
</div>
128131
<div class="topic-group">
129-
<h3>&#x1F5A7; Distributed Intelligence &amp; Decentralized Learning</h3>
132+
<h3>&#x1F5A7; Distributed Intelligence <span class="amp">&amp;</span> Decentralized Learning</h3>
130133
<ul>
131134
<li>Distributed and decentralized training of agentic architectures and foundation models</li>
132135
<li>Decentralized optimization, consensus mechanisms, and convergence guarantees</li>
@@ -138,7 +141,7 @@ <h3>&#x1F5A7; Distributed Intelligence &amp; Decentralized Learning</h3>
138141
</ul>
139142
</div>
140143
<div class="topic-group">
141-
<h3>&#x2705; Evaluation, Trust &amp; Infrastructure</h3>
144+
<h3>&#x2705; Evaluation, Trust <span class="amp">&amp;</span> Infrastructure</h3>
142145
<ul>
143146
<li>Evaluation frameworks and benchmarks for knowledge-grounded and distributed agent systems</li>
144147
<li>Trust, explainability, and certifiability in distributed generative and agentic systems</li>
@@ -176,14 +179,25 @@ <h2 class="section-title">Important Dates</h2>
176179
</tr>
177180
<tr class="highlight-row">
178181
<td>Workshop Day</td>
179-
<td>September 2026 (co-located with ECML PKDD 2026)</td>
182+
<td>September 7&ndash;11, 2026 &mdash; Naples, Italy (co-located with ECML PKDD 2026)</td>
180183
</tr>
181184
</tbody>
182185
</table>
186+
</div>
187+
</section>
183188

184-
<div class="special-issue">
185-
<h3>&#x1F4DA; Special Issue</h3>
186-
<p>Selected contributions will be invited for a special issue in a journal such as <strong>EPJ Data Science</strong> or <strong>ACM Transactions on Intelligent Systems and Technology</strong>.</p>
189+
<!-- Keynote Speaker -->
190+
<section class="section" id="keynote">
191+
<div class="container">
192+
<h2 class="section-title">Confirmed Keynote Speaker</h2>
193+
<p class="section-subtitle">Invited talk</p>
194+
<div class="keynote-card">
195+
<div class="organizer-avatar">DC</div>
196+
<div class="organizer-info">
197+
<h3>Prof. David Camacho</h3>
198+
<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>
200+
</div>
187201
</div>
188202
</div>
189203
</section>

0 commit comments

Comments
 (0)