forked from aiotworkshop/aiotworkshop.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCFP.html
278 lines (258 loc) · 11.8 KB
/
CFP.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
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!DOCTYPE html>
<html lang="en">
<head>
<title>Speakers</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Conference project">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/logo.png" href="images/logo.png">
<link rel="stylesheet" type="text/css" href="styles/bootstrap4/bootstrap.min.css">
<link href="plugins/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.theme.default.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/animate.css">
<link rel="stylesheet" type="text/css" href="styles/page_styles.css">
<link rel="stylesheet" type="text/css" href="styles/page_responsive.css">
<link rel="stylesheet" type="text/css" href="styles/custom.css" />
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/custom.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-137231262-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-137231262-1');
</script>
</head>
<body>
<div class="super_container">
<!-- Menu -->
<div class="menu trans_500">
<div class="menu_content d-flex flex-column align-items-center justify-content-center text-center">
<div class="menu_close_container">
<div class="menu_close"></div>
</div>
<div class="logo menu_logo">
<a href="index.html">
<div class="logo_container d-flex flex-row align-items-start justify-content-start">
<div class="logo_image">
<div><img src="images/logo.png" alt="" /></div>
</div>
<div class="logo_content">
<div class="logo_text logo_text_not_ie">
The 3rd International Workshop on Artificial Intelligence of Things
</div>
<div class="logo_link_mobile">
<a href="https://www.kdd.org/kdd2020/" target="_new">In conjunction with the 26th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD 2020)</a>
</div>
<div class="logo_sub">
August 24th, 2020 - San Diego, California – USA
</div>
</div>
</div>
</a>
</div>
<!-- Navigation for Mobile -->
<div id="nav-mobile"></div>
<script src="js/components/nav-mobile.js"></script>
</div>
</div>
<!-- Home -->
<div class="home">
<div class="parallax_background parallax-window" data-parallax="scroll" data-image-src="images/index.jpg"
data-speed="0.8"></div>
<!-- Header -->
<header class="header" id="header">
<div>
<div class="header_top">
<div class="container">
<div class="row">
<div class="col">
<div
class="header_top_content d-flex flex-row align-items-center justify-content-start">
<div>
<a href="index.html">
<div
class="logo_container d-flex flex-row align-items-start justify-content-start">
<div class="logo_image">
<div><img src="images/logo.png" alt="" /></div>
</div>
<div class="logo_content">
<div id="logo_text" class="logo_text logo_text_not_ie">
The 3rd International Workshop on Artificial Intelligence of Things
</div>
<div class="logo_link">
<a href="https://www.kdd.org/kdd2020/" target="_new">In conjunction with the 26th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD 2020)</a>
</div>
<div class="logo_sub">
August 24th, 2020 - San Diego, California – USA
</div>
</div>
</div>
</a>
</div>
<div class="hamburger ml-auto">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Navigation -->
<div id="nav"></div>
<script src="js/components/nav.js"></script>
</div>
</header>
<div class="home_content_container">
<div class="container">
<div class="row">
<div class="col">
<div class="home_content d-flex flex-row align-items-end justify-content-start">
<div class="current_page">Call for Papers</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Speakers -->
<div class="speakers">
<div class="container">
<!-- CFP -->
<div class="row">
<div class="col">
<div class="speaker_container">
<div class="speaker_text">
<h3>Key Dates</h3>
<h5>• Submissions due: <strike>May 20, 2020</strike> <strike>May 30, 2020</strike> <span style="color:#f00;">Jun 5, 2020</span></h5>
<h5>• Notification of acceptance: <strike>June 15, 2020</strike> <span style="color:#f00;">Jun 22, 2020</span></h5>
<h5>• Camera-ready Deadline: <strike> July 15, 2020</strike> <span style="color:#f00;">July 20, 2020</span></h5>
<p>All deadlines are at 11:59pm Pacific Time.</p>
<h3>Overview</h3>
<p>Internet of Things (IoT) is a disruptive technology that extends data collection to almost everything around us and
enables them to react through intelligent data processing. Gartner estimates that the number of connected things will
grow to over 20 billion by end of year 2020. With recent innovative network and chip technology, devices are becoming
smarter with increasing compute power, bandwidth, and storage available on the device. This enables intelligent decision
making and information transfer through devices. Insights derived from data generated by IoT devices power new business
scenarios and ensure long term success of existing business. Major IT solution providers have been investing in building
IoT data platform to support customers to develop IoT solutions in different industry sectors such as smart cities,
manufacturing, health care and transportation. These business scenarios impose technical challenges and opportunities in
building intelligent cloud and edge solutions.
This workshop provides a forum for researchers, data scientists and practitioners from both academia and industry to
present the latest research results, share practical experience of building AI powered IoT solutions, and network with
colleagues.
</p>
<h3>Topics</h3>
<p>
IoT is an interdisciplinary field that intersects with device, sensor network, stream analytics, and machine learning.
AI for IoT is a workshop on IoT with its focus on technologies to enable machine learning algorithm to run on resource
constrained, secure, and connected devices. The workshop encourages submissions of innovative technologies and
applications that enable IoT scenarios. Topics of interest, include but not limited to:
</p>
<h5>• On device machine learning algorithms</h5>
<h5>• Real-time computer vision and speech processing</h5>
<h5>• Learning-enabled IoT applications</h5>
<h5>• AI for edge computing</h5>
<h5>• AI for IoT security and privacy</h5>
<h5>• Low-power AI for IoT systems</h5>
<h5>• Distributed inferencing and learning</h5>
<h5>• Optimized Blockchain for IoT</h5>
<h5>• 5G and IoT</h5>
<h5>• AIoT solution risk evaluation and control</h5>
<br/>
<h3>Attendance</h3>
<p>For each accepted paper, at least one author must attend the conference and present
the paper. </p>
<h3>Submission Instructions</h3>
<p>The workshop invites submission of manuscripts with original research results that have not been previously published
or that are not currently under review by another conference or journal. Submissions will be assessed based on their
novelty, technical quality, significance of impact, interest, clarity, relevance, and reproducibility. .</p>
<p>Submissions will be peer-reviewed and selected for oral or poster presentation. Accepted papers will be published on the workshop’s website.</p>
<p>All submissions must be in PDF format and formatted using the new <a target="_blank" href="https://www.acm.org/publications/proceedings-template">Standard ACM Conference Proceedings Template</a></p>
<p>
Technical paper submissions must be no more than six pages long including all content and references.
Project showcase submissions focus on innovative AIoT-relevant projects. Preference will be given to projects, which
contribute to open source, open data, and social good. Extended project abstract submission must be no more than two
pages long. It should contain a brief description of the project including its goal, problem statement, solution,
partner, and deployment status if any. Project demonstration (recorded) and URL are recommended.
<br/>
Submit your paper and/or project showcase through the AIoT workshop 2020 Submission Site:
<h5>
<a href="http://www.cvent.com/events/kdd-2020/event-summary-eb9eeca9963443d18902dbe47190ea4c.aspx">Register</a>
</h5>
<br/>
Any questions may be directed to the workshop’s email address: <a href="mailto:[email protected]">[email protected]</a>
<p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Call to action -->
<div class="cta">
<div class="parallax_background parallax-window" data-parallax="scroll" data-image-src="images/speakers.jpg"
data-speed="0.8"></div>
<div class="container">
<div class="row">
<div class="col">
<div class="cta_content text-center">
<div class="cta_title">Need to find us?</div>
<div class="button cta_button">
<a href="mailto:[email protected]">Contact Us</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer">
<div class="footer_extra">
<div class="container">
<div class="row">
<div class="col">
<div
class="footer_extra_content d-flex flex-lg-row flex-column align-items-lg-center align-items-start justify-content-lg-start justify-content-center">
<div class="footer_extra_right ml-lg-auto text-lg-right">
<!--
<div class="footer_extra_links">
<ul>
<li><a href="contact.html">Contact us</a></li>
<li><a href="#">Sitemap</a></li>
<li><a href="#">Privacy</a></li>
</ul>
</div>
-->
<div class="copyright">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
All rights reserved | This template is made with
<i class="fa fa-heart-o" aria-hidden="true"></i> by
<a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="styles/bootstrap4/popper.js"></script>
<script src="styles/bootstrap4/bootstrap.min.js"></script>
<script src="plugins/OwlCarousel2-2.2.1/owl.carousel.js"></script>
<script src="plugins/easing/easing.js"></script>
<script src="plugins/parallax-js-master/parallax.min.js"></script>
<script src="js/speakers.js"></script>
</body>
</html>