-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcfp.html
More file actions
451 lines (370 loc) · 17 KB
/
cfp.html
File metadata and controls
451 lines (370 loc) · 17 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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>CFP</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/ieeembcet.png" rel="icon">
<!-- <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon"> -->
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: TheEvent - v2.3.0
* Template URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<!-- Uncomment below if you prefer to use a text logo -->
<!-- <h1><a href="#intro">The<span>Event</span></a></h1>-->
<a href="index.html" class="scrollto"><img src="assets/img/ieeewhite.png" alt="spices-logo" title=""
style="padding: 0rem 0.5rem;"></a>
<a href="index.html" class="scrollto mob-nav">
<p class="kerala-section">IEEE Kerala Section</p>
</a>
<a href="index.html" class="scrollto"><img src="assets/img/spices.png" alt="spices-logo" title=""
style="padding: 0rem 0.5rem;margin-bottom: 1rem;"></a>
<a href="index.html" class="scrollto mob-nav"><img src="assets/img/mbcetlogo.png" alt="spices-logo" title=""
style="padding: 0rem 0.5rem;"></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li><a href="/index">Home</a></li>
<li class="dropdown menu-active"><a href="#" class="dropbtn">CFP</a>
<div class="dropdown-content">
<a href="/paper">Paper Submission</a>
<a href="/cfp">CFP</a>
</div>
</li>
<li class="dropdown"><a href="" class="dropbtn">Sessions</a>
<div class="dropdown-content">
<a href="/keynote">Keynote</a>
<a href="/tutorial">Tutorials</a>
</div>
</li>
<li><a href="/registration">Registration</a></li>
<li><a href="/committee">Committee</a></li>
<li><a href="/schedule">Schedule</a></li>
<li><a href="/venue"> Venue</a></li>
<li><a href="/contact">Contact</a></li>
<!-- <li class="buy-tickets"><a href="tickets.html">Buy Tickets</a></li> -->
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header>
<!-- End Header -->
<!-- ======= Intro Section ======= -->
<section id="intro">
<div class="intro-container" data-aos="zoom-in" data-aos-delay="100">
<h1 class="mb-4 pb-0">CFP<br><span></span> </h1>
<p class="mb-4 pb-0"></p>
</div>
</section><!-- End Intro Section -->
<br>
<br>
<br>
<br>
<Marquee width="100%" height="30%" behaviour="scroll" scrollamount="8" ><b><em>For Full-time Ph.D. scholars registration fee reimbursement of 50% will be provided subject to the recommendation of the evaluation panel</em></b></Marquee>
<!-- ======= Tracks Section ======= -->
<section id="hotels" class="section-with-bg">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Tracks</h2>
<p>Here are the tracks for the event!!</p>
</div>
<div class="container">
<p style="font-size: large;">
Prospective authors are invited to submit full length original research papers (which are not submitted or
published or not under consideration anywhere in other conferences/journals)</p>
<h3 style="font-size:30px">Signal Processing</h3>
<div style="margin-left: 5%;">
<ol>
<li>Speech and Audio Signal Processing</li>
<li>Image and Video Signal Processing</li>
<li>Image and Video Signal Processing</li>
<li>Remote Sensing</li>
<li>Multidimensional Signal Processing</li>
<li>Multirate Signal Processing</li>
<li>Wavelets and Filter Banks</li>
<li>Non-Linear Signal Processing</li>
<li>Bio-Medical Signal Processing</li>
<li>Pattern Recognition</li>
<li>Computer Vision</li>
<li>Sensors and Sensing Techniques</li>
</ol>
</div>
</div>
<br>
<br>
<div class="container">
<h3 style="font-size:30px">Communication and Networks</h3>
<div style="margin-left: 5%;">
<ol>
<li>Antennas and Propogation</li>
<li>Cognitive radio systems and Networking</li>
<li>Multicarrier Communication Systems</li>
<li>Secure Communications and Cryptography</li>
<li>Space time coding and MIMO</li>
<li>Underwater Wireless Communication</li>
<li>Green telecommunications</li>
<li>Industrial electronics</li>
<li>IoT and Sensor Networks</li>
<li>Mobile & Wireless Networks</li>
<li>Next-Generation Networking and Internet</li>
<li>Optical Networks & Systems</li>
<li>Satellite and Space Communications</li>
<li>Smart Grid Communications</li>
<li>ADHOC and Sensor Networks</li>
<li>Network Security</li>
<li>Social Media and Networking</li>
<li>Load Balancing, Scheduling and Resource Management in Networks</li>
</ol>
</div>
</div>
<br>
<br>
<div class="container">
<h3 style="font-size:30px">Advanced Computing</h3>
<div style="margin-left: 5%;">
<ol>
<li>Multi-Core Processing</li>
<li>Databases and Data Mining Applications</li>
<li>Distributed Databases</li>
<li>Query and Search Engine Optimization</li>
<li>Software Engineering</li>
<li>Software Project Management</li>
<li>Algorithms for Numerical Linear Algebra and Data Structures</li>
<li>Large Scale Graph Analytics</li>
<li>High Performance Computing</li>
<li> Big Data Computing and its Applications</li>
<li>Hardware Acceleration for Parallel Applications</li>
<li>Parallelism in Scientific Data Visualization and Visual Analytics</li>
<li>Scientific/Engineering/Industrial Applications and Workloads</li>
<li>Exascale Computing and Cloud Platforms</li>
<li>Data Center Architectures and Services</li>
<li>Parallel Languages, Programming Environments and Performance Assessment</li>
<li> Hybrid Parallel Programming with GPUs and Accelerators</li>
</ol>
</div>
</div>
<br>
<br>
<div class="container">
<h3 style="font-size:30px">Artificial Intelligence and Data science</h3>
<div style="margin-left: 5%;">
<ol>
<li>Machine Learning Theories, Models and Systems</li>
<li>Clustering, Classification and Regression Methods</li>
<li>Application of hybrid artificial intelligence approaches</li>
<li>Genetic programming</li>
<li>Business Data Analytics</li>
<li>Deep Learning and Deep Analytics</li>
<li>Healthcare and Clinical Decision</li>
<li>Human Activity Recognition</li>
<li>Natural Language Processing</li>
<li>Information Retrieval</li>
<li>Statistical Learning Theory</li>
<li>Scalable Analysis and Learning</li>
<li>Dimensionality Reduction</li>
<li>High Performance Computing for Data Analytics</li>
<li>Architecture, Management and Process for Data Science</li>
<li>Data Science Meets Social Science</li>
<li>Security, Trust and Risk in Big Data</li>
<li>Data Integrity, Matching and Sharing</li>
<li>Privacy Preserving Big Data Access/Analytics</li>
<li>Bringing Big data to its knees by Deep Learning techniques.</li>
<li>Covid-19 Technology Solutions/AI enabled Digital Solutions</li>
</ol>
</div>
</div>
<br>
<br>
<div class="container">
<h3 style="font-size:30px">Power and Energy Systems</h3>
<div style="margin-left: 5%;">
<ol>
<li>Intelligent micro-grids</li>
<li>Hybrid Renewable sources</li>
<li>Power system modeling and simulation</li>
<li>Power system planning and operation</li>
<li>Energy conversion techniques</li>
<li>Hybrid Electric Vehicles</li>
<li>Power electronics and Industrial Drives</li>
<li>Modelling, Simulation and Control of Power converters</li>
<li>Smart Devices & Metering</li>
<li>Fault Diagnosis, Condition monitoring, and Reliability of Electric Drives</li>
<li>Green Power and Energy Technologies</li>
<li>Smart Distributed and Autonomous Energy Systems</li>
<li>Energy Storage Systems</li>
<li>Power System Transients and Testing</li>
<li>Information and Communication infrastructure for future power systems</li>
</ol>
</div>
</div>
<br>
<br>
<div class="container">
<h3 style="font-size:30px">Instrumentation and Control</h3>
<div style="margin-left: 5%;">
<ol>
<li>Adaptive/Robust systems and control</li>
<li>Aerospace / Flight control and Surveillance systems</li>
<li>Emerging control theory and applications</li>
<li>Fractional order systems and control</li>
<li>Intelligent control and instrumentation</li>
<li>Process control and industrial automation</li>
<li>Non-linear control systems</li>
<li>Novel Instrumentation for Process Measurement</li>
<li>Optimization and optimal Control, Predictive control, Process control</li>
<li>Micro and Nanotechnology in Instrumentation and Measurement</li>
<li>Advances in modern instrumentation</li>
</ol>
</div>
</div>
<br>
<br>
<div class="container">
<h3 style="font-size:30px">Robotics and Automation</h3>
<div style="margin-left: 5%;">
<ol>
<li>Autonomous Agents</li>
<li>Cognitive Approach for Robotics</li>
<li>Collective and Social Robots</li>
<li>Control and Supervision Systems</li>
<li>Drones and Internet of Things for Surveillance</li>
<li>Engineering Applications on Robotics and Automation</li>
<li>Guidance, Navigation and Control</li>
<li>Human-Machine Interfaces</li>
<li>Humanoid Robots</li>
<li>Human-Robots Interfaces</li>
<li>Industrial Networks and Automation</li>
<li>Intelligent Transportation Technologies and Systems</li>
<li>Mechatronics Systems</li>
<li>Mobile Robots and Intelligent Autonomous Systems</li>
<li>Modelling, Simulation and Architecture</li>
<li>Network Robotics</li>
<li>Perception and Awareness</li>
<li>Robot Design, Development and Control</li>
<li>Space and Underwater Robots</li>
<li>Surveillance, Fault Detection and Diagnosis</li>
<li>Telerobotics and Teleoperation</li>
<li>Vehicle Control Applications</li>
<li>Virtual Environment, Virtual and Augmented Reality</li>
<li>Vision, Recognition and Reconstruction</li>
</ol>
</div>
</div>
<br>
<br>
<div class="container">
<h3 style="font-size:30px">Smart Cities</h3>
<div style="margin-left: 5%;">
<ol>
<li>Transportation and traffic systems</li>
<li>Smart city - modeling, and simulation</li>
<li>Smart environment & ecosystems</li>
<li>Policy development</li>
<li>Mobility and transportation</li>
<li>Digital city and smart growth</li>
<li>Sustainability and energy efficiency</li>
<li>Intelligent infrastructure</li>
<li>Vehicle-to-infrastructure integration</li>
<li>Smart Urban Planning, & Design Solutions</li>
<li>Technology Enabled Homes and Interiors</li>
<li>Robots Capabilities in Smart Cities</li>
<li>Smart buildings or Intelligent Infrastructure</li>
<li>Smart transportation and traffic systems</li>
<li>Smart emergency management</li>
</ol>
</div>
</div>
<br>
<br>
<h5 style="font-weight: bold;">
NB: Tracks are indicative only. Papers related to Innovative <br> teaching learning pedagogy are also invited
</h5>
</div>
</section>
<!-- End Hotels Section -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<!-- <div class="row">
<div class="col-lg-3 col-md-6 footer-info">
<img src="assets/img/logo.png" alt="TheEvenet">
<p>The International Conference on 'Signal Processing, Informatics, Communication and Energy Systems (SPICES)', is a flagship conference of IEEE Kerala Section. IEEE SPICES 2022 is jointly organized by Mar Baselios College of Engineering and Technology, Trivandrum and IEEEKerala Section during 10-12 March 2022.</p>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
A108 Adam Street <br>
New York, NY 535022<br>
United States <br>
<strong>Phone:</strong> +1 5589 55488 55<br>
<strong>Email:</strong> info@example.com<br>
</p>
<div class="social-links">
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a>
<a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div> -->
<div class="social-links copyright">
<a href="https://facebook.com/ieee.mbcet/" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/ieeesbmbcet/" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="mailto:ieeesb@mbcet.ac.in" class="google-plus"><i class="fa fa-envelope"></i></a>
<a href="https://www.linkedin.com/company/ieee-sb-mbcet/" class="linkedin"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>IEEE MBCET</strong>. All Rights Reserved
</div>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=TheEvent
-->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="fa fa-angle-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/superfish/superfish.min.js"></script>
<script src="assets/vendor/hoverIntent/hoverIntent.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>