-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (61 loc) · 3.05 KB
/
Copy pathindex.html
File metadata and controls
72 lines (61 loc) · 3.05 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
<!DOCTYPE html>
<html lang='en'>
<head>
<base href=".">
<link rel="shortcut icon" type="image/png" href="assets/favicon.png"/>
<link rel="stylesheet" type="text/css" media="all" href="assets/main.css"/>
<meta name="description" content="Conference Template">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="KeyWords" content="Conference">
<title>Conference Template</title>
</head>
<body>
<div class="banner">
<img src="assets/banner_itsc_logo.png" alt="Conference Template Banner">
<div class="top-left">
<span class="title1">Workshop</span> <span class="title2">ITSC</span> <span class="year">2026</span>
</div>
<div class="bottom-right">
September 15, 2026 <br> Introducing the Next Level of ADAS on the Roads
</div>
</div>
<table class="navigation">
<tr>
<td class="navigation">
<a class="current" title="Conference Home Page" href=".">Home</a>
</td>
<td class="navigation">
<a title="Conference Program" href="program">Program</a>
</td>
<td class="navigation">
<a title="Directions to the Conference" href="directions">Directions</a>
</td>
</tr>
</table>
<h2>What is this workshop about?</h2>
<p>
The rapid evolution of driving assistance systems is reshaping transportation, yet significant challenges remain before full autonomy can be safely and widely deployed on public roads. This workshop brings together leading researchers and industry practitioners to examine the current state of Advanced Driver Assistance Systems (ADAS) and autonomous vehicle technologies, with a focus on real-world deployment challenges.
Combining academic research with industry perspectives, the workshop will explore the technical, safety, and human-centred challenges that must be addressed to advance the next level of driving automation. Topics will span perception, localisation, cooperative sensing, human factors, and risk assessment, drawing on real-world experience from both research institutions and automotive industry partners.
Through expert presentations and open discussion, attendees will gain insights into the latest developments in vehicle automation and connected transport systems, contributing to a broader understanding of the path toward safer and more reliable autonomous road systems.
</p>
<h2>Organizers</h2>
<p>
The University of Sydney, Australia <br>
The University of Queensland, Australia
</p>
<table class="sponsors">
<tr>
<td class="sponsor">
<a href="http://www.eyebleach.me/">
<img src="assets/organisers.png" alt="Prof. Eduardo Nebot">
</a>
</td>
</tr>
</table>
<footer>
© Conference Organizers
| Design by <a href="https://github.com/mikepierce">Mike Pierce</a>
</footer>
</body>
</html>