-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorganizers.html
88 lines (81 loc) · 3.24 KB
/
organizers.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>AutoML-ECAI-2024</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<meta name="author" content="http://webthemez.com" />
<!-- css -->
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/fancybox/jquery.fancybox.css" rel="stylesheet">
<link href="css/jcarousel.css" rel="stylesheet" />
<link href="css/flexslider.css" rel="stylesheet" />
<link href="js/owl-carousel/owl.carousel.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" />
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<!-- start header -->
<header>
<div class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse ">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="submissions.html">Submissions</a></li>
<li><a href="format.html">Format</a></li>
<li><a href="organizers.html">Organizers</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</header>
<!-- end header -->
<section style="margin-left: 20px;" >
<div class="organizers-section">
<h3 style="margin-left: 20px; padding-top: 20px;">Names, affiliations, and contact details of all workshop organisers:</h3>
<ul>
<li>
<b>Assoc Prof. Radwa Elshawi</b><br>
Institute of Computer Science, Tartu University<br>
<a href="mailto:[email protected]">[email protected]</a>
</li>
<p> </p>
<li>
<b>Prof. Jerry Chun-Wei Lin</b><br>
Faculty of Automatic Control, Electronics and Computer Science, Department of Distributed Systems and IT Devices, Silesian University of Technology, Poland<br>
<a href="mailto:[email protected]">[email protected]</a>
</li>
<p> </p>
<li>
<b>Assoc Prof Stefania Tomasiello</b><br>
Department of Industrial Engineering, Università degli Studi di Salerno<br>
<a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</div>
<section id="content">
<!-- Placed at the end of the document so the pages load faster -->
<!-- Include jQuery library if not already included -->
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
<!-- Include Popper.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.10.2/umd/popper.min.js"></script>
<!-- Include Bootstrap JavaScript -->
<script src="js/bootstrap.min.js"></script>
<script src="js/navigation.js"></script>
</section>
</body>
</html>