-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathworkshops.html
712 lines (625 loc) · 41.1 KB
/
workshops.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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Workshops | Drishti</title>
<link href="https://fonts.googleapis.com/css?family=Raleway:100,300,400,800,900" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/c_base.css"/>
<script src="js/jquery.js"></script>
<script src="js/particles.min.js"></script>
<script src="js/velocity.js"></script>
<script>document.documentElement.className = "js";
var supportsCssVars = function () {
var e, t = document.createElement("style");
return t.innerHTML = "root: { --tmp-var: bold; }", document.head.appendChild(t), e = !!(window.CSS && window.CSS.supports && window.CSS.supports("font-weight", "var(--tmp-var)")), t.parentNode.removeChild(t), e
};
supportsCssVars() || alert("Please view this demo in a modern browser that supports CSS Variables.");</script>
<style> #bg-image canvas {
height: 5000px !important;
}</style>
</head>
<body class="loading">
<div class="register-banner"></div>
<button class="register-text" onclick="popup('drishti-2018-324240')"> REGISTER</button>
<div class="fab-container" style="width:100%;height: 100%;position: absolute">
</div>
<div id="bg-image"></div>
<svg class="hidden">
<symbol id="icon-arrow" viewBox="0 0 24 24">
<title>arrow</title>
<polygon points="6.3,12.8 20.9,12.8 20.9,11.2 6.3,11.2 10.2,7.2 9,6 3.1,12 9,18 10.2,16.8 "></polygon>
</symbol>
<symbol id="icon-drop" viewBox="0 0 24 24">
<title>drop</title>
<path d="M12,21c-3.6,0-6.6-3-6.6-6.6C5.4,11,10.8,4,11.4,3.2C11.6,3.1,11.8,3,12,3s0.4,0.1,0.6,0.3c0.6,0.8,6.1,7.8,6.1,11.2C18.6,18.1,15.6,21,12,21zM12,4.8c-1.8,2.4-5.2,7.4-5.2,9.6c0,2.9,2.3,5.2,5.2,5.2s5.2-2.3,5.2-5.2C17.2,12.2,13.8,7.3,12,4.8z"/>
<path d="M12,18.2c-0.4,0-0.7-0.3-0.7-0.7s0.3-0.7,0.7-0.7c1.3,0,2.4-1.1,2.4-2.4c0-0.4,0.3-0.7,0.7-0.7c0.4,0,0.7,0.3,0.7,0.7C15.8,16.5,14.1,18.2,12,18.2z"/>
</symbol>
<symbol id="icon-cross" viewBox="0 0 24 24">
<title>cross</title>
<path d="M 5.5,2.5 C 5.372,2.5 5.244,2.549 5.146,2.646 L 2.646,5.146 C 2.451,5.341 2.451,5.659 2.646,5.854 L 8.793,12 2.646,18.15 C 2.451,18.34 2.451,18.66 2.646,18.85 L 5.146,21.35 C 5.341,21.55 5.659,21.55 5.854,21.35 L 12,15.21 18.15,21.35 C 18.24,21.45 18.37,21.5 18.5,21.5 18.63,21.5 18.76,21.45 18.85,21.35 L 21.35,18.85 C 21.55,18.66 21.55,18.34 21.35,18.15 L 15.21,12 21.35,5.854 C 21.55,5.658 21.55,5.342 21.35,5.146 L 18.85,2.646 C 18.66,2.451 18.34,2.451 18.15,2.646 L 12,8.793 5.854,2.646 C 5.756,2.549 5.628,2.5 5.5,2.5 Z"/>
</symbol>
<symbol id="icon-menu" viewBox="0 0 24 24">
<title>menu</title>
<path d="M23.8,6H0.1V3h23.7C23.8,3,23.8,6,23.8,6z M23.8,10.5H0.1v3h23.7C23.8,13.5,23.8,10.5,23.8,10.5z M24,18H10v3h14V18z"/>
</symbol>
<!-- Magnifier by Gregor Cresnar https://www.flaticon.com/authors/gregor-cresnar -->
<symbol id="icon-magnifier" viewBox="0 0 490.8 490.8">
<title>magnifier</title>
<path d="M364.8,299.55c46.3-75.8,36.9-176.3-28.6-241.9c-76.8-76.8-201.8-76.8-278.6,0s-76.8,201.8,0,278.5c65.5,65.5,166,74.9,241.9,28.6L412,477.25c18,18,47.3,18,65.3,0s18-47.3,0-65.3L364.8,299.55z M295.5,295.55c-54.4,54.4-142.8,54.4-197.1,0c-54.4-54.4-54.4-142.8,0-197.1c54.4-54.4,142.8-54.4,197.1,0C349.8,152.75,349.8,241.15,295.5,295.55z M220,171.95h59.4v45.3H220v59.4h-45.3v-59.4h-59.3v-45.3h59.4v-59.4h45.3v59.4H220z"/>
</symbol>
</svg>
<main>
<div class="content">
<header class="codrops-header">
<h1 class="codrops-header__title">WORKSHOPS</h1>
</header>
</div>
<br>
<br>
<br>
<div class="content">
<div class="grid">
<div class="grid__item">
<div class="product">
<div class="product__bg"></div>
<img class="product__img" src="images/workshops/sw.jpg" alt="img 01"/>
<h2 class="product__title">Conceptia
</h2>
<h3 class="product__subtitle"></h3>
<p class="product__description">
Have you Ever thought of how big machines were invented? The ideas in your mind were depicted on a piece of sheet which were developed and made into reality.
For mastering the art of 3D drawing SAE CET in association with Conceptia Software Technology Pvt Ltd ( Official SolidWorks Reseller in India ) is conducting a SolidWorks as a part of Drishti to instill basic ideas of 3D drawing.
The certificates issued for this workshop will be original SolidWorks certificates.
</p>
<p class="product__details">
💠 Venue: Civil CAD Lab
<br>💠 Date: 20,21 January
<br>💠 Fee:Rs.1200
</p>
<p class="product__contacts"> Sarath - 8281796881<br/>
Akshay - 7403995524<br/>
Nandagopal- 8606539745
</p>
<div class="product__price">₹ 1200</div>
<input type='hidden' class='workshop-codename' value='SOLID'/>
</div>
</div>
<div class="grid__item">
<div class="product">
<div class="product__bg"></div>
<img class="product__img" src="images/Inlea-Bot-Chatbots.jpg" alt="img 01"/>
<h2 class="product__title">Chatbot Workshop
</h2>
<h3 class="product__subtitle"></h3>
<p class="product__description">
The pinnacle of interactive services! CHATBOTS are here.<br>
Get accustomed to emerging technologies and smash the learning curve. Modern AIs that interact with human language with techniques such as NLU and NLP, which will soon replace contemporary APPs, are presented before you. Learn and monopolize the chatbot technology with deep learning at College of Engineering, Trivandrum on 20th Jan
Bring your laptops for the workshop💻
</p>
<p class="product__details">
Date: 20th January 2018<br>
Reg fee(per head) : 400<br>
</p>
<p class="product__contacts">
Athulkrishna K 8606057586<br>
Nayan 8848015393
</p>
<div class="product__price">₹ 400</div>
<input type='hidden' class='workshop-codename' value='CHAT'/>
</div>
</div>
<div class="grid__item">
<div class="product">
<div class="product__bg"></div>
<img class="product__img" src="images/workshops/third.jpg" alt="img 01"/>
<h2 class="product__title">AR with Arduino
</h2>
<h3 class="product__subtitle"></h3>
<p class="product__description">
Want to expand your knowledge beyond rote learning in class? Here is your chance. Drishti’18 brings you AR with ARduino, a one day workshop designed to equip you on the basics of computer vision with Arduino. Teams of 5 may apply. One kit per team will be provided. Clear your calendars and grab your friends. It's time to put on your learning caps.
<br>Do carry your laptop with you.
<br>Register as a team of 5
</p>
<p class="product__details"> Date : 21st January, 2018<br/>
<br/>
Registration fee: Rs 3500 per team </p>
<p class="product__contacts">Yadu Krishnan - +918281642904 <br>Justin Jose - 9544149973
</p>
<div class="product__price">₹ 3500</div>
<input type='hidden' class='workshop-codename' value='THIRD'/>
</div>
</div>
<div class="grid__item">
<div class="product">
<div class="product__bg"></div>
<img class="product__img" src="images/autocad.jpg" alt="img 01"/>
<h2 class="product__title">Autocad
</h2>
<h3 class="product__subtitle"></h3>
<p class="product__description">Have you ever been amazed by intricate automobile designs? Do elegant structures fascinate you? Do you wish to expand your skill set through machine designing, 3D printing and Architectural planning?
<br> Drishti '18 presents a certified AutoCAD workshop conducted by Autodesk CADCENTER, Trivandrum.
<br> AutoCAD is a computer aided design software used in engineering, architecture, interior design and construction industries.
<br> The workshop mainly focuses on basic concepts in the field of designing and increases the imaginative power of the students.
<br>*International online certification(ACU) after successfully completing the AutoCAD course along with a privilege to become as a student expert(Fees for the online exam is included in the programme)* Everyone will receive participation certificate and original AutoCAD software licence(reg fee can be redeemed at CADCENTER, Trivandrum)
</p>
<p class="product__details"><br/>
Date: Batch 1 : 19th and 20th Jan <br>Batch 2 : 20th and 21st Jan
<br> Venue -Civil CAD LAB
<br>Registeration Fees – Rs.1000 per person(Individual Participation)
<p class="product__contacts"> Vignesh P Nambiar-9947660717<br>
Agnivesh K Manoj-8606516933
</p>
<div class="product__price">₹ 1000</div>
<input type='hidden' class='workshop-codename' value='IBM'/>
</div>
</div>
<div class="grid__item">
<div class="product">
<div class="product__bg"></div>
<img class="product__img" src="images/workshops/DP%20IBM%20Cloud.jpg" alt="img 01"/>
<h2 class="product__title">Deploying APP on IBM Cloud
</h2>
<h3 class="product__subtitle"></h3>
<p class="product__description">Ever wondered how much you could achieve with clouds! Ever known the
profound strength of Kubernetes in generating cloud-native applications? Well, Drishti'18 is all
set to take you for sky-diving! We will use the vast framework of <b>IBM</b> Clouds to create
cloud-native applications using Kubernetes. The workshop is handled by Mr. Sreekanth R Iyer (our distinguished alumni), a
Cloud Security Architect at IBM Cloud Developer Services. So strap on your chutes and don’t miss
this opportunity to explore the vast clouds!!
</p>
<p class="product__details"><br/>
Date: 20th Jan 2018
<br/>
Venue: CETAA Hall
<br/>
Registration fee: Rs 350 per head </p>
<p class="product__contacts">Gopal - 8281332072<br/>Alan - 9526181102
</p>
<div class="product__price">₹ 350</div>
<input type='hidden' class='workshop-codename' value='IBM'/>
</div>
</div>
<div class="grid__item">
<div class="product">
<div class="product__bg"></div>
<img class="product__img" src="images/DP Texas IoT.jpeg" alt="img 06"/>
<h2 class="product__title">Texas Instruments IoT
</h2>
<h3 class="product__subtitle"></h3>
<p class="product__description">Brace yourselves folks!!! Coz Texas Instruments is coming to
Drishti’18!<br/><br/>Intrigued by the wonders of the next big thing, Internet of Things!!?? We
have got your back. One of the world’s biggest and most reputed electronics companies is all set
to take a workshop on Embedded and IoT effective programming as part of their University
Program.
<br/><br/>The workshop will teach you everything you need to know to implement and use IoT in
real world application. An exclusive workshop of the highest quality, this is not to be missed.
</p>
<p class="product__details">
The workshop will teach you everything you need to know to implement and use IoT in real world
application. An exclusive workshop of the highest quality, this is not to be missed.
<br/>This is a 2 day workshop under Texas Instruments University Program.
<br/>Day 1: Fundamentals of Operating Systems and Linux commands
<br/>Day 2: Basics of IoT and multiple hands on demonstrations of real world IoT systems<br/>Date:
20th and 21st jan 2018<br/>Venue : CETAA Hall<br/>Registration Fee: Rs.700/- per head (without
kit) , Rs.1100/- per head (with kit)
</p>
<p class="product__contacts">Gibcen - 9497371474<br/> Labeeba - 7356231766 </p>
<div class="product__price">₹ 700/- per head(without kit),<br/>₹ 1100/- per head(with
kit)
</div>
<input type='hidden' class='workshop-codename' value='TEXAS IOT'/>
</div>
</div>
<div class="grid__item">
<div class="product">
<div class="product__bg"></div>
<img class="product__img" src="images/DP ML.jpg" alt="img 03"/>
<h2 class="product__title">Flytxt - Machine Learning</h2>
<h3 class="product__subtitle">In association with FlyTxt </h3>
<p class="product__description">"...what we want is a machine that can learn from experience."_ -
Alan Turing<br \>
Interested in big data? Predictive analysis? Looking for a platform to grab the basics of
Machine Learning? <br/>
Here is the place for you! Drishti '18 presents before you Machine Learning Workshop. The
workshop provides basic foundation in Machine Learning and Data Analysis, giving an overview of
many concepts, techniques, and algorithms in Machine Learning, followed by hands-on-session. Do
not miss this great opportunity to get a formal understanding of how, why, and when they work.
Only limited seats available, so tarry not!
</p>
<p class="product__details">Date: 20th Jan 2018<br/>
Venue: SCT Lab<br/>
Registration Fee: 350/- per head
</p>
<p class="product__contacts">Jessal V A - 9447907468<br/>
Chris Humphry- 9061392948<br/>
Abhishek Nambiar- 9497806656</p>
<div class="product__price">₹ 350/- per head</div>
<input type='hidden' class='workshop-codename' value='FlyTxt Machine Learning'/>
</div>
</div>
<div class="grid__item">
<div class="product">
<div class="product__bg"></div>
<img class="product__img" src="images/datascience_dp.jpg" alt="img 03"/>
<h2 class="product__title">IBM : "Fun with Data Science "</h2>
<h3 class="product__subtitle"></h3>
<p class="product__description">If opportunity doesn’t knock, build a door. ~Milton Berle
<br/>"It's now time to unlatch the door, and walk on to the world of Big Data!! Drishti'18 , in
association with IBM presents Fun with Data science, a comprehensive session that covers all
three main aspects of data analysis: obtaining data, visualising data, and building ML models.
Opportunities seldom knock that door twice. So grab your seats, before they fill out!!
</p>
<p class="product__details">Details of Session:<br/>
Obtaining data:<br/>
# Finding proper data-sets<br/>
# Vast repo of public datasets<br/>
# cleaning up the data for our use<br/>
<br/>
Visualizing data:<br/>
# Generating visualizations from data-set<br/>
# Analyzing the data-sets for better insights<br/>
# Creating beautiful dashboards<br/>
<br/>
Building ML Models:<br/>
# Learn how to build a Feature based Object classifier using classification models<br/>
# Create a price predictor using Regression models<br/>
# Handwriting Recognition using deep learning models<br/>
<br/>
Speaker Profile:<br/>
<br/>
Krishna Balaga is a Watson and Cloud Developer at IBM. He is a part of Digital Business Group:
determined to smoothen the journey for Developers and their startups with IBM’s visionary
technology. In the past, he worked mainly with the start-up community. He undertook the roles of
an IOT consultant, Computer Vision expert, Cloud Advocate, IOT trainer, Design Automation rookie
.<br/>
Date: 21st Jan 2018<br/>
Venue: CGPU Hall<br/>
Registration Fee: 350/- per head<br/>
<br/>
</p>
<p class="product__contacts">Gopal M- 8281332072<br/>
Alan Anto - 9526181102
</p>
<div class="product__price">₹ 350/- per head</div>
<input type='hidden' class='workshop-codename' value='IBM Data Science'/>
</div>
</div>
<div class="grid__item">
<div class="product">
<div class="product__bg"></div>
<img class="product__img" src="images/DP Kali.jpg" alt="img 04"/>
<h2 class="product__title">Ethical Hacking with Kali Linux</h2>
<h3 class="product__subtitle"></h3>
<p class="product__description"> 'A silent guardian, a watchful protector' - Interested in becoming
the Caped Crusader of the cyber world? In other words, want to know what it takes to be a white
hat?<br/>Here is your chance. FOSS CELL CET brings you a workshop on ethical hacking with Kali
Linux. NANDU R, associate partner at CDCLLP will walk you through the basics of ethical hacking.
</p>
<p class="product__details">Date: 21st Jan 2018
<br/>Time: 9:30 AM to 4:30 PM <br/>
Venue: SCT Lab<br/>
Registration fee: Rs 350 per head (Lunch will not be provided)
</p>
<p class="product__contacts">Sarath Sreedhar - 9447163154<br/>
Ashiq P T - 8289894917</p>
<div class="product__price">₹ 350</div>
<input type='hidden' class='workshop-codename' value='Ethical Hacking with Kali Linux'/>
</div>
</div>
<div class="grid__item">
<div class="product">
<div class="product__bg"></div>
<img class="product__img" src="images/DP AR.jpg" alt="img 05"/>
<h2 class="product__title">AR and VR game
</h2>
<h3 class="product__subtitle">In association with RoboKart
</h3>
<p class="product__description">Did the breathtaking Iphone X's augmented reality blow your
mind?Have Virtual Reality games like Star Trek and Eagle Flight fascinated you??What if you
could develop AR and VR apps for your own smartphones?
<br/>Drishti 18' presents before you AR and VR game development workshop.The workshop will be
conducted by professionals from Robokart.
The workshop will be conducted as a one day session. Participants will learn to develop games in
platforms like 3D UNITY and VUFORIA.
Softwares will be distributed during the session.<br/>Takeaway kits will be provided for each
team which includes Google cardboard VR headset.
</p>
<p class="product__details">Groups of 3 to 5 are to be formed for registration. <br/>
Registrations can be done individually which will not involve takeaway kit.<br/>
One laptop per team is mandatory.<br/>
Participants will be provided with certificates from IIT BOMBAY Innovation Cell<br/>
Date: 21st Jan 2018<br/>
Venue: CETAA Hall<br/>
Registration Fee: 850/- per head<br/>
</p>
<p class="product__contacts">Sarang - 8289997827<br/>
Sreekumar - 8594040178
</p>
<div class="product__price">₹ 850</div>
<input type='hidden' class='workshop-codename' value='AR and VR Game'/>
</div>
</div>
<div class="grid__item">
<div class="product">
<div class="product__bg"></div>
<img class="product__img" src="images/1.png" alt="img 06"/>
<h2 class="product__title">Mind Control Bot
</h2>
<h3 class="product__subtitle">In association with RoboKart
</h3>
<p class="product__description">Tired of using remote control and messy wired connections to
communicate with your robots?Are you tech enthusiast and wanna do something really cool and
futuristic? Ever thought of how people in sci-fi movies control robots with their bare mind?
<br/>This Drishti get ready to tickle your brains at the Mind Controlled Bot workshop.
The workshop will be conducted by professionals from Robokart.
Topics covered would be Brain Waves and use of EEG sensor to control a robot. Students will
learn to interface arduino with bluetooth module(HC05) along with the EEG sensor
<br/>Take away kit will be included for each team which includes the Arduino ,robotics kit and
modules.</p>
<p class="product__details">Register as team of 5. Per head cost would be 850/- <br/>Registration
can also be done individually(take away kit not included for individual registration).
<br/>One laptop per team is mandatory.
<br/>Certificates from IIT BOMBAY Innovation Cell be provided to the participants.<br/>Date:
20th Jan 2018
<br/>Venue: CETAA Hall</p>
<p class="product__contacts">Sarang - 8289997827<br/>
Sreekumar - 8594040178
</p>
<div class="product__price">₹ 850</div>
<input type='hidden' class='workshop-codename' value='Mind Control Bot'/>
</div>
</div>
<div class="grid__item">
<div class="product">
<div class="product__bg"></div>
<img class="product__img" src="images/DP OpenCV.jpg" alt="img 06"/>
<h2 class="product__title">Introduction to OpenCV
</h2>
<h3 class="product__subtitle">When the robots take over the world, don't you want to be prepared ?
</h3>
<p class="product__description">For people who are intrigued by Artificial Intelligence, Drishti’ 18
presents Introduction to OpenCV workshop. A beginner’s guide to OpenCV and Python basics,
whether you're new to AI or experienced, you’ll learn a lot from this. All you require is a
laptop running a recent version of Linux.
</p>
<p class="product__details">Registration fee : Rs. 450
<br/>Date : 21st January, 2018
<br/>Venue : MCA LAB(CET) </p>
<p class="product__contacts">Fawaz - 8714448060<br/>
Rafsal - 8301035831
</p>
<div class="product__price">₹ 450</div>
<input type='hidden' class='workshop-codename' value='OPENCV'/>
</div>
</div>
<div class="grid__item">
<div class="product">
<div class="product__bg"></div>
<img class="product__img" src="images/DP%20Embedded.jpg" alt="img 06"/>
<h2 class="product__title">Python in embedded devices
</h2>
<h3 class="product__subtitle">
</h3>
<p class="product__description">Ever heard the saying, "Talk is cheap, show me the Code" ?
For aspiring developers interested in learning Python, Drishti 2018 presents Python in Embedded
Devices workshop. It provides a general exposure to basic syntax, introduction to Python,
Branching, Functions, Looping, Programming Raspberry Pi using Python, Blinking LED, Building
simple web interface for remote control and much more. Whether you're new to coding or an
experienced user, you will learn a lot new things from this workshop. All you require is a
laptop running a recent version of Linux.
</p>
<p class="product__details">Registration fee : Rs. 350
<br> Date : 13th January, 2018 (Saturday)
<br> Venue : MCA LAB CET
</p>
<p class="product__contacts">Fawaz - 8714448060<br/>
Rafsal - 8301035831
</p>
<div class="product__price">₹ 350</div>
<input type='hidden' class='workshop-codename' value='Python in Embedded Devices'/>
</div>
</div>
<div class="grid__item">
<div class="product">
<div class="product__bg"></div>
<img class="product__img" src="images/DP ROS.jpg" alt="img 06"/>
<h2 class="product__title">ROS Workshop
</h2>
<h3 class="product__subtitle">What's all this noise about VR and AI if you are gonna miss out on the
very basics of the most in-demand simulation software?
</h3>
<p class="product__description">Brace yourselves folks!! Drishti'18 presents ROS BASED BOT CONTROL
WORKSHOP, for all enthusiasts out there to catch a glimpse of all wonders the ROS software
encompasses.
<br/>And hurry up!! Coz u definitely don't want to miss out on this.
</p>
<p class="product__details">Brace yourselves folks!! Drishti'18 presents Robotic-OS based GESTURE CONTROL WORKSHOP, for all enthusiasts out there to catch a glimpse of all wonders the ROS software encompasses.
The first round of registrations are done, but the interest in the ROS workshop has not died down. At the face of such popular demand, it would very well be a crime to not let any more of you take part in this class!
We are now accepting Individual registrations for the ROS Workshop! We won't be able to supply you with any of the hardware components though, so we've taken that out of the registration costs!
Bring with you, an Ubuntu laptop, with ROS installed and a basic understanding of Ubuntu and OOP concepts - you're not going to lose out on learning ROS just because you don't have hardware components.
Registration Fee: ₹ 400/- per head
( All software, along with certfificate will be provided )
Only limited seats are available, so be quick!
<br/>Date : 20th and 21th January, 2018
<br/>Venue : Mech Seminar Hall(CET)
<p class="product__contacts">Ajay - 8547337659<br/>
Georgian - 9526682525
</p>
<div class="product__price">₹ 400/- per head</div>
<input type='hidden' class='workshop-codename' value='ROS'/>
</div>
</div>
<div class="grid__item">
<div class="product">
<div class="product__bg"></div>
<img class="product__img" src="images/DP Wordpress.jpg" alt="img 06"/>
<h2 class="product__title">WordPress Workshop
</h2>
<h3 class="product__subtitle">_Want to develop a website but no coding knowledge?_
</h3>
<p class="product__description">Drishti '18 presents the *WordPress workshop* which teaches you how.<br/>*IET
CET* presents The Wordpress Workshop to build and develop an E-Commercial website. It's a hands
on Wordpress Website workshop to walk through setting up and building your website without any
knowledge in coding. <br/><br/>*What is WordPress?*
<br/><br/>Wordpress is an online open source website creation tool. This the easiest and most
powerful blogging and website conduct management system in existence today.
</p>
<p class="product__details">Hands-on sessions will cover:<br/>*General introduction to
WordPress<br/>*Setting your domain name to hosting<br/>*Reviewing the dashboard<br/>*Themes,
plugins,widgets and menus<br/>*Pages vs Post<br/>*Premium Theme and where to find them<br/>*Creating
basic pages and post<br/>*Building an E-commerce website<br/>
<br/>Date :21th January, 2018
<p class="product__contacts">Gokul Pradeep - 8714224470<br/>
Goutham Krishna - 8943187223
</p>
<div class="product__price">₹ 250/- per head</div>
<input type='hidden' class='workshop-codename' value='Wordpress'/>
</div>
</div>
<div class="grid__item">
<div class="product">
<div class="product__bg"></div>
<img class="product__img" src="images/DP QUADCOPTER.jpg" alt="img 06"/>
<h2 class="product__title">Quadcopter Workshop
</h2>
<h3 class="product__subtitle"></h3>
<p class="product__description">The Quadcopter Workshop aims to bring forth to students the concept
of a Quadcopter. It will guide them as to how to build a Quadcopter and its constituents. Areas
involved are: electronics, mechanics, programming and communication.<br/>A Quadcopter also
called a Quadrotor Helicopter or Quadrotor is a multirotor helicopter lifter and propelled by 4
rotors.
<br/>The Workshop instructs the students on the designing of a Quadcopter and the assembly of a
RC Drone including controlling of the Drone
<br>
Each team will be provided with take away kit
</p>
<p class="product__details">Date: 20th and 21st Jan 2018
<br/>Venue : EEE Seminar Hall(CET)
<br/>Registration Fee: 4000/- per team
<br> Maximum 5 participants
<p class="product__contacts">Praveen TA - 9495701266<br/>
Anandu Krishnan - 9495701266
</p>
<div class="product__price">₹ 4000/- per team</div>
<input type='hidden' class='workshop-codename' value='Quadcopter'/>
</div>
</div>
<div class="grid__item">
<div class="product">
<div class="product__bg"></div>
<img class="product__img" src="images/workshops/DP%20Staad%204.jpg" alt="img 01"/>
<h2 class="product__title">STAAD WORKSHOP
</h2>
<h3 class="product__subtitle">Learn and evolve</h3>
<p class="product__description">Equip yourself with expertise in the most popular Structural
analysis and design software STAAD.Pro. In association with InterCAD, Drishti '18 brings the
unique opportunity to mould the structural analyst in you</p>
<p class="product__details">Date: 20th Jan 2018<br/>
Time: 9:30 AM to 4:30 PM<br/>
Venue: SCT Lab<br/>
Registration fee: Rs 450 per head </p>
<p class="product__contacts">Rahul Dileep - 8281635133<br/>Bharath - 8547631302
</p>
<div class="product__price">₹ 450</div>
<input type='hidden' class='workshop-codename' value='STAAD'/>
</div>
</div>
<div class="grid__item">
<div class="product">
<div class="product__bg"></div>
<img class="product__img" src="images/workshops/pcb.jpg" alt="img 01"/>
<h2 class="product__title">PCB Design and 3D Printing
</h2>
<h3 class="product__subtitle"></h3>
<p class="product__description">
Have you ever wondered how the countless connections on your motherboard were made?Do those
lines of copper running through the circuit boards catch your eye? Do you wish to un-complicate
the wired connections of your dream circuit ? Or make a reliable product without the curse of
"loose" connection?
Then look no further,my friend. Drishti'18 has got you covered.
Presenting a PCB Designing, Circuit Simulation and 3D printing workshop for the technocrats who
have a flair for complex circuit design.
You will learn how to design a PCB on EAGLE for your circuit - an invaluable skill that every
engineer must have.
Simulate your circuit on PROTEUS 8 to find out if it does actually work - no more burnt ICs!
Learn the basics of 3D printing on FUSION 360, because why not?
A power packed, 3-in-1 workshop that would be a crime to miss.
With a certificate issued by reputed organisations like FABLAB and ISTE , this one is a must for
the circuit lover inside you.
</p>
<p class="product__details">Date: 13th and 14th Jan 2018<br/>
<br/>
Venue : CET Trivandrum<br/>
Registration Fee: Rs 250 per head </p>
<p class="product__contacts"> Vishnu Sukumaran - 9447832844<br/>
Sreekumar H Nair - 8594040178<br/>
Sarang J Menon - 8289997827<br/>
</p>
<div class="product__price">₹ 250</div>
<input type='hidden' class='workshop-codename' value='PCB'/>
</div>
</div>
<div class="grid__item">
<div class="product">
<div class="product__bg"></div>
<img class="product__img" src="images/workshops/pit.jpg" alt=""/>
<h2 class="product__title">Pit-stop</h2>
<h3 class="product__subtitle"></h3>
<p class="product__description">The roar of the engine. The mechanical pleasure in the gears. The
high you get from that smooth downshift.
If this is your idea of a wet dream then this is event is just for you.
Drishti’18 presents Pitstop, a vehicle overhauling workshop!
Right from conceptualising the vehicle to designing it, the workshop takes you deep through the
process. Apart from the obvious theory you will be learning, there’ll be a lot of fun stuff for
you to get down and dirty.
Included in the workshop are:
Bike dismantling: Royal Enfield Himalayan
Familiarisation with components and circuitry
Bike engine dismantling: Learn the in and out of the ST 125cc
Go Kart dismantling: Dismantle and see what drives the mini rocket.
You’ve probably signed up by now.
If you haven’t, then what are you waiting for? Sign up now!</p>
<p class="product__details">Reg fee:600<br>
Date: 20,21 January</p>
<p class="product__contacts">Rahul Jayaraj-8547070215<br>Tony Abraham-+91 80869 92979</p>
<div class="product__price">₹ 600</div>
<input type='hidden' class='workshop-codename' value='Pit-stop'/>
</div>
</div>
<div class="grid__item">
<div class="product">
<div class="product__bg"></div>
<img class="product__img" src="images/DP SKETCHUP.jpg" alt="img 02"/>
<h2 class="product__title">SKETCHUP WORKSHOP</h2>
<h3 class="product__subtitle">In association with interCAD </h3>
<p class="product__description">SketchUp, formerly Google Sketchup, is a 3D modeling computer
programme for a wide range of drawing applications such as architecture, interior design,
landscape architecture, civil and mechanical engineering, film and video game design.</p>
<p class="product__details">Date: 19th January 2018
<br/>Registration fee: 450<br/>
Venue: CET( C-cube lab)
</p>
<p class="product__contacts">Basil - 9496470968<br/>
Ramees - 9020146482
</p>
<div class="product__price">₹ 450/- per head</div>
<input type='hidden' class='workshop-codename' value='SKETCHUP'/>
</div>
</div>
</div>
</div>
</main>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/anime.min.js"></script>
<script src="js/w_main2.js"></script>
<!-- Townscript api load -->
<noscript id="tsNoJsMsg">Javascript on your browser is not enabled.</noscript>
<script src="https://www.townscript.com/popup-widget/townscript-widget.nocache.js" type="text/javascript"></script>
<!-- // Townscript -->
<script>
$('.fab-container').load('fab.html')
</script>
</body>
</html>