-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSchedule.html
490 lines (488 loc) · 15.7 KB
/
Schedule.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
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
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>ICAIA 2024</title>
<meta name="viewport" content="width=device-width" />
<!-- <link href='http://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,greek,latin-ext' rel='stylesheet' type='text/css'> -->
<![if !IE]>
<!-- comment out for IE since it spams the user with warnings -->
<script
type="text/javascript"
src="https://code.jquery.com/jquery-1.7.1.js"
></script>
<script type="text/javascript">
$(window).load(function () {
$("#navigation").height($("#content").height() + 65);
});
</script>
<![endif]>
<link rel="stylesheet" type="text/css" href="resources/style.css" />
</head>
<body>
<div class="wrapper">
<div id="navigation">
<ul>
<li><a href="Home.html" title="Home" class="page">Home</a></li>
<li>
<a href="Call_for_Papers.html" title="Call for Papers" class="page"
>Call for Papers</a
>
</li>
<li>
<a href="Submission.html" title="Submission" class="page"
>Submission</a
>
</li>
<li>
<a href="Important_dates.html" title="Important dates" class="page"
>Important Dates</a
>
</li>
<li>
<a href="Committees.html" title="Committees" class="page"
>Committees</a
>
</li>
<li>
<a href="Keynote_Speakers.html" title="Keynote" class="page"
>Keynote Speakers</a
>
</li>
<li>
<a href="Invited_Sessions.html" title="Keynote" class="page"
>Invited Sessions</a
>
</li>
<li>
<a href="Schedule.html" title="Schedule" class="page">Schedule</a>
</li>
<li>
<a href="Registration.html" title="Registration" class="page"
>Registration</a
>
</li>
<li>
<a href="Contact_info.html" title="Contact info" class="page"
>Contact info</a
>
</li>
<li>
<a href="Downloads.html" title="Downloads" class="page"
>Downloads</a
>
</li>
<li>
<a
href="https://www.cbit.ac.in/"
target="_blank"
rel="noreferrer"
title="About CBIT"
target="_blank"
rel="noreferrer"
rel="noopener noreferrer"
class="page"
>About Venue</a
>
</li>
</ul>
<br />
<br />
<center>
<br />
<img src="resources/logo.png" width="150" />
<br />
<br />
<!--
<img src="resources/aap-logo.png" width="200" />
<br />
<br />
<p><b>Strategic Partner</b></p>
<img src="resources/unmh-logo.png" width="200" />
<br />
-->
</center>
</div>
<div id="content">
<div>
<img src="resources/1234.jpg" width="100%" />
<div style="text-align: right; padding-right: 10px; font-size: 72%">
<h1>
International Conference on Artificial Intelligence and Advances
</h1>
</div>
</div>
<div style="text-align: right; padding-left: 30pt">
<q style="color: Plum; text-decoration: overline; font-size: 1em">
<span style="color: Tomato">
Chaitanya Bharathi Institute of Technology (A), Hyderabad, January
24th & 25th, 2025
</span>
</q>
</div>
<h3 style="text-align: center">Conference Schedule - Coming Soon</h3>
<!--
<br />
<p>
To download the below schedule as a PDF
<a
href="https://app.box.com/s/r273zppf30wrujh3vstfdkluqhl0gq5a"
target="_blank"
>Click Here</a
>
</p>
<table>
<thead>
<tr>
<th colspan="5">Day-1 (April 28th 2023)</th>
</tr>
<tr>
<th>Timings</th>
<th>Sessions</th>
<th colspan="2">Speaker</th>
<th>Duration</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="7">10:00 AM to 11:10 AM</td>
<td rowspan="7"><b>Inaugural Session</b></td>
<td colspan="2">Principal</td>
<td>05 Min</td>
</tr>
<tr>
<td colspan="2">Director R&D</td>
<td>05 Min</td>
</tr>
<tr>
<td colspan="2">
Prof. L M Patnaiak, Adjunct Professor and NASI Senior Scientist,
Consciousness Studies Program, National Institute of Advanced
Studies, IISc Campus.
</td>
<td>15 Min</td>
</tr>
<tr>
<td colspan="2">
BalaPrasad Peddigari, Chief Innovation Officer and Global Head -
Technology Advisory Services, Advisory and Transformation Group
- CMT Unit, TCS
</td>
<td>10 Min</td>
</tr>
<tr>
<td colspan="2">Rajanikanth Aluvalu, General Chair</td>
<td>5 Min</td>
</tr>
<tr>
<td colspan="2">Samarjeet Borah, SMIT, Sikkim, General Chair</td>
<td>5 Min</td>
</tr>
<tr>
<td colspan="2">Lalit Garg, University of Malta</td>
<td>5 Min</td>
</tr>
<tr>
<td></td>
<td colspan="3">
<a
href="https://cbithyd.webex.com/cbithyd/j.php?MTID=ma0104b9b8c0c31f3afca0dc397e75191"
>
Webex Meeting Link
</a>
</td>
<td></td>
</tr>
<tr>
<td>11:10 AM to 11:30 AM</td>
<td><b>Key Note Speaker</b></td>
<td>
Raj Jain, Department of Computer Science and Engineering,
Washington University, USA
</td>
<td>Common Issues and Challenges in AI for Cybersecurity</td>
<td>20 Min</td>
</tr>
<tr>
<td></td>
<td colspan="3">
<a
href="https://cbithyd.webex.com/cbithyd/j.php?MTID=ma0104b9b8c0c31f3afca0dc397e75191"
>
Webex Meeting Link
</a>
</td>
<td></td>
</tr>
<tr>
<td>11:30 AM to 11:50 AM</td>
<td><b>Key Note Speaker</b></td>
<td>Dr. Satyanarayana Bheesette, Scientist, TIFR, Mumbai</td>
<td>
Foundational scientific theories and enabling engineering
disciplines of Cyber physical systems
</td>
<td>20 Min</td>
</tr>
<tr>
<td></td>
<td colspan="3">
<a
href="https://cbithyd.webex.com/cbithyd/j.php?MTID=ma0104b9b8c0c31f3afca0dc397e75191"
>
Webex Meeting Link
</a>
</td>
<td></td>
</tr>
<tr>
<td rowspan="3">11:30 AM to 12 PM</td>
<td><b>Invited Session 1</b></td>
<td><b>Invited Session 2</b></td>
<td><b>Invited Session 3</b></td>
<td rowspan="3">30 Minutes</td>
</tr>
<tr>
<td>
How AI and Robotics are Transforming Healthcare Industry, By
Dr.Mayuri Mehta, Sarvajanik University
</td>
<td>
Methods for deploying Cyber Physical Systems (CPS) &
Cognitive Analytics for Industry 4.0 by Dr.Pranjal Kumar Phukan,
Woxen University
</td>
<td>
Enabling Robotics-as-a-Service framework through Cloud Robotics
by Rakesh Kumar, HCL
</td>
</tr>
<tr>
<td>
<a
href="https://cbithyd.webex.com/cbithyd/j.php?MTID=m3e012de196d6daf9b12b0fcb0d3e3feb"
>
Webex Meeting Link
</a>
</td>
<td>
<a
href="https://cbithyd.webex.com/cbithyd/j.php?MTID=md0ecf29c1b594daa76a9205ae8c8bb91"
>
Webex Meeting Link
</a>
</td>
<td>
<a
href="https://cbithyd.webex.com/cbithyd/j.php?MTID=m0542e0928ff2405b34d9d0b795975915"
>
Webex Meeting Link
</a>
</td>
</tr>
<tr>
<td rowspan="3">1:00 PM to 4:00 PM</td>
<td><b>Track1</b></td>
<td><b>Track2</b></td>
<td><b>Track3</b></td>
<td rowspan="3">3 Hours</td>
</tr>
<tr>
<td>Presentations (Paper IDs): 2323, 5890, 698, 1128, 2139</td>
<td>Presentations (Paper IDs): 990, 6401, 3633, 3852, 3982</td>
<td>Presentations (Paper IDs): 2750, 4850, 5899, 6102, 6453</td>
</tr>
<tr>
<td>
<a
href="https://cbithyd.webex.com/cbithyd/j.php?MTID=m3e012de196d6daf9b12b0fcb0d3e3feb"
>
Webex Meeting Link
</a>
</td>
<td>
<a
href="https://cbithyd.webex.com/cbithyd/j.php?MTID=md0ecf29c1b594daa76a9205ae8c8bb91"
>
Webex Meeting Link
</a>
</td>
<td>
<a
href="https://cbithyd.webex.com/cbithyd/j.php?MTID=m0542e0928ff2405b34d9d0b795975915"
>
Webex Meeting Link
</a>
</td>
</tr>
<tr></tr>
<tr>
<td>7:00 PM to 08:00 PM</td>
<td><b>Key Note Speaker</b></td>
<td>
Kunal Mankodiya, Director, Biomedical Engineering Program Dept.
of Electrical, Computer & Biomedical Engineering, University
of Rhode Island, USA
</td>
<td>
Smart Textile Wearables for the Better Future of Healthcare
</td>
<td>20 Min</td>
</tr>
<tr>
<td></td>
<td colspan="3">
<a
href="https://cbithyd.webex.com/cbithyd/j.php?MTID=m69878eb38d21881cc709176bdec82dca"
>
Webex Meeting Link
</a>
</td>
<td></td>
</tr>
</tbody>
<tfoot>
<th>Timings</th>
<th>Sessions</th>
<th>Speaker</th>
<th>Session Title</th>
<th>Duration</th>
</tfoot>
</table>
<br />
<br />
<table>
<thead>
<tr>
<th colspan="5">Day-2 (April 29th 2023)</th>
</tr>
<tr>
<th>Timings</th>
<th>Sessions</th>
<th>Speaker</th>
<th>Session Title</th>
<th>Duration</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="3">10:30 AM to 11AM</td>
<td><b>Invited Session 4</b></td>
<td><b></b></td>
<td><b>Invited Session 5</b></td>
<td rowspan="3">30 Min</td>
</tr>
<tr>
<td>
Secure Clustering in 5G enabled IoMT by Dr. Chinmoy Chakraborty,
BIT, Mesra
</td>
<td></td>
<td>
AI in Imaging by Dr.Mrinal Bachute, Symbiosis Institute of
Technology, Symbiosis International University, Pune
</td>
</tr>
<tr>
<td>
<a
href="https://cbithyd.webex.com/cbithyd/j.php?MTID=m3e012de196d6daf9b12b0fcb0d3e3feb
"
>
Webex Meeting Link
</a>
</td>
<td></td>
<td>
<a
href="https://cbithyd.webex.com/cbithyd/j.php?MTID=m0542e0928ff2405b34d9d0b795975915
"
>
Webex Meeting Link
</a>
</td>
</tr>
<tr>
<td rowspan="3">11:15 AM to 2 PM</td>
<td><b>Track1</b></td>
<td><b>Track2</b></td>
<td><b>Track3</b></td>
<td rowspan="3">2 Hrs 45 Min</td>
</tr>
<tr>
<td>Presentations (Paper IDs): 3032, 8594, 6964, 7602, 8213</td>
<td>Presentations (Paper IDs): 7630, 9076, 8287, 9212, 9229</td>
<td>Presentations (Paper IDs): 6120, 9325, 9468, 9622, 9756</td>
</tr>
<tr>
<td>
<a
href="https://cbithyd.webex.com/cbithyd/j.php?MTID=m3e012de196d6daf9b12b0fcb0d3e3feb
"
>
Webex Meeting Link
</a>
</td>
<td>
<a
href="https://cbithyd.webex.com/cbithyd/j.php?MTID=md0ecf29c1b594daa76a9205ae8c8bb91
"
>
Webex Meeting Link
</a>
</td>
<td>
<a
href="https://cbithyd.webex.com/cbithyd/j.php?MTID=m0542e0928ff2405b34d9d0b795975915
"
>
Webex Meeting Link
</a>
</td>
</tr>
<tr></tr>
<tr>
<td>2:00 PM to 2:30 PM</td>
<td><b>Key Note Session</b></td>
<td>Prof. Helmy Wahab, UTHM Malaysia</td>
<td>Cyber-physical System in Smart Application for Community</td>
<td>30 Minutes</td>
</tr>
<tr>
<td></td>
<td colspan="3">
<a
href="https://cbithyd.webex.com/cbithyd/j.php?MTID=mb325e9dff92fcd7493114db037147821"
>
Webex Meeting Link
</a>
</td>
<td></td>
</tr>
<tr>
<td rowspan="4">2:30 PM</td>
<td colspan="3">Valedictory Session</td>
<td rowspan="4">30 Minutes</td>
</tr>
<tr>
<td colspan="3">Best Paper Announcement</td>
</tr>
<tr>
<td colspan="3">Vote of Thanks</td>
</tr>
<tr>
<td colspan="3">
<a
href="https://cbithyd.webex.com/cbithyd/j.php?MTID=mb325e9dff92fcd7493114db037147821"
>
Webex Meeting Link
</a>
</td>
</tr>
</tbody>
</table>
--></div>
</div>
</body>
</html>