-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
334 lines (247 loc) · 18.1 KB
/
index.html
File metadata and controls
334 lines (247 loc) · 18.1 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Department of Computer Engineering,JMI</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="FrontPage/owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="FrontPage/owl-carousel/owl.theme.css">
<script src="https://unpkg.com/flickity@2.0.10/dist/flickity.pkgd.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.0/js/all.js"></script>
<link rel="stylesheet" href="FrontPage/css/main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="shortcut icon" href="favicon.ico" />
<script src="https://www.w3schools.com/lib/w3.js"></script>
</head>
<!--======================================NAVBAR STARTS HERE=============================================-->
<div w3-include-html="header.html"></div>
<script>
w3.includeHTML();
</script>
<!--======================================NAVBAR ENDS HERE=============================================-->
<body style="margin-bottom: 0px;font-family: 'Helvetica';">
<link rel="stylesheet" href="assets/css/main.css" />
<div id="myCarousel" class="carousel slide" data-ride="carousel" style="margin-bottom: 0;">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class=""></li>
<li data-target="#myCarousel" data-slide-to="1" class=""></li>
<li data-target="#myCarousel" data-slide-to="2" class="active"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item">
<img class="first-slide" src="FrontPage/slider/DSC00086.jpg" alt="First slide">
<div class="container">
<div class="carousel-caption" >
<h4 style="background-color: rgba(0,0,0,0.4);padding: 10px;">
<p>I also believe that a person who does not have respect for time and does not have a sense of timing can achieve little <br><b>-Vikram Sarabhai</b> </p></h4>
</div>
</div>
</div>
<div class="item active left">
<img class="second-slide" src="FrontPage/slider/DSC00072.jpg" alt="Second slide">
<div class="container">
<div class="carousel-caption">
<h4 style="background-color: rgba(0,0,0,0.4);padding: 10px;">
<p>Teaching is a very noble profession that shapes the character, callibre,and future of an individual<br><b>-A.P.J. Abdul Kalam</b> </p></h4>
</div>
</div>
</div>
<div class="item next left">
<img class="third-slide" src="FrontPage/slider/DSC00140.jpg" alt="Third slide">
<div class="container">
<div class="carousel-caption">
<h4 style="background-color: rgba(0,0,0,0.4);padding: 10px;">
<p>The highest education is that which does not merely give us information but makes our life in harmony with all existence.<br><b>-Rabindranath Tagore</b> </p></h4>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<section class="section has-bg-image" style="margin-bottom:0; ">
<div class="container" style="padding: 0.5em;">
<div class="row" style="background-color: rgba(0,0,0,0.4); color: #FFFFFF">
<img style="max-height: 200px;max-width: 200px;margin:2px;" src="assets/images/teachers/1.jpg" alt="Image" align="left" >
<h1 class="is-size-1"style="color: #FFFFFF" align="center">
Message from HOD
</h1>
<p class="is-size-3 paragraph" align="center">
"As we know the technologies and demands for safer and reliable future is increasing day by day we train our students to be capable of meeting every situation."
</p>
<p align="right">
<b> -Prof. M.N. Doja, HOD</b>
</p>
<p style="text-align: right;margin-right: 20px;"><a class="btn btn-default" href="aboutus/msgfromhod.html" role="button">Read More »</a></p>
</div>
</div>
</section>
<section class="has-bg-navy section" style="background-color: #FFFFFF;margin-top:0;padding-top: 0px;">
<div class="container" style="margin-top:0;">
<a ><h3><b style="color: #000000;">News & Events</b></h3></a>
<div class="tile is-ancestor" >
<div class="tile is-vertical is-8">
<div class="tile">
<div class="tile is-parent is-vertical">
<article class="tile is-child notification is-primary">
<p class="title" style="text-align: center;">15th National Conference of Engineering Council of India</p>
<a href="events/eci_conference.html">
<img class="img-responsive" style="display:block; margin:auto;" src="FrontPage/front-images/events/eci.jpeg" alt="Image">
</a>
</article>
<article class="tile is-child notification is-warning">
<p class="title" style="text-align: center;">4th HPCAC-ISC Student Cluster Competition 2015
</p>
<a href="events/hpcac.html">
<img class="img-responsive" style="display:block; margin:auto;" src="FrontPage/front-images/events/hpcac1.png" alt="Image">
</a>
</article>
</div>
<div class="tile is-parent is-vertical">
<article class="tile is-child notification is-info">
<p class="title" style="text-align: center;">Smart India Hackathon Excellent Performance by students</p>
<div class="content">
<a href="events/smartindiahackathon.html">
<img class="img-responsive" style="display:block; margin:auto;" src="FrontPage/front-images/events/smartindia1.png" alt="Image">
</a>
</div>
</article>
<article class="tile is-child notification is-danger" style="float: bottom;">
<p class="title" style="text-align: center;">Web and Game development Using Ruby on Rails and Django</p>
<div class="content">
<a href="events/webgameevent.html">
<img class="img-responsive" style="display:block; margin:auto;" src="FrontPage/front-images/events/webd.png" alt="Image">
</a>
</div>
</article>
</div>
</div>
<div class="tile is-parent">
<article class="tile is-child notification is-info">
<p class="title" style="text-align: center;">Securing Cloud-Assisted Services and IoT Systems</p>
<div class="content" >
<a href="events/securingcloudevent.html.html" >
<img class="img-responsive" style="display:block; margin:auto;" src="FrontPage/front-images/events/iot.png" alt="Image">
</a>
</div>
</article>
</div>
<p style="text-align: right;margin-right: 20px;"><a class="btn btn-default" style="background-color: #DD2C00;" href="events/events.html" role="button">Know More »</a></p>
</div>
<div class="tile is-parent is-4">
<article class="tile is-child notification is-success">
<div class="content">
<p class="title" style="text-align: center;"><u>Recent Publications</u></p>
<div class="content">
<!-- Content -->
<marquee id='marquee' direction="up" onmouseover="this.stop();" onmouseout="this.start();">
<ul style="color:#FFFFFF;font-size:1em;">
<li><a href="https://file.scirp.org/pdf/JCC_2016022415593772.pdf"><strong>Ansari Mohammad Izharul Hasan, Surendra Pal Singh, M. N. Doja, <b>Effect of Transmission Range on Ad Hoc on Demand Distance Vector Routing Protocol</b>, Jr of Comp. & Comm. 4(2), 34, 2016 ISSN: 2327-5227.</a></strong></li>
<li><a href="http://www.academia.edu/30923611/Student_Worksheet_Development_Based_on_Contextual_and_Problem_Solving_on_Microeconomic_Theory_Introductory_Subjects"><strong>Gaur, Shailendra Singh, A. K. Mohapatra, Sarfaraz Masood,<b> Design of an optimized novel cryptographic algorithm and comparative analysis with the existing cryptographic algorithms</b>, Int.Jr of Control Theory & Appl., 9(34) 503-514, 2016 ISSN: 0974-5572</strong></a></li>
<li><a href="https://link.springer.com/article/10.1007/s40012-016-0125-9"><strong>AMalhotra Shweta, et al., <b>Cloud Database Management System security challenges and solutions: an analysis</b>, CSI Transactions on ICT, 4(2) 199-207, 2016 ISSN: 2277-9086</a></li>
<li><a><strong>AMusheer Ahmad, Nikhil Mittal, Prerit Garg, ManafMahtab Khan, <b>Efficient cryptographic substitution box design using travelling salesman problem and chaos</b>, Persp. in Sci., 8, 465-468, 2016, ISSN: 2213-0209.</a></li>
<li><a><strong>Musheer Ahmad, Shruti Khurana, Sushmita Singh, Hamed D. Al Sharari, <b>A simple secure hash function scheme using multiple chaotic maps, 3D Research</b>, 8(2)1-14 2017 ISSN: 2092-6731</strong></a></li>
<li><a><strong>Rijwan Khan, M. Amjad, <b>Automatic Generation of Test Cases for Data Flow Test Paths Using K-Means Clustering and Genetic Algorithm</b>, Inter. Jr. of Appl. Engg Res.11(1) 473- 478, 2016 ISSN 0973-4562</strong></a></li>
<li><a><strong>Rijwan Khan, M. Amjad, <b>Load Testing of Web Applications Using HP Load Runner and CA Wily Introscope tools</b>, IJETTCS, 5(3) 2016 ISSN 2278-6856</strong></a></li>
<li><a><strong>Rijwan Khan, M. Amjad, <b>Performance testing (Load) of web applications based on test case management</b>, Perspectives in Science, Vol. 8, 355-357, 2016.</strong></a></li>
<li><a><strong>Subhash Chandra Gupta, M. Amjad, <b>A survey of routing protocols in wireless sensor network</b>, Inter. Jr of Sci. & Res. 6(3) 2017-2021, 2017 ISSN 2319-7064</strong></a></li>
</ul>
</marquee>
</div>
</div>
</article>
</div>
</div>
</div>
</section>
<!--
<div id='faculty' class="parallax">
<p style="color:#FFFFFF;position:relative;top:40%;text-align: center;font-size: 2em;">
<span style="background: rgba(0,0,0,0.5);padding: 10px;">
Know our highly qualified and experienced faculty<br/>
</span>
<button type="button" class="btn btn-light" style="margin: 10px; background:#000000 "><a href="people/teachers/teachers.html">Read More..</a></button>
</p>
</div>
-->
<div class="row" style="width:100%;margin: 0;padding:5px;background-color: #3F51B5;color: #FFFFFF;">
<h4><strong style="color: #FFFFFF;">Listen from our Students</strong></h4>
<div style="width:100%;padding:0;background-color:rgba(0,0,0,0.4);">
<div id="owl-demo2" class="owl-carousel owl-theme">
<div class="item" style="width: 100%;">
<div class="row" style="padding: 0;margin: 0;">
<div class="col-sm-1 image-cropper">
<img src="FrontPage/front-images/testimonials/najeeb.jpg" class="img-circle img-responsive"style="padding: 5px;margin-top: 2px;" />
</div>
<div class="col-sm-11">
<p >
<h5 style="color:#fff;"><b>Najeeb Khan</b></h5>
My undergrad at Department of Computer Engineering, Jamia Millia Islamia has been nothing short of an insightful experience. The department provided me with a platform where I learned something new every day and helped me foster an environment of technological collaboration. It symbolised a point of inflexion in my life which head-started me onto a trajectory of innovation and creation. I would like to thank my fellow peers, my professors and the staff at the department for providing me unparalleled support, infrastructure and a plethora of opportunities that have helped me excel my career into the field of Computer Sciences.
</p>
</div>
</div>
</div>
<div class="item" style="width: 100%;">
<div class="row" style="padding: 0;margin: 0;">
<div class="col-sm-1 image-cropper">
<img src="FrontPage/front-images/testimonials/aisha.jpg." class="img-circle img-responsive"style="padding: 5px;margin-top: 2px;" />
</div>
<div class="col-sm-11">
<h5 style="color:#fff;"><b>Aisha Aijaz</b></h5>
<p >
With some of the best equipment, dedicated libraries, placement opportunities, workshops, and techno-cultural fests, the Computer Science department of Jamia Millia Islamia has been an excellent form of exposure for me. I have had the pleasure of studying under and working with eminent professors who have relentlessly assisted me in my research and project works. The campus is beautiful and the atmosphere is always inviting.
</p>
</div>
</div>
</div>
<div class="item" style="width: 100%;">
<div class="row" style="padding: 0;margin: 0;">
<div class="col-sm-1 image-cropper">
<img src="FrontPage/front-images/testimonials/maria.jpg" class="img-circle img-responsive"style="padding: 5px;margin-top: 2px;" />
</div>
<div class="col-sm-11">
<h5 style="color:#fff;"><b>Maria</b></h5>
<p>
It was an honor to be a student of Jamia Millia Islamia, and to graduate as a computer engineer with a job in my hand.I appreciate all of the faculty and staff members at JMI who have taken the time and made the effort to teach me, and to help me develop my professional career.JMI has the highest standards of lectures by supportive and experienced professors, a friendly environment and highly computed labs.-->
My knowledge considerably expanded in M.TECH and it encouraged me to obtain my PhD in the impending future.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--............................FOOTER GOES HERE....................................................................-->
<div w3-include-html="/footer.html"></div>
<!--............................FOOTER ENDS HERE....................................................................-->
<script type="text/javascript" src="FrontPage/owl-carousel/owl.carousel.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$("#owl-demo").owlCarousel({
autoPlay: 3000, //Set AutoPlay to 3 seconds
items : 4,
itemsDesktop : [1199,3],
itemsDesktopSmall : [979,3]
});
$("#owl-demo2").owlCarousel({
slideSpeed : 300,
autoPlay : true,
navigation : false,
pagination : true,
singleItem:true
});
});
</script>
<script src="FrontPage/js/main.js"></script>
</body>
</html>