-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
357 lines (348 loc) · 28.1 KB
/
index.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
<!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, maximum-scale=1">
<link rel="icon" href="img/logo.png">
<title>Project</title>
<!-- Bootstrap -->
<link href="css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/owl.carousel.css" rel="stylesheet">
<link href="assets/css/fancybox/jquery.fancybox.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<header>
<nav class="navbar navbar-default" style="background:#3399FF;color:#fff">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="img/logo.png" class="img-responsive"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a style="background:#003366;color:#fff" href="#"><b>Home</b></a></li>
<li><a href="People.html"><b style="color:#003366;">People</b></a></li>
<li><a href="Research.html"><b style="color:#003366;">Research</b></a></li>
<li><a href="Datasets.html"><b style="color:#003366;">Datasets</b></a></li>
<li><a href="Project.html"><b style="color:#003366;">Project</b></a></li>
<li><a href="publication.html"><b style="color:#003366;">Publications</b></a></li>
<li><a href="index.html#footer"><b style="color:#003366;">Contact Us</b></a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</header>
<!-- START PORTFOLIO SECTION-->
<section id="portfolio" class="section wow fadeInUp">
<div class="col-lg-7 col-md-7 col-sm-12">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
<li data-target="#carousel-example-generic" data-slide-to="3"></li>
<li data-target="#carousel-example-generic" data-slide-to="4"></li>
<li data-target="#carousel-example-generic" data-slide-to="5"></li>
<li data-target="#carousel-example-generic" data-slide-to="6"></li>
<li data-target="#carousel-example-generic" data-slide-to="7"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="assets/images/tazi.jpg" style="width:920px;height:450px;" alt=".....">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="assets/images/monuPHD.jpg" style="width:920px;height:450px;" alt=".....">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="assets/images/slider/Figure 5.png" style="width:920px;height:450px;" alt=".....">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="assets/images/slider/2.jpg" style="width:920px;height:450px;" alt=".....">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="assets/images/slider/MOR_16MB.gif" style="width:920px;height:450px;" alt=".....">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="assets/images/slider/side-view.gif" style="width:920px;height:450px;" alt=".....">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="assets/images/slider/Detection Result of AVDNet_23MB.gif" style="width:920px;height:450px;" alt=".....">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="assets/images/slider/DefiNet_Web2.png" style="width:920px;height:450px;" alt=".....">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="assets/images/LearNet_Web2.png" style="width:920px;height:450px;" alt=".....">
<div class="carousel-caption">
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"><i class="fa fa-angle-left"></i></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"><i class="fa fa-angle-right"></i></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-lg-5 col-md-5 col-sm-12">
<h4 style="color:black">Latest News</h4>
<h5>
<marquee direction="up" behavior="scroll" scrollamount="2" onmouseover="stop()" onmouseout="start()" style="min-height:400px; max-height:160px;">
<a href="" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations Dr. Tazi, for Successfully Defending PhD <hr>
</a>
<a href="" target="_blank" style="text-decoration:none; color:#041e82;">
Two Papers accepted in WACV (Core-A), Congratulations Ashutosh, Raqib, Priyanka, Dr.Shruti, Dr.Nancy <hr>
</a>
<a href="" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations Monu for paper in IEEE Transactions on Cognitive and Developmental Systems!<hr>
</a>
<a href="" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations Murari Mandal, Yashwanth Reddy Meedimale, M Satish Kumar Reddy for paper in IEEE Transactions on Artificial Intelligence!<hr>
</a>
<a href="" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations Prafulla & Kuldeep for paper in ICIP-2022 (Core-B)!<hr>
</a>
<a href="" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations Anamika for paper in Simulation Modelling Practice and Theory, Elsevier!<hr>
</a>
<a href="" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations to Deepti and Kuldeep for paper in 36th International Conference on Advanced Information Networking and Applications (AINA-2022) (Core B)!<hr>
</a>
<a href="" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations to Gopa and Monu for paper The Visual Computer (IF-2.601) and Multimedia Tools and Applications!<hr>
</a>
<a href="" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations to Murari Mandal for paper in IEEE Transaction on Intelligent Transportation Systems (IEEE-T-ITS)!<hr>
</a>
<a href="" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations to Monu Verma and Ayushi Gupta for paper in International Joint Conference on Neural Networks (IJCNN-2021)!<hr>
</a>
<a href="" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations to Murari Mandal for the PostDoc position at National University of Singapore (NUS)!<hr>
</a>
<a href="" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations to Murari Mandal for completion of his PhD!<hr>
</a>
<a href="" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations to Murari Mandal, Vansh Dhar, and Abhishek Mishra for paper in IEEE Transactions on Image Processing.<hr>
</a>
<a href="https://ieeexplore.ieee.org/document/9238403" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations to Murari Mandal for paper in IEEE Transactions on Intelligent Transportation Systems.<hr>
</a>
<a href="https://doi.ieeecomputersociety.org/10.1109/MMUL.2020.3021659" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations to Monu Verma for paper in IEEE MultiMedia.<hr>
</a>
<a href="https://arxiv.org/pdf/2008.01699.pdf" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations to Murari Mandal and Lav Kush Kumar for paper in ACM Multimedia (ACM MM-2020).<hr>
</a>
<a href="https://arxiv.org/ftp/arxiv/papers/2005/2005.07991.pdf" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations to Monu Verma for IJCNN (WCCI-2020).<hr>
</a>
<a href="https://ieeexplore.ieee.org/document/8894435" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations to Murari Mandal, Vansh Dhar, Abhishek Mishra for paper in IEEE Signal Processing Letters.<hr>
</a>
<a href="https://openaccess.thecvf.com/content_WACV_2020/papers/Mandal_MotionRec_A_Unified_Deep_Framework_for_Moving_Object_Recognition_WACV_2020_paper.pdf" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations to Murari Mandal, Lav Kush Kumar, Mahipal Singh Saran for paper in WACV-2020.<hr>
</a>
<a href="https://arxiv.org/abs/1907.07477" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations to Murari Mandal, Manal Shah, Prashant Meena for paper in IEEE Geoscience and Remote Sensing.<hr>
</a>
<a href="http://openaccess.thecvf.com/content_CVPRW_2019/papers/AI%20City/Biradar_Challenges_in_Time-Stamp_Aware_Anomaly_Detection_in_Traffic_Videos_CVPRW_2019_paper.pdf" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations to Kuldeep Marotirao Biradar, Ayushi Gupta, Murari Mandal for paper in AICITY challenge, CVPR workshops.<hr>
</a>
<a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8844867" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations to Monu Verma for paper in IEEE Transactions on Image Processing.<hr>
</a>
<a href="#" target="_blank" style="text-decoration:none; color:#041e82;">
Congratulations to Monu Verma for Shastri Research Student Fellowship (SRSF)-Doctoral award for the year 2018-19.<hr>
</a>
</marquee>
</h5>
</div>
</section>
<!-- Additional sections -->
<section id="portfolio" class="section wow fadeInUp">
<div class="container-section">
<div class="row">
<div class="section-title">
<h4>Latest Publications</h4>
</div>
</div>
<div class="row">
<div class="grid">
<h5>
<a href="#" target="_blank" style="color:#041e82;">Ashutosh Kulkarni, Shruti Phutke, Santosh Vipparthi and Subrahmanyam Murala
<a href="#" target="_blank"> "C2AIR: Consolidated Compact Aerial Image Haze Removal"</a> WACV-2024, Waikoloa, Hawaii, USA, 2024. (Accepted)</a><hr>
<a href="#" target="_blank" style="color:#041e82;">Raqib Khan, Priyanka Mishra, Nancy Mehta, Shruti Phutke, Santosh Vipparthi, Sukumar Nandi and Subrahmanyam Murala,
<a href="#" target="_blank"> "Spectroformer: Multi-Domain Query Cascaded Transformer Network For Underwater Image Enhancement"</a> WACV-2024, Waikoloa, Hawaii, USA, 2024. (Accepted)</a><hr>
<a href="#" target="_blank" style="color:#041e82;">Shruti Phutke, Ashutosh Kulkarni, Santosh Kumar V and Subrahmanyam Murala
<a href="#" target="_blank"> "Blind Image Inpainting via Omni-Dimensional Gated Attention and Wavelet Queries"</a> CVPRw-2023, Vancouver, Canada, 1251-1260, 2023</a><hr>
<a href="#" target="_blank" style="color:#041e82;">Monu Verma, Santosh Kumar Vipparthi, Girdhari Singh,
<a href="#" target="_blank"> "Deep Insights of Learning based Micro Expression Recognition: A Perspective on Promises, Challenges and Research Needs"</a> IEEE Transactions on Cognitive and Developmental Systems, 2022</a><hr>
<a href="#" target="_blank" style="color:#041e82;">Murari Mandal, Yashwanth Reddy Meedimale, M Satish Kumar Reddy, Santosh Kumar Vipparthi
<a href="#" target="_blank"> "Neural Architecture Search for Image Dehazing"</a> IEEE Transactions on Artificial Intelligence, 2022</a><hr>
<a href="#" target="_blank" style="color:#041e82;">Deepti Sharma, Kuldeep M. Biradar, Santosh Kumar Vipparthi, Ramesh Babu Battula,
<a href="#" target="_blank"> "HYPE: CNN Based HYbrid PrEcoding Framework for 5G and Beyond,"</a> The 36th International Conference on Advanced Information Networking and Applications (AINA-2022) (Core B), 2022</a><hr>
<a href="#" target="_blank" style="color:#041e82;">Gopa Bhaumik, Monu Verma, Mahesh Chandra Govil, Santosh Kumar Vipparthi,
<a href="#" target="_blank"> "HyFiNet: Hybrid feature attention network for hand gesture recognition,"</a> Multimedia Tools and Applications, 2022</a><hr>
<a href="#" target="_blank" style="color:#041e82;">Gopa Bhaumik, Monu Verma, Mahesh Chandra Govil, Santosh Kumar Vipparthi,
<a href="#" target="_blank"> "ExtriDeNet: an intensive feature extrication deep network for hand gesture recognition,"</a> The Visual Computer, 2021</a><hr>
<a href="10.1109/TNNLS.2021.3072290" target="_blank" style="color:#041e82;">Monu Verma, M. Satish Kumar Reddy, Yashwanth Reddy Meedimale, Murari Mandal, Santosh Kumar Vipparthi,
<a href="10.1109/TNNLS.2021.3072290" target="_blank"> "AutoMER: Spatiotemporal Neural Architecture Search for Microexpression Recognition,"</a> IEEE Transactions on Neural Networks and Learning Systems, 2021</a><hr>
<a href="#" target="_blank" style="color:#041e82;">Murari Mandal, Santosh Kumar Vipparthi,
<a href="#" target="_blank"> "An Empirical Review of Deep Learning Frameworks for Change Detection: Model Design, Experimental Frameworks, Challenges and Research Needs,"</a> IEEE Transactions on Intelligent Transportation Systems, 2021</a><hr>
<a href="https://arxiv.org/abs/2105.07143" target="_blank" style="color:#041e82;">Monu Verma, Ayushi Gupta, Santosh Vipparthi, "One for All: An End-to-End Compact Solution for Hand Gesture Recognition"</a> in International Joint Conference on Neural Networks (IJCNN), 2021.</a><hr>
<a href="#" target="_blank" style="color:#041e82;">Murari Mandal, Vansh Dhar, Abhishek Mishra, Santosh Kumar Vipparthi, Mohamed Abdel-Mottaleb,
<a href="#" target="_blank"> "3DCD: A Scene Independent End-to-End Spatiotemporal Feature Learning Framework for Change Detection in Unseen Videos,"</a> IEEE Transactions on Image Processing, 2020</a><hr>
<a href="#" target="_blank" style="color:#041e82;">Murari Mandal, Santosh Kumar Vipparthi,
<a href="https://ieeexplore.ieee.org/document/9238403" target="_blank"> "Scene Independency Matters: An Empirical Study of Scene Dependent and Scene Independent Evaluation for CNN-Based Change Detection,"</a> IEEE Transactions on Intelligent Transportation System, 2020</a><hr>
<a href="#" target="_blank" style="color:#041e82;">Monu Verma, Santosh Kumar Vipparthi, Girdhari Singh,
<a href="https://doi.ieeecomputersociety.org/10.1109/MMUL.2020.3021659" target="_blank"> "AffectiveNet: Affective-Motion Feature Learning for Micro Expression Recognition,"</a> IEEE MultiMedia, 2020</a><hr>
<a href="#" target="_blank" style="color:#041e82;">Murari Mandal, Lav Kush Kumar, Santosh Kumar Vipparthi,
<a href="https://arxiv.org/pdf/2008.01699.pdf" target="_blank"> "MOR-UAV: A Benchmark Dataset and Baselines for Moving Object Recognition in UAV Videos,"</a> ACM International Conference on Multimedia (ACM MM), Seattle, United States, 2020.</a><hr>
<a href="#" target="_blank" style="color:#041e82;">Monu Verma, Santosh Kumar Vipparthi, Girdhari Singh,
<a href="https://arxiv.org/ftp/arxiv/papers/2005/2005.07991.pdf" target="_blank"> "Non-Linearities Improve OrigiNet based on Active Imaging for Micro Expression Recognition,"</a> IEEE International Joint Conference on Neural Networks (IJCNN), Glasgow, United Kingdom, 2020.</a> <a href="https://arxiv.org/ftp/arxiv/papers/2005/2005.07991.pdf" target="_blank">PDF</a><hr>
<a href="https://openaccess.thecvf.com/content_WACV_2020/papers/Mandal_MotionRec_A_Unified_Deep_Framework_for_Moving_Object_Recognition_WACV_2020_paper.pdf" target="_blank" style="color:#041e82;">Murari Mandal, Lav Kush Kumar, Mahipal Singh Saran, Santosh Kumar Vipparthi, "MotionRec: A Unified Deep Framework for Moving Object Recognition," WACV, 2020, Colorado, US.</a><hr>
<a href="https://ieeexplore.ieee.org/document/8894435" target="_blank" style="color:#041e82;">Murari Mandal, Vansh Dhar, Abhishek Mishra, Santosh Kumar Vipparthi, "3DFR: A Swift 3D Feature Reductionist Framework for Scene Independent Change Detection," IEEE Signal Processing Letters, vol. 26, no. 12, pp. 1882-1886.</a><hr>
<a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8844867" target="_blank" style="color:#041e82;">Monu Verma, Santosh Kumar Vipparthi, Girdhari Singh, Subrahmanyam Murala, "LEARNet: Dynamic Imaging Network for Micro Expression Recognition," IEEE Transactions on Image Processing, 2020</a><hr>
<a href="https://ieeexplore.ieee.org/document/8766893" target="_blank" style="color:#041e82;">Monu Verma, Santosh Kumar Vipparthi, Girdhari Singh, "HiNet: Hybrid Inherited Feature Learning Network for Facial Expression Recognition," IEEE Letters of the Computer Society, 2019.</a><hr>
<a href="http://openaccess.thecvf.com/content_CVPRW_2019/papers/AI%20City/Biradar_Challenges_in_Time-Stamp_Aware_Anomaly_Detection_in_Traffic_Videos_CVPRW_2019_paper.pdf" target="_blank" style="color:#041e82;">Kuldeep Marotirao Biradar, Ayushi Gupta, Murari Mandal, Santosh Kumar Vipparthi, "Challenges in Time-Stamp Aware Anomaly Detection in Traffic Videos," In CVPR Workshops (CVPRW-2019)</a><hr>
<a href="https://arxiv.org/abs/1907.07477" target="_blank" style="color:#041e82;">Murari Mandal, Manal Shah, Prashant Meena, Sanhita Devi, Santosh Kumar Vipparthi, "AVDNet: A Small-Sized Vehicle Detection Network for Aerial Visual Data," IEEE Geoscience and Remote Sensing Letters, 2019 (Impact Factor 3.966)</a><hr>
<a href="https://ieeexplore.ieee.org/document/8803262" target="_blank" style="color:#041e82;">Murari Mandal, Manal Shah, Prashant Meena, Santosh Kumar Vipparthi, "SSSDet: Simple Short and Shallow Network for Resource Efficient Vehicle Detection in Aerial Scenes," IEEE 26th International Conference on Image Processing (ICIP), Taipei, Taiwan, 2019</a>
</h5>
</div>
</div>
</div>
</section>
<!-- Additional sections -->
<section id="portfolio" class="section wow fadeInUp">
<div class="container-section">
<div class="row">
<div class="section-title">
<h4>About Us</h4>
</div>
</div>
<div class="row">
<div class="grid">
<div class="col-lg-8 col-md-6 col-sm-12">
<figure class="effect-winston wow fadeInUp">
<img src="assets/images/group.jpg" alt="img" />
</figure>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<h4><b>Our Objective</b></h4>
<h5>
The Vision Intelligence Lab is a multidisciplinary group performing basic and applied research in computer vision, machine learning, and deep learning. Our lab aims to develop intelligent algorithms that perform important visual perception tasks such as object detection, human emotion recognition, aberrant event detection, image retrieval, motion analysis, etc. Currently, we are dealing with:
<h5><a href='MOD' style="color:#003366;">1. Moving Object Detection and Analysis</a></h5>
<h5><a href='FER' style="color:#003366;">2. Facial Expression Recognition</a></h5>
<h5><a href='ADA' style="color:#003366;">3. Anomaly Detection and Analysis</a></h5>
<h5><a href='CBIR' style="color:#003366;">4. Content Based Image Retrieval</a></h5>
<h5><a href='#' style="color:#003366;">5. Hand Gesture Recognition</a></h5>
</h5>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<nav class="navbar navbar-default" style="background:#4682B4;color:#fff">
<footer id="footer" class="container">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-12">
<!-- Links -->
<section class="widget links">
<center>
<h4><b style="color:#003366;">Vision Intelligence Lab</b></h4>
</center>
<div class="contact-block wow fadeInLeft">
<h6>Indian Institute of Technology Ropar (IIT Ropar), Rupnagar, Punjab, 140001</h6>
</div>
</section>
</div>
<div class="col-lg-3 col-md-3 col-sm-12">
<!-- Links -->
<section class="widget links">
<center>
<h4><b>Important Pages</b></h4>
</center>
<h6>
<center><a href="publication.html" style="color:#FFFFFF">VILab Publications</a></center>
</h6>
<h6>
<center><a href="People.html" style="color:#FFFFFF">VILab Personnel</a></center>
</h6>
</section>
</div>
<div class="col-lg-3 col-md-3 col-sm-12">
<!-- Contact -->
<section class="widget contact">
<center>
<h4><b>Contact Us</b></h4>
</center>
<h6><i class="fa fa-phone"></i> +91-3612583507 <i class="fa fa-envelope-o"></i> visionintelligencelab@gmail.com</h6>
<center>
<a href="https://www.facebook.com/Vision-Intelligence-Lab-466741777418879/?modal=admin_todo_tour¬if_id=1561469149397425¬if_t=page_invite" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://www.youtube.com/channel/UCvUnPlnLLmCT2bt175VyqFg" target="_blank"><i class="fa fa-youtube"></i></a>
<a href="https://www.google.com/maps/dir//cse+deaprtment+mnit/@26.8626388,75.7408181,12z/data=!3m1!4b1!4m9!4m8!1m1!4e2!1m5!1m1!1s0x396db679d8e39fbd:0x1af24b93320b31b7!2m2!1d75.8108584!2d26.8626561" target="_blank"><i class="fa fa-map-marker"></i></a>
</center>
</section>
</div>
<div class="col-lg-3 col-md-3 col-sm-12">
<!-- Links -->
<section class="widget links">
<center>
<h4><b style="color:#003366;">International Conferences</b></h4>
</center>
<h6>
<center><a href="#" target="_blank" style="color:#FFFFFF">Coming Soon</a></center>
</h6>
</section>
</div>
<h6><center style="color:#900C3F;">Copyright @2019 Vision Intelligence Lab. All Rights Reserved.</center></h6>
</div>
</footer>
</nav>
<!-- Scripts -->
<div class="footer">
<h6>Created By: Navina Somani & Monu Verma</h6>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-1.11.3.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>