forked from the-utkarshjain/IEEE-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 4
/
events2019.html
executable file
·680 lines (621 loc) · 51.7 KB
/
events2019.html
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
<!DOCTYPE html>
<html lang="en">
<style>
header {
background-color: #404040;
padding: 20px;
text-align: center;
font-size: 35px;
color: white;
}
.navbar {
font-family: montserrat;
border-radius: 0;
opacity: 1;
background-color: black !important;
}
.navbar li a {
color: #d5d5d5 !important;
font-size: 17px;
padding: 18px !important;
transition: .3s;
}
.navbar-nav li a:hover {
color: white !important;
}
.navbar-nav li.active a {
color: #fff !important;
background-color: #29292c !important;
}
p {
color: black;
}
</style>
<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>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/templatemo-style.css">
</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="index.html">
<img src="img/ieee_logo.png" alt="Logo" style="height: 44px; transform: translate(0px,-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="index.html#events">Events</a></li>
<li><a href="awards.html">Awards</a></li>
<li><a href="index.html#membershere">Executive Council</a></li>
<li><a href="history.html">History</a></li>
<li><a href="index.html#gallery">Gallery</a></li>
<li><a href="index.html#contact_us">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- NAVBAR ENDS -->
<br><br>
<div class="jumbotron">
<h1 style="color: black; text-align: center;">Events - 2019</h1>
</div>
<div class="container">
<div class="container tm-container-2">
<div class="row tm-section-mb">
<div class="col-lg-12">
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/meeting.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Drive:</b> Student Membership drive for 2020</h3>
<p>Student Membership drive for 2020</p>
<p class="tm-text-orange float-right mb-0"> <strong>Date:</strong><span> December 2019</span><br>
</p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/workshop.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-yellow tm-font-400"><b>Workshop: </b> Do it Yourself Workshop on Solar Lamp by IEEE IIT Mandi</h3>
<p>IEEE SB Chapter IIT Mandi in collaboration with IEEE PES-IAS Delhi Section, National Service Scheme (NSS) and Society for collaborative Research and Innovation (SCRI) successfully celebrated the IEEE Day in Himalayan Region through “Do it Yourself Workshop on Solar Lamp” with a theme of Solar Energy for Future conducted at Government School named Nalan Govt. School. This project was a part of the Global IEEE day Celebration by IEEE SB Chapter IIT Mandi and IEEE Delhi Section, NSS and SCRI.</p>
<p>
The activity is to deliver a talk on non-renewable and renewable energy sources, after the awareness talk, there would a small hands-on session on assembling a portable solar lamp. The students of Nalan Govt. school showed high interest in making the solar lamp and the complete solar lamp has been majorly made by students itself. Though, the IEEE volunteers helped them as per their individual need. Once the students have completed the task then the solar lamp has been hand over to them as a memento and further awareness about how the solar lamp generate energy from the solar.</p>
<p>The project focused on creating awareness among the 10th Standard students about renewable energy and its sources and assembling a portable solar lamp by each student. Altogether, 15 kids from 10th class with the four faculty members from the school participated in this event.
The team provided dismantled parts of the solar lamp to school students and they were curiously engaged in making the lamp. Lots of questions in young minds started to emerge, as they started making the solar lamp. The volunteers were also engaged with the individual students to quench their thrust of knowledge and helping them in assembling the parts. The students took approximately one and a half hour to complete the project and at the last, the moment came of which we all were waiting for, the gleams of triumph, affection and aspiration in their eyes with the glow of the solar lamp as they switched it on for green energy. After all, we saw a keen sense of attraction for solar energy in these innocent, happy and blooming young minds.</p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/workshop.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Workshop: </b> Quadcopter Workshop</h3>
<p>A 2 days long quadcopter workshop was organized by IEEE IAS SB Chapter IIT Mandi in collaboration with SkyFi Labs, sponsored by IEEE student branch chapter IIT Mandi and IEEE IAS-PES chapter of Delhi
Section. It was conducted on 16th and 17th November 2019. Initial lecture session of 3 hrs duration helped to get a good understanding of rotary-wing aircraft and their dynamics. Students were then divided into a team
of 5 members and they worked in cooperation to build the drone. Workshop saw good participation from 1st
year and 2nd year students engaging in fabricating the quadcopter and assembling electronics. It gave an
exposure to Design and concepts of Embedded Systems behind multicopters. At the last, calibration and
proper testing of the developed quadcopter was done and each student was given a chance to fly their built
drones in testing ground.</p>
<font color="black">
<ul>
<li>Embedded Development Board</li>
<li>Brushless DC Motor</li>
<li>Propellers</li>
<li>Electronic Speed Controllers</li>
<li>Power Distribution Board</li>
<li>Accelerometer sensors</li>
<li>Gyroscopic Sensors</li>
<li>Quadrotor Frame</li>
<li>Screws and Nuts</li>
<li>Transmitter and Receiver</li>
</ul>
</font>
<p class="tm-text-orange float-right mb-0"> <strong>Date:</strong><span> 16th, 17th
November 2019</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/hack36.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-yellow tm-font-400"><b>Hackathon: </b> IEEE Hack36 and Open-Source Talks</h3>
<p>The Programming Club of IIT Mandi in association with ACM student chapter and IEEE IAS student
branch and IEEE IAS-Delhi section organized a 36-hour hackathon, Hack36 at IIT Mandi, India. The
hackathon was sponsored by IIT Mandi Catalyst. The hackathon saw 223 participants. Hack36 was by
far the biggest programming event ever organized at IIT Mandi. Themes were disclosed at 10:00 PM on
8th November 2019. Themes were provided by startups incubated by IIT Mandi Catalyst. Startups also
explained their startup ideas to the students. 96 teams participated in the hackathon. Out of 96 teams, 59
teams submitted their ideas. Out of these 59 teams, 26 teams submitted final project.Along with the Hackathon, two talks on Open Source were also organized. The talks were given
by prominent members of open source community.
First talk was given by Marcos Caceres of Mozilla Foundation. Marcos is from Australia and gave the
talk remotely. The talk was attended by 55 students. The timings of this talk were 9th November 2019
11AM to 12PM. Marcos introduced students to Mozilla and his work in Mozilla Foundation. He also
guided students to get started with Open Source. Link to his presentation notes: Marcos Caceres Gist
Second talk was given by Aveek Basu of The Linux Foundation. Aveek is from Kolkata and he travelled to IIT Mandi along with Sahil Arora (IIT Mandi Alumni, 2018 batch). This talk was
attended by 120 students. The initial timings of this talk were 9th November 2019 2-3 PM but
due to clash with lab evaluation of First year students, the talk was shifted to 6:30 PM to 7:30PM
same day. His primary focus was getting students interested in Open Source and Open Printing.
Link to his presentation: Aveek Basu Presentation</p>
<p class="tm-text-yellow float-right mb-0">
<strong>Date:</strong><span> 10:00PM 8 th November 2019 - 12:00PM 10 th November 2019</span><br></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/fieldvisit.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Talk:</b> Transformation of the Indian core sector
Industries and consequent demand on an Engineer over the last 40 years</h3>
<p>IEEE technical talks was organizedby IEEE IAS Student Branch Chapter IIT
Mandi in collaboration with IEEE PES-IAS Chapter Delhi Section on 08 th Nov. 2019 on the
topic “Transformation of the Indian core sector Industries and consequent demand on
an Engineer over the last 40 years” by Mr. Sabyasachi Roy.</p>
<p class="tm-text-orange float-right mb-0">
<strong>Date:</strong><span> Nov. 08, 2019 (Friday)</span><br>
<strong>Speaker: </strong><span>Mr. Sabyasachi Roy</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/workshop.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-yellow tm-font-400"><b>Workshop: </b> Hands-on Workshop on Solar Powered Lamp for
School Students by IEEE IIT Mandi</h3>
<p>IEEE SB Chapter IIT Mandi in collaboration with IEEE PELS Delhi Section, National Service
Scheme (NSS) and Society for collaborative Research and Innovation (SCRI) successfully celebrated the
IEEE Day in Himalayan Region through “Hands-on Workshop on Solar Powered Lamp for School
Students” with a theme of Solar Energy for Future conducted at Government School named Nishu Govt.
School on 31 st October 2019. This project was a part of the Global IEEE day Celebration by IEEE SB
Chapter IIT Mandi and IEEE Delhi Section, NSS and SCRI.
The activity is to deliver a talk on non-renewable and renewable energy sources, after the awareness
talk, there would a small hands-on session on assembling a portable solar lamp. The students of Nishu
Govt. school showed high interest in making the solar lamp and the complete solar lamp has been majorly
made by students itself. Though, the IEEE volunteers helped them as per their individual need. Once the
students have completed the task then the solar lamp has been handed over to them as a memento and
further awareness about how the solar lamp generate energy from the solar.</p>
<p>The project focused on creating awareness among the 17 th Standard students about renewable
energy and its sources and assembling a portable solar lamp by each student. Altogether, 17 kids from
10 th class with the four faculty members from the school participated in this event.
The team provided dismantled parts of the solar lamp to school students and they were curiously
engaged in making the lamp. Lots of questions in young minds started to emerge, as they started making
the solar lamp. The volunteers were also engaged with the individual students to quench their thrust of
knowledge and helping them in assembling the parts. The students took approximately one and a half hour
to complete the project and at the last, the moment came of which we all were waiting for, the gleams
of triumph, affection and aspiration in their eyes with the glow of the solar lamp as they switched it on for
green energy. After all, we saw a keen sense of attraction for solar energy in these innocent, happy and
blooming young minds.</p>
<p class="tm-text-yellow float-right mb-0"> <strong>Date:</strong><span> 31st October 2019</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/teacher.jpeg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Celebration:</b> Teacher’s Day 2019</h3>
<p>On the occasion of Teacher’s day, the IEEE IAS Student Branch Chapter IIT Mandi
with collaboration with IEEE PELS Student Branch Chapter IIT Mandi celebrated Teacher’s
day on 5 th September 2019 at IIT Mandi, Himachal Pradesh, India. Teachers' Day in India is
celebrated on 5 th September to commemorate the birth anniversary of Dr. Sarvepalli
Radhakrishnan. He was a renowned scholar, recipient of Bharat Ratna, first Vice- President
and second President of independent India. He was born on 5 th September 1888. As an
educationist, he was an advocate of edification, and was a distinguished envoy, academician,
and above all a great teacher. As the common adage goes, the future of a country lies in the
hands of its children and teachers, as mentors, can would students into future leaders who
shape the destiny of India. They play an important role in our lives to become successful in
career and business. They help us to become a good human being, a better member of the
society and an ideal citizen of the country. Teacher’s Day is celebrated to acknowledge the
challenges, hardships and the special role that teachers play in our lives.The event was followed by the Cake Cutting celebrating the Teacher’s Day.</p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/talk.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Talk:</b>IEEE Technical talk on Applying Gandhian Principles for Energy Sustainability and Mitigating Climate Change</h3>
<p>An IEEE technical talks was organizedby IEEE IAS Student Branch Chapter IIT Mandi in collaboration with IEEE PES-IAS Chapter Delhi Section on 18thJuly 2019 on the topic “Applying Gandhian Principles for Energy Sustainability and Mitigating Climate Change” by Prof. Chetan Singh Solanki.</p>
<p>
Prof. Chetan Singh Solanki, IIT Bombay has undertaken Gandhi Global Solar Yatra (GGSY), to promote the idea of Energy Swaraj, wherein the communities generate and consume their own energy needs through the adoption of solar energy. With this, he is traveling across the country and visited Mandi on 18th July 2019, and he delivered IEEE technical talk on “Applying Gandhian Principles for Energy Sustainability and Mitigating Climate Change”.
</p>
<p class="tm-text-orange float-right mb-0">
<strong>Date:</strong><span> 18/07/2019 (Thursday)</span><br>
<strong>Time:</strong><span> 10:00 -11:30 am</span><br>
<strong>Venue:</strong><span> A1- NKN</span>
</p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/PELS_DAY.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-yellow tm-font-400">1st IEEE PELS Day Celebration at IIT Mandi</h3>
<p>Overall Agenda of the event is as follows: <br>
1. Introduction to IEEE PELS Day by Rajesh Pindoriya, PELS Day Ambassador.<br>
2. Brief Progress of IEEE SB Chapter IIT Mandi, by Adil Usman, PES Young Professional Representative, India.<br>
3. Expert talk on Wireless Power Transfer Typologies in E-vehicle Applications by Dr.Narsa Reddy, Member, IEEE.<br>
4. Vote of Thanks by Rajesh Pindoriya, IEEE PELS Ambassador and Region 10 leader.<br>The event was followed by the Cake Cutting celebrating the 1st IEEE PELS Day.
</p>
<p class="tm-text-yellow float-right mb-0"> <strong>Date:</strong><span> 20th June 2019</span>.</p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/workshop.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>National Workshop:</b> Real-Time Digital Simulation for Power Engineering Applications</h3>
<p>IEEE Student Branch Chapter IIT Mandi in collaboration with IEEE IAS SB Chapter of IIT Mandi organized anational workshop on “Real-Time Digital Simulation for Power Engineering Applications” at IIT Mandi. This workshop was partially sponsored by IEEE IAS and Science and Engineering Research Board (SERB), India. The workshop’s objective was to enhance the knowledge of the participants in the area of the “Real-Time Digital Simulation for Power Engineering Applications”. With the theme of “Real-Time Digital Simulation for Power Engineering Applications,” this event was providing an environment for research scholars, faculty members and industry personnel to know, grow, develop, experience and exchange their ideas to fortifying the technological developments.<br>The chief guest of workshop was Prof. Ramesh Oruganti.<br>
Speaking about the impact of the workshop, Dr. Bharat S. Rajpurohit, coordinator of the workshop and Associate Professor, School of Computing and Electrical Engineering, IIT Mandi, said, that the large number of participant registrations shows the importance and significance of learning RTDS and Opal RT tool.<br>
Highlighting the unique aspects of this workshop, Prof. S. N. Singh, Fellow, IEEE, Vice chancellor, MMMUT, Gorakhpur, India, delivered lecture on “Estimation of Grid Harmonics in the Presence of Renewable Energy Sources”.
</p>
<p class="tm-text-orange float-right mb-0"><strong>Date:</strong><span> 13-16 June 2019</span> </p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/meeting.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-yellow tm-font-400"><b>Meeting: </b>IEEE Closing Ceremony for the year 2018 - 19</h3>
<p>IEEE Student Branch IIT Mandi celebrated its closing ceremony for the year 2018-19. The event included talks by the branch counselors and recognitions of some students for their dedication and contribution to the branch. It began with an introductory talk by vice-chairman of IEEE Student Branch, Mr. Munish, followed by a speech by Dr. Bharat Singh Rajpurohit, branch counselor IEEE IAS student branch. Mr. Piyush Anand, chairperson of IEEE Student Branch IIT Mandi gave a presentation covering the events and achievements of the branch for the year 2018-19. The event then continued towards the next phase of felicitation to executive council members and some volunteers for their contribution to the growth of branch. The event was a success because of the considerable participation of students, especially undergraduate students.</p>
<p class="tm-text-yellow float-right mb-0"> <strong>Date:</strong><span> 11th June 2019</span>.</p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/contest.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-yellow tm-font-400"><b>Hackathon: </b> IEEE IAS SB Chapter IIT Mandi Organized Hackathon on Deep Learning</h3>
<p>IIT Mandi in collaboration with IEEE IAS SB Chapter IIT Mandi has organized a hackathon from 17th May 2019 to 19th May 2019 at IIT Mandi, Himachal Pradesh, India. There were 23 teams who have participated in the hackathon and showcased their skills. All of the projects were chosen as to motivate the students on the wide applications that the current trend of deep learning provides and make them familiar with many aspects of deep learning. Each group were assisted by the faculty in charge Dr. Aditya Nigam and teaching assistants of the Deep Learning course offered in IIT Mandi.</p>
<p class="tm-text-yellow float-right mb-0"><strong>Schedule of the Event:</strong><span><br>17 May 2019:<br>
6:00 pm - 8:00 pm: Problem formulation and discussion<br>
18 May 2019:<br>
11:00 am: Progress evaluation and discussion with the teaching assistants<br>
10:00 pm: Mid evaluation performed by faculty incharge Dr Aditya Nigam<br>
19 May 2019:<br>
10:00 am: Final submission from each group<br>
11:00 am - 6:00 pm: Detailed final evaluation and discussion of the projects for each group individually.</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/fieldvisit.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Industrial Visit: </b>IEEE Industrial Visit to Larji Hydro Power Plant (126 MW)</h3>
<p>IEEE SB Chapter IIT Mandi in collaboration with IEEE PES-IAS-PELS Delhi Section, organized IEEE Industrial visit to Larji Hydro Power Plant (126 MW) in Mandi, Himachal Pradesh, India. The 126 MW Larji Hydropower Plant near Aut on the mainstem of the Beas is run by the Himachal Pradesh State Electricity Board (HPSEB). Around 22 students comprising of undergraduate, graduate and PhD research students of IIT Mandi went for the academic visit</p>
<p class="tm-text-orange float-right mb-0"><strong>Date:</strong><span> 25 th May 2019.</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/talk.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-yellow tm-font-400"><b>Industrial Visit: </b> IEEE Industrial Visit to Bijni Power Substation (132/33kV)</h3>
<p>AIEEE SB Chapter IIT Mandi in collaboration with IEEE PES-IAS-PELS Delhi Section, organized IEEE Industrial visit to Bijni Power Substation (132/32 kV), Mandi, Himachal Pradesh, India. Around 22 students comprising of undergraduate, graduate and PhD research students of IIT Mandi went for the academic visit</p>
<p class="tm-text-yellow float-right mb-0"><strong>Date:</strong><span> 25 th May 2019.</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/fieldvisit.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Talk:</b> Natural Language Processing</h3>
<p>Natural Language Processing technology has been greatly used in various application areas like E-Commerce, Health Care, Digital Assistants etc. It has been exciting and challenging topic for academics as well as industry. The tech talk gives a brief technical overview of NLP and gives an insight to NLP use cases on which we are working in automotive domain, specially for Advance Driver Assistance Systems (ADAS) and Autonomous Driving (AD). Also, the tech talk highlights the challenges for NLP in automotive domain and in general, along with demonstration of our success stories.</p>
<p class="tm-text-orange float-right mb-0">
<strong>Date:</strong><span> 14/05/2019</span><br>
<strong>Speaker: </strong><span>Veena Vengalil</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/talk.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-yellow tm-font-400"><b>Talk:</b> Artificial Intelligence for Automated Driving</h3>
<p>People around the World are now quite excited about the launch of autonomous cars. The ability to perceive its environment using the modern form of AI and take decisions without the assistance of any driver is amazing. In other words, these cars are equipped with special sensors, processors and another database which is responsible for the operation of this car and does not require any driver. It navigates itself following up to the destination point requested by users.</p>
<p class="tm-text-yellow float-right mb-0">
<strong>Date:</strong><span> 14/05/2019</span><br>
<strong>Speaker: </strong><span>Bharath Shivapuram</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class=" tm-timeline-item">
<div class="tm-timeline-item-inner">
<a href="img/Exodia/robowar.jpg"><img src="img/Exodia/robowar.jpg" alt="Image"
class="rounded-circle tm-img-timeline"></a>
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Contest:</b> Robo-Wars</h3>
<p><strong>IEEE</strong> Student Branch IIT Mandi in collaboration with Robotic club
of IIT Mandi will be organising “Robo-war” as part of technical fest Exodia.<br>
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 class="tm-text-orange float-right mb-0"><strong>Date:</strong><span>
12/04/2019</span><br>
</p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<a href="img/Exodia/linefollower.jpg"><img src="img/Exodia/linefollower.jpg" alt="Image"
class="rounded-circle tm-img-timeline"></a>
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-yellow tm-font-400"><b>Contest:</b> Line Follower</h3>
<p><strong>IEEE</strong> Student Branch IIT Mandi in collaboration with
Robotic club of IIT Mandi will be organising “Line follower” as part of
technical fest Exodia.<br>
The event is conducted in two levels. Students who qualify level-
1 will be allowed to level-2.</p>
<p class="tm-text-yellow float-right mb-0"><strong>Date:</strong><span>
13/04/2019</span><br>
</p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<a href="img/Exodia/drone.jpg"><img src="img/Exodia/drone.jpg" alt="Image"
class="rounded-circle tm-img-timeline"></a>
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Contest:</b> Drone Championship</h3>
<p><strong>IEEE</strong> Student Branch IIT Mandi in collaboration with Robotics
club of IIT Mandi will be organising “Drone championship” event as part of
technical fest Exodia.<br>
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>
<p class="tm-text-orange float-right mb-0"><strong>Date:</strong><span>
14/04/2019</span><br>
</p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/contest.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-yellow tm-font-400"><b>Contest:</b> Corundrum</h3>
<p><strong>IEEE</strong> Student Branch IIT Mandi in collaboration with Programming
club of IIT Mandi will be organising “Corundrum” event as part of technical fest
Exodia.<br>
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>
<p class="tm-text-yellow float-right mb-0"><strong>Date:</strong><span>
14/04/2019</span><br>
</p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/meeting.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Meeting: </b> IEEE IAS SB Chapter EXECOM
Meeting</h3>
<p>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>
<p class="tm-text-orange float-right mb-0"> <strong>Date:</strong><span> 5th March
2019</span>.</p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/presentation.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-yellow tm-font-400"><b>Seminar: </b> Field-Circuit Coupled
Formulation for Analysis of
Transformers and Electrical Machines</h3>
<p>An IEEE Seminar has been organized by IEEE IAS SB Chapter of IIT Mandi in
association with IEEE PES-IAS and PELS-IES Chapters <br>Venue: A4 Conference
Room<br>
Timings: 11:00 AM to 12:00 PM</p>
<p class="tm-text-yellow float-right mb-0"> <strong>Date:</strong><span> 8th January
2019.</span><br><strong>Speaker:</strong><span>Dr. Ganesh Kumbhar, IIT
Roorkee</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/workshop.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Workshop: </b> FPGA based Systems
Synthesis by Xilinx</h3>
<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>
<p class="tm-text-orange float-right mb-0"> <strong>Date:</strong><span> 18th
January 2019.</span>.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
<script src="js/jquery.min.js"></script>
<script src="js/templatemo-script.js"></script>
</body>
</html>