-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
399 lines (351 loc) · 17.2 KB
/
Copy pathindex.html
File metadata and controls
399 lines (351 loc) · 17.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AITONOMY | Project Page</title>
<meta name="title" content="AITONOMY - Artificial Intelligence-driven Traffic Optimization and intelligent battery maNagement for interaction-aware autOnomous Mobility sYstems">
<meta name="description" content="AITONOMY develops an integrated framework for autonomous, cooperative and electric vehicles (ACEVs), combining interaction-aware safety with predictive energy and battery health management.">
<meta name="keywords" content="autonomous driving, cooperative driving, traffic optimization, battery management, energy optimization, VRU safety, scenario testing, ZalaZONE, AI">
<meta name="author" content="Széchenyi István University and partners">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta property="og:type" content="website">
<meta property="og:site_name" content="AITONOMY">
<meta property="og:title" content="AITONOMY">
<meta property="og:description" content="AI-driven traffic optimization and intelligent battery management for interaction-aware autonomous mobility systems.">
<link rel="stylesheet" href="static/css/bulma.min.css">
<link rel="stylesheet" href="static/css/index.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lipis/flag-icons@7.0.0/css/flag-icons.min.css">
<link rel="preload" href="static/css/fontawesome.all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="static/css/fontawesome.all.min.css"></noscript>
<script defer src="static/js/fontawesome.all.min.js"></script>
<!-- tiny extra styling for nicer partner table spacing -->
<style>
.section-anchor { scroll-margin-top: 16px; }
.image-popup { text-decoration: none; }
.image-popup img { transition: transform 0.2s, filter 0.2s; }
.image-popup img:hover { transform: scale(1.05); filter: brightness(1.1); }
#imageModal.is-active { display: flex; }
.image-container { margin: 0; }
</style>
</head>
<body>
<main id="main-content">
<!-- HERO -->
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title">AITONOMY</h1>
<div class="is-size-5 publication-authors">
<span class="author-block">
Artificial Intelligence-driven Traffic Optimization and intelligent battery maNagement for interaction-aware autOnomous Mobility sYstems*
</span>
</div>
<div class="is-size-5 publication-authors">
<span class="eql-cntrb"><small><br><sup>*</sup>Hurizon International Research Excellence Cooperation Programme</small></span>
</div>
<div class="column has-text-centered">
<div class="publication-links">
<span class="link-block">
<a href="#partners"
class="external-link button is-normal is-rounded is-dark">
<span class="icon"><i class="fas fa-handshake"></i></span>
<span>Partners</span>
</a>
</span>
<span class="link-block">
<a href="#overview"
class="external-link button is-normal is-rounded is-dark">
<span class="icon"><i class="fas fa-bullseye"></i></span>
<span>Overview</span>
</a>
</span>
<span class="link-block">
<a href="#BibTeX"
class="external-link button is-normal is-rounded is-dark">
<span class="icon"><i class="fas fa-list-check"></i></span>
<span>Objectives</span>
</a>
</span>
<span class="link-block">
<a href="https://github.com/aitnm"
class="external-link button is-normal is-rounded is-dark">
<span class="icon"><i class="fab fa-github"></i></span>
<span>Repositories</span>
</a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- OVERVIEW -->
<section class="section hero is-light section-anchor" id="overview">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Project overview</h2>
<div class="content has-text-justified">
<p>
The project aims to develop an integrated framework for autonomous, cooperative and
electric vehicles (ACEVs) addresses two critical and interdependent challenges: ensuring safe and
socially aware navigation in complex urban environments and managing battery health and energy
efficiency.
</p>
<p>
Enabling easy data exchange is achieved through a unified layer, promoting cooperation between
vehicles.
</p>
<p>
<img src="static/images/aitonomy01.svg" alt="AITONOMY Overview" />
</p>
</div>
</div>
</div>
</div>
</section>
<!-- PARTNERS -->
<section class="section hero section-anchor" id="partners">
<div class="container">
<div class="columns is-centered has-text-centered">
<div class="column is-six-fifths">
<h2 class="title is-3">Partners</h2>
<div class="content has-text-justified">
<table class="table is-fullwidth is-striped is-hoverable">
<tbody>
<tr>
<th>Partner name</th>
<th>Country</th>
<th>Role</th>
</tr>
<tr>
<td>Széchenyi István University</td>
<td><span class="fi fi-hu"></span> Hungary</td>
<td>Lead partner</td>
</tr>
<tr>
<td>Karlsruhe Institute of Technology</td>
<td><span class="fi fi-de"></span> Germany</td>
<td>Cooperating partner</td>
</tr>
<tr>
<td>Delft University of Technology</td>
<td><span class="fi fi-nl"></span> Netherlands</td>
<td>Cooperating partner</td>
</tr>
<tr>
<td>Embry-Riddle Aeronautical University</td>
<td><span class="fi fi-us"></span> USA</td>
<td>Associated partner</td>
</tr>
<!-- etc -->
</tbody>
</table>
<p>
<img src="static/images/aitonomy_logos01.svg" alt="AITONOMY Partners" />
</p>
</div>
<p class="has-text-centered is-size-7" style="opacity:0.8;">
</p>
</div>
</div>
</div>
</section>
<!-- FURTHER INFORMATION -->
<section class="section hero is-light section-anchor" id="further-information">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Further information</h2>
<div class="content has-text-justified">
<p>
Integration of <u>a</u>utonomous, <u>c</u>ooperative, and <u>e</u>lectric <u>v</u>ehicles
(ACEVs) into urban transport systems is relevant to ongoing societal and technological trends.
Ensuring these vehicles can safely coexist with <u>v</u>ulnerable <u>r</u>oad <u>u</u>sers
(VRUs), as well as human drivers, is crucial for public acceptance and reducing accidents.
Given that human error accounts for a significant majority of serious crashes, ACEVs have the
potential to enhance road safety, provided they interact transparently and predictably with
all other road users, particularly those most at risk.
</p>
<p>
For more details about the project, please visit the the following URL's:
<list>
<li><a href="https://jkk-web.sze.hu/en/projektek/aitonomy/">jkk-web.sze.hu/en/projektek/aitonomy</a></li>
<li><a href="https://aitnm.github.io">aitnm.github.io</a></li>
<li><a href="https://go.sze.hu/aitonomy">go.sze.hu/aitonomy</a></li>
</list>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- NEWS -->
<section class="section hero section-anchor" id="news">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-six-fifths">
<h2 class="title is-3">News</h2>
<div class="content has-text-justified">
<ul>
<li><strong>2026-03-03:</strong> <a href="https://uni.sze.hu/post/nemzetk%C3%B6zi-kiv%C3%A1l%C3%B3s%C3%A1gi-projekt-indult-a-sz%C3%A9chenyi-istv%C3%A1n-egyetemen-auton%C3%B3m-%C3%A9s-energiatakar%C3%A9kos-j%C3%A1rm%C5%B1v" target="_blank" rel="noopener">sze.hu post</a> A hungarian news article about the project.</li>
<li><strong>2026-01-12:</strong> AITONOMY project website launched with core project details and partner information.</li>
<li><strong>2025-12-19:</strong> <a href="https://nkfih.gov.hu/palyazoknak/nkfi-alap/tamogatott-projektek-2025-121-hu-rizont" target="_blank" rel="noopener">nkfih.gov.hu</a> Project announcement.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- EVENTS -->
<section class="section hero is-light section-anchor" id="events">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-six-fifths">
<h2 class="title is-3">Events</h2>
<div class="content has-text-justified">
<ul>
<li><strong>Kick-off Meeting</strong> - 7<sup>th</sup>-9<sup>th</sup> April 2026 - Győr, Hungary. AITONOMY project kick-off hosted by Széchenyi István University. The meeting included project presentations, work package discussions, and a tour of the university's research facilities and the ZalaZONE testing track.
Prof. Dr.-Ing. Sören Hohmann from Karlsruhe Institute of Technology and Prof.dr.ir. Pavol Bauer from Delft University of Technology joined the meeting.
<br><a href="#" class="image-popup" data-image="static/images/kickoff01.png" data-alt="Kick-off Meeting">
<img src="static/images/kickoff01.png" alt="Kick-off Meeting" style="max-height: 120px; margin-top: 10px; cursor: pointer; border-radius: 4px;" />
</a>
<a href="#" class="image-popup" data-image="static/images/kickoff02.png" data-alt="Kick-off Meeting">
<img src="static/images/kickoff02.png" alt="Kick-off Meeting" style="max-height: 120px; margin-top: 10px; cursor: pointer; border-radius: 4px;" />
</a>
</li>
<li><strong>Hurizon roadshow</strong> - 9<sup>th</sup> April 2026 - Pécs, Hungary</li>
</ul>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Image Popup Modal -->
<div id="imageModal" class="modal">
<div class="modal-background" onclick="closeImageModal()"></div>
<div class="modal-content">
<p class="image-container">
<img id="modalImage" src="" alt="" style="max-height: 90vh; object-fit: contain;" />
</p>
</div>
<button class="modal-close is-large" onclick="closeImageModal()"></button>
</div>
<!-- FOOTER (keeps template attribution, but cleaner) -->
<!--BibTex citation -->
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<div class="bibtex-header">
<h2 class="title">BibTeX</h2>
<button class="copy-bibtex-btn" onclick="copyBibTeX()" title="Copy BibTeX to clipboard">
<i class="fas fa-copy"></i>
<span class="copy-text">Copy</span>
</button>
</div>
<pre id="bibtex-code"><code>@article{TODOYourPaperKey2026,
title={TODO Your Paper Title Here},
author={TODO First Author and Second Author and Third Author},
journal={Conference/Journal Name},
year={2026},
url={https://aitnm.github.io}
}</code></pre>
</div>
</section>
<!--End BibTex citation -->
<footer class="footer">
<div class="container">
<div class="columns is-centered">
<div class="column is-10">
<div class="content has-text-centered">
<p>
© <span id="year"></span> AITONOMY · Hurizon International Research Excellence Cooperation Programme
<br>
<span class="is-size-7">Supported by the National Research, Development and Innovation Fund of Hungary (NRDI Fund) · HU-RIZONT International Research Excellence Cooperation Programme · Grant No. <b>2025-1.2.1-HU-RIZONT-2025-00129</b></span>
</p>
<p>
<a href="https://nkfih.gov.hu/english/international-cooperation/hurizon-programme">
<img src="static/images/hurizon_logo01.svg" alt="AITONOMY Partners" class="logo_hurizon" />
</a>
<a href="https://nkfih.gov.hu/english/international-cooperation/hurizon-programme">
<img src="static/images/nkfia_logo01.svg" alt="NKFIA Logo" class="logo_nkfia" />
</a>
</p>
<p class="is-size-7" style="opacity:0.8;">
This page was built using the <a href="https://github.com/eliahuhorwitz/Academic-project-page-template" target="_blank">Academic Project Page Template</a> which was adopted from the <a href="https://nerfies.github.io" target="_blank">Nerfies</a> project page.
You are free to borrow the source code of this website, we just ask that you link back to this page in the footer. This website is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative
Commons Attribution-ShareAlike 4.0 International License</a>.
</p>
</div>
</div>
</div>
</div>
<script>
document.getElementById("year").textContent = new Date().getFullYear();
function copyBibTeX() {
const bibtexElement = document.getElementById('bibtex-code');
const button = document.querySelector('.copy-bibtex-btn');
const copyText = button ? button.querySelector('.copy-text') : null;
if (!bibtexElement || !button || !copyText) return;
const textToCopy = bibtexElement.textContent.trim();
const showCopiedState = function() {
button.classList.add('copied');
copyText.textContent = 'Cop';
setTimeout(function() {
button.classList.remove('copied');
copyText.textContent = 'Copy';
}, 2000);
};
const fallbackCopy = function() {
const textArea = document.createElement('textarea');
textArea.value = textToCopy;
textArea.style.position = 'fixed';
textArea.style.left = '-9999px';
document.body.appendChild(textArea);
textArea.select();
document.execCommand('copy');
document.body.removeChild(textArea);
showCopiedState();
};
if (navigator.clipboard && window.isSecureContext) {
navigator.clipboard.writeText(textToCopy)
.then(showCopiedState)
.catch(fallbackCopy);
return;
}
fallbackCopy();
}
function openImageModal(imageSrc, altText) {
const modal = document.getElementById('imageModal');
const modalImage = document.getElementById('modalImage');
modalImage.src = imageSrc;
modalImage.alt = altText;
modal.classList.add('is-active');
}
function closeImageModal() {
const modal = document.getElementById('imageModal');
modal.classList.remove('is-active');
}
document.querySelectorAll('.image-popup').forEach(link => {
link.addEventListener('click', function(e) {
e.preventDefault();
const imageSrc = this.getAttribute('data-image');
const altText = this.getAttribute('data-alt');
openImageModal(imageSrc, altText);
});
});
// Close modal on Escape key
document.addEventListener('keydown', function(e) {
if (e.key === 'Escape') {
closeImageModal();
}
});
</script>
</footer>
</body>
</html>