-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathresearch.html
450 lines (406 loc) · 24.1 KB
/
research.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="keywords" content="">
<title>CCET | ACM | RESEARCH</title>
<link rel="icon" type="image/x-icon" href="assets/img/logo/favicon.png">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/all-fontawesome.min.css">
<link rel="stylesheet" href="assets/css/flaticon.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/my-style.css">
</head>
<style>
@media all and (max-width: 412px) {
.footer-alignment {
margin-left: 0px !important;
}
}
</style>
<body>
<div class="preloader">
<div class="loader">
<div class="loader-box-1"></div>
<div class="loader-box-2"></div>
</div>
</div>
<header class="header">
<div class="main-navigation">
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" hhref="./index.html">
<img src="assets/img/logo/ACM Logo Black.svg" class="logo-display" alt="logo">
<img src="assets/img/logo/ACM Logo Blue.svg" class="logo-scrolled" alt="logo">
</a>
<div class="mobile-menu-right">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#main_nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"><i class="far fa-stream"></i></span>
</button>
</div>
<div class="collapse navbar-collapse" id="main_nav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item"><a class="nav-link" href="about.html"> About </a></li>
<li class="nav-item dropdown">
<a class="nav-link" href="gallery.html" data-bs-toggle="">Gallery</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown">Events</a>
<ul class="dropdown-menu fade-up">
<li><a class="dropdown-item" href="events.html">Events</a></li>
<li><a class="dropdown-item" href="competition.html">Competition</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown">Team</a>
<ul class="dropdown-menu fade-up">
<li><a class="dropdown-item" href="Office-bearers.html">Office bearers</a></li>
<li><a class="dropdown-item" href="Executive-members.html">Executive members</a>
</li>
<li><a class="dropdown-item" href="web-masters.html">Web Masters</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="achievements.html">Achievements</a>
</li>
<li class="nav-item"><a class="nav-link" href="resources.html"> Resources </a></li>
<li class="nav-item"><a class="nav-link" href="magazine.html">Magazine </a></li>
<li class="nav-item"><a class="nav-link" href="#footer">Contact</a></li>
<li class="nav-item acm-w-nav-mobile"><a class="nav-link" href="acm-w.html">ACM-W</a></li>
</ul>
<div class="header-nav-right">
<div class="header-btn">
<a href="acm-w.html" class="theme-btn" style="width: 100px; height: 45px;">ACM-W</a>
</div>
</div>
</div>
</div>
</nav>
</div>
</header>
<main class="main">
<div class="site-breadcrumb"
style="background-image: linear-gradient(-60deg, #7052fb 0%, #8a60fd 100%) !important;">
<div class="container">
<h2 class="breadcrumb-title">Intelligent Computing and Research Group (ICRG)</h2>
<ul class="breadcrumb-menu">
<li><a href="index-2.html"><i class="far fa-home"></i> Home</a></li>
<li class="active">Research</li>
</ul>
</div>
<div class="breadcrumb-shape">
<img src="assets/img/shape/shape-4.svg" alt="">
</div>
</div>
<div class="py-120">
<div class="container">
<div class="row">
<div class="col">
<div class="terms-content">
<h1 class="mb-5 text-center">Intelligent Computing and Research Group (ICRG)</h1>
<h3 class="mb-0">A CCET ACM Initiative</h3>
<div class="heading-divider mb-2" style="width: 12rem;"></div>
<p>
CCET ACM Student There is a wide range of topics we investigate, including data mining,
neural networks, fuzzy systems, evolutionary optimization, machine learning, pattern
recognition, user-adaptive systems, computer graphics, computer vision, and
bioinformatics, all under the common denominator of intelligent, nature-inspired methods
and approaches to studying, modeling, and simulating complex systems that improve
learnability, adaptability, and efficiency, these develop capabilities to study, model,
and simulate complex systems that enhance their efficiency, adaptability, and
learnability.
</p>
</div>
<div class="terms-content">
<h3 class="mb-0">Objectives of research</h3>
<div class="heading-divider mb-2" style="width: 12rem;"></div>
<p>
Conducting research of global acclaim and world-class quality in the analysis, design,
and application of CI techniques.
To provide excellent instruction in CI disciplines.
Bringing our knowledge and experience to the industry, and raising funds through
research initiatives
</p>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-3 col-xl-3"></div>
<div class="col-md-6 col-lg-3 col-xl-3">
<div class="team-item mb-5 rsrch-team-item">
<img src="assets/img/research/sk_singh.jpg" class="img-fluid" alt="thumb">
<div class="team-social">
<a href="https://www.linkedin.com/in/drsks/"><i
class="fab fa-linkedin"></i></a>
<a href="https://orcid.org/0000-0003-4876-7190"><i
class="fab fa-orcid"></i></a>
<a href="mailto:[email protected]"><i class="far fa-envelope"></i></a>
</div>
<div class="team-content rsrch-card-content">
<div class="team-bio">
<h5>
<a href="#">Dr. Sunil K. Singh</a>
</h5>
<span>FACULTY MENTOR</span>
<br>
<span class="text-capitalize">Professor and HOD (CSE)</span>
<br>
<span class="text-capitalize">
CCET, Chandigarh
</span>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 col-xl-3">
<div class="team-item">
<img src="assets/img/research/sudhakar_kumar.jpg" class="img-fluid" alt="thumb">
<div class="team-social">
<a href="https://www.linkedin.com/in/sudhakarkumar5/"><i
class="fab fa-linkedin"></i></a>
<a href="https://orcid.org/0000-0001-7928-4234"><i
class="fab fa-orcid"></i></a>
<a href="mailto:[email protected]"><i class="far fa-envelope"></i></a>
</div>
<div class="team-content rsrch-card-content">
<div class="team-bio">
<h5><a href="#">Sudhakar Kumar</a></h5>
<span>FACULTY SPONSOR</span>
<br>
<span class="text-capitalize">Assistant Professor (CSE)</span>
<br>
<span class="text-capitalize">
CCET, Chandigarh
</span>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 col-xl-3"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<h3 class="text-center">Accepted Research Projects</h3>
<div class="heading-divider mx-auto mt-2 mb-4" style="width: 12rem;"></div>
</div>
<div class="row">
<div class="col-md-12">
<div class="table-responsive">
<table class="table table-bordered table-hover">
<thead class="bg-dark text-white">
<tr>
<th scope="col">S.No.</th>
<th scope="col">Title</th>
<th scope="col">Author</th>
<th scope="col">Month,Year</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1.</th>
<td>Impact of Artificial Intelligence and Internet of Things in Modern
Times and Hereafter: An Investigative Analysis</td>
<td>Anshul Gupta, Dr. Sunil K Singh, Muskaan Chopra, Sudhakar Kumar</td>
<td>February, 2021</td>
</tr>
<tr>
<th scope="row">2.</th>
<td>An inquisitive prospect on the shift towards Online Form of Digital
Media, before, during, and after the COVID-19 Pandemic: A
Technological Analysis</td>
<td>Anshul Gupta, Dr. Sunil K Singh, Muskaan Chopra, Shabeg Gill</td>
<td>May, 2021</td>
</tr>
<tr>
<th scope="row">3.</th>
<td>A comparative study of Generative Adversarial Networks for
Text-to-Image synthesis</td>
<td>Muskaan Chopra, Dr. Sunil K. Singh, Akhil Sharma</td>
<td>August, 2021</td>
</tr>
<tr>
<th scope="row">4.</th>
<td>Dropout-VGG based Convolutional Neural Network for Traffic Sign
Categorization</td>
<td>Inderpreet Singh, Dr. Sunil K. Singh, Sudhakar Kumar and Kriti
Aggarwal</td>
<td>August, 2021</td>
</tr>
<tr>
<th scope="row">5.</th>
<td>Predicting the future trends in COVID-19 Vaccination Drive of India
using Statistical, Machine Learning, and Deep Learning Models</td>
<td>Anshul Gupta, Dr. Sunil K. Singh, Muskaan Chopra</td>
<td>September, 2021</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<br><br>
<div class="row">
<h3 class="text-center">Published Research Projects</h3>
<div class="heading-divider mx-auto mt-2 mb-4" style="width: 12rem;"></div>
</div>
<div class="row">
<div class="col-md-12">
<div class="table-responsive">
<table class="table table-bordered table-hover">
<thead class="bg-dark text-white">
<tr>
<th scope="col">S.No.</th>
<th scope="col">Title</th>
<th scope="col">Author</th>
<th scope="col">Month,Year</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1.</th>
<td>Predicting Catastrophic events using Machine Learning models for Natural
Language Processing</td>
<td>Muskaan Chopra, Dr. Sunil K. Singh, Kriti Aggarwal, Anshul Gupta</td>
<td>November, 2021</td>
</tr>
<tr>
<th scope="row">2.</th>
<td>Role of Social Media in Covid-19 Pandemic: A literature review</td>
<td>Kriti Aggarwal, Dr. Sunil K. Singh, Muskaan Chopra, Sudhakar Kumar</td>
<td>November, 2021</td>
</tr>
<tr>
<th scope="row">3.</th>
<td>Evaluation of automatic parallelization algorithms to minimize speculative
parallelism overheads,Journal of Discrete Mathematical Sciences
Cryptography, Taylor & Francis Group. DOI -
https://doi.org/10.1080/09720529.2021.1951435</td>
<td>Sudhakar Kumar, Dr. Sunil K. Singh, Dr. Naveen Aggarwal, Kriti Aggarwal</td>
<td>September, 2021</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="footer-area" id="footer">
<div class="footer-widget">
<div class="container">
<div class="row footer-widget-wrapper pt-100 pb-70 ">
<div class="col-md-6 col-lg-4">
<div class="footer-widget-box about-us">
<a href="./index.html" class="footer-logo">
<img src="assets/img/logo/ACM Logo Black.svg " alt="">
</a>
<p class="mb-20" style="text-align: justify;">
ACM boosts up the potential and talent, supporting the overall development needs of
our students to facilitate a structured path from education to employment by
providing a safe and supported space where creative talent and imagination can
flourish in a caring environment.
</p>
<div class="footer-contact">
<ul>
<li><i class="far fa-map-marker-alt"></i>CCET, SECTOR-26, CHANDIGARH</li>
</ul>
</div>
<ul class="footer-social">
<li><a href="https://www.facebook.com/acmccet"><i class="fab fa-facebook-f"></i></a>
</li>
<li><a href="https://www.instagram.com/acmccet"><i class="fab fa-instagram"></i></a>
</li>
<li><a href="https://twitter.com/acmccet"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCdqrwqNB9ibYjFpBkMA-4iQ"><i
class="fab fa-youtube"></i></a></li>
<li><a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a></li>
<li><a href="https://www.linkedin.com/in/ccet-acm-student-chapter"><i
class="fab fa-linkedin-in"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-lg-2 col-md-8 offset-md-2 footer-alignment" style="margin-left: 9rem;">
<div class="footer-widget-box list">
<h4 class="footer-heading">Explore</h4>
<div class="footer-divider mb-0"></div>
<ul class="footer-list">
<li><a href="about.html"><i class="fas fa-caret-right"></i> About </a></li>
<li><a href="index.html"><i class="fas fa-caret-right"></i> Home</a></li>
<li><a href="Office-bearers.html"><i class="fas fa-caret-right"></i> Team</a></li>
<li><a href="achievements.html"><i class="fas fa-caret-right"></i> Achievements</a>
</li>
<li><a href="acm-w.html"><i class="fas fa-caret-right"></i> ACM-W</a></li>
</ul>
</div>
</div>
<div style="width: 6%;">
</div>
<div class="col-md-6 col-lg-3">
<div class="footer-widget-box list">
<h4 class="footer-heading">Contact Us</h4>
<div class="footer-divider mb-0"></div>
<div class="footer-newsletter">
<p>Chandigarh College of Engineering and Technology Degree Wing Sector - 26, Chandigarh
Website: <a style="color: white;" href="https://www.ccet.ac.in/">www.ccet.ac.in</a>
</p>
<div class="subscribe-form">
<a href="./web-masters.html" class="theme-btn"
style="width:150px; height: 45px; font-size: 13.9px; font-weight: 550;">WEBMASTERS</a>
<a href="./magazine.html" class="theme-btn" target="_blank"
style="width:150px; height: 45px; font-size: 13.9px; font-weight: 550;">MAGAZINE</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLScwriiRgKswfp6tReRJN8t6f7PggjOFpDfYdYNmV0WfJW_0AA/viewform"
class="theme-btn" target="_blank"
style="width:150px; height: 45px; font-size: 13.9px; font-weight: 550;">Get in
Touch</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="copyright">
<div class="container">
<div class="row">
<div class="align-self-center">
<p class="copyright-text">
Copyright © 2023 All rights reserved | Developed by <a href="./web-masters.html">CCET ACM
Website Team</a>
</p>
</div>
</div>
</div>
</div>
</footer>
<a href="#" id="scroll-top"><i class="far fa-long-arrow-up"></i></a>
<script data-cfasync="false" src="../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
<script src="assets/js/jquery-3.6.0.min.js"></script>
<script src="assets/js/modernizr.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/imagesloaded.pkgd.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/isotope.pkgd.min.js"></script>
<script src="assets/js/jquery.appear.min.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/counter-up.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/contact-form.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>