-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathevents2020.html
More file actions
694 lines (644 loc) · 29.4 KB
/
events2020.html
File metadata and controls
694 lines (644 loc) · 29.4 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
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
<!DOCTYPE html>
<html lang="en">
<head>
<title>Events 2020 | 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 - 2020</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>1st Execom Meeting of IEEE
PELS SB Chapter IIT Mandi </b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-2"> Execom Meeting of IEEE PELS SB Chapter
IIT Mandi was organised on 1st June 2020.
The agenda of the meet being:<br>
1. Conduction of activities in Covid-19<br>
2. Review of the online activity <br>
3. PELS Day celebration strategy<br>
4. Selected students for free IEEE memberships for
2020.<br>
5. Progress of activities<br>
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">01</h5>
<p class="mb-0 text-white-50">June</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 Lecture “How to Write
Thesis and Research Paper” PELS Day Celebration</b>
</h5>
<div class="text-muted" style="margin: 10px;">
<p>On the occasion of <b>IEEE PELS day celebration</b>,
a lecture on <b>“How to write Thesis and Research
papers”</b> was organised which was delivered by
<b>Prof. Ramesh Oruganti</b>, visiting professor of
IIT Mandi. This lecture was more helpful for the
final-year students as they are near graduation, and
because, under the current Covid-19 scenario,
graduating students are off campus and facing
difficult days completing their theses at their
home.
<br>
<b><strong>Speaker:</strong><span> Prof. Ramesh
Oruganti, visiting professor of IIT Mandi.
</span></b>
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">20</h5>
<p class="mb-0 text-white-50">June</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 PELS Distinguished
Lecture: Wireless Grid Integration of EVs for V2G
Application PELS Day Celebration.</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-4">
IEEE Student Branch Chapter IIT Mandi, organised a
webinar on Distinguished Lecture on <b>“Wireless
grid Integration on EVs for V2G Application”</b>
to celebrate the <b>IEEE PELS Day</b>. The webinar
was delivered by <b>Professor Udaya Kumar Madawala
</b>a distinguished lecturer of the IEEE power
Electronics Society from University of Auckland, New
Zealand, fellow IEEE.
<br>
<b><strong>Speaker:</strong><span> Professor Udaya
Kumar Madawala a distinguished lecturer of
the IEEE power Electronics Society.
</span></b>
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">22</h5>
<p class="mb-0 text-white-50">June</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>2nd Execom Meeting of IEEE
PELS SB Chapter IIT Mandi</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
Execom Meeting of IEEE PELS SB Chapter IIT Mandi was
organised with the agenda of:
<br>
1.Review of the IEEE PELS lecture.<br>
2.Formation of joint chapter with IEEE IES SB
Chapter IIT Mandi<br>
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">21</h5>
<p class="mb-0 text-white-50">July</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 IAS-PES Distinguished
Lecture on “Condition monitoring and fault diagnosis
of electric machines”</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
This was the very first event of its kind which was
organised to just resume the strength and providing
motivation of those affected by the current
pandemic. So, IEEE IAS organised an IEEE IAS
distinguished Lecture delivered by <strong> Prof.
Jose A. Antonino-Daviu </strong> from
Universitat Politecnica de Valencia, Valencia,
Spain. He delivered the lecture on the topic of
<strong>monitoring and fault diagnosis of electric
machines</strong>. This topic is not only in
high demand among industries, but it also plays a
critical role in supporting present infrastructure,
which is heavily reliant on electrical gear. As a
result, concepts of machine monitoring and problem
detection needs to be combined to ensure that an
industry runs smoothly.<br>
<b><strong>Speaker:</strong><span>Prof Jose A.
Antonino </span></b>
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">27</h5>
<p class="mb-0 text-white-50">July</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 IES Distinguished
Lecture on Smart Microgrid Management</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
IEEE PELS-IES Distinguished Lecture was delivered by
<strong>Mo-Yuen Chow</strong>, IEEE Fellow, North
Carolina State University, North Carolina, USA on
21st September 2020 on the topic <strong>“Smart
Microgrid Management”</strong>. Smart Microgrids
are a well-known framework for using Electrical
Energy Storage Systems (EESSs). Energy Efficiency
Programs (EEPs), on the other hand, are widely
acknowledged as an essential and highly important
component of smart MG investments and operations.
<br>
<b><strong>Speaker:</strong><span>Prof. Mo-Yuen Chow
(North Carolina State University, North
Carolina, USA) </span></b>
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">21</h5>
<p class="mb-0 text-white-50">Sep</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 talk on “Cutting Edge
Applications of undergraduate control”</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
A talk on the topic <strong>“Cutting edge
application of undergraduate control”</strong>
was organised by IEEE RAS Student Branch Chapter IIT
Mandi on 7th November 2020. The talk was delivered
by <strong> Ramprasad Potluri</strong>, associate
professor at IIT Kanpur.The discussion started at 12
p.m. (IST) and ran for 2 hours, with Q&A in between.
Following, subtopics such as Path-tracking control
of a moon rover using kinematic-based methods,
Control Systems Laboratory and its experiments that
have already run for 10 years continuously at IITK,
built at less than a tenth of the cost of
commercially available experimental setups, and
page-separation-lifting-turning mechanism of an
Automatic book copier were briefly discussed.
<br>
<b><strong>Speaker:</strong><span>Dr. Ramprasad
Potluri</span></b>
</p>
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">7</h5>
<p class="mb-0 text-white-50">Nov</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>Collaboration with IIT
Mandi Catalyst in organising HST</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
HST is IIT Mandi Catalyst's annual flagship event,
which aims to bring together stakeholders in the
Indian startup ecosystem. HST 2019 attracted 250
attendees, including 52 entrepreneurs that were
given the opportunity to connect with investors.
Investors, business professionals, and government
officials were among the 42 distinguished speakers
who discussed a variety of startup-related topics.
The 4th edition of HST will bring together a slew of
startup professionals and give businesses a
reputable venue to propose their ideas for
incubation assistance. IIT Mandi catalyst partnered
with <strong>SB Chapter IIT Mandi</strong> for
publicity, outreach, and other volunteer assistance.
Although this three-day event was entirely virtual,
our volunteers assisted as much as they could in
conducting the talks, conference and many more.</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">11</h5>
<p class="mb-0 text-white-50">Dec</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>“Let’s Read” Literary
Online Writing Competition </b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
IEEE Student Branch of Sri Lanka Technological
Campus organised a writing competition with the
support of IIT Mandi's literary society in
partnership with IEEE Student Branch of Sri Lanka
Technological Campus. The goal of this challenge was
to create a 300-word article about any field of
science and technology.
<br>
The total number of entries were sent to IEEE
Student Branch of Sri Lanka Technological
Campus.<br>
<b>Participation entries</b> - 20
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">15</h5>
<p class="mb-0 text-white-50">Dec</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>WiE Ideathon 2020</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
<b>Women in Engineering Affinity Group of IEEE SB
Chapter IIT Mandi</b> organised an Ideathon
during 19-20 December, 2020. In this Ideathon,
students in a group of 3 had to come up with an
innovative tech-based solution that can bridge the
gap and streamline the education system so that the
learning can be more effective. The event began at
12 p.m. on December 19, 2020 and continued for 48
hours. Participants were required to come up with a
solution on the theme <b>"Where education meets
technology"</b> and present it using a
two-minute video and a presentation. They were
compelled to think of some innovative ideas that can
really be implemented in this new normal. This event
drew around 24 students. The core team members
accompanied them throughout the event and offered
assistance as required. The participants were
ecstatic to be there. They were made to think out of
the box. They also learnt how to first analyse all
the prospects of an idea before implementing it.
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">19</h5>
<p class="mb-0 text-white-50">Dec</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 Membership and
Introduction Drive for Btech Freshers.</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
A session based on the awareness about IEEE and its
memberships and various related queries was
organised on 19th December 2020 at 11:30 AM
(IST).The primary goal of this meeting was to
<b>induct the fresher batch of 2020 and explain what
IEEE is and how it operates</b>. Also, as is
customary, people consider what we get from any
agreement, so
all the content was mainly based on the benefits
part. This 1 hr session was made
informative and interactive merging to Introduction
to the IEEE WIE Ideathon 2020. The session began
with an opening statement and ended with all
pertinent questions being answered.
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">19</h5>
<p class="mb-0 text-white-50">Dec</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>Lecture: Innovation on
Power
Generation from Solar and Biowaste</b></h5>
<div class="text-muted" style="margin: 10px;">
<p class="mb-0">
The 3rd Execom Meeting of IEEE PELS SB Chapter IIT
mandi was organised with the agenda being:
<br>
1. Review of the pending work.<br>
2. Come to the existence of organizing activities
after long time. <br>
3. Application for SPAx funding
</p>
</div>
</div>
<div class="event-date bg-primary">
<h5 class="mt-0">21</h5>
<p class="mb-0 text-white-50">Dec</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>