-
Notifications
You must be signed in to change notification settings - Fork 0
/
researchAreas.php
556 lines (496 loc) · 25.4 KB
/
researchAreas.php
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
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>Flat Pricing | Unify - Responsive Website Template</title>
<!-- Meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico">
<!-- Web Fonts -->
<link rel='stylesheet' type='text/css' href='//fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=cyrillic,latin'>
<!-- CSS Global Compulsory -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<!-- CSS Header and Footer -->
<link rel="stylesheet" href="assets/css/headers/header-default.css">
<link rel="stylesheet" href="assets/css/footers/footer-v1.css">
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="assets/plugins/animate.css">
<link rel="stylesheet" href="assets/plugins/line-icons/line-icons.css">
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/plugins/parallax-slider/css/parallax-slider.css">
<link rel="stylesheet" href="assets/plugins/flexslider/flexslider.css">
<!-- CSS Page Style -->
<link rel="stylesheet" href="assets/css/pages/pricing/pricing_v1.css">
<link rel="stylesheet" href="assets/css/pages/pricing/pricing_v2.css">
<link rel="stylesheet" href="assets/css/pages/pricing/pricing_v3.css">
<link rel="stylesheet" href="assets/css/pages/pricing/pricing_v4.css">
<link rel="stylesheet" href="assets/css/pages/pricing/pricing_v5.css">
<!-- CSS Theme -->
<link rel="stylesheet" href="assets/css/theme-colors/dark-blue.css" id="style_color">
<link rel="stylesheet" href="assets/css/theme-skins/dark.css">
<!-- CSS Customization -->
<link rel="stylesheet" href="assets/css/custom.css">
</head>
<body>
<div class="wrapper">
<!--=== Header ===-->
<div class="header">
<div class="container">
<!-- Logo -->
<h2 class="logo">
<a href="index.php">
<img src="assets/img/iiitdm_logo.png" alt="Logo" title="Indian Institute Information Technology, Design and Manufacturing">Indian Institute Information Technology, Design and Manufacturing
</a>
</h2>
<!-- End Logo -->
<!-- Topbar -->
<div class="topbar">
<ul class="loginbar pull-right">
<li class="hoverSelector">
<i class="fa fa-globe"></i>
<a>Languages</a>
<ul class="languages hoverSelectorBlock">
<li class="active">
<a href="#">English <i class="fa fa-check"></i></a>
</li>
<li><a href="#">Hindi</a></li>
</ul>
</li>
<li class="topbar-devider"></li>
<li><a href="page_faq.html">Help</a></li>
<li class="topbar-devider"></li>
<li><a href="page_login.html">Login</a></li>
</ul>
</div>
<!-- End Topbar -->
<!-- Toggle get grouped for better mobile display -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="fa fa-bars"></span>
</button>
<!-- End Toggle -->
</div><!--/end container-->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse mega-menu navbar-responsive-collapse">
<div class="container">
<ul class="nav navbar-nav">
<!-- Home -->
<li class="active">
<a href="javascript:void(0);">
Home
</a>
</li>
<!-- End Home -->
<!-- Administration -->
<li class="dropdown">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Administration
</a>
<ul class="dropdown-menu">
<!-- About IIITDM -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">About IIIDM</a>
<ul class="dropdown-menu">
<li><a href="aboutIIITDM.php">Overview</a></li>
<li><a href="aboutIIITDM.php#vision">Vision</a></li>
<li><a href="aboutIIITDM.php#mission">Mission</a></li>
<li><a href="aboutIIITDM.php#charter">Charter</a></li>
</ul>
</li>
<!-- End About IIITDM -->
<!-- Board of Governers Pages -->
<li>
<a href="javascript:void(0);">Board of Governers</a>
</li>
<!-- End Board of Governer Pages -->
<!-- Finance Committee Pages -->
<li>
<a href="javascript:void(0);">Finance Committee</a>
</li>
<!-- End Finance Committee Pages -->
<!-- Building & Work Committee Pages -->
<li>
<a href="javascript:void(0);">Building & Work Committee</a>
</li>
<!-- End Building & Work Committee Pages -->
<!-- Director Pages -->
<li>
<a href="javascript:void(0);">Director</a>
</li>
<!-- End Director Pages -->
<!-- Registrar Pages -->
<li>
<a href="javascript:void(0);">Registrar</a>
</li>
<!-- End Registrar Pages -->
<!-- Senate Pages -->
<li>
<a href="javascript:void(0);">Senate</a>
</li>
<!-- End Senate Pages -->
<!-- Institute Newsletter -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Newsletter</a>
<ul class="dropdown-menu">
<li><a href="page_about2.html">Marg Darshan: Oct, 2014 - Dec, 2014</a></li>
<li><a href="page_about3.html">Marg Darshan: Oct, 2014 - Dec, 2014</a></li>
<li><a href="page_about1.html">Marg Darshan: Oct, 2014 - Dec, 2014</a></li>
<li><a href="page_about.html">Marg Darshan: Oct, 2014 - Dec, 2014</a></li>
</ul>
</li>
<!-- End Institute Newsletter -->
</ul>
</li>
<!-- End Administration -->
<!-- Admissions -->
<li class="dropdown mega-menu-fullwidth">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Admissions
</a>
<ul class="dropdown-menu">
<li>
<div class="mega-menu-content disable-icons">
<div class="container">
<div class="row equal-height">
<div class="col-md-3 equal-height-in">
<ul class="list-unstyled equal-height-list">
<li><h3>Undergraduate (UG)</h3></li>
<!-- Undergraduate -->
<li><a href="shortcode_typo_general.html">How to Apply?</a></li>
<li><a href="shortcode_typo_headings.html">JEE-Mains</a></li>
<li><a href="shortcode_typo_dividers.html">DASA</a></li>
<li><a href="shortcode_typo_blockquote.html">List of Programs</a></li>
<li><a href="shortcode_typo_boxshadows.html">Last Year Closing Ranks</a></li>
<li><a href="shortcode_typo_testimonials.html">Scholarships</a></li>
<!-- End Undergraduate -->
</ul>
</div>
<div class="col-md-3 equal-height-in">
<ul class="list-unstyled equal-height-list">
<li><h3>Dual Degree</h3></li>
<!-- Dual Degree -->
<li><a href="shortcode_typo_general.html">How to Apply?</a></li>
<li><a href="shortcode_typo_blockquote.html">List of Programs</a></li>
<li><a href="shortcode_typo_testimonials.html">Scholarships</a></li>
<!-- End Dual Degree -->
</ul>
</div>
<div class="col-md-3 equal-height-in">
<ul class="list-unstyled equal-height-list">
<li><h3>Post Graduate (PG)</h3></li>
<!-- Post Graduate -->
<li><a href="shortcode_typo_general.html">How to Apply?</a></li>
<li><a href="shortcode_typo_blockquote.html">List of Programs</a></li>
<li><a href="shortcode_typo_testimonials.html">Scholarships</a></li>
<!-- End Post Graduate -->
</ul>
</div>
<div class="col-md-3 equal-height-in">
<ul class="list-unstyled equal-height-list">
<li><h3>PhD</h3></li>
<!-- PhD -->
<li><a href="shortcode_form_general.html">How to Apply?</a></li>
<li><a href="shortcode_form_general1.html">List of Research Areas</a></li>
<li><a href="shortcode_form_advanced.html">Fellowship</a></li>
<li><a href="shortcode_form_layouts.html">PhD Ordinance</a></li>
<li><a href="shortcode_form_layouts_advanced.html">Admission Brochure</a></li>
<li><a href="shortcode_form_states.html">OBC Community Certificate</a></li>
<!-- End PhD -->
</ul>
</div>
</div>
</div>
</div>
</li>
</ul>
</li>
<!-- End Admissions -->
<!-- Academics -->
<li class="dropdown mega-menu-fullwidth">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Academics
</a>
<ul class="dropdown-menu">
<li>
<div class="mega-menu-content disable-icons">
<div class="container">
<div class="row equal-height">
<div class="col-md-3 equal-height-in">
<ul class="list-unstyled equal-height-list">
<li><h3>Undergraduate (UG)</h3></li>
<!-- Undergraduate -->
<li><a href="shortcode_typo_general.html">Electives</a></li>
<li><a href="shortcode_typo_headings.html">Curriculum & Syllabus</a></li>
<li><a href="shortcode_typo_dividers.html">Branch Change Rules</a></li>
<li><a href="shortcode_typo_blockquote.html">Ordinance</a></li>
<li><a href="shortcode_typo_boxshadows.html">B. Tech Course Equivalence Certificate</a></li>
<li><a href="shortcode_typo_testimonials.html">CGPA to Percentage Certificate</a></li>
<li><a href="shortcode_typo_general.html">Academic Calendar</a></li>
<!-- End Undergraduate -->
</ul>
</div>
<div class="col-md-3 equal-height-in">
<ul class="list-unstyled equal-height-list">
<li><h3>Dual Degree</h3></li>
<!-- Dual Degree -->
<li><a href="shortcode_typo_headings.html">Curriculum & Syllabus</a></li>
<li><a href="shortcode_typo_dividers.html">Branch Change Rules</a></li>
<li><a href="shortcode_typo_blockquote.html">Ordinance</a></li>
<!-- End Dual Degree -->
</ul>
</div>
<div class="col-md-3 equal-height-in">
<ul class="list-unstyled equal-height-list">
<li><h3>Post Graduate (PG)</h3></li>
<!-- Post Graduate -->
<li><a href="shortcode_typo_general.html">How to Apply?</a></li>
<li><a href="shortcode_typo_blockquote.html">List of Programs</a></li>
<li><a href="shortcode_typo_testimonials.html">Scholarships</a></li>
<!-- End Post Graduate -->
</ul>
</div>
<div class="col-md-3 equal-height-in">
<ul class="list-unstyled equal-height-list">
<li><h3>PhD</h3></li>
<!-- PhD -->
<li><a href="shortcode_form_general.html">About the Programme</a></li>
<li><a href="shortcode_form_general1.html">Electives</a></li>
<li><a href="shortcode_form_advanced.html">Curriculum</a></li>
<li><a href="shortcode_form_layouts.html">M. Des Course Equivalence Certificate</a></li>
<li><a href="shortcode_form_layouts_advanced.html">CGPA to Percentage Certificate</a></li>
<li><a href="shortcode_form_states.html">Academic Calendar</a></li>
<!-- End PhD -->
</ul>
</div>
</div>
</div>
</div>
</li>
</ul>
</li>
<!-- End Academics -->
<!-- Research -->
<li class="dropdown">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Research
</a>
<ul class="dropdown-menu">
<li><a href="blog_masonry_3col.html">Research Areas</a></li>
<li><a href="blog_large_full_width1.html">Funded Projects</a></li>
<li><a href="blog_masonry_3col.html">Research Scholars</a></li>
<li><a href="blog_masonry_3col.html">Publications</a></li>
<li><a href="blog_timeline.html">PhD Ordinance</a></li>
<li><a href="blog_masonry_3col.html">Academic Calendar</a></li>
</ul>
</li>
<!-- End Research -->
<!-- Campus Life -->
<li class="dropdown">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Campus Life
</a>
<ul class="dropdown-menu">
<li><a href="blog_large_right_sidebar.html">Hostel & Mess</a></li>
<li><a href="blog_large_right_sidebar.html">Infrastructure</a></li>
<li><a href="blog_large_right_sidebar.html">Sports</a></li>
<li><a href="blog_large_right_sidebar.html">Medical Unit</a></li>
<li><a href="blog_large_right_sidebar.html">Clubs & Events</a></li>
<li><a href="blog_large_right_sidebar.html">SSG</a></li>
<li><a href="blog_large_right_sidebar.html">Hostel Council</a></li>
</ul>
</li>
<!-- End Campus Life -->
<!-- People -->
<li class="dropdown">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
People
</a>
<ul class="dropdown-menu">
<li><a href="facultyPage.php">Faculty</a></li>
<li><a href="blog_masonry_3col.html">Research Scholars</a></li>
<li><a href="blog_timeline.html">Students</a></li>
<li><a href="blog_timeline.html">Staff</a></li>
</ul>
</li>
<!-- End People -->
<!-- Contact Us -->
<li>
<a href="contactPage.php">
Contact Us
</a>
</li>
<!-- End Home -->
<!-- Search Block -->
<li>
<i class="search fa fa-search search-btn"></i>
<div class="search-open">
<div class="input-group animated fadeInDown">
<input type="text" class="form-control" placeholder="Search">
<span class="input-group-btn">
<button class="btn-u" type="button">Go</button>
</span>
</div>
</div>
</li>
<!-- End Search Block -->
</ul>
</div><!--/end container-->
</div><!--/navbar-collapse-->
</div>
<!--=== End Header ===-->
<!--=== Breadcrumbs ===-->
<div class="breadcrumbs">
<div class="container">
<h1 class="pull-left">Research Areas</h1>
<ul class="pull-right breadcrumb">
<li><a href="index.html">Home</a></li>
<li><a href="">Research</a></li>
<li class="active">Research Areas</li>
</ul>
</div>
</div><!--/breadcrumbs-->
<!--=== End Breadcrumbs ===-->
<!--=== Content Part ===-->
<div class="container content">
<!-- Pricing Table v1-->
<div class="row pricing-table-v1 no-space-pricing">
<div class="col-md-12 col-sm-12 col-xs-6">
<div class="pricing-v1 pricing-v1-green">
<div class="pricing-v1-head text-center">
<h4 class="text-center">Computer Science and Engineering</h4>
</div>
<ul class="list-unstyled pricing-v1-content">
<li><i class="fa fa-check-circle-o"></i>Data Structures and Algorithms </li>
<li><i class="fa fa-check-circle-o"></i>Graph Theory</li>
<li><i class="fa fa-check-circle-o"></i>Graph Algorithms</li>
<li><i class="fa fa-check-circle-o"></i>Parallel Algorithms</li>
<li><i class="fa fa-check-circle-o"></i>Reconfigurable Computing: To design a suitable reconfigurable fabrics to enhance the performance of the processor</li>
<li><i class="fa fa-check-circle-o"></i>Network on Chip: Routing issues in the multi-core environment. Effective routing mechanisms using reconfigurable hardware</li>
<li><i class="fa fa-check-circle-o"></i>Fault Tolerant Reconfigurable Architectures: Targeting the SEU tolerant hardware for space and military applications. Solutions are based on architectural, algorithmic and device level enhancement.</li>
<li><i class="fa fa-check-circle-o"></i> Evolvable Hardware: Targeting evolvable hardware based cryptography to avoid the side channel attacks. </li>
<li><i class="fa fa-check-circle-o"></i>High Performance Computing: Techniques/algorithms for effective threading at hardware</li>
<li><i class="fa fa-check-circle-o"></i>Knowledge Engineering guided by Evolutionary Algorithms as a design tool: The proposed research would be concentrated on evolving new techniques in the domain of multimedia data mining encompassing text, images, video, etc., Also, exploring the possibility of genetic algorithms, tabu search, etc. in the process of knowledge extraction. </li>
<li><i class="fa fa-check-circle-o"></i>Image Processing: Image Quality Measures, Image Reconstruction from Projections Object Detection and Hardware implementation of image Processing Algorithms. </li>
</ul>
</div>
</div>
</div><!--/row-->
<!-- End Pricing Table v1 -->
<!-- Pricing Table v1-->
<div class="row pricing-table-v1 no-space-pricing">
<div class="col-md-12 col-sm-12 col-xs-6">
<div class="pricing-v1 pricing-v1-blue">
<div class="pricing-v1-head">
<h4 class="text-center">Electronics Engineering</h4>
</div>
<ul class="list-unstyled pricing-v1-content">
<li><i class="fa fa-check-circle-o"></i>Design, analysis, characterization of RF/Microwave devices and Printed antennas </li>
<li><i class="fa fa-check-circle-o"></i>Wireless/Mobile Communications </li>
<li><i class="fa fa-check-circle-o"></i>Space Modulation </li>
<li><i class="fa fa-check-circle-o"></i>Cooperative Communications</li>
<li><i class="fa fa-check-circle-o"></i>Digital Communication over Fading Channels 2</li>
<li><i class="fa fa-check-circle-o"></i>Analysis and Minimization of Torque Ripple in Permanent Magnet Brushless DC Motor </li>
<li><i class="fa fa-check-circle-o"></i>Simulation, Modeling and technology of Advanced VLSI devices & MEMS </li>
<li><i class="fa fa-check-circle-o"></i>Control Systems and DSP </li>
<li><i class="fa fa-check-circle-o"></i> DSP Realization of Control Algorithms in Power Electronics </li>
</ul>
</div>
</div>
</div><!--/row-->
<!-- End Pricing Table v1 -->
<!-- Pricing Table v1-->
<div class="row pricing-table-v1 no-space-pricing">
<div class="col-md-12 col-sm-12 col-xs-6">
<div class="pricing-v1 pricing-v1-red">
<div class="pricing-v1-head text-center">
<h4>Mathematics</h4>
</div>
<ul class="list-unstyled pricing-v1-content">
<li><i class="fa fa-check-circle-o"></i>Graph Theory</li>
<li><i class="fa fa-check-circle-o"></i>Combinations and Algorithms</li>
<li><i class="fa fa-check-circle-o"></i>Online Support</li>
<li><i class="fa fa-check-circle-o"></i>3GB Disckspace</li>
<li><i class="fa fa-check-circle-o"></i>5 Email Addresses</li>
<li><i class="fa fa-check-circle-o"></i>MySQL Databases</li>
<li><i class="fa fa-check-circle-o"></i>Customisable Toolbar</li>
</ul>
</div>
</div>
</div><!--/row-->
<!-- End Pricing Table v1 -->
<div class="row pricing-table-v1 no-space-pricing">
<div class="col-md-12 col-sm-12 col-xs-6">
<div class="pricing-v1 pricing-v1-orange">
<div class="pricing-v1-head">
<h4 class="text-center">Mechanical Engineering</h4>
</div>
<ul class="list-unstyled pricing-v1-content">
<li><i class="fa fa-check-circle-o"></i>Numerical and experimental study in flow and thermal sciences</li>
<li><i class="fa fa-check-circle-o"></i>Multi-objective optimization, Supply chain management and Reverse Logistics </li>
<li><i class="fa fa-check-circle-o"></i>An experimental study on Milling of Titanium Ti-6-Al-4V</li>
<li><i class="fa fa-check-circle-o"></i>A 5 axis experimental study on achieving Nano Finish in Free Form surfaces through STEP-NC format.</li>
<li><i class="fa fa-check-circle-o"></i>Design and Manufacturing of Miniaturized Gas Turbine Engine.</li>
<li><i class="fa fa-check-circle-o"></i>Miniaturized thermal measurement devices: The research involves design, development, experimentation and testing of miniaturized measurement devices for thermo-physical properties of fluids.</li>
<li><i class="fa fa-check-circle-o"></i>Electronic cooling system: The research involves design, experimentation and testing of innovative cooling systems and coolants (nanofluids and ionic fluids) for high heat flux electronic devices. r</li>
<li><i class="fa fa-check-circle-o"></i>Vapor absorption system: The research involves design, experimentation and testing of novel vapor absorption system/cycles and combined power cycles </li>
<li><i class="fa fa-check-circle-o"></i>Freeze drying: The research involves thermal design study and performance analysis of freeze dryers used in food preservation and pharmaceuticals.</li>
</ul>
</div>
</div>
</div><!--/row-->
<!-- End Pricing Table v1 -->
<div class="row pricing-table-v1 no-space-pricing">
<div class="col-md-12 col-sm-12 col-xs-6">
<div class="pricing-v1 pricing-v1-dark-blue">
<div class="pricing-v1-head">
<h4 class="text-center">Physics</h4>
</div>
<ul class="list-unstyled pricing-v1-content">
<li><i class="fa fa-check-circle-o"></i>Properties of nuclei, especially, in the context of Astrophysical bodies. Behavior of hot nuclei.</li>
<li><i class="fa fa-check-circle-o"></i>Application of nonlinear dynamics in physical processes.</li>
<li><i class="fa fa-check-circle-o"></i>Fused fiber micro and nano wires fabrication for their applications in sensing/communication/energy generation</li>
<li><i class="fa fa-check-circle-o"></i>All fiber interferometric filter tuning and multi-wavelength lasing action</li>
</ul>
</div>
</div>
</div><!--/row-->
<!-- End Pricing Table v1 -->
</div><!--/container-->
<!--=== End Content Part ===-->
<!--=== Footer Version 1 ===-->
<?php
include("footer.php");
?>
<!--=== End Footer Version 1 ===-->
</div><!--/wrapper-->
<!-- JS Global Compulsory -->
<script type="text/javascript" src="assets/plugins/jquery/jquery.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery/jquery-migrate.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- JS Implementing Plugins -->
<script type="text/javascript" src="assets/plugins/back-to-top.js"></script>
<script type="text/javascript" src="assets/plugins/smoothScroll.js"></script>
<!-- JS Customization -->
<script type="text/javascript" src="assets/js/custom.js"></script>
<!-- JS Page Level -->
<script type="text/javascript" src="assets/js/app.js"></script>
<script type="text/javascript" src="assets/js/plugins/style-switcher.js"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
App.init();
StyleSwitcher.initStyleSwitcher();
});
</script>
<!--[if lt IE 9]>
<script src="assets/plugins/respond.js"></script>
<script src="assets/plugins/html5shiv.js"></script>
<script src="assets/plugins/placeholder-IE-fixes.js"></script>
<![endif]-->
</body>
</html>