-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
796 lines (737 loc) · 37.6 KB
/
index.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
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>IEEE</title>
<!-- Bootstrap -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" type="text/css">
<!--Import Google Icon Font-->
<!--<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">-->
<!--Import materialize.css-->
<!--<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>-->
<link href="https://fonts.googleapis.com/css?family=Amaranth|Play" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<header>
<div class="logo" >
<!--<div class="brainwave">
<img src="images/Logos/footer-logo.png" width="160p" height="40" />
</div>-->
<div class="ieee_logo">
<img src="images/Logos/IEEE_Logo.png" width="240p" height="75" />
</div>
<div class="dj">
<img src="images/Logos/DJ.png" width="70" height="70" />
</div>
</div>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#2018">Events 2018</a></li>
<li><a href="#mentor">Mentorship Program 2018</a></li>
<li><a href="#2017">Events 2017</a></li>
<li><a href="https://medium.com/ieee-brainwaves">Blog</a></li>
<li><a href="./newsletter.html">Newsletter Archive</a></li>
<li><a href="./the_team.html">The Team</a></li>
</ul>
</div>
</nav>
</header>
<body>
<section class="highlight">
<div class="container ">
<div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 content">
<h1> IEEE Brainwaves Declared as the Best Student Chapter </h1>
<p>
IEEE Brainwaves won the Best Student Chapter award of Dwarkadas J Sanghvi College of Engineering for the year 2016-17. The highlights being the visit to Pratham Satellite at IIT Bombay, and the Smart Navigation Seminar by Dhaval Shroff.The committee was presented the award for its year round work at the College annual function.
</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 content">
<img src="images/Win.jpg " class="center-block"/>
</div>
</div>
</div>
</section>
<section class="feature">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 ">
<div class="card bg-info" style="padding:20px">
<img class="card-img-top center-block" src="images/Events/LitreOfLight/1.jpg" alt="Card image ">
<div class="card-body">
<h2 class="card-title">Litre of Light</h2>
<p class="card-text ">
Litre of light is an open source design for a
low-cost light bulb that refracts solar light to
provide daytime interior lighting for dwellings with thin roofs.
We at IEEE are planning to emulate this concept and light
up homes with no electricity supply. </p>
</div>
</div>
</div>
</div>
</section>
<section class="events" id="mentor">
<div class="container">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 event-head">
<h2>
IEEE Mentorship Program 2018
</h2>
<p>
The IEEE Mentorship Program is designed to connect 3rd year students with DJSCOE alumni, and they in turn pass on the knowledge to the 2nd year students. Allowing them the opportunity to gain valuable experience and advice for career development.
<br>
The relationship between mentors and mentees is viewed as a partnership and the length of each Mentor match is approximately 6 months. The Mentorship Program is not intended as a job placement service for students, but is offered as a tool for students seeking career path advice from successful and experienced DJSCOE alumni.
</p>
</div>
<!---New Mentor Starts --------------------------------------------------------
-------------------------------------------------------------->
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 event-one">
<div class="card bg-info" style="padding:20px">
<img class="card-img-top" src="images/Mentorship/Mentor_1.jpg" alt="Card image">
<div class="card-body">
<h2 class="card-title">Rahul Shetty</h2>
<p class="card-text mentor-text-height">
The mentorship program was kicked off
by Electronics Department Alumnus Mr.
Rahul Shetty, who has done his
specialization in Process
Control Systems, Embedded S
ystems and Hybrid Electric Vehicles.
A vast array of topics were discussed
by him that resulted in an interactive
session from the students’ side as well.
His primary focus was to encourage the students
to learn based on their interests.
Upcoming technologies such as AI and their
implications in Machine Learning and Neural
Networks were discussed by him ...
</p>
<a href="https://medium.com/ieee-brainwaves/briefing-session-by-rahul-shetty-575d31746976"
class="btn btn-primary">
Read More
</a>
</div>
</div>
</div>
<!---New Event Ends --------------------------------------------------------
-------------------------------------------------------------->
<!---New Mentor Starts --------------------------------------------------------
-------------------------------------------------------------->
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 event-one">
<div class="card bg-basic" style="padding:20px">
<img class="card-img-top" src="images/Mentorship/Mentor_2.jpg" alt="Card image">
<div class="card-body">
<h2 class="card-title">Siddhant G.</h2>
<p class="card-text mentor-text-height">
Siddhant Gangapurwala graduated from D. J. Sanghvi College of Engineering in 2016 where his primary focus was on Embedded Systems for Robotic applications. He worked on a Semi-Autonomous Quadcopter as a final year project and has continued in the direction of Control Systems and Robotics for his research. After taking a year off to work on a few personal projects including ‘Financial Sector Behavior Prediction’, ‘Autonomous AGV for Industrial Setting’ and ‘Visual Odometry for Mobile Robots’, he moved to Oxford to pursue a Doctor of Philosophy (DPhil) in AI and Robotics.
</p>
<a href="https://medium.com/ieee-brainwaves/briefing-session-by-mr-siddhant-gangapurwala-6608a6e41adb"
class="btn btn-primary">
Read More
</a>
</div>
</div>
</div>
<!---New Event Ends --------------------------------------------------------
-------------------------------------------------------------->
<!---New Mentor Starts --------------------------------------------------------
-------------------------------------------------------------->
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 event-one">
<div class="card bg-info" style="padding:20px">
<img class="card-img-top" src="images/Mentorship/Mentor_3.jpg" alt="Card image">
<div class="card-body">
<h2 class="card-title">Rushabh Doshi</h2>
<p class="card-text mentor-text-height">
Rushabh Doshi briefed the students during an industrial visit to his factory Machinecraft.
A brief introduction about the machine classifications and the overall machine processing units was delivered. Various pneumatic and hydraulic components were well explained to which the students were able to experience the real working of such systems that they had studied in the instrumentation subjects.
The company has come up with the advance thermoforming technique to manufacture machines that deliver accurate and high end results.
</p>
<a href="https://medium.com/ieee-brainwaves/ieees-industrial-visit-to-machinecraft-96be3f781469"
class="btn btn-primary">
Read More
</a>
</div>
</div>
</div>
<!---New Event Ends --------------------------------------------------------
-------------------------------------------------------------->
</div>
<!--- ROW 1 Ends ==================================================================
==================================================================
--->
<!--- ROW 2 ==================================================================
==================================================================
--->
<div class="container">
<!---New Mentor Starts --------------------------------------------------------
-------------------------------------------------------------->
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 event-one">
<div class="card bg-info" style="padding:20px">
<img class="card-img-top" src="images/Mentorship/Mentor_4.jpg" alt="Card image">
<div class="card-body">
<h2 class="card-title">Viraj Padte</h2>
<p class="card-text mentor-text-height">
Viraj Padte is a notable alumni of D.J. Sanghvi. He is currently working as a software
deevelopment engineer at Data Ductus.
The Session was conducted via Skype on 25th January 2018. The main topic of discussion was IOT and the inroads it is making in various sectors.
Mr. Viraj Padte began the session by putting forth his plans for the program wherein he plans to give an overall understanding of various technologies used for implementation of a robust and scalable end to end IOT solution.
He moved ahead by walking the attendees through basics of IOT ...
</p>
<a href="https://medium.com/ieee-brainwaves/a-session-by-mr-viraj-padte-on-serverless-iot-7520ca578506"
class="btn btn-primary">
Read More
</a>
</div>
</div>
</div>
<!---New Event Ends --------------------------------------------------------
-------------------------------------------------------------->
<!---New Mentor Starts --------------------------------------------------------
-------------------------------------------------------------->
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 event-one">
<div class="card bg-basic" style="padding:20px">
<img class="card-img-top" src="images/Mentorship/Mentor_5.jpg" alt="Card image">
<div class="card-body">
<h2 class="card-title">Hiloni Punatar</h2>
<p class="card-text mentor-text-height">
Data Analytics is a new term for many people, “Data
Analytics refers to qualitative and quantitative techniques
and processes used to enhance productivity and business
gain.” Data is extracted, acknowledged and bifurcated to
identify and analyze behavioral data, techniques and
patterns can be dynamic according to a particular
business’s need or requirement. Data Analytics is a broader
term that has analysis as a subhead and analytics is
basically the concepts used to do the analysis.
Ms. Hiloni Punatar will be presenting the students with an
opportunity to intern as a data analyst.
</p>
<a href="https://medium.com/ieee-brainwaves/mentorship-session-on-data-analytics-by-hiloni-punatar-4cc54f1b87fd"
class="btn btn-primary">
Read More
</a>
</div>
</div>
</div>
<!---New Event Ends --------------------------------------------------------
-------------------------------------------------------------->
<!---New Mentor Starts --------------------------------------------------------
-------------------------------------------------------------->
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 event-one">
<div class="card bg-info" style="padding:20px">
<img class="card-img-top" src="images/Mentorship/Mentor_6.jpg" alt="Card image">
<div class="card-body">
<h2 class="card-title">Ranveer A.</h2>
<p class="card-text mentor-text-height">
Ranveer Allahbadia,the current YouTube sensation have taken the internet to a storm with his encouraging fitness videos and grooming tips
for both men and women. He has been an alumni of D. J. Sanghvi College Of Engineering, EXTC, Batch of 2012. He started off his YouTube channel ‘BeepBiceps’
in 2015 with a mindset of educating the younger generation with the various fitness hacks and wellness tips. Initially, BeerBiceps started off as a fitness
and cooking channel, primarily his two biggest passions at the time.
</p>
<a href="https://medium.com/ieee-brainwaves/mentorship-session-briefing-by-ranveer-allahbadia-aka-beerbiceps-110b673b8a99"
class="btn btn-primary">
Read More
</a>
</div>
</div>
</div>
<!---New Event Ends --------------------------------------------------------
-------------------------------------------------------------->
</div>
</section>
<section class="events" id="2018" style="background-color: white" >
<div class="container">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 event-head">
<h2>
IEEE Events 2018
</h2>
</div>
<!---New Event Starts --------------------------------------------------------
-------------------------------------------------------------->
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 event-one">
<div class="card bg-info" style="padding:20px">
<img class="card-img-top" src="images/2018/1.jpg" alt="Card image">
<div class="card-body">
<h2 class="card-title">Industry Visit to <br> Machinecraft</h2>
<p class="card-text card-text-height">An Industrial visit to Machinecaft.org, Mira
Road (East) was organized by the IEEE
Committee of Dwarkadas J. Sanghvi
College Of Engineering on Tuesday, 23rd
January,2018.<br>
The purpose of the visit was to enhance
industry exposure of the students and to
get practical insights into manufacturing
procedures.
The committee visited the
company to interact with the machine
Industry and to understand current market
scenarios, latest demanding technologies &
criteria for selection etc.
<br >
Machinecraft was started in 1980 by Mr.
Bhanuchandra Doshi, polymer chemist
from UDCT, Mumbai. The company had it's
humble beginnings in the 80s when vacuum
forming machines were introduced in India.
The company grew at large and started
using modern control systems and
techniques with the advent of the second
generation in the family company.
Machinecraft has continually innovated and
introduced forming machinery in India and
have participated in global fairs like the K
fair, Plastindia and Plastivision.</p>
<a href="https://medium.com/ieee-brainwaves/ieees-industrial-visit-to-machinecraft-96be3f781469"
class="btn btn-primary">
Read More
</a>
</div>
</div>
</div>
<!---New Event Ends --------------------------------------------------------
-------------------------------------------------------------->
<!---New Event Starts --------------------------------------------------------
-------------------------------------------------------------->
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 event-one">
<div class="card bg-basic" style="padding:20px">
<img class="card-img-top" src="images/2018/2.jpg" alt="Card image">
<div class="card-body">
<h2 class="card-title">Panel Discussion:<br>Steps for Startup</h2>
<p class="card-text card-text-height">
IEEE Brainwaves came up with its first
event of the year, A Panel discussion on
‘How to create a start-up’ on 24 th
January, 2018.
<br>
India has witnessed a major start up
revolution in the past decade; there has
been a greater emphasis on pushing the
youth towards creating innovative start-
ups. The discussion aimed at igniting
young minds to be Change makers of
tomorrow.
<br>
The discussion was moderated by Prof.
Mayur Parulekar and involved, Hiloni
Punatar (Co-founder, Think Digital),
Osborne Saldanha(Associate, Tuscan
Ventures),
Sumit
Ranka(Founder,
Thinkpot; Co-founder, Innov8), Ranveer
Allahbadia (Founder, BeerBiceps).
<br>
The
discussion addressed different aspects of
building a start-up like content creation,
marketing, finance etc., with each
panelist giving their insight into the
intricacies of binding together these
aspects in order to work towards a
successful start-up.
<br>
Mr. Ranveer Allahbadia addressed how
his interest in fitness led him on to
YouTube, where he aimed at addressing
the lack of content for the Indian
audiences.</p>
<a href ="https://medium.com/ieee-brainwaves/panel-discussion-the-first-step-towards-starting-up-2aa31a28a680"
class="btn btn-primary">
Read More
</a>
</div>
</div>
</div>
<!---New Event Ends --------------------------------------------------------
-------------------------------------------------------------->
<!---New Event Starts --------------------------------------------------------
-------------------------------------------------------------->
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 event-one">
<div class="card bg-info" style="padding:20px">
<img class="card-img-top" src="images/2018/3.jpg" alt="Card image">
<div class="card-body">
<h2 class="card-title">Seminar on How to crack UPSC</h2>
<p class="card-text card-text-height">
IEEE Brainwaves yet again conducted
a successful seminar on how to crack
the civil services examinations which
was delivered by Mr. Prajit Nair ,IAS
officer. He is one of the elite alumni
of D.J.Sanghvi college of engineering
(electronics engineering, batch of
2012)who chose to forefront his
career towards civil services after his
graduation.
<br>
The seminar was attended by a lot
of IAS aspirants
who wanted to get a clear sight
of the overall examination
process and learn the mantra of
cracking the toughest examination.
IAS remains as the dream job for
aspiring youngsters who desires to
bring a positive change in the
outlook of the Indian society.
<br>
Mr. Prajit shared his experience of
preparing for the examination and
gave tips on how to prepare yourself
for the various rounds of the
examination process.
He said that the exams consists of overall
three stages: the prelims, the mains and the
panel review stage.
The entire process of filling up the form, preparation,
the exam and the results, takes about a year.
</p>
<a href ="https://medium.com/@ieeedjsceblog/ieees-seminar-on-cracking-the-upsc-by-mr-prajit-nair-ias-officer-e708a764dff4"
class="btn btn-primary">
Read More
</a>
</div>
</div>
</div>
<!---New Event Ends --------------------------------------------------------
-------------------------------------------------------------->
</div>
<!---Container Ends --->
<!--- ROW 2 Container Starts==================================================================
==================================================================
--->
<!---New Event Starts --------------------------------------------------------
-------------------------------------------------------------->
<div class="container">
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 event-one">
<div class="card bg-info" style="padding:20px">
<img class="card-img-top" src="images/2018/4.jpg" alt="Card image">
<div class="card-body">
<h2 class="card-title">No Cellphone day and <br> Spanish Workshop</h2>
<p class="card-text card-text-height">
There are millions of cellphone users in
India, but on 6 th February, 2018 there were
a few less. The IEEE Brainwaves came up
with an experiment where the Third and
Second year students of the Electronics
department students would give up the use
of their Phones for a day. In exchange of
this, the students got to attend a Spanish
workshop and the rest of the normal
schedule was used to play some games.
As Margaret Heffernan once said, "The
cellphone has become the adult's
transitional object, replacing the toddler's
teddy bear for comfort and a sense of
belonging" the rather sad truth of our
times. This brings me to Behavioral
addiction; though not same as substance
addiction, there are a lot of similarities
between the two. Let's have a look at some
statistics,
<br>
In a study conducted by Baylor University,
cellphone addiction was linked to:<br>
1.Impulsiveness
and
materialism.<br></p>
<a href="https://medium.com/ieee-brainwaves/no-cellphone-day-lets-pretend-it-s-1995-911fb4dbed16"
class="btn btn-primary">
Read More
</a>
</div>
</div>
</div>
<!---New Event Ends --------------------------------------------------------
-------------------------------------------------------------->
<!---New Event Starts --------------------------------------------------------
-------------------------------------------------------------->
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 event-one">
<div class="card bg-basic" style="padding:20px">
<img class="card-img-top" src="images/2018/5.jpg" alt="Card image">
<div class="card-body">
<h2 class="card-title">Industry Visit<br>Electronics Devices</h2>
<p class="card-text card-text-height">
IEEE
Brainwaves
conducted an industrial
visit to The Electronics
Devices Pvt. Ltd. , Andheri
(East) on 16 th February
2018.<br>
An introductory session on
power
electronics
was
delivered br Dr. A. K. Paul
wherein
he
discussed
about a number of high
end devices and their
latest applications. Then
the students were taken
for a visit to the industrial
ground of the industry.<br>
Electronics Devices was
established in 1974 by two
qualifed and hard working<br>
engineers to indigenously
produce High Frequency
Dielectric and Induction
heating equipments. The
frst ever fully air cooled
machine in India was
developed and supplied by
Electronic Devices in the
year
2003.
As
per
customers
requirement
features were added for
monitoring & diagnosis.
Today they can boast of
providing all the features
available
with
any
induction
cap
sealer
available in the world.
</p>
<a href ="https://medium.com/ieee-brainwaves/ieee-brainwaves-industrial-visit-to-the-electronics-devices-pvt-a144beb30c37"
class="btn btn-primary">
Read More
</a>
</div>
</div>
</div>
<!---New Event Ends --------------------------------------------------------
-------------------------------------------------------------->
<!---New Event Starts --------------------------------------------------------
-------------------------------------------------------------->
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 event-one">
<div class="card bg-info" style="padding:20px">
<img class="card-img-top" src="images/2018/6.jpg" alt="Card image">
<div class="card-body">
<h2 class="card-title">What it is like to have Elon Musk as Boss</h2>
<p class="card-text card-text-height">
Smart Navigation seems to be at the cutting
edge of the automotive industry. A goal that
many automotive companies are pursuing.
<br>
<br>
The Speaker:<br>
Seminar was conducted by Mr. Dhaval Shroff, an
alumnus of DJ Sanghvi College. He completed his Masters
in Carnegie Mellon University(CMU). Dhaval works in the R&D
department of autopilot, Tesla. Seminar was open to students
of all departments.
<br>
<br>
The Experience:<br>
Mr. Shroff shared his experiences and insights of working in Tesla.
He shared many anecdotes and technical insights of the various
technologies he has worked.
There was a keen interest in students to know about Tesla cars a
nd Smart Navigation System.
Q and A session was thus marked the end of seminar.
</p>
<a href ="#"
class="btn btn-primary">
Coming Soon
</a>
</div>
</div>
</div>
<!---New Event Ends --------------------------------------------------------
-------------------------------------------------------------->
</div>
<!---Container Ends --->
</section>
<!--- Events 2017 ====================================================================
=========================================================================--->
<section class="events" id="2017">
<div class="container">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 event-head bg-info">
<h2>
IEEE Events 2017
</h2>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 event-one">
<h2>
IIT-B Pratham Satellite
</h2>
<img src="images/2017/1.jpeg" class="center-block" />
<p>
About the visit:<br>
The first Industrial visit by IEEE Brainwaves was to IIT Bombay; which is home to the first student satellite, Pratham. Pratham is an Indian ionospheric research satellite which is being operated by the Indian Institute of Technology.
<br>
<br>
The Experience:<br>
The visit to Pratham was a small endeavour, with only 40 students. However, the experience was truly enriching for all. The objective of the visit was to give the students a first-hand experience about the satellite and the entire venture from inception. A brief PowerPoint presentation gave the students an overview of the venture. The students were shown a live feed from Pratham. The students were then taken to the labs where all the testing and engineering had been done. This gave the students an insight into the decade long project that has been going on in IIT Bombay. All of this was then followed by a Q&A session. Each question reflected the keen curiosity of the students of DJ Sanghvi. The Q and A session thus marked the end of the IV.
</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 event-two">
<h2>
Robowars Seminar
</h2>
<img src="images/2017/2.jpeg" class="center-block" />
<p>
<!--RoboWars has always held the imagination and amazement of engineering students. Robowars is a reflection of the engineers keen mind and awesome imagination. In keeping with this line of thought IEEE Brainwaves decided to conduct a workshop on robowars, so that those who attended would take their first dive into the enriching and deeply complex world of robot-wars.
<br>
<br>-->
The Speaker:
<br>
Seminar was conducted by Mr. Kaushal Bhuva, an alumnus of our College who is currently pursuing Mtech
from IIT-B in Electronic Systems and has worked in ACG Worldwide R&D Centre. He has won more than 90 robotic events in Mumbai colleges & is a winner of IIT-B Robowars 2016- League Of Legends, Quarter finals in 2017. Member of MSI-IITB team making Mars Rover for URC competition by NASA at Utah & is a mentor for ASME IITB team.
<br>
<br>
The Experience:
<br>
Kaushal Bhuva started with a set of interesting videos each describing the various requirements in building a robot that could both compete and win in the competitions like those at IIT Bombay. The videos were a cornucopia of details on the material as well other components. The interactive Q&A session that followed showed the keen interest of the students. Total number of registrations for the event were 210.
</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 event-three">
<h2>
Smart Navigation Seminar
</h2>
<img src="images/2017/3.jpg" class="center-block" />
<p>
Smart Navigation seems to be at the cutting edge of the automotive industry. A goal that many automotive companies are pursuing.
<br>
<br>
The Speaker:<br>
Seminar was conducted by Mr. Dhaval Shroff, an alumnus of DJ Sanghvi College. He completed his Masters in Carnegie Mellon University(CMU). Dhaval works in the R&D department of autopilot, Tesla. Seminar was open to students of all departments.
<br>
<br>
The Experience:<br>
Mr. Shroff shared his experiences and insights of working in Tesla. He shared many anecdotes and technical insights of the various technologies he has worked. There was a keen interest in students to know about Tesla cars and Smart Navigation System. Q and A session was thus marked the end of seminar. The seminar was attended by 250 students from all departments.
</p>
</div>
</div>
<!--- ROW 2 ==================================================================
==================================================================
--->
<div class="container">
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 event-one">
<h2>
Maze Solver
</h2>
<img src="images/2017/4.jpeg" class="center-block" />
<p>
A rather specialized field, but one of great interest nonetheless. Maze solvers are intricately designed robots, requiring knowledge of computers, electronics and mechanics.<br><br>
The Speaker:<br>
Seminar was conducted by Mr. Abhishek Kamath. He is an alumnus of DJ Sanghvi College. Mr. Kamath is currently working at Intel.<br><br>
The Experience: .<br>
A maze solver is a robot which holds the capability to move through an entire maze, process the path followed by it and then complete it. It requires intricate design and various sensors to measure several
parameters. Students were given detail information of the same. The seminar was for TE and BE students specifically designed for those who wished to take maze solver as a project. Seminar was attended by 120 electronic department students
</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 event-two">
<h2>
Imaginarium
</h2>
<img src="images/2017/5.svg" class="center-block" />
<p>
Imaginarium is India's largest Rapid Prototyping and Rapid Manufacturing Center. Our visit there was assisted by Abhishek Pathkar, who is an employee of Imaginarium and an alumnus of our college. They provide prototypes to an assortment of industries from jewellery, engineering, automotive, architecture, consumer goods, etc.<br> The students were given in depth knowledge about manufacturing of various goods and the how the machines were designed and work. Each machine was designed for a different task .A variety of goods right from stationary to gold and silver jewellery are produced there. Overall it was a very good experience for the students as they were introduced to the artistic side of engineering.<br> The IV was open for all interested IEEE MEMBERS.30 IEEE members visited Imaginarium accompanied by the faculty member Prof. Vivek Nar.
</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 event-three">
<h2>
Robotics Workshop
</h2>
<img src="images/2017/6.jpg" class="center-block" />
<p>
A session on ROBOTICS conducted by Mr. Vivek Nar. The main objective of this workshop was to provide hands on experience on robot building. The students were also introduced to background on competitive robotic design, the fundamentals of building robots from scratch, the mindset of working in a team, building robots for competitions, and demonstration of automated and acquabots and gliders.<br>
Mr. Vivek Nar is a faculty member of the Electronics department of our college. An expert at robotics, and former winner of various prizes at competitions conducted across the city. All the students who participated made their own bots either in a group or individually. Kits were provided by the committee. Videos of various robotics competitions were played.
Workshop was attended by 45 students from various departments.
</p>
</div>
</div>
<!--- ROW 3 ==================================================================
==================================================================
--->
<div class="container">
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 event-one">
<h2>
Endress Hauser
</h2>
<img src="images/2017/7.jpg" class="center-block" />
<p>
The students that are members of IEEE strive to provide various programs as part of Continuous Improvement program and Academic- Industry interaction. Our aim is to give the students exposure to current best practices in the industry. Endress+Hauser Wetzer a German company, one of the leading producers of temperature measurement, temperature engineered solutions and system products worldwide.<br>
It began with the students being briefed about everything related to the company and the activities at the Aurangabad factory. They were then taken for a round of the factory in which each of the manufacturing process was shown to them and explained as to why and how the process is carried out. This was a very interactive and interesting session and the students asked various questions to the experts which were catered to very well. This session generated a lot of interest in the students related to the manufacturing field. Following this there was an orientation given to the students regarding the work culture, ethics, beliefs, objectives, achievements etc of the company.<br>
The seminar was regarding the 5S and kaizen, a Japanese business philosophy of continuous improvement of working practices, personal efficiency, etc.
A 5 S program focuses on having visual order, organisation, cleanliness and standardisation. The IV was open for all interested IEEE MEMBERS 27 IEEE members visited accompanied by the faculty members Prof. Mayur Parulekar and Prof. Vivek Nar.
</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 event-two">
<h2>
RoboRace Event
</h2>
<img src="images/2017/8.JPG" class="center-block" />
<p>
The event Roboracing was held from 23rd to 25th march in association with Trinity. In this event IEEE Brainwaves had a track designed in an area of 16ft × 16ft. The track consisted of different slopes and challenging obstacles to be driven on, for the participants. The entire track was designed and prepared by the IEEE tech-team with assistance from the SE Co-committee members. There were various checkpoints and each of them on completion earned the player a specific set of points. The fastest and the one earning most number of points was declared as the winner. The average of both time and earned points was used to determine the winner of the competition. The event was also promoted as a fun event. Anyone could play the entire track with the bots that were provided by the organisers. It was ensured that for the competition the participant had to register and get their self-designed bots.<br>
The prizes for the competition were <br>
1st prize- ₹2.7k and 2k worth vouchers <br>
2nd prize- ₹1.5k<br>
3rd prize-₹800<br>
Overall with positive response from the crowd the event was a great success with a lot of positive feedback.
</p>
</div>
</div>
</section>
<!--- Events 2017 End ====================================================================
=========================================================================--->
<!---FOOTER ========================================================================
========================================================================
--->
<section class="footer">
<div class="container">
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
<h2>
About IEEE
</h2>
<p>
IEEE is the world’s largest technical professional organization dedicated to advancing technology for the benefit of humanity. IEEE and its members inspire a global community through its highly cited publications, conferences, technology standards, and professional and educational activities.
</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
<h2>
About IEEE Brainwaves
</h2>
<p>
IEEE Brainwaves is the Student Branch (code: 60401) of the IEEE at Dwarkadas J. Sanghvi College of Engineering. It is duly recognized by the IEEE, USA. IEEE Brainwaves was established in 1997. Our sole motive is to spread awareness regarding upcoming development in the field of technology and to maintain interest groups which work together and take part in various competitions.
</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 footer-main">
<h2>Connect With Us</h2>
<ul>
<li><a href="https://twitter.com/ieeebrainwaves" >Twitter</a></li>
<li><a href="https://www.facebook.com/ieeebrainwaves.dj/" >Facebook</a></li>
<li><a href="https://www.instagram.com/ieee_djscoe/" >Instagram</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p> © Copyright DJSCOE-IEEE 2018. </p>
</div>
</section>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-1.11.3.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
</body>
</html>