-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathformat.html
99 lines (93 loc) · 4.44 KB
/
format.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
89
90
91
92
93
94
95
96
97
98
99
<!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="workshop-info">
<h3 style="margin-left: 20px; padding-bottom: 10px;">Format:</h3>
<p style="margin-left: 20px; padding-bottom: 10px;">
The workshop will follow the classical format of presentations of peer-reviewed papers followed by
discussion. The typical duration for the workshop is a full day. We will arrange invited talks
from experts in Automated Machine Learning (AutoML) to enrich the workshop experience and provide
valuable insights from leaders in the field.
</p>
</div>
<!-- Organization section -->
<div class="workshop-info">
<h3 style="margin-left: 20px; padding-bottom: 10px;">Organization:</h3>
<p style="margin-left: 20px; padding-bottom: 10px;">
When planning your workshop activities, please refer to the following file that was prepared by the local team and includes important information regarding the location, schedule, and facilities: <br>
<a href="https://bit.ly/ecai24-pre-conf-org">Organisvers Information (Google Docs)</a>.
</p>
</div>
<p> </p>
<!-- List of potential workshop PC members -->
<div class="pc-members">
<h3 style="margin-left: 20px; padding-bottom: 0px;">List of Potential Workshop Participating Members:</h3>
<p style="margin-left: 20px; padding-bottom: 0px;">
<ul>
<li>Riccardo Tommasini, Associate Professor at the Institute National des Sciences Appliquées (INSA)</li>
<li>Dmitri Rozgonjuk, Robert Bosch GmbH</li>
<li>David Camacho, Departamento de Sistemas Informáticos, Technical University of Madrid, Madrid, Spain</li>
<li>Francesco Piccialli, Department of Mathematics and Applications, University of Naples, Italy</li>
<li>Kallol Roy, Institute of Computer Science, University of Tartu, Estonia</li>
<li>Jan Timko, Institute of Computer Science, University of Tartu, Estonia</li>
<li>Mohamed Maher, Institute of Computer Science, University of Tartu, Estonia</li>
<li>Muhammad Uzair, Institute of Computer Science, University of Tartu, Estonia</li>
<!-- Add more PC members as needed -->
</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>