-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathevents2021.html
More file actions
602 lines (553 loc) · 39.5 KB
/
events2021.html
File metadata and controls
602 lines (553 loc) · 39.5 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
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
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
<!DOCTYPE html>
<html lang="en">
<head>
<title>Events 2021 | 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 - 2021</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>IEEE PELS Distinguished
Lecture on Model predictive control in power
electronics: a critical review and recent industrial
products</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-2">
A webinar on distinguished lecture upon <b>“Model
predictive control in power electronics: a
critical review and recent industrial
products”</b> was organised by IEEE student branch chapter.
<br>
<b><strong>Speaker: </strong><span> Professor Tobias
Geyer, (ABB Corporate Research, Switzerland,
and Stellenbosch University, South Africa)
</span></b>
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">11</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-danger"></i>
</div>
<div class="event-content p-4">
<h5 class="mt-0 mb-3 font-18"><b>A Talk on Accelerating
Social Innovations through Humanitarian
Engineering</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-2">
An event on accelerating social innovation through humanitarian engineering was organised by IEEE IIT Mandi which focused on <b>IEEE HAC/SIGHT and its
role in IEEE framework</b>. An overview of IEEE SIGHT was presented through membership statistics and proposal funding statistics.
<br>
<b><strong>Speaker: </strong><span> Mr. Sampathkumar
Veeraraghavan, IEEE HAC 2021 chair, Past
chair IEEE SIGHT.
</span></b>
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">26</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-primary"></i>
</div>
<div class="event-content p-4">
<h5 class="mt-0 mb-3 font-18"><b>IEEE Professional Lecture:
“Career Mould”</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-4">
A webinar on <b>“Career Mould”</b> was conducted by IEEE PELS Student Branch Chapter IIT Mandi in collaboration with IEEE IAS SBC IIT Mandi which was delivered by <b>Prof. Ravindra Arora</b> a Senior life member of IEEE.
<br>
<b><strong>Speaker: </strong><span>Prof. Ravindra
Arora (Senior Life Member,IEEE)</span></b>
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">27</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>IEEE Professional Lecture
on “A Journey from Academia to industry</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
A webinar on <b>“A Journey from Academia to
industry”</b> delivered by <b>Dr Jyotirmoy
Ghosh</b> a highly renowned professor and highly experienced in different research projects on analog VLSI, Power Management IC and Switched-Mode Power Supply (SMPS). Webinar was
organised by IEEE PELS Student Branch Chapter IIT Mandi in collaboration with IEEE IAS SBC IIT Mandi.
<br>
<b><strong>Speaker: </strong><span>Dr. Jyotirmoy
Ghosh (Lead Design Engineer, NXP)</span></b>
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">27</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-success"></i>
</div>
<div class="event-content p-4">
<h5 class="mt-0 mb-3 font-18"><b> IEEE Professional Lecture
on Career Opportunity in Academia and Research </b>
</h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
IEEE PELS Student Branch IIT Mandi in collaboration with <b>IEEE IAS SBC IIT Mandi</b>, organised a webinar on <b>“Career Opportunity in Academia and
research”.</b><br> This webinar was delivered by, Prof. Sri Niwas Singh a fellow IEEE which was about one-hour long duration.
<br>
<b><strong>Speaker: </strong><span> Prof. Sri Niwas
Singh (Fellow, IEEE) </span></b>
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">27</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-danger"></i>
</div>
<div class="event-content p-4">
<h5 class="mt-0 mb-3 font-18"><b> IEEE PELS SYPS – My PELS
chapter Contest</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
IEEE PELS SBC IIT Mandi has participated in <b>My
PELS chapter competition</b>. The chair Mr Siddhant kumar has presented the Chapter in the symposium and discussed about the activity of
<b>IEEE PELS SBC IIT</b> mandi and its glorious achievement of fourth position in the final round contest
<br>
<b>Speaker:</strong><span> Mr Siddhant
kumar</span></b>
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">28</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-primary"></i>
</div>
<div class="event-content p-4">
<h5 class="mt-0 mb-3 font-18"><b>IEEE Lecture on
Disruption in Transport Sector</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
IEEE student branch chapter conducted a webinar on
<b>“Disruption in Transport Sector”</b>delivered by a highly experienced Prof. K.N.Srivastava professional in power systems. The webinar focused upon:
<br> 1. Research<br> 2. Technology Disruption<br> 3. Strategic Planning<br> 4. Higher Education Consulting<br> 5. Innovative Education Systems Design<br> 6. Strategic Cost Management
<br> 7. Mentoring, Coaching<br> 8. Power Systems, Modelling, Simulation, delivering presentations that sticks
<br>
<b><strong>Speaker:</strong><span> Prof. K. N.
Srivastava </span></b>
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">30</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> IEEE RAS DL on Seamless
Human-Robot Collaboration: Intention, Trust, and
Adaptation</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
IEEE DL was held on 16th April 2021 where Professor David Hsu, provost chair at NSU discussed about the following:
<br> 1. Mathematical models for human intentions and trust
<br> 2. Planning and learning algorithms that leverage the model to enable effective robot adaptation to humans.
<br> This discussion spurred greater interest towards principled approaches that integrate perception, planning, and learning for seamless human-robot collaboration.
<br>
<b><strong>Speaker:</strong><span>Professor David
Hsu</span></b>
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">16</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>Executive Committee Meeting
Of IEEE Sight IIT Mandi</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
The IEEE SIGHT group of IIT Mandi organised an executive committee meeting to discuss the current and further plans of the group. The agenda of the meet being:<br> 1. Get familiarised
with the newly appointed committee members.<br> 2. To address all the simple ideas of members that could help the community around the campus and the needy in general.<br> 3. To discuss
plan of action and design a timeline of events and plans for the upcoming year.<br> 4. Plan for initiatives that could help benefit the institute environment.<br>
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">3</h5>
<p class="mb-0 text-white-50">May</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>Collaboration with PC Club
in Frosthack Hackathon</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
IEEE Student Branch IIT Mandi in collaboration with
<b>Programming Club IIT Mandi</b> organised a three days long Hackathon- “Frosthack”. This event was organised to solve social problems by collaborating among students using technology.
Frosthack was a team event consisting of up to 3 members in each team which was conducted on Devfolio. The participation was from top universities and schools across India. The participants
ranged from 15 to 25 years old. Over 1500 applications have been submitted for consideration. Over 1000 people registered for the event. Over 300 proposals were submitted. FrostHack's
Discord Server has over 1200 users, and the cash prize was worth 1.5 lakhs.
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">7</h5>
<p class="mb-0 text-white-50">May</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>IEEE Day Event -
IDEATHON</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
This event was organised in conjunction with <b>IEEE
Day 2021</b>. The event's aim was to inspire students to apply their abilities and come up with creative and realistic solutions to meet the <b>17
United Nations Sustainable Development
Goals</b>. It was held on October 2nd and 3rd.
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">2</h5>
<p class="mb-0 text-white-50">Oct</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>IEEE Day Event - IEEE
CAREER CAMP 1.0</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
This was a two-day event held as part of the<b> IEEE
Day celebrations in 2021</b>. The event's premise was to introduce participants to new job prospects inside IEEE. This event was conducted on the 9th and 10th of October and featured
four eminent speakers.
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">9</h5>
<p class="mb-0 text-white-50">Oct</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>