-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·259 lines (237 loc) · 13.3 KB
/
index.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
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
<!DOCTYPE html>
<html>
<head>
<!-- Basic -->
<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, shrink-to-fit=no" />
<!-- Site Metas -->
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="" />
<title> Special Session on Quantum AI </title>
<!-- slider stylesheet -->
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.1.3/assets/owl.carousel.min.css" />
<!-- bootstrap core css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<!-- fonts style -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,700|Roboto:400,700&display=swap" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet" />
<!-- responsive style -->
<link href="css/responsive.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="hero_area">
<!-- header section strats -->
<header class="header_section">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg custom_nav-container ">
<a class="navbar-brand">
<span>
QAI Special Session, CEC 2023
</span>
</a>
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<div class="d-flex mx-auto flex-column flex-lg-row align-items-center">
<ul class="navbar-nav ">
<li class="nav-item">
<a class="nav-link" href="#section_1"> About the QAI Special Session <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section_2"> Important Dates </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section_3"> Submission and Publication </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section_4"> About the Organisers </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section_5"> Contact Us </a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<!-- end header section -->
</div>
<div class="bg">
<!-- about section -->
<section class="about_section layout_padding">
<div class="container">
<div class="custom_heading-container">
<h3 class=" ">
<a id="section_1"> About the QAI Special Session </a>
</h3>
</div>
<div class="layout_padding_logo">
<a href="https://2023.ieee-cec.org/special-sessions/" target="_blank"> <img src="images/logo_3.png" width="400" height="300"> </a>
<img src="images/logo_2.png" width="350" height="300">
<a href="https://neo.lcc.uma.es/new/" target="_blank"> <img src="images/logo_1.png" width="250" height="200"> </a>
</div>
<p align="justify" class="layout_padding2-bottom">
Quantum Computing (QC) is a computation paradigm that leverages the peculiar properties of quantum mechanics
such as superposition and entanglement. Several QC paradigms exist but the two principal ones would be the
gate-based and the adiabatic one. The first one describes the computation as quantum circuits that acts on the
qubits using some set of quantum gates, while the second paradigm is based on the adiabatic theorem in order to
solve discrete optimisation problems. Each of the paradigms has some advantages and shortfalls and a range of
applicability, where a plethora of perspectives rises. <br> <br>
QC has a wide domain of applications but one of the principal and most promising is optimisation-problem solving,
where QC algorithms are proven to provide, in some cases, very promising theoretical and practical speedup regarding
the classical computation techniques. On the other hand, classical Artificial Intelligence (AI) techniques
(e.g. Evolutionary Computation (EC), unsupervised/supervised machine learning, etc.) are also proven to be a promising
alternative for certain classes of tasks as well. Thus, it is widely believed that QC will not replace classical
computation but instead will collaboratively work together taking profit from one another strengths. Indeed, efforts
in the community are made to enhance classical AI methods using quantum routines, or on the reverse enhance quantum
processes using classical AI and ultimately, design efficient fully-quantum, hybrid quantum-classical or quantum-inspired AI techniques.
In this same line of thoughts, this special session explores how QC can take profit from classical AI especially EC, and vice versa,
where the topics include but are not limited to:
<ul>
<li align="justify"> The design of quantum, hybrid and quantum-inspired AI techniques. </li>
<li align="justify"> Optimisation-problem solving using quantum, hybrid and quantum-inspired AI. </li>
<li align="justify"> Machine learning through quantum, hybrid and quantum-inspired AI. </li>
<li align="justify"> AI for quantum simulation. </li>
<li align="justify"> AI for embedding in adiabatic quantum computers. </li>
<li align="justify"> AI for transpilation in gate-based quantum computers. </li>
<li align="justify"> AI for quantum variational algorithms. </li>
<li align="justify"> etc. </li>
</ul>
</p>
</div>
</section>
<!-- end about section -->
<!-- service section -->
<section class="service_section layout_padding-bottom">
<div class="container">
<div class="custom_heading-container">
<h3>
<a id="section_2"> Important Dates <FONT COLOR=red> <blink>(EXTENDED)</blink></FONT></a>
</h3>
<h3>
<a id="section_3"> Submission and Publication </a>
</h3>
</div>
<div class="service_container ">
<div class="row">
<ul>
<li align="justify"> <b> Paper Submission:</b> January 27th, 2023. </li>
<li align="justify"> <b> Paper Reviews:</b> March 17th, 2023. </li>
<li align="justify"> <b> Paper Re-submissions:</b> April 7th, 2023. </li>
<li align="justify"> <b> Paper Final Notifications: </b> April 14th, 2023. </li>
<li align="justify"> <b> Print-Ready Manuscripts: </b> April 29th, 2023. </li>
</ul>
<div class="col-md-3">
<div class="box b-2">
<div class="img-box">
<img src="images/dates.png" class="center2">
</div>
</div>
</div>
<ul>
<li align="justify"> <b>For More Information About the:</b> </li>
<ul> <li align="justify"> Template,</li>
<li align="justify"> Submission System, </li>
<li align="justify"> Number of pages, etc. </li> </ul>
<li align="justify"> <b> Please Visit:</b> <a href="https://2023.ieee-cec.org/paper-submission/" target="_blank"> CEC 2023 conference submission page </a> </li>
</ul>
<div class="col-md-3">
<div class="box b-2">
<div class="img-box">
<img src="images/submission.png" class="center2">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end service section -->
<!-- contact section -->
<section class="contact_section layout_padding">
<div class="custom_heading-container">
<h3 class=" ">
<a id="section_4"> About the Organisers </a>
</h3>
</div>
<div class="container layout_padding2-top">
<div class="row">
<div class="box1">
<img src="images/Zak.jpg" class="center">
<p align ="justify"> <b>Zakaria Abdelmoiz DAHI:</b> Zakaria Abdelmoiz Dahi is a researcher at the University of Málaga (Spain) and
member of the <a href="https://neo.lcc.uma.es/new/team/">NEO</a> research group. He has an experience in scientific research and teaching at the university level. He has been
actively working, participating and elaborating several national and international research projects on artificial intelligence and
quantum computing. His research interests include the design and use of artificial intelligence and quantum computing for solving
real-world problems in various domains such as smart cities, logistics, etc. He has published works in several well-established
journals and conferences. He has also participated in the organisation of several national and international conferences.
</p>
</div>
<div class="box1">
<img src="images/Gabriel.png" class="center">
<p align ="justify"> <b>Gabriel Luque:</b> Dr. Luque finished his PhD studies in Computer Engineering at the University of Málaga
with honors. He is currently an Associate Professor in the Department of Languages and Computer Science and also member of the <a href="https://neo.lcc.uma.es/new/team/">NEO</a>
research group at the University of Málaga (Spain), where he has taught for the last 12 years at national and international levels. As a researcher, he is the author of more than 70 international
publications of impact, including 16 publications in prestigious scientific journals, 13 book chapters, 3 conference proceedings and the
recent book on Parallel Genetic Algorithms. His research interests include quantum computing and artificial intelligence such as the
design of new metaheuristics, especially in the parallel domain, and their application to complex problems in bioinformatics, smart
cities and combinatorial optimisation in general. Finally, he also has organised several conferences and special sessions on
metaheuristics, parallel techniques and tools for the development of optimisation techniques.
</p>
</div>
<div class="box1">
<img src="images/Francis.jpg" class="center">
<p align ="justify"> <b>Francisco Chicano:</b> Dr. Chicano holds a PhD in Computer Science from the University of Málaga and
a Degree in Physics from the National Distance Education University. Since 2008 he is with the Department of Languages and
Computing Sciences of the University of Málaga and also a member of the <a href="https://neo.lcc.uma.es/new/team/">NEO</a> research group.
His research interests include quantum computing, the application of search techniques to Software Engineering problems
and the use of theoretical results to efficiently solve combinatorial optimisation problems. He is in the editorial board
of Evolutionary Computation Journal, Engineering Applications of Artificial Intelligence, Journal of Systems and Software,
ACM Transactions on Evolutionary Learning and Optimisation and Mathematical Problems in Engineering. He has also been
programme chair and Editor-in-Chief in international events.
</p>
</div>
</div>
</div>
</section>
<!-- end contact section -->
<section class="client_section layout_padding-bottom">
<div class="container">
<div class="custom_heading-container">
<h3 class=" ">
<a id="section_5"> Contact Us </a>
</h3>
</div>
<div class="layout_padding2-top">
<div class="client_container">
<div class="detail-box">
<p>
<b> For any inquiries, please e-mail:</b> [email protected]
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end info_section -->
<!-- footer section -->
<section class="container-fluid footer_section">
<p style="font-size: 10px">
Disclaimer of the organisers: This template is inspired from <a href="https://html.design/"> free HTML templates</a>
</p>
</section>
<!-- footer section -->
<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
</body>
</html>