-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpapers.html
More file actions
269 lines (234 loc) · 11.5 KB
/
Copy pathpapers.html
File metadata and controls
269 lines (234 loc) · 11.5 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
<!DOCTYPE html>
<html lang="en">
<!-- Basic -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-Site Metas -->
<title>CREAI 2022 | Workshop on Artificial Intelligence and Creativity</title>
<meta name="keywords" content="Artificial Intelligence, Aesthetic Computing, Robotic Arts, Creative Systems">
<meta name="description" content="CREAI 2022 - Workshop on Workshop on Artificial Intelligence and Creativity">
<meta name="author" content="Allegra De Filippo">
<!-Site Icons -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Site CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
p {
font-size: 17px !important;
font-family: Arial;
}
</style>
</head>
<body>
<!-- Start Main Top -->
<div class="main-top">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="custom-select-box">
</div>
<div class="right-phone-box">
<!--<p>For any information write to: <a href="#"></a></p>-->
</div><!--
<div class="our-link">
<ul>
<li><a href="#"><i class="fas fa-location-arrow"></i> Our location</a></li>
<li><a href="#"><i class="fas fa-headset"></i> Contact Us</a></li>
</ul>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="text-slid-box">
<div id="offer-box" class="carouselTicker">
<ul class="offer-box">
<li>
<i class="fab fa-opencart"></i> 20% off Entire Purchase Promo code: offT80
</li>
<li>
<i class="fab fa-opencart"></i> 50% 80% off on Vegetables
</li>
<li>
<i class="fab fa-opencart"></i> Off 10%! Shop Vegetables
</li>
<li>
<i class="fab fa-opencart"></i> Off 50%! Shop Now
</li>
<li>
<i class="fab fa-opencart"></i> Off 10%! Shop Vegetables
</li>
<li>
<i class="fab fa-opencart"></i> 50% 80% off on Vegetables
</li>
<li>
<i class="fab fa-opencart"></i> 20% off Entire Purchase Promo code: offT30
</li>
<li>
<i class="fab fa-opencart"></i> Off 50%! Shop Now
</li>
</ul>
</div> -->
</div>
</div>
</div>
</div>
<!-- End Main Top -->
<!-- Start Main Top -->
<header class="main-header">
<!-- Start Navigation -->
<nav class="navbar navbar-expand-lg navbar-light bg-light navbar-default bootsnav">
<div class="container">
<!-Start Header Navigation -->
<div class="navbar-header">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-menu" aria-controls="navbars-rs-food" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html"><img src="images/logo.png" class="logo" alt="" style="max-width:150px;"></a>
</div>
<!-End Header Navigation -->
<!-Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-menu">
<ul class="nav navbar-nav ml-auto" data-in="fadeInDown" data-out="fadeOutUp">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="call.html">CFP</a></li>
<li class="nav-item"><a class="nav-link" href="dates.html">Dates</a></li>
<li class="nav-item"><a class="nav-link" href="motivation.html">Motivations</a></li>
<li class="nav-item-active"><a class="nav-link" href="papers.html">Accepted Papers</a></li>
<li class="nav-item"><a class="nav-link" href="program.html">Workshop Program</a></li>
<li class="nav-item"><a class="nav-link" href="organizers.html">Organizers</a></li>
<li class="nav-item"><a class="nav-link" href="pc-member.html">Program Committee</a></li>
</ul>
</div>
<!-/.navbar-collapse -->
<!-Start Atribute Navigation -->
<!-End Atribute Navigation -->
</div>
<!-- /.navbar-collapse -->
</nav>
<!-- End Navigation -->
</header>
<!-- End Main Top -->
<!-- Start Top Search -->
<!-- End Top Search -->
<!-- Start All Title Box -->
<div class="all-title-box">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Accepted Papers</h2>
<ul class="breadcrumb">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item active">Accepted Papers</li>
</ul>
</div>
</div>
</div>
</div>
<!-- End All Title Box -->
<!-- Start About Page -->
<div class="about-box-main">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="noo-sh-title-top">PROCEEDINGS</span></h2>
<p style="text-align: justify; color :black">
Proceedings of CREAI 2022 will be available on CEUR.ws
<a style="text-align: justify; color :black" href="https://ceur-ws.org/Vol-3278/"><h3>Go To The Proceedings</h3></a>
</p>
<!--p style="text-align: justify; color :black"> To Be Prepared
</p-->
</div>
<div class="col-lg-12">
<h2 class="noo-sh-title-top">Accepted Papers</span></h2>
<p style="text-align: justify; color :black">
<ul>
<li>1) Nicolas Lazzari, Andrea Poltronieri and Valentina Presutti - <b>Pitchclass2vec: Symbolic Music Structure Segmentation with Chord Embeddings</b></li><br>
<li>2) Mattia Barbaresi and Andrea Roli - <b>Machine improvisation through generalized transition probability graphs</b></li><br>
<li>3) Luca Befera and Livio Bioglio - <b>Classifying Contemporary AI Applications in Intermedia Theatre: Overview and Analysis of Some Cases</b></li><br>
<li>4) Ken Déguernel, Bob L. T. Sturm, Hugo Maruri-Aguilar - <b> Investigating the relationship between liking and belief in AI authorship in the context of Irish traditional music</b></li><br>
<li>5) Luca Giuliani, Allegra De Filippo, Andrea Borghesi, Paola Mello and Michela Milano - <b>A Multi-modal Perspective for the Artistic Evaluation of Robotic Dance Performances</b></li><br>
<li>6) Andrea Roli - <b>Robots, cells and baroque music: Creativity as an emergent phenomenon</b></li><br>
<li>7) Maria Mannone, Valeria Seidita and Antonio Chella - <b>Does Creativity Help Us Survive? A Possible Approach with Quantum-Driven Robots</b></li><br>
<li>8) Dario Pasquali, Francesco Rea and Alessandra Sciutti - <b>Detecting Lies in the Wild: Creativity and Learning @ the Maker Faire Rome</b></li><br>
</ul>
</p>
<p style="text-align: justify; color :black">
</p>
</div>
</div>
</div>
</div>
<!-- End About Page -->
<!-Start Footer -->
<footer>
<div class="footer-main">
<div class="footer-main">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-12 col-sm-12">
<div class="footer-top-box">
<a href="https://aixia2022.uniud.it"><h3>co-located with AI*IA 2022</h3></a>
<ul class="list-time">
<li>26th European Conference on Artificial Intelligence
</li> <li><br> 30.09 - 5.10, 2023, Kraków, Poland </li>
</ul>
</div>
</div>
<div class="col-lg-1 col-md-12 col-sm-12">
</div>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="footer-top-box">
<h3>Social Media</h3>
<p>Follow us on Social Networks</p>
<ul>
<!-- <li><a href="https://www.facebook.com/AIxIA1988/"><i class="fab fa-facebook" aria-hidden="true"></i></a></li> -->
<li><a href="https://twitter.com/EurAI_ECCAI"><i class="fab fa-twitter" aria-hidden="true"></i></a></li><!--
<li><a href="#"><i class="fab fa-linkedin" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fab fa-google-plus" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-rss" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fab fa-pinterest-p" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fab fa-whatsapp" aria-hidden="true"></i></a></li>-->
</ul>
</div>
</div>
</div>
<hr>
</div>
</div>
</footer>
<!-End Footer -->
<!-End Footer -->
<!-Start copyright -->
<!-End copyright -->
<a href="#" id="back-to-top" title="Back to top" style="display: none;">↑</a>
<!-ALL JS FILES -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-ALL PLUGINS -->
<script src="js/jquery.superslides.min.js"></script>
<script src="js/bootstrap-select.js"></script>
<script src="js/inewsticker.js"></script>
<script src="js/bootsnav.js."></script>
<script src="js/images-loded.min.js"></script>
<script src="js/isotope.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/baguetteBox.min.js"></script>
<script src="js/form-validator.min.js"></script>
<script src="js/contact-form-script.js"></script>
<script src="js/custom.js"></script>
</body>
</html>