-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathevent.html
More file actions
461 lines (380 loc) · 26 KB
/
event.html
File metadata and controls
461 lines (380 loc) · 26 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>IEEE ADGITM </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="style.css">
<link rel="stylesheet" type="text/css" media="screen" href="animate.css">
<link rel="shortcut icon" href="images/IEEE ADGITMLogo.png" type="image/x-icon">
<script src="main.js"></script>
<!-- Bootstrap CDN -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" >
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" ></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" ></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" ></script>
<link href="https://fonts.googleapis.com/css?family=DM+Sans:300,400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<!-- font awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" >
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script> -->
<link href="//fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700" rel="stylesheet">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/elegant-icons.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/slicknav.min.css" type="text/css">
<link rel="stylesheet" href="css/aos.css">
<link href="css/ihover.css" rel="stylesheet">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Offcanvas Menu Section Begin -->
<div class="offcanvas-menu-overlay"></div>
<div class="canvas-open">
<i class="icon_menu"></i>
</div>
<div class="offcanvas-menu-wrapper">
<div class="canvas-close">
<i class="icon_close"></i>
</div>
<nav class="mainmenu mobile-menu">
<div class="logo">
<a href="index.html">
<img src="images/IEEE ADGITMLogo.png" alt="">
</a>
</div>
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#wwd">What We Do</a></li>
<li><a href="#team">Our Team</a></li>
<li><a href="contact">Contact Us</a></li>
</ul>
</nav>
<div id="mobile-menu-wrap"></div>
</div>
<!-- Offcanvas Menu Section End -->
<!-- Header Section Begin -->
<header class="header-section">
<div class="menu-item">
<div class="container">
<div class="row">
<div class="col-lg-6 ml-auto">
<div class="nav-menu">
<nav class="mainmenu">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#wwd">What We Do</a></li>
</ul>
</nav>
</div>
</div>
<div class="col-lg-2 ml-auto">
<div class="logo">
<a href="index.html">
<img src="images/IEEE ADGITMLogo.png" alt="">
</a>
</div>
</div>
<div class="col-lg-4 ml-auto">
<div class="nav-menu">
<nav class="mainmenu">
<ul>
<li><a href="#team">Our Team</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Header End -->
<!--2019-->
<div class="site-section">
<h1 class="text-center">Events In Year 2019</h1>
<br>
<div class="container">
<div class="row">
<div class="col-md-6" data-aos="fade-up" data-aos-delay="">
<div class="media-92812">
<div class="owl-2 owl-carousel">
<img src="images/event/PDC/1.jpg" alt="Image" class="img-fluid">
<img src="images/event/PDC/2.jpg" alt="Image" class="img-fluid">
<img src="images/event/PDC/3.jpg" alt="Image" class="img-fluid">
<img src="images/event/PDC/4.jpg" alt="Image" class="img-fluid">
</div>
<div class="text">
<br>
<hr>
<header class="align-center">
<h2>PES Day Celebration</h2>
</header>
<p>The zenith of the relentless efforts of IEEE ADGITM is realized in the form of PES Day. An
event marked to celebrate the accomplishments of IEEE's oldest society PES. PES, the Power,
and Energy Society of IEEE ADGITM constantly strive to apply scientific and engineering
prowess to radicalize Electricity and Power. With an inspiring agenda in mind, PES- focuses on
conceiving new forms of renewable energy and mechanisms to be implemented into everyday
life. The Ideathon, a competition in which participants had to present their abstract ideas in a
written form. The competition observed entries from all across the world. To everyone's
astonishment entries from as far as Kerala, Jordan, and Australia were received. Without the
shadow of a doubt, the event ticked all boxes in the checklist of a successful event.</p>
</div>
</div>
</div>
<div class="col-md-6 ml-auto" data-aos="fade-up" data-aos-delay="">
<div class="media-92812">
<div class="owl-2 owl-carousel">
<img src="images/event/MD/1.jpg" alt="Image" class="img-fluid">
<img src="images/event/MD/3.jpg" alt="Image" class="img-fluid">
<img src="images/event/MD/2.jpg" alt="Image" class="img-fluid">
<img src="images/event/MD/4.jpg" alt="Image" class="img-fluid">
</div>
<div class="text">
<br>
<hr>
<header class="align-center">
<h2>MEMBERSHIP DRIVE</h2>
</header>
<p>The aim of the counselling-cum-recruitment drive was to enlighten students about the variety
of careers one can opt for and plan for a journey with IEEE. The session was to help students
learn about the new technologies, their implementation and to educate them on the innovative
ways in which they can showcase it to others.
The drive got a staggering 150+ applications. It started with a group discussion/chat with the
students which was followed by a small fun quiz for both the team and students to know one
another better. The chat was followed by a one on one interview cum counseling session of the
students with the executive committee members.</p>
</div>
</div>
</div>
<div class="col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="media-92812">
<div class="owl-2 owl-carousel">
<img src="images/event/STM/1.jpg" alt="Image" class="img-fluid">
<img src="images/event/STM/2.jpg" alt="Image" class="img-fluid">
<img src="images/event/STM/3.jpg" alt="Image" class="img-fluid">
<img src="images/event/STM/4.jpg" alt="Image" class="img-fluid">
</div>
<div class="text">
<br>
<hr>
<header class="align-center">
<h2>SCRATCH TO MARVELS</h2>
</header>
<p>The workshop was organized for the 1st year and 2nd year students of all departments of
ADGITM keeping in mind their technical interest and with the aim to provide them a great start
for their respective technical fields. The speakers started the session by explaining the true
meaning of the word ‘Engineers’. The whole workshop was explained with the help of a
presentation. The first activity done by the students was making an LED glow using breadboard,
battery, resistors and jumper wires. students were given a task to blink an LED using Arduino
and Arduino IDE. A brief introduction to all types of sensors was given to the students while
making them realize how much they are surrounded by sensors in their everyday life. The session
ended on a good note as the students were very happy to learn something new while their future
plans could be seen in their eyes.</p>
</div>
</div>
</div>
<div class="col-md-6 ml-auto" data-aos="fade-up" data-aos-delay="300">
<div class="media-92812">
<div class="owl-2 owl-carousel">
<img src="images/event/Technorex5/1.jpg" alt="Image" class="img-fluid">
<img src="images/event/Technorex5/2.jpg" alt="Image" class="img-fluid">
<img src="images/event/Technorex5/3.jpg" alt="Image" class="img-fluid">
<img src="images/event/Technorex5/4.jpg" alt="Image" class="img-fluid">
<img src="images/event/Technorex5/5.jpg" alt="Image" class="img-fluid">
</div>
<div class="text">
<br>
<hr>
<header class="align-center">
<h2>TECHNORAX V5.0</h2>
</header>
<p>IEEE ADGITM celebrated IEEE DAY on 9th and 10th October 2019 as its annual flagship
event TECHNORAX V5.0 which is also the official technical fest of Dr. Akhilesh Das Gupta
Institute of Technology and Management. The celebration was much more enthusiastic and
grander from the previous ones with technical as well as non-technical events. Initiation of the
new events like 24 Hour Hackathon, Treasure Hunt, Tug of Bots, LFR Race, Bottle Rocket
helped in encouraging students and professionals to take up engineering as a passion and not
profession. This also helped the students to know more about IEEE as a community of
enthusiastic and passionate engineers who work for the betterment of society.
</p>
</div>
</div>
</div>
<div class="col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="media-92812">
<div class="owl-2 owl-carousel">
<img src="images/event/Research/1.jpg" alt="Image" class="img-fluid">
<img src="images/event/Research/2.jpg" alt="Image" class="img-fluid">
<img src="images/event/Research/3.jpg" alt="Image" class="img-fluid">
</div>
<div class="text">
<br>
<hr>
<header class="align-center">
<h2>ML Workshop</h2>
</header>
<header class="align-center">
<h2>Think & Research- IEEE PES ADGITM</h2>
</header>
<p>IEEE ADGITM organized a workshop called ‘Think and Research’ on 18th March 2019 at ADGITM’s auditorium. It was attended by students from different colleges, branches and years. The session was lead by Mr. Apoorv Arora and Mr. Aakash Bansal with a very informal casual discussion on “What exactly does research mean?” They explained the students how to think on a project and how to use resources judiciously. Further, they explained the students how they started their approach in this field. In their full interaction they mainly focused on the topic “idea inception” they told students some parameters, some principles on which their project must be work upon, some of them are Pareto Principle – 80/20 Rule - Result Oriented Mindset. Further the session continued with explanation on how to develop interest and aptitude, how to read and publish papers, networking and team building and also some communication techniques. They took an agenda of “the ultimate know how to research” and with this they took some basic points to discuss the importance of research and development.</p>
</div>
</div>
</div>
<div class="col-md-6 ml-auto" data-aos="fade-up" data-aos-delay="300">
<div class="media-92812">
<div class="owl-2 owl-carousel">
<img src="images/event/SPAC/1.jpg" alt="Image" class="img-fluid">
<img src="images/event/SPAC/2.jpg" alt="Image" class="img-fluid">
<img src="images/event/SPAC/3.jpg" alt="Image" class="img-fluid">
<img src="images/event/SPAC/4.jpg" alt="Image" class="img-fluid">
<img src="images/event/SPAC/5.jpg" alt="Image" class="img-fluid">
</div>
<div class="text">
<br>
<hr>
<header class="align-center">
<h2>SPAC</h2>
</header>
<p>The first day of the Innoviz 2019 (29.March.2019) shall go down in the memory of ADGITM as a day full of excitement and growth. IEEE organised SPAC - Student Professional Awareness Conference. An event focusing on sharpening the professional edge in every novice. The session was conducted by Sahil Verma - Actor and Director at timeliners and TVF. A well recognized face for the crowd. The topic was ,”Art of Communication”. Around thousand plus candidates experienced this enriching event. Students from various branches such as MBA , BBA , and B Tech were a part of the event. Mr. Sahil elaborated on the need of proper presentation of words and how use correct words can alter and morph the meaning of sentences. He expressed that whatever profession one may choose efficient communication is a necessary trait.</p>
</div>
</div>
</div>
<div class="col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="media-92812">
<div class="owl-2 owl-carousel">
<img src="images/event/STAR/1.jpg" alt="Image" class="img-fluid">
<img src="images/event/STAR/2.jpg" alt="Image" class="img-fluid">
<img src="images/event/STAR/3.jpg" alt="Image" class="img-fluid">
<img src="images/event/STAR/5.jpg" alt="Image" class="img-fluid">
</div>
<div class="text">
<br>
<hr>
<header class="align-center">
<h2>STAR Programme</h2>
</header>
<p>The IEEE Student-Teacher and Research Engineer/Scientist - STAR Program is an endeavor taken by IEEE ADGITM to introduce high school students to careers in STEM, i.e., Science, Technology, Engineering, and Mathematics. It is a mentoring program for students as usually at this stage in their lives, students are often confused and clearly in oblivion of what quite lies ahead of them.
This year the STAR Program was organized at the GOVT. SARVODAYA KANYA VIDYALAYA, ROHINI on International Day of Women and Girls in Science, February 11, 2019, by the volunteers of WIE (Women in Engineering) as well as the other members of IEEE NIEC under the mentorship of Nishthaa Jain - Chairperson of WIE IEEE NIEC.
The motto of the event was “Above all, be the captain of your ship” which signifies that every person is the ultimate controller of all the decisions and actions in their life.</p>
</div>
</div>
</div>
<div class="col-md-6 ml-auto" data-aos="fade-up" data-aos-delay="300">
<div class="media-92812">
<div class="owl-2 owl-carousel">
<img src="images/event/Self Defence/1.jpg" alt="Image" class="img-fluid">
<img src="images/event/Self Defence/2.jpg" alt="Image" class="img-fluid">
<img src="images/event/Self Defence/3.jpg" alt="Image" class="img-fluid">
<img src="images/event/Self Defence/4.jpg" alt="Image" class="img-fluid">
</div>
<div class="text">
<br>
<hr>
<header class="align-center">
<h2>Self Defence Workshop</h2>
</header>
<p>The workshop was organized on account of Women’s day to teach women the self-defence techniques to feel more confident, secure and gain a sense of self-sufficiency. The workshop was taken by Suraj Sharma, Founder of Tackle Self Defense Foundation and his team.
Along with the students, faculty from different departments also took part in the workshop. The session commenced with some basic important tips and tricks to tackle common situations. Props (e.g. a plastic knife) used in the session created real life-like situations. The presence of a female trainer also marked a hint of reliance and comfort for the girls who showed up for the workshop. The trainer Suraj and his team created a safe and comfortable atmosphere during the class. The techniques he showed and taught were very basic and clear, understandable for everyone. The exercises and techniques involved the participants making it a fun and interactive session on both ends. A letter of appreciation was presented to Mr Suraj and his team at the end of the session.</p>
</div>
</div>
</div>
</div>
</div>
<!--2018-->
<div class="site-section">
<h1 class="text-center">Events In Year 2018</h1>
<br>
<div class="container">
<div class="row">
<div class="col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="media-92812">
<div class="owl-2 owl-carousel">
<img src="images/event/ML workshop/1.jpg" alt="Image" class="img-fluid">
<img src="images/event/ML workshop/2.jpg" alt="Image" class="img-fluid">
<img src="images/event/ML workshop/3.jpg" alt="Image" class="img-fluid">
</div>
<div class="text">
<br>
<hr>
<header class="align-center">
<h2>ML Workshop</h2>
</header>
<p>IEEE NIEC (now IEEE ADGITM) successfully organized the Machine Learning workshop on 13th August,2018 in the auditorium of Dr. Akhilesh Das Gupta Institute of Technology and Management. The Machine Learning workshop was organized in collaboration with Coding Ninjas, one of the best programming institutes in Delhi. The session began with Mr. Jasneet Singh (Our CS Representative) introducing Mr. Parikh Jain. He is a product engineer and instructor at Coding ninjas and also a co- founder at booksquare.in. He is truly a ninja of Competitive Programming and Machine Learning.
After introduction, the stage was taken up by Mr. Parikh. He started the session with a discussion about general programming languages and then explained what Machine Learning is. He asked a few basic questions on machine learning and what does it actually mean, to which the participants answered quite interestingly.
Now, It was time to show some practical applications of machine learning for which the students were asked to install ANACONDA and Python so that the session would continue without any hindrance. The session was now slowly coming to an end and further he asked the participants for some queries not only regarding machine learning but also regarding other programming languages and GITHUB.
With the session coming to an end he also told the students about the scope of machine learning in the coming future. Cool goodies were provided to the students who took part in the interactive session actively</p>
</div>
</div>
</div>
<div class="col-md-6 ml-auto" data-aos="fade-up" data-aos-delay="300">
<div class="media-92812">
<div class="owl-2 owl-carousel">
<img src="images/event/Technorax/ex1.JPG" alt="Image" class="img-fluid">
<img src="images/event/Technorax/ex3.JPG" alt="Image" class="img-fluid">
<img src="images/event/Technorax/h1.JPG" alt="Image" class="img-fluid">
<img src="images/event/Technorax/h2.JPG" alt="Image" class="img-fluid">
<img src="images/event/Technorax/rb1.JPG" alt="Image" class="img-fluid">
<img src="images/event/Technorax/rb2.JPG" alt="Image" class="img-fluid">
</div>
<div class="text">
<br>
<hr>
<header class="align-center">
<h2>Technorax v4.0</h2>
</header>
<p>One of the biggest celebrations of technology in the world is the celebration of the IEEE day. All the members of IEEE all over the world celebrate IEEE day to mark the great technological advancements that have been done so far and to encourage young minds to come forward with their ideas to change the world.
IEEE NIEC(now IEEE ADGITM) celebrated the IEEE day from October 11th to October 12th, 2018 with version 4.0 of its flagship event Technorax. Technorax was started three years ago with only a technical exhibition. This time we decided to take it up one notch by organizing a two-day event comprised of four sub-events. Day one and two both comprised of two sub-events each. This time the name of the event was Technorax V-4.0.
The events included were Rob war the main of all the technical exhibitions which attracted crowds from other colleges as well, Technical Exhibition where the students of our college showcased their talents, Hackathon which proved out to be a big success and our only fun event Escape Trio which consisted of four rounds Chocolate eating followed by Movie Crossword followed by extempore and lastly Pictionary.
At last, when all the events were completed, the prize distribution ceremony took place in the amphitheatre. All the winners were given goodies and certificates.
A cake cutting ceremony at makers’ space marked the end of this energy-packed event. All the volunteers had lots of fun and celebrated IEEE day with exuberance and determination</p>
</div>
</div>
</div>
<div class="col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="media-92812">
<div class="owl-2 owl-carousel">
<img src="images/event/PCB/1.jpg" alt="Image" class="img-fluid">
<img src="images/event/PCB/2.jpg" alt="Image" class="img-fluid">
<img src="images/event/PCB/3.jpg" alt="Image" class="img-fluid">
<img src="images/event/PCB/4.jpg" alt="Image" class="img-fluid">
</div>
<div class="text">
<br>
<hr>
<h2>PCB Designing Workshop</h2>
</header>
<p>IEEE NIEC in collaboration with M2R TECHNOMATIONS organized a workshop on PCB designing. The workshop took place on 20-21st August 2018 in the seminar hall of ADGITM. It was beneficial for ECE as well as EEE department students.
The students were made aware of what PCB designing is and its applications. They were also made aware of the software they will be working on.
Students were also given the kits that was used to make the project.
The workshop was successful and would surely help the students in future</p>
</div>
</div>
</div>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.slicknav.js"></script>
<script src="js/main1.js"></script>
<script src="js/main.js"></script>
</body>
</html>