forked from pavnesh-c/zine-website-2019
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathachievements.php
753 lines (650 loc) · 29.6 KB
/
achievements.php
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ZINE | Robotics and Research Group - Where imagination leads to creation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Zine - The only active robtics and research group MNIT for the last 7 years,since its foundation. We have participated in various nationals and internationals events related to a multitude of fields and have gained expertise in various concerned technologies areas. We have also been equally active in inter disciplinary research, at par with state of the art work going in diversified domains. Consistent team work coupled with perseverance, proper guidance, stimulating challenges have gained us numerous significant achievements.">
<meta name="keywords" content="Robotics and Research">
<meta name="author" content="ZINE">
<meta property="og:title" content="ZINE" />
<meta property="og:type" content="website" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="fossasia.ico" type="image/x-icon" />
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/flexslider.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/elegant-icons.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/pe-icon-7-stroke.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/lightbox.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/theme-lava.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/custom-blog.css" rel="stylesheet" type="text/css" media="all" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Serif|Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="icon" href="images/zine.png">
<link rel="stylesheet" href="css/reset_bscktotop.css"> <!-- CSS reset -->
<script src="js/modernizr.js"></script> <!-- Modernizr -->
<script src="js/slider.js"></script>
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/style_backtotop.css"> <!-- Gem style -->
<link rel="stylesheet" href="timeline/css/reset.css"> <!-- CSS reset -->
<link rel="stylesheet" href="timeline/css/style_timeline.css"> <!-- Resource style -->
<link rel="stylesheet" href="css/slider.css">
<script src="timeline/js/modernizr.js"></script> <!-- Modernizr -->
</head>
<body class="no-loader">
<div class="loader">
<div class="strip-holder">
<div class="strip-1"></div>
<div class="strip-2"></div>
<div class="strip-3"></div>
</div>
</div>
<a id="top"></a>
<div class="nav-container">
<nav class="overlay-nav">
<div class="container">
<div class="row">
<div class="col-md-2">
<a target="_self" class="inner-link" href="index.php"><img alt="ZINE" class="logo logo-light" src="img/ZINE/zine1.png">
<img alt="ZINE" class="logo logo-dark" src="img/ZINE/zine1.png"></a>
</div>
<div class="col-md-10 text-right">
<ul class="menu">
<li><a target="_self" href="index.php">Home</a></li>
<li><a target="_self" href="team.php">Team</a></li>
<li><a target="_self" href="project/Projects.php">Projects</a></li>
<li><a target="_self" href="achievements.php">Achievements</a></li>
<li><a target="_self" href="about.php">About</a></li>
<li><a target="_self" href="blogs.php">Blogs</a></li>
<li class="social-link hidden-md hidden-sm hidden-xs"><a target="_blank" href="https://www.facebook.com/ROBOTICS.ZINE"><i class="icon social_facebook"></i></a></li>
<li class="social-link hidden-md hidden-sm hidden-xs"><a target="_blank" href="https://www.instagram.com/zine.robotics"><i class="icon social_instagram"></i></a></li>
<li class="social-link hidden-md hidden-sm hidden-xs"><a target="_blank" href="https://www.linkedin.com/company/de-zine-limited"><i class="icon social_linkedin"></i></a></li>
<div class="mobile-menu-toggle"><i class="icon icon_menu"></i></div>
</ul>
</div>
</div>
</div>
<div class="bottom-border"></div>
</nav>
</div>
<section class="hero-slider lazy-section">
<ul class="slides">
<li class="hero-slide">
<div class="background-image-holder parallax-background">
<img class="background-image" alt="Background Image" data-src="img/ZINE/achie/1.JPG">
</div>
</li>
<li class="hero-slide">
<div class="background-image-holder parallax-background">
<img class="background-image" alt="Background Image" data-src="img/ZINE/achie/2.jpeg">
</div>
</li>
<li class="hero-slide">
<div class="background-image-holder parallax-background">
<img class="background-image" alt="Background Image" data-src="img/ZINE/achie/3.jpeg">
</div>
</li><li class="hero-slide">
<div class="background-image-holder parallax-background">
<img class="background-image" alt="Background Image" data-src="img/ZINE/achie/4.JPG">
</div>
</li>
</ul>
</section>
<section id="cd-timeline" class="cd-container">
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="img/cd-icon-trophy.svg" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Indian Drone Racing League 20, GEU Dehradun</h2>
<p>
2nd Place in Pro Class Race
<br>Team Members : Devnath Nair
</p>
<span class="cd-date">June 2019</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="img/cd-icon-trophy.svg" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Drone Race, Techidate 2019, Manipal University Jaipur</h2>
<p>
1st Place
<br>Team Members : Nimesh Khandelwal
</p>
<span class="cd-date">March 2019</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="img/cd-icon-trophy.svg" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Game of Drones, JECRC College, Jaipur</h2>
<p>
1st Place<br>
3rd Place
<br>Team Members : Devnath Nair, Vishal Kothari
</p>
<span class="cd-date">March 2019</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="img/cd-icon-trophy.svg" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Drone TechX,JECRC University,Jaipur</h2>
<p>
2nd Place<br>
3rd Place
<br>Team Members : Devnath Nair, Nimesh Khandelwal
</p>
<span class="cd-date">March 2019</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="img/cd-icon-trophy.svg" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Indian Drone Racing League 19, IIT Delhi</h2>
<p>
2nd Place in Pro Class Race
<br>Team Members : Devnath Nair
</p>
<span class="cd-date">March 2019</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="img/cd-icon-trophy.svg" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Aerial Drones, BML Munjal, Delhi NCR</h2>
<p>
1st Place<br>
2nd Place
<br>Team Members : Devnath Nair, Vishal Kothari
</p>
<span class="cd-date">February 2019</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="img/cd-icon-trophy.svg" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Indian Drone Racing League 17, BITS Pilani, Goa Campus</h2>
<p>
3rd Place in Pro Class Race
<br>Team Members : Devnath Nair
</p>
<span class="cd-date">February 2019</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-location">
<img src="img/cd-icon-ktj.svg" alt="Location">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Kshitij 2019, IIT-Kharagpur</h2>
<p>
1st Place in Zenith <br>
2nd Place in Zenith
<br>Team Members (1st Place): Navdeep Singh, Bhanu Mohindra, Saransh Tayal, Kshitij Kamal<br>
Team Members (2nd Place): Nikita Rautela, Pravesh Sandhu, Rajat Agarwal, Brijraj
</p>
<span class="cd-date">January 2019</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="img/cd-icon-trophy.svg" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Plinth 2019, LNMIIT, Jaipur</h2>
<p>
1st Place in Drone Obstruction<br>
3rd Place in Drone Obstruction
<br>Team Members : Devnath Nair, Vishal Kothari
</p>
<span class="cd-date">January 2019</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="img/cd-icon-trophy.svg" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Indian Drone Racing League 14, Chitkara University, Punjab</h2>
<p>
1st Place in Pro Class Race
<br>Team Members : Devnath Nair
</p>
<span class="cd-date">October 2018</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="img/cd-icon-trophy.svg" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Indian Drone Racing League 13, IIT Gandhinagar, Gujarat</h2>
<p>
3rd Place in Pro Class Race<br>
1st Place in Beginner Class Race
<br>Team Members : Devnath Nair
</p>
<span class="cd-date">October 2018</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="img/cd-icon-trophy.svg" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Technoxian 2018, Thaygaraj Stadium, Delhi</h2>
<p>
1st Place in World Robotics Championship (Quadcopter)<br>Team Members : Devnath Nair
</p>
<span class="cd-date">July 2018</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="img/cd-icon-trophy.svg" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>BMU Munjal University, Delhi NCR</h2>
<p>
1st Place in Aerial Drones <br>Team Members : Devnath Nair
</p>
<span class="cd-date">April 2018</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="img/cd-icon-trophy.svg" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>JECRC College, Jaipur</h2>
<p>
1st Place in Drone Racing Championship<br>Team Members : Devnath Nair
</p>
<span class="cd-date">March 2018</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="img/cd-icon-trophy.svg" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>JECRC University, Jaipur</h2>
<p>
1st Place in Drone TechX<br>Team Members : Devnath Nair
</p>
<span class="cd-date">March 2018</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-movie">
<img src="img/cd-icon-research.svg" alt="Movie">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>ICECA Conference, Coimbatore</h2>
<p> Joint Angle Measurement using MEMS based inertial sensors for a biped robot
<br>Author : Rahul Ravichandran</p>
<span class="cd-date">January 2018</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-movie">
<img src="img/cd-icon-movie.svg" alt="Movie">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Sphinx 2018, MNIT Jaipur</h2>
<p>1st Place in Robowar<br>Team Members : Nimesh Khandelwal, Vikalp Saini<br><br>1st Place in Robostone<br>Team Members : Nimesh Khandelwal, Vikalp Saini<br><br>2nd Place in Android App Development<br>Team Members - Saksham Jain, Gaurav<br><br>2nd Place in Robostone<br>Team Members : Rohan Chauhan, Saksham Jain</p>
<span class="cd-date">January 2018</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="img/cd-icon-trophy.svg" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Plinth 2018, LNMIIT, </h2>
<p>
1st Place in Drone Obstruction<br>Team Members : Devnath Nair
</p>
<span class="cd-date">January 2018</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-movie">
<img src="img/cd-icon-movie.svg" alt="Movie">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Science Conclave 2018, MNIT Jaipur</h2>
<p>Most Innovative Project (Biped)<br>Team Members : Rahul Ravichandran<br><br>"Silver" for Best College Project (Tricopter)<br>Team Members : Devnath Nair, Nimesh Khandelwal</p>
<span class="cd-date">January 2018</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-location">
<img src="img/cd-icon-ktj.svg" alt="Location">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Kshitij’18, IIT Kharagpur</h2>
<p> 2nd place in Image Processing based Autonomous event <i>Fortress</i> <br> Team Members : Vishal Kothari, Tanmay Agarwal
</p>
<span class="cd-date">January 2018</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-movie">
<img src="img/cd-icon-movie.svg" alt="Movie">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Blitzschlag 2017, MNIT Jaipur</h2>
<p>Secured 2nd position in Grid-O-Grinder.</p>
<span class="cd-date">February 2017</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-location">
<img src="img/cd-icon-ktj.svg" alt="Location">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Kshitij’17, IIT Kharagpur</h2>
<p> Finalists In Image Processing based Autonomous Event <i>Conquest</i>
</p>
<span class="cd-date">January 2017</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="img/cd-icon-trophy.svg" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>GridTech’15, Pragati Maidan, New Delhi</h2>
<p>
-Won 1st prize at Students Innovation Pavillion worth of Rs. 1 lakh in the Category Robotic Technology in Inspection of Transmission Lines.<br />
-Won 1st prize at Students Innovation Pavillion worth of Rs. 50 thousand in the Category Smartmeter.
</p>
<span class="cd-date">April 2015</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-movie">
<img src="img/cd-icon-movie.svg" alt="Movie">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Blitzschlag 2015, MNIT Jaipur</h2>
<p>-Circuit mania blitz 2015 2nd and 4th position</p>
<span class="cd-date">April 19 2015</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-cyan">
<img src="img/cd-icon-Ti.svg" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Texas Instruments Analog Design Contest’15</h2>
<p>-Project Solar tracker reached finals</p>
<span class="cd-date">March 2015</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-location">
<img src="img/cd-icon-ktj.svg" alt="Location">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Kshitij’15 IIT, Kharagpur</h2>
<p> -Won first prize in semi-autonomous event MINEFIELD.
<br /> -Won first prize in manual event Skyfall.
<br /> -Finalist in manual event Cascade.
</p>
<span class="cd-date">February 2015</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-purpul">
<img src="img/cd-icon-auto.svg" alt="Location">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Autodesk 3D Student Design Challenge-2014</h2>
<p>-1st and 3rd position in the Regionals held at Noida
<br />-Won the National Title held at Mumbai
<br />-Presented the design at the Autdoesk Panorama, Held in Shanghai, China-9-13th March'15
</p>
<span class="cd-date">2014-15</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-orange">
<img src="img/cd-icon-project.svg" alt="Location">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Projects Approved</h2>
<p>-5 projects were approved by the TEQUIP worth of 2.5 lakh from Malaviya National Institute of Technology(MNIT Jaipur).
<br />-7 projects were approved worth of 42 lakh from Ministry of Micro Small and Medium Enterprises(MSME), Govt. of India.
</p>
<span class="cd-date">2014</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-black">
<img src="img/cd-icon-movie.svg" alt="Location">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Blitzschlag 2014, MNIT, Jaipur</h2>
<p>-1st Runner up in Retro Electronics
<br />-1st Runner up in AUTOQUIZ
<br />-1st Runner up in Circuit Biz
<br />-1st Runner Up in CADesign
<br />-4th place in Piezo Alert
</p>
<span class="cd-date">April 2014</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-movie">
<img src="img/cd-icon-research.svg" alt="Movie">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Research Papers</h2>
<p>-Short Term Load Forecasting using Artificial Neural Networks: A State of Art , Author- Jatin Verma
<br />-A robust technique for Detection of P300 signals, Author- Saatvik Shah, Anirudha Kumar
<br />-Classification of mental tasks from EEG data using backtracking search optimization based neural classifier at Neurocomputing, Elsevier
<br />-Group based Swarm evolution algorithm (GSEA) driven mental task classifier at Memetic Computing,Springer
<br />-Paper presentation on "use of epoxy resin viscous fiber polymer in turbine blades",IIT ROORKEE
<br />-Designed and fabricated an RC S.P.A.D. Airplane
<br />-Best Paper Award at International Conference on Advances in Computer Engineering and Applications (ICACEA) 2015, IMS Ghaziabad INDIA
<br/>-Best Paper Award in 3rd International Conference on "Advance Trends in Engineering, Technology and Research" (ICATETR) 2014; 22-24 Dec
BKIT, Kota Rajasthan.
</p>
<span class="cd-date">2014-15</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="img/cd-icon-tech.svg" alt="Movie">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Tech Expo 2014 , MNIT, Jaipur</h2>
<p>-1st prize SmartCopter, Mechanical Category
<br />-1st prize Solar Tracker, Electronics Category
<br />-1st prize Interactive SmartBoard , Computer Science Category
<br />-2nd Prize Bus Lane with Intermittent Priority, Civil Category
<br />-2nd prize Robotic Hand (Robo-Arm) in Open Category
</p>
<span class="cd-date">2014</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-location">
<img src="img/cd-icon-mis.svg" alt="Movie">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Miscellaneous</h2>
<p>-Participated in Fusion 360 Hackathon, Tongji University, China
<br />-TATA MOTORS mind rover champion.. pre placement interview to KARSH Tharyani,(2nd year)
</p>
<span class="cd-date">2014</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-orange">
<img src="img/cd-icon-gear.svg" alt="Movie">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>PREVENTIVE GEAR MAINTANENCE</h2>
<p>-Filed for Patent
<br />-Nominated for Best Innovation Award
<br />-Team Members: Saatvik Shah, Vaibhav Jain, Sanjay Thakur
</p>
<span class="cd-date">2014</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-movie">
<img src="img/cd-icon-pg.svg" alt="purpul">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>GridTech’13, Pragati Maidan, New Delhi</h2>
<p>-Organized by Power Grid Corporation of India Ltd. Is an international event in which companies, colleges and institutes present their prototypes for different real-time problems
<br />-Our team was awarded 3rd prize in the competition
<br />-Team Members: Nikhil Jain, Harshit Saxena, Abhishek Gupta, Avinash Baheti, Arush Pratap Singh Rawat
</p>
<span class="cd-date">2014</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-orange">
<img src="img/cd-icon-trop.svg" alt="Movie">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>INSPIRON</h2>
<p>- Won Third Prize in Kshitij, IIT Kharagpur 2014
<br />-Team Members: Devang Darode, Karsh, Bharat
</p>
<span class="cd-date">2014</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-cyan">
<img src="img/cd-icon-ec.svg" alt="Movie">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>JBiofeedback through electronic Goniometer</h2>
<p>- Patent is sought on the concept as well as on the device. Patent application filed in July 2011 by the Malaviya National Institute of Technology, Jaipur, India
<br />-Our team was awarded 3rd prize in the competition
<br />-Team Members: Dr. Rajesh Kumar with Alok Agrawal, Anoop Honnekeri Nagraj, Rohit Saxena
</p>
<span class="cd-date">2012</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-black">
<img src="img/cd-icon-pol.svg" alt="Movie">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Smart Card based Real Time Emission Measurement and Pollution Control Enforcement</h2>
<p>-Patent application filed in January 2012 by the Malaviya National Institute of Technology, Jaipur, India
<br />-Nominated for Best Innovation Award
<br />-Team Members: Dr. Rajesh Kumar with Alok Agrawal, Jai Dhariwal, Nirmala Kunwar, Ritika Dhyawala
</p>
<span class="cd-date">2012</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-greener">
<img src="img/cd-icon-Ti.svg" alt="Movie">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>TI- Analog Design Contest 2012</h2>
<p>-Five teams took part this year and again cleared the three interim stages of the contest
<br /><h4>Low cost plant fertilizer dispenser aid</h4>
<br />-Team Members:Deenbandhu, Prince Jain, Anshul Khandelwal
<br /><br /><h4>A portable system to prevent tyre bursting</h4>
<br />-Team Members:Hemant Yadav, Deepank, Mayank
<br /><br /></h4>Home Automation</h4>
<br />Team Members:Himanshu, Nilesh
<br /><br /><h4>On Line Low cost unbalance Source Identifier</h4>
<br />-Team Members:Bhanu Pratap Singh, Abhishek Gupta, Saurabh agarwal
<br /><br /><h4>Potable Medical Meter</h4>
<br />-Team Members:Umang, Akhil, Dhruv
<br />
<br />Out of 5 teams, one team was selected for paper presentation for the next round at TIIEC Conference, banglore and two other teams were also selected for poster presentation at the very same. The paper has been later published in the IEEE proceedings, Banglore chapter
</p>
<span class="cd-date">2011</span>
</div> <!-- cd-timeline-content -->
<!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-movie">
<img src="img/cd-icon-business.svg" alt="Movie">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Paper presentation</h2>
<p>-On Line Low cost unbalance Source Identifier
</p>
<span class="cd-date">2011</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-location">
<img src="img/cd-icon-poster.svg" alt="Movie">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Poster Presentation</h2>
<p>-Low cost plant fertilizer dispenser aid, A portable system to prevent tyre bursting
</p>
<span class="cd-date">2011</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="img/cd-icon-fest.svg" alt="Movie">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>JUST A TOUCH</h2>
<p>-An event organized in IIT-jodhpur during their annual technical function. Our team won First Prize in the competition
<br />-Team Members: Bhanu Pratap Singh, Abhishek Gupta, Avinash Baheti, Nikhil Jain
</p>
<span class="cd-date">2010</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-cyan">
<img src="img/cd-icon-nexus.svg" alt="Movie">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Nexus 2009</h2>
<p>-Nexus is the regional competition of the biggest autonomous bot competition i-NEXUS at IIT-Bombay Techfest. The task was to make two autonomous bots which can coordinate among themselves and pick the boxes placed randomly in the arena and then dispose them off at a dumping site. Our team stood 1st at the regional level
</p>
<span class="cd-date">2009</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
</section> <!-- cd-timeline -->
</div>
<!--<div class="modal fade" id="contact_submit" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h2>Thank You</h2>
</div>
<div class="modal-body">
<button type="button" class="btn btn-danger" data-dismiss="modal"><center>Close</center></button>
</div>
</div>
</div>
</div>
-->
<?php include('footer-1.php') ?>
</html>