-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
807 lines (702 loc) · 33.3 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
797
798
799
800
801
802
803
804
805
806
807
<!DOCTYPE HTML>
<html>
<head>
<title>Creoista'19</title>
<link rel="icon" href="images/favicon.png" type="icon/png">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link href="https://fonts.googleapis.com/css?family=Barriecito&display=swap" rel="stylesheet">
</head>
<body class="landing">
<div class="image-container">
<p class="image-holder">
<img src="images/loader.gif" />
</div>
<!-- Header -->
<header id="header" class="alt">
<a href="#nav">Menu</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li id="listItemsHover"><a href="index.html">Home</a></li>
<li id="listItemsHover"><a href="#eventSection">Events</a></li>
<li id="listItemsHover"><a href="#Registration">Registration</a></li>
<li id="listItemsHover"><a href="https://eie.sairam.edu.in/">About Department</a></li>
<li id="listItemsHover"><a href="https://sairam.edu.in/">About Sairam</a></li>
</ul>
</nav>
<!-- Banner -->
<section id="banner">
<h2 class="wow slideInDown" style="font-family:aharoni;">sri sairam engineering college</h2>
<p class="wow slideInUp">Department Of Electronics & Instrumentation Engineering Proudly Presents</p>
<img src="images/output-onlinepngtools.png" class="wow slideInRight" width="50%">
<div id="festive wow slideInLeft">
<p class="wow slideInLeft">Festival of Creation</p>
</div>
<ul class="actions">
<li><a href="#clockins"class="button big special wow jello">Let's Begin</a></li>
</ul>
</section>
<!--Timer-->
<section id="clockins">
<ul><h4 style="color:yellow;">prizes worth 1.5lakhs</h4>
<div class="StayTuned">
<p>Few more days, hold tight for the most astonishing event ever</p>
</div>
<div class="container wow slideInUp">
<div class="balloon white wow slideInUp">
<div class="star-red"></div>
<div class="face">
<div class="eye"></div>
<div class="eye1"></div>
<div class="mouth happy"></div>
</div>
<div class="trianglew"></div>
<div class="stringw"></div>
</div>
<div class="balloon red wow slideInUp">
<div class="star"></div>
<div class="face">
<div class="eye"></div>
<div class="eye1"></div>
<div class="mouth happy"></div>
</div>
<div class="triangler"></div>
<div class="stringr"></div>
</div>
<div class="balloon blue wow slideInUp">
<div class="star"></div>
<div class="face">
<div class="eye"></div>
<div class="eye1"></div>
<div class="mouth happy"></div>
</div>
<div class="triangleb"></div>
<div class="stringb"></div>
</div>
<div id="timer"></div>
<h1>19th of August</h1>
</div>
<div class="footers">
<p>made by <a href="https://sairam.edu.in/creoista'19"> Magesh B</a> ♡
</div>
</section>
<!-- One -->
<div id="eventSection">
</div>
<section id="one" class="wrapper style1">
<div class="wow flipInY">
<p id="eventsHeader">Events</p>
</div>
<div class="inner">
<article class="feature left">
<span class="image wow slideInLeft"><img src="images/linefollower.png" alt="" /></span>
<div class="content wow slideInRight">
<h2 id="centering">Line Follower</h2>
<p id="centering-2"><strong>The event in which your bot should follow the line to guide you to success</strong>.</p>
<ul class="actions">
<li>
<button type="button" class="bt" data-toggle="modal" data-target="#myModal-1">Explore</button>
</li>
</ul>
</div>
</article>
<!-- Modal -1 -->
<div class="modal bounceIn" id="myModal-1" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Line Follower - Rules & Regulations</h4>
</div>
<div class="modal-body">
<p><strong>
<h3 >Description & specifications</h3>
<ul >
<li> The robot must not be made from any readymade kit. </li>
<li> Robot must be non-destructive and non-harmful to humans and track. </li>
<li> Participants must arrange their own battery. </li>
<li> Power source must be on board. </li>
<li>Dimension of the bot in cm should be within 25 * 25 * 20 </li>
<li> Maximum weight should be within 5kg </li>
</ul>
<h3>power</h3>
<ul>
<li>Electrically powered bots are only allowed. The electric voltage anywhere in the machine should not be more than 12 volts DC at any point of time. </li>
</ul>
<h3>race track</h3>
<ul>
<li> Surface of the track will be white with black line marked on it. </li>
<li> Width of the black line in the track will be 25mm. </li>
<li> The track may contain crossed, curved or discontinuous black lines. </li>
</ul>
<h3>game play</h3>
<ul>
<li>An area around the field will be designated as the game zone. No one is allowed inside the game zone except the robot handlers and monitors. </li>
</ul>
<h3>calibration</h3>
<ul><li> Before starting the competition, a total time period of 20 minutes will be given for calibration. </li></ul>
<h3>competition & scoring</h3>
<ul><li> Runtime and points gained by the bot at the time of run based on the clearance of complexity. </li></ul>
<h3>rules & regulations</h3>
<ul>
<li>Either individual or team (maximun 3 members) registration is allowed</li>
<li> The robot should follow the specifications, any deviation will lead to disqualification. </li>
<li> The robot must be ready when call is made for your team. </li>
<li>Team members will be allowed only three times to touch or reset their robot position during the run. However this will lead to a time penalty and timer will not stop during this course of action. </li>
</ul>
<h3>note</h3>
<ul><li> There may be a change in the way of event being conducted. </li></ul>
</strong></p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<article class="feature right">
<span class="image wow slideInLeft"><img src="images/maze.jpeg" alt="" /></span>
<div class="content wow slideInRight">
<h2 id="centering">Maze Solver</h2>
<p id="centering-2"><strong>The event in which your bot should find shortest way out, to get you in.</strong></p>
<ul class="actions">
<li>
<button type="button" class="bt" data-toggle="modal" data-target="#myModal-2">Explore</button>
</li>
</ul>
</div>
</article>
<!-- Modal - 2 -->
<div class="modal bounceIn" id="myModal-2" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Maze Solver - Rules & Regulations</h4>
</div>
<div class="modal-body">
<p><strong>
<h3>description & specifications</h3>
<ul>
<li> The robot must not be made from any readymade kit. </li>
<li> Robot must be non-destructive and non-harmful to humans and track. </li>
<li> Participants must arrange their own battery. </li>
<li> Power source must be on board. </li>
<li>Dimension of the bot in cm should be within 30 * 30 * 30</li>
<li> Maximum weight should be within 5kg </li>
</ul>
<h3>power</h3>
<ul>
<li>Electrically powered bots are only allowed. The electric voltage anywhere in the machine should not be more than 12 volts DC at any point of time. </li>
</ul>
<h3>race track</h3>
<ul>
<li>Width of the black line in the track will be 25mm. </li>
<li> Surface of the track will be white with black line marked on it. </li>
<li>The track may contain crossed black lines. </li>
</ul>
<h3>game play</h3>
<ul>
<li>An area around the field will be designated as the game zone. No one is allowed inside the game zone except the robot handlers and monitors. </li>
</ul>
<h3>calibration</h3>
<ul><li> Before starting the competition, a total time period of 20 minutes will be given for calibration. </li></ul>
<h3>competition scoring</h3>
<ul>
<li>The robot should follow the specifications, any deviation will lead to disqualification.</li>
<li> The robot must be ready when call is made for your team. </li>
<li>Team members will be allowed only three times to touch or reset their robot position during the run. However this will lead to a time penalty and timer will not stop during this course of action.</li>
<li>The decision of the coordinators will be final. Argument with coordinators in any form will lead to the disqualification of the team. </li>
</ul>
<h3>rules & regulations</h3>
<ul>
<li>Either individual or team (maximun 3 members) registration is allowed</li>
<li> The robot should follow the specifications, any deviation will lead to disqualification. </li>
<li> The robot must be ready when call is made for your team. </li>
<li>Team members will be allowed only three times to touch or reset their robot position during the run. However this will lead to a time penalty and timer will not stop during this course of action. </li>
</ul>
<h3>note</h3>
<ul>
<li>There may be a change in the way of event being conducted. </li>
</ul>
</strong>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!--</div>
</section>
<section id="one" class="wrapper style1">
<div class="inner">-->
<article class="feature left">
<span class="image wow slideInLeft"><img src="images/allterrain.jpg" alt="" /></span>
<div class="content wow slideInRight">
<h2 id="centering">All Terrain</h2>
<p id="centering-2"><strong> this event, your bot should face the obstacles in the path, to be the best.</strong></p>
<ul class="actions">
<li>
<button type="button" class="bt" data-toggle="modal" data-target="#myModal-3">Explore</button>
</li>
</ul>
</div>
</article>
<!-- Modal - 3 -->
<div class="modal bounceIn" id="myModal-3" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">All Terrain - Rules & Regulations</h4>
</div>
<div class="modal-body">
<p><strong>
<h3>rules & regulations</h3>
<ul>
<li>Either individual or team (maximun 4 members) registration is allowed</li>
<li> During the Rounds, only maximum of two team members are allowed in the arena. However, teams are allowed to switch members in different rounds. </li>
<li> If the bot is taken out of the race for any repair then the time will be stopped for the first time only and the bot have to start the race from the same position. </li>
<li> The decision of the coordinators will be final. </li>
<li>The penalty shall be notified at the beginning of the race. </li>
</ul>
<h3>bot-specifictaions</h3>
<ul>
<li> The bot must not exceed 300 mm x 300 mm x 300 mm (l x b x h). </li>
<li>The battery used cannot exceed 12 V. </li>
<li> Either wired or wireless robot is allowed</li>
<li>Max weight 8kgs. </li>
</ul>
<h3>game play</h3>
<ul>
<li> The participating robots are allowed to pass through a rough terrain (stone, gravel, mud,sand, water, etc.,) track. </li>
<li> Points will be distributed throughout the track in the form of checkpoints. </li>
<li>The robot which gains maximum points is taken into consideration for next round within the stipulated time (disclosed on the spot).</li>
</ul>
<h3>race track</h3>
<ul>
<li>This round will be a challenging track. </li>
<li>The track comprises of different terrains which test the ability of the performing robot to pass the different Terrains and get through the Finish Line. </li>
</ul>
<h3>note</h3>
<ul>
<li> Damage to the track due to negligence by the participant will lead to penalty. </li>
<li> There may be a change in the way of event being conducted. </li>
</ul>
</strong></p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<article class="feature right">
<span class="image wow slideInLeft"><img src="images/Robot_wars.jpg" alt="" /></span>
<div class="content wow slideInRight">
<h2 id="centering">Robo War</h2>
<p id="centering-2"><strong>A Fight Club for Robots, Begin the war between the bots.</strong></p>
<ul class="actions">
<li>
<button type="button" class="bt" data-toggle="modal" data-target="#myModal-4">Explore</button>
</li>
</ul>
</div>
</article>
<!-- Modal - 4 -->
<div class="modal bounceIn" id="myModal-4" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Robo war - Rules & Regulations</h4>
</div>
<div class="modal-body">
<p> <strong>
<h3>dimensions & fabrication</h3>
<ul>
<li>The initial dimensions of the robot should not exceed 65cm x 65cm x 65cm (l x b x h).And the tolerance is actual dimension + 5%. </li>
<li> The weight of the machine should not exceed 50 kgs for wired robot and 60 kgs for wireless robot. And the tolerance is actual weight + 2kgs. </li>
</ul>
<h3>control requirements</h3>
<ul>
<li> In case of wired bots, the minimum length of the wires should be 10 meters. The wires should remain slack at any instant during the fight. All the wires coming out of the machine should be stacked as a single unit. </li>
<li> In case of wireless system, it should have a minimum four frequency remote control circuit or two dual control circuits or a transmitter-receiver paired module so that frequency interferences with the opposing team can be avoided (in case of any interference in the wireless systems, they will not be considered for rematch or in the results). Team should pair up the wireless remote with the machine before putting it into the arena. </li>
</ul>
<h3>battery & power</h3>
<ul>
<li>The machine can be powered electrically only. Use of an IC engine in any form is not allowed. Batteries must be sealed, immobilized-electrolyte types (such as gel cells, lithium,NiCad or dry cells). </li>
<li> The electrical voltage at any point of time in the machine should not exceed 48V (DC/AC).230V (AC) power will be provided for wired bots. </li>
<li> In case of wireless robot batteries should be placed on the robot. </li>
<li> In case of wired robot teams can use external batteries.
</li>
<li> All efforts must be made to protect battery terminals from a direct short and causing a battery fire. </li>
</ul>
<h3>weapon systems</h3>
<li> Robots can have any kind of cutters, flippers, saws, hammers, lifting devices etc. as weapons, with the following exceptions: </li>
<ol>
<li> Liquid projectiles</li>
<li>Acid based Weapons</li>
<li>EMP generators</li>
<li>Any kind of flammable liquid</li>
<li>Flame-producing weapons </li>
</ol>
<li>
Robot’s weapons are classified as defensive or offensive by the event coordinators based on the description given by the team in the Team Description Paper. </li>
<h3>event rules</h3>
<ul>
<li>Either individual or team (maximun 4 members) registration is allowed</li>
<li> During the match only one team-member will participate in competition. He will be controlling the robot. Only one team member will be given safety gear and others have to stay away from the arena. </li>
<li>The robot must be ready when call is made for your team. </li>
<li>Team members will be allowed only three times to touch or reset their robot position during the run. However this will lead to a time penalty and timer will not stop during this course of action.
</li>
</ul>
<div>setuptime:2 minutes</div>
<div>match duration:4 minutes</div>
<h3>scoring</h3>
<ul><li> Points are earned by attacking opponent team. In case of no knock outs or if both robots are inactive, winner will be decided by points criteria. </li></ul>
<h3>attacking</h3>
<ul>
<li>Only offensive weapons are considered for scoring. If a team attacks the opponent robot with an offensive weapon and makes a great impact (decided by the event coordinators), the team will be awarded 50 points. </li>
<li> A team successfully toppling the opponent is awarded 100points. </li>
<li> If any team member has to enter the arena for some reasons like repairing small faults, for the first time will be considered as no negative points, then that team will lose 20points for each time out.
</li>
<li> If a bot is cornered by other bots i.e. if bot is forced to a corner and his movements are held by other bots for some period of time, then opponents will each gain 50points. </li>
<li> Bonus points will be given for aggressiveness (Remember bonus points will be critical in the case of tie). Above points criteria is subjected to change. Points awarded by coordinators are final and any kind of misbehaviour with coordinators can fetch disqualification for the team. </li>
</ul>
<h3>criteria for victory</h3>
<ul>
<li> A robot is declared victorious if its opponent is immobilized. (A robot is declared immobile if it cannot display linear motion of at least one inch in a timed period of 30 seconds). </li>
<li> If a robot is thrown out of the arena the match will stop immediately, and the robot inside the arena will be winner. </li>
<li> In case of a tie, there will be an extra two minute will be given as tie breaker and the winner will go to next round. If there is still a tie then depending on aggressiveness (decided by the coordinators), one team will go to the next round </li>
</ul>
<h3>violations</h3>
<ul>
<li> If the robot operator is seen to be using the wire from the controller to pull, move or hold the robot, i.e. if the wire become stout at any point, the team will be losing 20points. </li>
<li> Any intentional damage (including track marks on the arena floor) to the arena will be losing 10points
</li>
</ul>
<h3>note</h3>
<ul>
<li> Qualification of a robot to next level is subjective and totally on the decision of the coordinators. </li>
<li> All the decisions taken by the coordinators will be final. Any queries afterwards will not be entertained. </li>
<li>There may be a change in the way of event being conducted.</li>
</ul>
</strong>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- </div>
</section>
<section id="one" class="wrapper style1">
<div class="inner">-->
<article class="feature left">
<span class="image wow slideInLeft"><img src="images/arduino.jpg" alt="" /></span>
<div class="content wow zoomInRight">
<h2 id="centering">Arduino Challenge</h2>
<p id="centering-2"><strong>A Coding Challenge to the Robo-Coders, Code it, to Decode the Challenge!</strong></p>
<ul class="actions">
<li>
<button type="button" class="bt" data-toggle="modal" data-target="#myModal-5">Explore</button>
</li>
</ul>
</div>
</article>
<!-- Modal - 5 -->
<div class="modal bounceIn" id="myModal-5" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Arduino Challenge - Rules & Regulations</h4>
</div>
<div class="modal-body">
<p> <strong>
<h3>rules & regulations</h3>
<ul>
<li>Either individual or team (maximun 3 members) registration is allowed</li>
<li> The decision of the coordinators will be final and binding upon any participants. </li>
</ul>
<h3>qualifier round</h3>
<ul><li>The participants will be given multiple choice questions based on arduino, followed by debugging of arduino code. </li></ul>
<h3>final round</h3>
<ul>
<li> The participants qualified in the qualifier round will be eligible for the final round. The final round will consist of a problem statement for which the participants should develop a code. </li>
<li> If a tie, the participants with best points in all the three will be the winner. </li>
</ul>
<h3>note</h3>
<ul><li> There may be a change in the way of event being conducted. </li></ul>
</strong>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<article class="feature right">
<span class="image wow slideInRight"><img src="images/roboquiz.jpg" alt="" /></span>
<div class="content wow zoomInLeft">
<h2 id="centering">Robo Quiz</h2>
<p id="centering-2"><strong>Break the quiz to expose your talent to world</strong></p>
<ul class="actions">
<li>
<button type="button" class="bt" data-toggle="modal" data-target="#myModal-6">Explore</button>
</li>
</ul>
</div>
</article>
<!-- Modal - 6 -->
<div class="modal bounceIn" id="myModal-8" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">The Bot Show - Rules & Regulations</h4>
</div>
<div class="modal-body">
p> <strong>
<h3>rules & regulations</h3>
<ul>
<li>Either individual or team (maximun 4 members) registration is allowed</li>
<li> The decision of the judges and coordinators will be final and binding upon any participants. </li>
</ul>
<h3>selection criteria</h3>
<ul>
<li>The project displayed should be based on robotics only.
</li>
<li>The project being displayed should be definitely a working model. </li>
<li> The best projects will be awarded as finalized by the judges. </li>
</ul>
</strong>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<article class="feature left">
<span class="image wow slideInLeft"><img src="images/workshop.png" alt="" /></span>
<div class="content wow zoomInDown">
<h2 id="centering">Workshop</h2>
<p id="centering-2"><strong>Let's Innovate! The Best platform to enhance your skill set</strong></p>
<ul class="actions">
<li>
<button type="button" class="bt" data-toggle="modal" data-target="#myModal-7">Explore</button>
</li>
</ul>
</div>
</article>
<!-- Modal - 7 -->
<div class="modal bounceIn" id="myModal-7" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Workshop</h4>
</div>
<div class="modal-body">
<p><strong>
<h3>workshop topic</h3>
<ul><li>This workshop is about IoT based embedded & Robotic system design</li></ul>
<h3>workshop module</h3>
<ul>
<li>Desing and implementation of simple applications using TEXAS processor(Tiva c series/msp432 processor)</li>
<li>Interfacing of sensors/modules with TEXAS processor</li>
<li>IoT based monitoring and control of various parameters like Robotic system designs using cloud computing</li>
<li>Design and implementation of simple Robotic system using TEXAS processor (Motor control,Line follower)</li>
</ul>
<h3>rules & regulations</h3>
<ul>
<li>Either individual or team (maximun 3 members) registration is allowed</li>
<li>Participants should have to pay a fee of 300Rs as a charge for workshop</li>
<li>Participants are asked to bring their Laptops(Windows compatible) for workshop </li>
</ul>
<h3>benefits</h3>
<ul><li>Highly useful for the student community to apply for various design contest such as IIDC(India innovation challenge design contest) conducted by TEXAS INSTRUMENTS in association with DST,IISC Bangalore</li></ul>
</strong> </p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<article class="feature right">
<span class="image wow slideInRight"><img src="images/projectexpo.png" alt="" /></span>
<div class="content wow zoomInUp">
<h2 id="centering">The Bot Show - A Project Expo</h2>
<p id="centering-2"><strong>Showcase your Innovation here, A Knowledge profiteering event for innovators</strong></p>
<ul class="actions">
<li>
<button type="button" class="bt" data-toggle="modal" data-target="#myModal-8">Explore</button>
</li>
</ul>
</div>
</article>
<!-- Modal - 6 -->
<div class="modal bounceIn" id="myModal-6" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">robo quiz - Rules & Regulations</h4>
</div>
<div class="modal-body">
<p><strong>
<h3>rules & regulations</h3>
<ul>
<li>Either individual or team (maximun 3 members) registration is allowed</li>
<li> The decision of the coordinators will be final and binding upon any participants. </li>
</ul>
<h3>qualifier round</h3>
<ul>
<li>Each team will be be questioned with choices. Every correct anwer gets the team 10 points. </li>
<li> The question left unanswered will be passed to the next team and each such passed question being answered gets the team an additional 5 points. </li>
<li> The team with maximum points will get qualified to the next round. </li>
</ul>
<h3>final round</h3><ul>
<li> This round consists of questions being asked to the participants without choices. </li>
<li>Team with maximum points will be the winner. </li>
</ul>
<h3>note</h3>
<ul>
<li> There may be a change in the way of event being conducted. </li>
</ul>
</strong>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style3 special">
<div class="inner">
<header class="major narrow ">
<h2>Once a robot said</h2>
<p>"the product of the human brain will escape the control of human hands."</p>
</header>
</div>
<h2>instructions to participants</h2>
<button type="button" class="bt" data-toggle="modal" data-target="#instructions">click here</button>
</section>
<div class="modal bounceIn" id="instructions" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">instructions to participants</h4>
</div>
<div class="modal-body">
<p>
<ul><strong>
<li>The participants must have a valid college identity card to participate.</li>
<li>Registration is free. Only participants attending the workshop must pay Rs300 per head</li>
<li>Decision of the Judges and co-ordinators will be the final, any misbehavioural activities will lead team for disqualification.</li>
<li>The participants are requested to be in formal dress code.</li>
<li>Lunch will be provided for all the participants</li>
<li>Transportation facility is available only from Tambaram (viveks showroom).</li>
<li>Each participant will get participation certificate.</li>
</strong>
</ul>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Four -->
<div id="Registration"></div>
<section id="four" class="wrapper style2 special">
<div class="inner">
<header class="major narrow">
<h3 style="color:orangered;">Click here to register</h3>
</header>
<a id="listItemsHover" href="https://docs.google.com/forms/d/e/1FAIpQLSd6DgPFvSrfftfWD-4hM-SoA4hst3s8o_SwrwDvTet_RdrWvA/viewform"><button type="submit" class="special wow flipInY" value="Submit">Register</button></a>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<h3 style="color:orangered;">venue</h3>
<h5>sri sairam engineering college, chennai</h5>
<div class="mapouter">
<div class="gmap_canvas">
<iframe width="100%" height="70%" id="gmap_canvas" src="https://maps.google.com/maps?q=sri%20sairam%20engineering%20college&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
</div>
<style>.mapouter{position:relative;text-align:right;height:30%;width:100%;}.gmap_canvas {overflow:hidden;background:none!important;height:70%;width:100%;}</style>
</div>
<br>
<h3 style="color:orangered;">contact us</h3>
<br>
<div id="contactus">
<p style="font-size:16px;">Staff Co-ordinator : Dr.Swagata Sarkar-9841179090</p></div>
<p style="font-size:16px;">Student Contact:</p>
<ul>
<div id="contactus">Devahariharan B - 9543191999</div>
<div id="contactus">Vijay R - 6382434599</div>
<div id="contactus">Mari Selvam A- 7904655042</div>
<div id="contactus" class="icon fa fa-envelope-o"> [email protected]</div>
</ul>
</div>
<br><br>
<div class="inner">
<ul class="icons">
<li id="chillax"><a href="https://www.facebook.com/creoista.sairam" class="icon fa-facebook" style="color:#3b5998;">
<span class="label">Facebook</span>
</a></li>
<li id="chillax"><a href="https://twitter.com/creoista?s=08" class="icon fa-twitter" style="color:#38A1F3">
<span class="label">Twitter</span>
</a></li>
<li id="chillax"><a href="https://instagram.com/creoista_19?igshid=1t5qja9fpx72" class="icon fa-instagram" style="color:#be3685">
<span class="label">Instagram</span>
</a></li>
<li id="chillax"><a href="https://www.linkedin.com/in/creoista-sairam-338169190" class="icon fa-linkedin" style="color:#0077B5">
<span class="label">LinkedIn</span>
</a></li>
</ul>
<ul class="dhoni"><a href="index.html" class="icon fa fa-angle-double-up " style="font-size:40px;color:aqua;"></a></ul>
<ul class="copyright">
<li>© Creoista'19</li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script>
new WOW().init();
$(window).on('load',function(){
$('div.image-container').fadeOut('slow');
});
</script>
</body>
</html>