-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathevents2019.html
More file actions
489 lines (455 loc) · 28.8 KB
/
events2019.html
File metadata and controls
489 lines (455 loc) · 28.8 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Events 2019 | IEEE IIT Mandi</title>
<link rel="icon" href="img/Blog_Pic.jpg" type="image">
<meta charset="utf-8">
<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 href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,500|Open+Sans" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/templatemo-style.css">
<style>
@media (max-width:999px) {
.drop-down-menu {
display: none;
}
}
</style>
<script>
jQuery(document).ready(function() {
var $window = $(window);
var lastWindowWidth = $window.width();
$window.resize(function() {
var windowWidth = $window.width();
if (lastWindowWidth !== windowWidth) {
lastWindowWidth = windowWidth;
}
setTimeout(function() {
location.reload();
console.log("delay");
}, 100);
});
if (lastWindowWidth < 1000) {
jQuery('.carousel[data-type=""] .item').each(function() {
var next = jQuery(this).next();
if (!next.length) {
next = jQuery(this).siblings(':first');
}
next.children(':first-child').clone().appendTo(jQuery(this));
for (var i = 0; i < 2; i++) {
next = next.next();
if (!next.length) {
next = jQuery(this).siblings(':first');
}
next.children(':first-child').clone().appendTo($(this));
}
});
} else {
jQuery('.carousel[data-type="multi"] .item').each(function() {
var next = jQuery(this).next();
if (!next.length) {
next = jQuery(this).siblings(':first');
}
next.children(':first-child').clone().appendTo(jQuery(this));
for (var i = 0; i < 2; i++) {
next = next.next();
if (!next.length) {
next = jQuery(this).siblings(':first');
}
next.children(':first-child').clone().appendTo($(this));
}
});
}
});
</script>
</head>
<body style="background-color: white">
<!-- NAVBAR STARTS-->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#myPage">
<img src="img/ieee mb white png.png" alt="Logo" style="height: 40px; transform: translate(5px,-10px);" id="logo">
</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="index.html#resource">Resources</a></li>
<li><a href="achievements.html">Achievements</a></li>
<li><a href="index.html#membershere">Executive Council</a></li>
<li class="drop-down" id="events-drop-down"><a>Events  <i class="fa fa-caret-down"></i></a>
<ul class="drop-down-menu" id="ul-drop-down">
<li><a href="upcomingEvents.html">Upcoming Events</a></li>
<li><a href="events2022.html">Events 2022</a></li>
<li><a href="events2021.html">Events 2021</a></li>
<li><a href="events2020.html">Events 2020</a></li>
<li><a href="events2019.html">Events 2019</a></li>
</ul>
</li>
<li><a href="index.html#gallery">Gallery</a></li>
<li><a href="index.html#contact_us">Contact</a></li>
</ul>
</div>
</div>
</nav>
<script type="text/javascript">
$(document).ready(function() {
// Transition effect for navbar
$(window).scroll(function() {
// checks if window is scrolled more than 500px, adds/removes solid class
if ($(this).scrollTop() > $(window).height()) {
$('.navbar').addClass('solid');
} else {
$('.navbar').removeClass('solid');
}
});
});
if ($('.nav-menu').length) {
var $mobile_nav = $('.nav-menu').clone().prop({
class: 'mobile-nav d-lg-none'
});
$('body').append($mobile_nav);
$('body').prepend('<button type="button" class="mobile-nav-toggle d-lg-none"><i class="icofont-navigation-menu"></i></button>');
$('body').append('<div class="mobile-nav-overly"></div>');
$(document).on('click', '.mobile-nav-toggle', function(e) {
$('body').toggleClass('mobile-nav-active');
$('.mobile-nav-toggle i').toggleClass('icofont-navigation-menu icofont-close');
$('.mobile-nav-overly').toggle();
});
$(document).on('click', '.mobile-nav .drop-down > a', function(e) {
e.preventDefault();
$(this).next().slideToggle(300);
$(this).parent().toggleClass('active');
});
$(document).click(function(e) {
var container = $(".mobile-nav, .mobile-nav-toggle");
if (!container.is(e.target) && container.has(e.target).length === 0) {
if ($('body').hasClass('mobile-nav-active')) {
$('body').removeClass('mobile-nav-active');
$('.mobile-nav-toggle i').toggleClass('icofont-navigation-menu icofont-close');
$('.mobile-nav-overly').fadeOut();
}
}
});
} else if ($(".mobile-nav, .mobile-nav-toggle").length) {
$(".mobile-nav, .mobile-nav-toggle").hide();
}
</script>
<!-- NAVBAR ENDS -->
<br>
<div class="jumbotron" id="vanta-bg">
<h1 style="color: rgb(255, 255, 255); text-align: center; font-family: 'Vidaloka', serif;">Events - 2019</h1>
</div>
<div class="container">
<div class="container tm-container-2">
<div class="row tm-section-mb">
<div class="col-lg-12" style="padding-top: 40px;">
<br>
<br>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="card">
<div class="card-body">
<div class="row justify-content-center">
<div class="col-lg-12">
<ul class="verti-timeline list-unstyled" dir="ltr">
<li class="event-list">
<div class="timeline-icon">
<i class="mdi mdi-adjust bg-success"></i>
</div>
<div class="event-content p-4">
<h5 class="mt-0 mb-3 font-18"><b>Seminar: Field-Circuit
Coupled Formulation for Analysis of Transformers and
Electrical Machines</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-2">An IEEE Seminar has been organized by
IEEE IAS SB Chapter of IIT Mandi in association with
IEEE PES-IAS and PELS-IES Chapters
Venue: A4 Conference Room <br>
Timings: 11:00 AM to 12:00 PM <br>
<b>Speaker: Dr. Ganesh Kumbhar, IIT Roorkee</b>
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">08</h5>
<p class="mb-0 text-white-50">Jan</p>
</div>
</li>
<li class="event-list">
<div class="timeline-icon">
<i class="mdi mdi-adjust bg-danger"></i>
</div>
<div class="event-content p-4">
<h5 class="mt-0 mb-3 font-18"><b>Workshop: FPGA based
Systems Synthesis by Xilinx</b></h5>
<div class="text-muted" style="margin: 10px;">
<p>A one-day workshop was been organized by IEEE IAS SB
Chapter of IIT Mandi in association with IEEE PES-
IAS Chapter, Delhi Section. The workshop was on
"FPGA based Systems Synthesis" conducted by Xilinx.
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">18</h5>
<p class="mb-0 text-white-50">Jan</p>
</div>
</li>
<li class="event-list">
<div class="timeline-icon">
<i class="mdi mdi-adjust bg-primary"></i>
</div>
<div class="event-content p-4">
<h5 class="mt-0 mb-3 font-18"><b>Meeting: IEEE IAS SB
Chapter EXECOM Meeting</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-4">
3rd Execom Meeting of IEEE IAS SB Chapter IIT Mandi
was scheduled with agenda's:<br>
1. Induction of new IEEE IAS Student Members.<br>
2. Follow up action on the minutes of last Execom
meeting. <br>
3. Welcome of New IEEE Robotics Society and
introduction to new members to the existing IAS
society to the newly formed Robotics Society.<br>
4. Formation of New Execom Members.<br>
5. Filing of Petition to open IEEE Women in
Engineering Society of IIT Mandi<br>
6. Plan of activities for the year 2019.</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">05</h5>
<p class="mb-0 text-white-50">Mar</p>
</div>
</li>
<li class="event-list">
<div class="timeline-icon">
<i class="mdi mdi-adjust bg-warning"></i>
</div>
<div class="event-content p-4">
<h5 class="mt-0 mb-3 font-18"><b>Contest: Robo-Wars</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
IEEE Student Branch IIT Mandi in collaboration with
Robotic club of IIT Mandi will be organising
“Robo-war” as part of technical fest Exodia.
Task is to design and construct a wired or wireless
(remote controlled) robot capable of fighting a
tournament against other bot(s). Each team has to
come up with a CAD model of a robot. With mighty
armours, nifty axes and more innovative weapons.</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">12</h5>
<p class="mb-0 text-white-50">Apr</p>
</div>
</li>
<li class="event-list">
<div class="timeline-icon">
<i class="mdi mdi-adjust bg-success"></i>
</div>
<div class="event-content p-4">
<h5 class="mt-0 mb-3 font-18"><b>Contest: Line Follower</b>
</h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
IEEE Student Branch IIT Mandi in collaboration with
Robotic club
of IIT Mandi will be organising “Line follower” as
part of
technical fest Exodia.
The event is conducted in two levels. Students who
qualify level- 1
will be allowed to level-2.</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">13</h5>
<p class="mb-0 text-white-50">Apr</p>
</div>
</li>
<li class="event-list">
<div class="timeline-icon">
<i class="mdi mdi-adjust bg-danger"></i>
</div>
<div class="event-content p-4">
<h5 class="mt-0 mb-3 font-18"><b>Contest: Drone
Championship</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
IEEE Student Branch IIT Mandi in collaboration with
Roboticc
club of IIT Mandi will be organising “Drone
championship”
event as part of technical fest Exodia.
The Objective of this whole competition is to judge
the knowledge
and skills of the all the participants, on the basis
of which the
winners of the Quad copter Championship will be
declared. Building
the Quad copter to travel from source to destination
crossing various
interruptions, hurdles etc along the path of
journey.</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">14</h5>
<p class="mb-0 text-white-50">Apr</p>
</div>
</li>
<li class="event-list">
<div class="timeline-icon">
<i class="mdi mdi-adjust bg-primary"></i>
</div>
<div class="event-content p-4">
<h5 class="mt-0 mb-3 font-18"><b>Contest: Corundrum</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
IEEE Student Branch IIT Mandi in collaboration with
Programming
club of IIT Mandi will be organising “Corundrum”
event as part
of technical fest Exodia.
This event provides an opportunity to prove
programming supremacy
amidst brilliant coders by bringing in the best
solution to the
given problem statement in the limited amount of
time using machine
learning and deep learning. It is basically a
programming dilemma to
bring out the best accepted elucidation.</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">14</h5>
<p class="mb-0 text-white-50">Apr</p>
</div>
</li>
</ul>
</div>
</div>
<!-- end row -->
</div>
</div>
<!-- end card -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--------------- Footer------------------- -->
<div class="container-fluid footer">
<div class=row>
<div class="col-xs-12 col-sm-12 col-md-8 col-lg-9">
<p id="util" style="padding-bottom:10px;"><a href="http://www.ieee.org/index.html" id="u-home">Home</a>  |  <a href="http://www.ieee.org/sitemap.html" id="u-home">Sitemap/More Sites</a>  |  <a href="http://www.ieee.org/about/contact_center/index.html" id="u-contact">Contact</a>  | 
<a href="http://www.ieee.org/accessibility_statement.html" id="u-accessibility">Accessibility</a>  |  <a href="http://www.ieee.org/p9-26.html" id="u-non">Nondiscrimination Policy</a>  | 
<a href="http://ieee-ethics-reporting.org/" id="u-ethics-reporting">IEEE Ethics Reporting</a>  | 
<a href="http://www.ieee.org/security_privacy.html" id="u-privacy">IEEE Privacy Policy</a>  | 
<a href="https://www.ieee.org/about/help/site-terms-conditions.html" id="u-terms">Terms</a>
</p>
</div>
<div class="container_img" style="padding-top: 18px;">
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-3">
<a id="util" href="https://www.ieee.org/" target="_blank"> <img src="img/ieee mb white png.png" width="50%"></a>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<p id="util" style=" font-size:15px; padding-bottom: 5px; ">© Copyright
<script type="text/javascript">
document.write((new Date()).getFullYear());
</script> IEEE - All rights reserved. A not-for-profit organization, IEEE is the world's largest technical professional organization dedicated to advancing technology for the benefit of humanity.</span><br>
</p>
</div>
</div>
<style>
.footer {
background-color: black;
color: white;
font-family: Open Sans !important;
font-size: 15px !important;
}
#util {
color: rgb(255, 254, 254);
text-align: center;
padding: 18px;
}
#util a:link,
#util a:visited,
#util a:active {
color: rgb(255, 255, 255);
text-decoration: none;
}
#util a:hover {
color: rgb(255, 255, 255);
text-decoration: underline;
}
</style>
</div>
<!--------------- Footer Ends------------------- -->
<script src="js/jquery.min.js"></script>
<script src="js/templatemo-script.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r121/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
<script>
VANTA.NET({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 220.00,
minWidth: 220.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x4b8755,
backgroundColor: 0x80828,
points: 15.00
})
</script>
<script>
jQuery(document).ready(function() {
if ($(window).width() < 999) {
$('#events-drop-down').removeClass('drop-down');
}
});
</script>
<script>
jQuery(document).ready(function() {
if ($(window).width() < 999) {
$('#events-drop-down').removeClass('drop-down');
}
});
</script>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('li.drop-down').click(function() {
$('li.drop-down').not(this).find('ul').hide();
$(this).find('ul').toggle();
});
});
</script>
</body>
</html>