-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCommittees.html
574 lines (546 loc) · 18.7 KB
/
Committees.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
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
<!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="Contact info" 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="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>
<h2>Chief Patron</h2>
<ul>
<li>
Subash N, President,Chaitanya Bharathi Institute of
Technology,Hyderabad, India.
</li>
</ul>
<h2>Patron</h2>
<ul>
<li>
C V Narasimhulu, Principal, Chaitanya Bharathi Institute of
Technology,Hyderabad, India.
</li>
</ul>
<h2>International Advisory Committee</h2>
<ul>
<li>
Pancham Shukla, London Metropolitan University, United Kingdom.
</li>
<li>Mamoun Alazab, Charles Darwin University, Australia.</li>
<li>
Sheng-Lung Peng, National Taipei University of Business, Taiwan.
</li>
<li>George Ghinea, Brunel University London, United Kingdom.</li>
</ul>
<h2>National Advisory Committee</h2>
<ul>
<li>
Lalit Mohan Patnaik, National Institute of Advanced Studies, IISc,
India.
</li>
<li>
Krishna Mohan C, Indian Insitute of Technology - Hyderabad, India.
</li>
<li>
Maheshkumar H Kolekar, Indian Institute of Technology - Patna,
India.
</li>
<li>
Ketan Kotecha, Director, Symbiosis Institute of Technology, India.
</li>
<li>
Varaprasad G, Professor, B.M.S College of Engineering, Bengaluru.
</li>
<li>Viswanadha Raju S, JNTUHCEJ, Jagithyal, India.</li>
<li>
Mustaq Ahmed, Malaviya National Institute of Technology, Jaipur,
India.
</li>
<li>
Siddhartha Bhattacharyya, Principal, Raj Nagar Maha Vidyalaya,
India.
</li>
</ul>
<h2>Internal Advisory Board</h2>
<ul>
<li>
Ravinder Reddy, Director-HRE, Chaitanya Bharathi Institute of
Technology, Hyderabad, India.
</li>
<li>
Sarma A.D, Advisor-RnD, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
<li>
Sushanth Babu, Director Academics, Chaitanya Bharathi Institute of
Technology, Hyderabad, India.
</li>
<li>
Suresh Pabboju, Director AEC, Chaitanya Bharathi Institute of
Technology, Hyderabad, India.
</li>
<li>
Umakanta Choudhary, Director I & I, Chaitanya Bharathi Institute of
Technology, Hyderabad, India.
</li>
<li>
N T Rao, Director IQAC, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
</ul>
<h2>Honorary General Chair</h2>
<ul>
<li>
C V Narasimhulu, Principal, Chaitanya Bharathi Institute of
Technology,Hyderabad, India.
</li>
<li>
Wei-Chiang Hong, Asia Eastern University of Science and Technology,
Taiwan.
</li>
<li>Marcin Paprzycki, Polish Academy of Sciences, Poland.</li>
<li>Joel J P C Rodrigues, Federal University of Piauí, Brazil.</li>
</ul>
<h2>General Chair</h2>
<ul>
<li>
Uma Maheswari V, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
<li>
China Ramu, Chaitanya Bharathi Institute of Technology, Hyderabad,
India.
</li>
</ul>
<h2>Co-Chair</h2>
<ul>
<li>
Raman D, Chaitanya Bharathi Institute of Technology, Hyderabad,
India.
</li>
</ul>
<h2>Steering Committee</h2>
<ul>
<li>
Rajanikanth Aluvalu, Head - IT, Chaitanya Bharathi Institute of
Technology, Hyderabad, India.
</li>
<li>
Sudhakar Babu, Associate Director, R & D, Chaitanya Bharathi
Institute of Technology, Hyderabad, India.
</li>
<li>
Vasanth K, Head - ECE, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
<li>
Suresh Babu G, Head - EEE, Chaitanya Bharathi Institute of
Technology, Hyderabad, India.
</li>
<li>
Ravinder Reddy P.V.R, Head - Mechanical, Chaitanya Bharathi
Institute of Technology, Hyderabad, India.
</li>
<li>
Jaganatha Rao K, Head - Civil Engineering, Chaitanya Bharathi
Institute of Technology, Hyderabad, India.
</li>
<li>
Raman D, I/C Head - CSE, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
<li>
Asuthosh Pandey, Head - BioTechnology, Chaitanya Bharathi Institute
of Technology, Hyderabad, India.
</li>
<li>
China Ramu, Head - MCA, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
<li>
Swatmaram, Head - Mathematics, Chaitanya Bharathi Institute of
Technology, Hyderabad, India.
</li>
<li>
Srinivas Reddy B, Head - Physics, Chaitanya Bharathi Institute of
Technology, Hyderabad, India.
</li>
<li>
Lakshmi K, Head - Chemistry, Chaitanya Bharathi Institute of
Technology, Hyderabad, India.
</li>
<li>
Uma Maheswari V, Associate Professor, Dept of CSE, Chaitanya
Bharathi Institute of Technology, Hyderabad, India.
</li>
</ul>
<h2>Technical Program Committee Chair</h2>
<ul>
<li>
Padmavathi V, Dept of CSE, Chaitanya Bharathi Institute of
Technology, Hyderabad, India.
</li>
<li>
Ravi Uyyala, Dept of CSE, Chaitanya Bharathi Institute of
Technology, Hyderabad, India.
</li>
</ul>
<h2>Technical Program Committee</h2>
<ul>
<li>
Mohd Helmy Abd Wahab, Universiti Tun Hussein Onn Malaysia, Malaysia.
</li>
<li>
Muhammad Bilal, Hankuk University of Foreign Studies, South Korea.
</li>
<li>Selma Boumerdassi, CNAM, France.</li>
<li>Nour Moustafa, UNSW, Australia.</li>
<li>KMVV Prasad, Symbiosis Institute of Technology, Pune, India.</li>
<li>Éric Renault, ESIEE Paris, France.</li>
<li>Noor Zaman, Taylor's University, Malaysia.</li>
<li>Kamal Kant Hiren, Aalborg University, Denmark.</li>
<li>Manisha Guduri, Laffeyette University, USA.</li>
<li>Sateesh Kumar B, JNTUHCEJ, India.</li>
<li>
Chuan-Ming Liu, National Taipei University of Technology, Taiwan.
</li>
<li>Ankur Singh Bist, KIET Group of Institutions, India.</li>
<li>Utku Kose, Suleyman Demirel University, Turkey.</li>
<li>Anand Paul, Kyungpook University, Korea.</li>
<li>
Hussain Falih Mahdi, National University Of Malaysia, Malaysia.
</li>
<li>Jafar Alzubi, Wake Forest University, USA.</li>
<li>Helmey Abd Wahab, Universiti Tun Hussein Onn, Malaysia.</li>
<li>Wei-Chiang Hong, Jiangsu Normal University, China.</li>
<li>Willy Susilo, University of Wollongong, Australia.</li>
<li>Zdzislaw Polkowski, Jan Wyzykowski University, Poland.</li>
<li>Dan Zhang, University of Colorado - Boulder, USA.</li>
<li>Shishkin, Moscow State University, Russia.</li>
<li>
Karim El Moutaouakil, Sidi Mohamed Ben Abdellah University, Morocco.
</li>
<li>Chinmoy Chakraborty, BIT Mesra, India.</li>
<li>Xiaoru Song, Xi'an Technological University, China.</li>
<li>Xiong Li, Sun Yat-sen University, China.</li>
<li>Rashmi Jain, Feliciano School of Business, NJ, USA.</li>
<li>Shitarth S, Kebri Dehar University, Ethopia.</li>
<li>Sirajuddin, VIT-AP University,Amaravathi, India.</li>
<li>Prajwal Maredukonda, Vardhaman College of Engineering, India.</li>
<li>
Patrick Siarry, Université Paris-Est Créteil Val de Marne, France.
</li>
<li>
Adam Glowacz, AGH University of Science and Technology, Poland.
</li>
<li>Fall Mangoné, Beijing Jiaotong University, China.</li>
<li>
Atefeh Hajiagha Bozorgi, Alborz University of Medical Sciences,
Iran.
</li>
<li>
Bektache Djamel, Souk Ahras University & Annaba University, Algeria.
</li>
<li>Dheyaa Jasim Kadhim, University of Baghdad, Iraq.</li>
<li>Abderrahmane EZ-Zahout, Mohammed V University, Morocco.</li>
<li>Prashanth M, Vardhaman College Of Engineering, India.</li>
<li>
Harikrishna B, K.G Reddy College of Engineering and Technology,
India.
</li>
<li>Krishna Keerthi Ch, Vasavi College of Engineering, India.</li>
<li>Mayuri Mehta, Sarvajanik University, India.</li>
<li>Swapna M, Aurora University, Hyderabad, India.</li>
</ul>
<h2>Publication Chair</h2>
<ul>
<li>
Rajanikanth A, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
<li>
Swamy Das M, Chaitanya Bharathi Institute of Technology, Hyderabad,
India.
</li>
<li>
Subramaniam M, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
</ul>
<h2>Publication Committee</h2>
<ul>
<li>
Ramana Reddy B, Dept. of CSE, Chaitanya Bharathi Institute of
Technology, Hyderabad, India.
</li>
<li>
Anila Macharla, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
<li>
Mohan A, Dept. of CSE, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
<li>
Vijaya Lakshmi Ch., Dept. of CSE, Chaitanya Bharathi Institute of
Technology, Hyderabad, India.
</li>
<li>
Deepthi B, Dept. of CSE, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
<li>
Karthik K, Dept. of CSE, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
</ul>
<h2>Workshops Chair</h2>
<ul>
<li>
R Ravinder Reddy, Dept. of CSE, Chaitanya Bharathi Institute of
Technology, Hyderabad, India.
</li>
</ul>
<h2>Workshops Committee</h2>
<ul>
<li>
Morarjee Kolla, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
<li>
Ramana Kadiyala, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
</ul>
<h2>Publicity Chair</h2>
<ul>
<li>
Swamy Das M, Chaitanya Bharathi Institute of Technology, Hyderabad,
India.
</li>
<li>
Sangeetha Gupta G, Dept. of CSE, Chaitanya Bharathi Institute of
Technology, Hyderabad, India.
</li>
</ul>
<h2>Publicity Committee</h2>
<ul>
<li>
Vanitha G, Chaitanya Bharathi Institute of Technology, Hyderabad,
India.
</li>
<li>
Madan Mohan R, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
<li>
Sanjeeb Kumar Mandal K, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
<li>
Shiva Sai, Chaitanya Bharathi Institute of Technology, Hyderabad,
India.
</li>
<li>
Dakshina Murthy N R, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
<li>
Prasad GNR, Chaitanya Bharathi Institute of Technology, Hyderabad,
India.
</li>
<li>
Venkata Siva Rao Alapati, Chaitanya Bharathi Institute of
Technology, Hyderabad, India.
</li>
<li>
Spandana K, Chaitanya Bharathi Institute of Technology, Hyderabad,
India.
</li>
</ul>
<h2>Organizing Committee chair</h2>
<ul>
<li>
Sridevi T, Dept. of CSE, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
<li>
Padmalatha E, Dept. of CSE, Chaitanya Bharathi Institute of
Technology, Hyderabad, India.
</li>
<li>
Kiran Kumar G, Dept. of CSE, Chaitanya Bharathi Institute of
Technology, Hyderabad, India.
</li>
</ul>
<h2>Staff Organizing Committee</h2>
<ul>
<li>
Madhavi Sudha Ch., Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
<li>
Kalpana E, Chaitanya Bharathi Institute of Technology, Hyderabad,
India.
</li>
<li>
Srujana I, Chaitanya Bharathi Institute of Technology, Hyderabad,
India.
</li>
<li>
Swathi E, Chaitanya Bharathi Institute of Technology, Hyderabad,
India.
</li>
<li>
Isha Padhy, Chaitanya Bharathi Institute of Technology, Hyderabad,
India.
</li>
<li>
Venkata Krishna Reddy M, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
<li>
Shanmukhi Rama G, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
<li>
Kiran Prakash K, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
<li>
Suvarana Kumari T, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
<li>
Narsimhulu P, Chaitanya Bharathi Institute of Technology, Hyderabad,
India.
</li>
<li>
Prashanth M, Vardhaman College of Engineering, Hyderabad, India.
</li>
</ul>
<h2>Student Organizing Committee</h2>
<ul>
<li>
Puneeth Sharma, Chaitanya Bharathi Institute of Technology,
Hyderabad, India.
</li>
</ul>
</div>
</div>
</body>
</html>