-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
870 lines (807 loc) · 40.1 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
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
<!DOCTYPE HTML>
<html>
<head>
<title>Kalpana 2023</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="shortcut icon" href="images/logo.png" />
<link rel="stylesheet" href="assets/css/main.css" />
<link href='https://fonts.googleapis.com/css?family=Open Sans' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Share Tech Mono' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Exo 2' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Open Sans Condensed:300' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123576842-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-123576842-1');
</script>
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<style>
body{
font-family: 'Open Sans';
}
canvas {
display: block;
/* vertical-align: bottom; */
}
/* #particles canvas{
} */
/* ---- particles.js container ---- */
#particles-js {
width: 100%;
height: 100%;
/*background-color: #000000;*/
/* background-image: url("https://img4.goodfon.com/wallpaper/nbig/a/a2/galaxy-space-red-dark-black-hd.jpg"); */
background-image: url("images/bg3.jpg");
background-size: 100%;
opacity: 0.5;
background-size: cover;
background-position: center;
position: fixed !important;
display: block;
}
.tex sub, .latex sub, .latex sup {
text-transform: uppercase;
}
.tex sub, .latex sub {
vertical-align: -0.5ex;
margin-left: -0.1667em;
margin-right: -0.125em;
}
.tex, .latex, .tex sub, .latex sub {
font-size: 1em;
}
.latex sup {
font-size: 0.85em;
vertical-align: 0.15em;
margin-left: -0.36em;
margin-right: -0.15em;
}
</style>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class>
<span class="icon "><img src = "images/logo3.png" class = "new"></span>
</div>
<div class="content">
<div class="inner">
<img src = "images/Kalpana.png">
<h2 style="font-family: 'Exo 2';"> March 18th, 2023</h2>
<!-- <h3 style="font-family: 'Open Sans Condensed';">24hr Make-A-Thon</h3> -->
<h3 style="font-family: 'Open Sans Condensed';">An IEEE PESU EC Campus, WiE Chapter event</h3>
<!-- <h2 style="font-family: 'Open Sans Condensed';" id="timer">Results Announced!</h2> -->
<!-- <script>
var deadline = new Date("Sep 22, 2019 23:59:59").getTime();
var x = setInterval(function() {
var now = new Date().getTime();
var t = deadline - now;
var days = Math.floor(t / (1000 * 60 * 60 * 24));
var hours = Math.floor((t%(1000 * 60 * 60 * 24))/(1000 * 60 * 60));
var minutes = Math.floor((t % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((t % (1000 * 60)) / 1000);
document.getElementById("timer").innerHTML = days + "d "
+ hours + "h " + minutes + "m " + seconds + "s ";
if (t < 0) {
clearInterval(x);
document.getElementById("timertext").style.visibility = "hidden";
document.getElementById("timer").innerHTML = "Registrations Closed";
}
}, 1000);
</script> -->
</div>
</div>
<nav>
<ul>
<li><a href="#intro">Intro</a></li>
<li><a href="#steps">Procedure</a></li>
<li><a href="#rules">Rules</a></li>
<li><a href="#problems">Statements</a></li>
<li><a href="#register">Register</a></li>
<li><a href="#schedule">Schedule</a></li>
<!-- <li><a href="#workshop">Workshop</a></li> -->
<!-- NO <li><a href="#visitor">Visitors</a></li> -->
<!-- <li><a id="bt-popup" href="#">Register</a></li> -->
<!-- <script src="https://embed.typeform.com/embed.js" type="text/javascript"></script> -->
<!-- <script type="text/javascript">
let popup1, popup2, popup3;
window.addEventListener('DOMContentLoaded', function () {
// When instantiating a popup embed, you must provide the URL
// of your typeform and your desired embed settings. If you don't
// provide any settings, a default 'popup' embed is instantiated.
popup2 = window.typeformEmbed.makePopup('https://4screens.net/e/5d74d1515edc8b010001f608', {
hideHeaders: true,
hideFooter: true
});
})
// Now we bind our buttons to open our previously instantiated
// embedded typeforms when clicked
document.getElementById('bt-popup').addEventListener('click', function () {
popup2.open();
});
</script> -->
<!-- NO <li><a href="#quiz">Daily Quiz</a></li> -->
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#help">Contact</a></li>
</ul>
</nav>
<!-- <h2 id="typewriter">Coming Soon!</h2> -->
</header>
<!-- Main -->
<div id="main">
<!-- Intro -->
<article id="intro">
<h2 class="major">What is KALPANA?</h2>
<span class="image main"><img src="images/pic01.jpg" alt="Technology meets Humanitarianism" /></span>
<p><span class="boldletters"><em>"Nothing is impossible for women if they have a strong will"</em></span>. These were the words sent by Kalpana Chawla to all Indians, especially young girls. The name of this event is in remembrance of this woman who taught girls to dream of wings. She was the first woman of Indian origin to travel into space on NASA’s Space Shuttle mission, Columbia. Although we lost her in a tragic Space Shuttle disaster, she remains an epitome of inspiration and motivation for all the men and women around the world and especially for the aspiring youth of India. So this event is an opportunity for all the intellect heads out there seeking for opportunities to prove that they got that will inside them.
</p>
<p>
The Women In Engineering [WiE] Chapter at IEEE PESIT South Student Branch presents to you a 24 hr event that aims to bring Technology and Humanitarianism under one roof. This event consists of two main facets:-
</br></br>
<b><span style="font-family: 'Share Tech Mono';">Technology:</span></b></br>
This facet of Kalpana welcomes all engineering students from colleges across Karnataka to compete and showcase their technical skills in the Battle of Innovations to solve real-world problems that exist in our society today. Check out our wide range of problem statements <a href="#problems" style="color: red">here</a>. A stringent selection process will shortlist the teams who provide the best solutions. These teams will compete with each other to be the ultimate winner. Depending on the solution provided by the team, they will be given a part to improvise in their product as a challenge. This will be provided on the day of the event.
</br></br>
<b><span style="font-family: 'Share Tech Mono';">Humanitarianism :</span></b> </br>
YOU MUST NOT LOSE FAITH IN HUMANITY. HUMANITY IS LIKE AN OCEAN, IF A FEW DROPS OF THE OCEAN ARE DIRTY, THE OCEAN DOES NOT BECOME DIRTY.
</br></br>
Mahatma Gandhi fervently believed in humanity. He trusted and had faith that there were good people in the world. In the memory of this great personality, on the occasion of his birth ceremony, the IEEE Student Branch of the PES University EC Campus will be donating in the name of cancer patients to help in their treatment. This facet of the event will also be supporting the idea of Swachh Bharat Abhiyan of our beloved P.M. by hosting an awareness campaign.
</p>
<p><b>We at PESIT South Student Branch trust that we have a moral responsibility as future engineers to give back to the community we live in. We hope that you believe in the same spirit and participate in Kalpana 2019. </b></p>
</article>
<!-- steps Ample amount of time will be given to the shortlisted teams to prepare their projects for the same.-->
<article id="steps">
<h2 class="major">Procedure:</h2>
<h2><b>Step 1:</b></h2> Find a team. The team must consist of 2 - 4 members</br>
</br>
<h2><b>Step 2:</b></h2>Take a good look at our problem statements <a href="#problems" style="color:red;">here</a></br>
</br>
<h2><b>Step 3:</b></h2>Select a problem statement of your interest and find an innovative solution for it.</br><br><u>Ex:</u> For a problem statement "Traffic Congestion", the solution could be "a sensor-based smart IoT application".</br>
</br>
<h2><b>Step 4:</b></h2>Register and submit your ideas <a href="#register" style="color:red;" > here</a></br><!--<br> <a href="#download" style="color:red;">Click here</a> for the format of the abstract and an example</br>--> </br>Registration will close on <b>23rd September</b> at <b>01:00 AM</b></ul>
</br> The registration fees are <ul><li>Non-IEEE Members - ₹450 per head</li><li>IEEE Members - ₹400 per head</li></ul>
<p class="boldletters">Note: Participants will have to pay the fee only if their idea is shortlisted</p>
<!-- <li> ₹200 per head, for Non-IEEE members </li><li> ₹160 per head, for IEEE members</li> -->
<!-- </br> -->
<h2><b>Step 5:</b></h2> The shortlisted teams will be announced. These teams can compete in the Make-A-Thon at the venue.
</br>
</br>
<h2><b>All the best!</b></h2></br>
<center><a href="#rules" class="button">CLICK HERE FOR RULES</a></center>
</br>
<h4>For any further clarifications you can reach us at </h4>
<!-- <h4>Email : [email protected] -->
<h4>Email: [email protected]</h4>
</br>
</br> Manasa Hegde : +91 97402 99619</br> Ashish Mishra : +91 89698 51451</br> Anjali Deshpande : +91 88842 36626</br> Annette Antony : +91 82770 98852</br>Shubham Saxena : +91 94564 11806</h4>
</br>
</br>
<h3>Location : </br></h3>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3889.7184702544428!2d77.66251941482076!3d12.861451490928248!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae6cbccb22bec1%3A0x4bad30b7a7fd5e76!2sPESIT+South+Campus!5e0!3m2!1sen!2sin!4v1505758013183" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe></p>
</article>
<!-- rules -->
<article id="rules">
<h2 class="major">Rules</h2>
<h3 class="major">General Rules</h2>
<ol>
<li>The team must select a problem statement from the ones provided by the organizers. The approach to the solution for the problem is up to the team.</li>
<li>The solution to the problem cannot be a pre-existing one. The team must think of a method to develop on the current solutions and bring forward a better one, or think of a completely new solution. Any kind of plagiarism content more than 30% leads to a negative score.</li>
<li>The solution to a problem cannot be a social experiment. It must be a technical solution with a proper scientific approach.</li>
<li>The solution must be feasible, i.e., it should have the potential to be easily implemented in, and accepted by society.</li>
<li>The team must keep in mind the cost of implementing the idea with the conditions mentioned above, and must keep an estimate ready.</li>
<li>Any type of malpractices or harassment will not be entertained and will lead to direct disqualification of the team.</li>
</ol>
<h3 class="major">Team Specifications</h2>
<p>To be eligible to participate in Kalpana 2019, a team must satisfy the following:-</p>
<ol>
<li>A team is to be composed of 2 to 4 members.</li>
<li>All members of a team should be students in any Undergraduate program in science or engineering in India.</li>
<li>The team can have members from more than one institution.</li>
<li>The solution must satisfy the general requirements discussed above.</li>
<li>The team can have a mentor, who is a faculty from their institution. Presence of a mentor shall not affect the eligibility of a team and will not influence the evaluation of a synopsis in any way.</li>
</ol>
<p class="boldletters"><u>NOTE</u>: <em id="challengenote">Depending on the solution provided by the team, they will be given a part to improvise in their product as a challenge. This will be provided on the day of the event</em>
</article>
<article id="workshop">
<h2 class="major">Robotics Workshop</h2>
<p>Click <a href="https://forms.gle/dy5HqXQvKw47c63B9" style="color:red;">Here </a>to Register for our Robotics Workshop</p>
<h3 style="text-align: center">OR</h3>
<p>Scan the QR code:</p>
<img style="display: block; margin-left: auto; margin-right: auto" src="images/workshopqr.jpeg">
</article>
<!-- About -->
<article id="register">
<h2 class="major">Register</h2>
<!-- <h2 class="major">Results</h2> -->
<!-- <h4 id="note">Note: The form will automatically disappear @ 1am</h4> -->
<!-- <center><h3 class="problem-coming">Registrations will open shortly</h3></center> -->
<!-- <div id="quiz-typeform"
style="width: 100%; height: 450px;">
</div>
<script src="https://embed.typeform.com/embed.js" type="text/javascript"></script>
<script type="text/javascript">
window.addEventListener("DOMContentLoaded", function() {
var el = document.getElementById("quiz-typeform");
// When instantiating a widget embed, you must provide the DOM element
// that will contain your typeform, the URL of your typeform, and your
// desired embed settings
window.typeformEmbed.makeWidget(el, "https://kalpana2019.typeform.com/to/d4deWO", {
hideFooter: true,
hideHeaders: true,
opacity: 0
});
});
</script> -->
<!-- <iframe id="googleform" src="https://docs.google.com/forms/d/e/1FAIpQLScg5K4x27iDZlAU35JrYE3NJjsnvkwO4ZBd58IL0GXMECmSAg/viewform?embedded=true" width="100%" height="500px" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe> -->
<!-- <center><a class="typeform-share button" href="https://www.townscript.com/e/kalpana-2019-hackathon-434224" data-mode="popup" style="display:inline-block;text-decoration:none;background-color:#267DDD;color:white;cursor:pointer;font-family:'Open Sans';font-size:20px;line-height:50px;text-align:center;margin:0;height:50px;padding:0px 33px;border-radius:25px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Register Here!</a></center> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script> -->
<h3 id="registertext"> Registerations are over!</h3>
<!-- <img src="images/shortlist1.jpeg" style="width: 100%; display: block; margin-left: auto; margin-right: auto"> -->
<!-- <img src="images/shortlist2.jpeg" style="width: 100%; display: block; margin-left: auto; margin-right: auto"> -->
<!-- <script>
var deadline = new Date("Sep 23, 2019 01:00:00").getTime();
var x = setInterval(function() {
var now = new Date().getTime();
var t = deadline - now;
var days = Math.floor(t / (1000 * 60 * 60 * 24));
var hours = Math.floor((t%(1000 * 60 * 60 * 24))/(1000 * 60 * 60));
var minutes = Math.floor((t % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((t % (1000 * 60)) / 1000);
document.getElementById("timer").innerHTML = days + "d "
+ hours + "h " + minutes + "m " + seconds + "s ";
if (t < 0) {
clearInterval(x);
document.getElementById("timertext").style.visibility = "hidden";
document.getElementById("timer").innerHTML = "Registrations Closed";
document.getElementById("googleform").style.display = "none";
document.getElementById("note").style.display = "none";
document.getElementById("registertext").style.display = "block";
}
}, 1000);
</script> -->
</article>
<article id="schedule">
<!--h2 class="major">Register</h2>
<center><a class="typeform-share button" href="https://www.townscript.com/e/kalpana-2018-exhibition-322302" data-mode="popup" style="display:inline-block;text-decoration:none;background-color:#267DDD;color:white;cursor:pointer;font-family:'Open Sans';font-size:20px;line-height:50px;text-align:center;margin:0;height:50px;padding:0px 33px;border-radius:25px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Register Here!</a></center> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script-->
<h2 class="major"> Schedule of Events</h2>
<!-- <h3 class="problem-coming">Coming Soon!</h3> -->
<div class="table-wrapper">
<table class="alt">
<thead>
<tr>
<th>Time</th>
<th>Program</th>
</tr>
</thead>
<tbody>
<tr>
<td>04:00 pm</td>
<td>Registration Starts</td>
</tr>
<tr>
<td>04:45 pm</td>
<td>Inaugration Function</td>
</tr>
<tr>
<td>05:30 pm</td>
<td>Make-a-Thon Begins</td>
</tr>
<tr>
<td>08:00 pm</td>
<td>Dinner & Recreational Activities</td>
</tr>
<tr>
<td>11:30pm</td>
<td>1st Round Judging Begins</td>
</tr>
<tr>
<td>01:00 am</td>
<td>Mid-night Snacks</td>
</tr>
<!-- https://www.townscript.com/e/kalpana-2019-hackathon-434224 -->
<tr>
<td>07:30 am</td>
<td>Breakfast</td>
</tr>
<tr>
<td>09:30 am</td>
<td>2nd Round Judging</td>
</tr>
<tr>
<td>12:30 pm</td>
<td>Lunch</td>
</tr>
<tr>
<td>03:00 pm</td>
<td>Final Round Judging</td>
</tr>
<tr>
<td>04:00 pm</td>
<td>High Tea</td>
</tr>
<tr>
<td>04:30 pm</td>
<td>Valedictory Function</td>
</tr>
</tbody>
</table>
</div>
</article>
<article id="visitor">
<h2 class="major">Register</h2>
<!-- <center><a class="typeform-share button" href="https://www.townscript.com/e/kalpana-2018-exhibition-322302" data-mode="popup" style="display:inline-block;text-decoration:none;background-color:#267DDD;color:white;cursor:pointer;font-family:'Open Sans';font-size:20px;line-height:50px;text-align:center;margin:0;height:50px;padding:0px 33px;border-radius:25px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Get your pass Here!</a></center> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script> -->
<!--h2> Registerations are over!</h2-->
</article>
<article id="help">
<h2 class="major">Contact Us</h2>
<center><a class="typeform-share button" href="https://forms.zohopublic.in/ieeekalpana2019/form/KalpanaHelp/formperma/XPecgMnnSEHmrU07ZlO8HjGPCON7MqyLYvBkIQQ8i0Y" data-mode="popup" style="display:inline-block;text-decoration:none;background-color:#267DDD;color:white;cursor:pointer;font-family:'Open Sans';font-size:20px;line-height:50px;text-align:center;margin:0;height:50px;padding:0px 33px;border-radius:25px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Contact Us! </a></center> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script>
</article>
<article id="download">
<h2 class="major">Downloadables</h2>
<ul>
<li><h3>Format for abstract :</h3>
<p> <span class="latex">L<sup>a</sup>T<sub>e</sub>X</span> - <a href="template_2018.tex" download ><img src = "images/dl.png"></a></h3></p>
<p>Word Format - <a href="template_2018.docx" download ><img src = "images/dl.png"></a></p>
<p>Open Document Format - <a href="template_2018.ott" download ><img src = "images/dl.png"></a></p>
</li>
<li><h3>Example for abstract : <a href="lipsum.pdf" download = "example.pdf"><img src = "images/dl.png"></a></h3></li>
</ul>
Please ensure you convert the abstract into a pdf format before sending it to us!
</article>
<!-- Contact -->
<article id="sponsor">
<h2 class="major">Sponsors</h2>
<!-- <img src = "images/SponsorWebsite.png" class = "image main" > -->
<!-- <center><h3 class="major" style="font-family: 'Exo 2';">Platinum Sponsors</h3>
<img src="images/sponsors/tvs.jpg" style="width: 70%">
<h3 class="major" style="font-family: 'Exo 2';">Platinum Sponsors</h3>
<h2 style="font-family: 'Open Sans';">Mr. Jayakumar.K<br>Siva Traders</h2>
<h3 class="major" style="font-family: 'Exo 2';">Silver Sponsors</h3>
<img src="images/sponsors/addere.jpg" style="width: 50%">
<img src="images/sponsors/hoola.jpg" style="width: 50%"></center> -->
<center>
<h3 class="major" style="font-family: 'Exo 2';">Diamond Sponsors</h3>
<img src="./images/sponsors/gmr.jpeg" style="width: 60%">
<br>
<br>
<img src="./images/sponsors/nvest.jpeg" style="width: 60%">
<h3 class="major" style="font-family: 'Exo 2';">Food Partner</h3>
<img src="./images/sponsors/pizza.jpeg" style="width: 45%">
<br><br>
<h3 class="major" style="font-family: 'Exo 2';">Entertainment Partner</h3>
<img src="./images/breakout.jpeg" style="width: 55%">
<h3 class="major" style="font-family: 'Exo 2';">Artist Discovery Partner</h3>
<img src="./images/sponsors/artkhoj.jpeg" style="width: 65%">
</center>
</br>
<!-- <h3> We are looking for sponsors! If you would like to sponsor our event, please do contact us!</h3> -->
</article>
<article id="quiz">
<h2 class="major">Daily Quiz</h2>
<h4 class="due">Submissions close @ 6pm</h4>
<!-- <center><h2>Try again tomorrow</h2></center> -->
<div id="quiz-typeform"
style="width: 100%; height: 450px;">
</div>
<script src="https://embed.typeform.com/embed.js" type="text/javascript"></script>
<script type="text/javascript">
window.addEventListener("DOMContentLoaded", function() {
var el = document.getElementById("quiz-typeform");
// When instantiating a widget embed, you must provide the DOM element
// that will contain your typeform, the URL of your typeform, and your
// desired embed settings
window.typeformEmbed.makeWidget(el, "https://kalpana2019.typeform.com/to/d4deWO", {
hideFooter: true,
hideHeaders: true,
opacity: 0
});
});
</script>
</article>
<article id="problems">
<h2 class="major">Problem Statements</h2>
<!-- <h3 class="problem-coming">Stay Tuned for Updates</h3> -->
<ol>
<li> Medicines and health products are important for addressing health problems and
improve quality of lives. They form an indispensable component of health systems in the
prevention, diagnosis and treatment of disease and in alleviating disability and functional
deficiency. Medicines can be easily faked and thus poses fatal effects on the life of the
patient taking them. Build an application to help the customer verify if some medicine is
authentic or not.</li>
</br>
<li> A study reported in WHO, conducted for the NCMH (National Care Of Medical Health),
states that at least 6.5 per cent of the Indian population suffers from some form of
serious mental disorder, with no discernible rural-urban differences. Though there are
effective measures and treatments, there is an extreme shortage of mental health
workers like psychologists, psychiatrists, and doctors. Build an application to help fight
depression.</li>
</br>
<li> Foreign Exchange (forex or FX) is the trading of one currency for another. For example,
one can swap the U.S. dollar for the INR. Come up with a system to make foreign
exchange cheap, quick and secure</li>
</br>
<li> Although India is still catching up with the developments in artificial intelligence and
robotics as compared to others, Indian startups, as well as the government, are working
at a rapid pace to integrate new age technologies. According to an IFR research, robot
sales in India increased by 27 percent to a new peak of 2,627 units in India — almost the
same as in Thailand. Keeping this scenario in mind, build a prototype of a multipurpose
dynamic robot.</li>
</br>
<li> Agriculture is one of the most important pillars of the Indian economy. The contribution of
agriculture and its allied sectors to India’s GDP stood at 13.9% during 2013-14
(Agriculture 2013). More than half of the Indian population is dependent on agriculture
for its subsistence. Build a prototype of a self moving device for agricultural monitoring.</li>
</br>
<li> Search Mapping - Digital footprints create a pattern of the offender and serve as a
valuable resource to locate and save the victim. Search mapping generates patterns of
all digital footprints a person has left. Create an application that utilizes available digital
footprint to suggest the location of a missing person.</li>
</br>
<li> Litter is any kind of trash thrown in small amounts, especially in places where it doesn’t
belong. With time, it heaps up. The practice is unlawful because it costs municipalities
millions of dollars annually in cleanup costs. It also portrays a bad picture of an area.
Come up with a solution of the problem of littering in public places.</li>
</br>
<li> Build a prototype to enhance cyber security using Blockchain.</li>
</br>
<li> Build an energy efficient system towards sustainable development.</li>
</br>
<li> With the evolution of technology, everything is going digital. Even the charity funds
collection is done online. This results in a lot of fraudulent activities as well. A major
problem arises when we need to identify the online charity muggers and different them
from the real charities? Devise a solution to overcome this problem of charity mugging.</li>
</br>
<li> Build a prototype to make medical imaging diagnosis simple and effective.</li>
</br>
<li> Device a solution to improve the sudden health care kits in public places.</li>
</br>
<li> A stock is a general term used to describe the ownership certificates of any company.
Come up with a system to accurately predict stocks to invest in the most optimal way.</li>
</br>
<li> Digital learning is slowly taking over the orthodox way of teaching in schools and
colleges. Students now prefer notes over textbooks. Build an automated system that can
prepare notes after a meeting or class.</li>
</br>
<li> One of the crucial issues for emergency medical service (EMS) in metropolis city is
traffic congestion. Especially, the ambulance services are highly affected. Their
response time increases leading to the causes of death and disabilities of patients in
crisis, which impose severe socio-economic costs across the world. Devise a solution
using technology to manage traffic for the ambulance to reach faster.</li>
</br>
<li> According to theNational Council of Aging, about 92 percent of seniors have at least one
chronic disease and 77 percent have at least two. Heart disease, stroke, cancer, and
diabetes are among the most common and costly chronic health conditions causing
two-thirds of deaths each year. Come up with a solution of using smart tech to help solve
the aging community problems like muscular dystrophy.</li>
</br>
<li> Food poisoning, also called foodborne illness, is caused by eating contaminated food.
Infectious organisms — including bacteria, viruses and parasites — or their toxins are
the most common causes of food poisoning. Come up with a smart application that can
help inform if an unknown food is safe to eat or not.</li>
</br>
<li> Digital Twin - Build a 3D replica production layout or a Retail Space in AR or MR with
streaming data from IoT device or any digital content.</li></br>
<li> Immersive Marketing on WebAR- Build a prototype on the use of AR/VR in marketing/
brand building on WebAR.</li></br>
<li> XR in Healthcare and Life Science - Build a prototype on the use of AR/VR in healthcare
to help medical professional/ patient or pharmaceutical companies with the
treatment of diseases and research</li></br>
<li> Air pollution in India is a serious issue, ranking higher than smoking, high blood
pressure, child and maternal malnutrition, and risk factors for diabetes. At least 140
million people breathe air 10 times or more over the WHO safe limit and 13 of the world's
20 cities with the highest annual levels of air pollution are in India. Air pollution
contributes to the premature deaths of 2 million Indians every year. Build a portable
electronic filter that can help avoid air pollution.</li></br>
<li> Customer feedback is information provided by clients about whether they are satisfied
or dissatisfied with a product or service and about general experience they had with a
company. Come up with a solution to assure the customer that their feedback on any
website is not being tampered with.</li></br>
<li> Using technology, devise a solution to remove the hassle of waiting in long queues at toll
gates.</li></br>
<li> Build a prototype for footstep power generation on footpaths and same as it with the
vehicles when travelling on highways.</li></br>
<li> Build an application for spam call detection.</li></br>
</ol>
</br>
<!-- </br> -->
<!-- </br> -->
<!-- <p><b>*If you have an idea that solves a real-world problem but does not come under any of the mentioned domains, just send us your idea and your own domain name, we will definitely review it! *</p></b> -->
</article>
<!-- Elements -->
<article id="elements">
<h2 class="major">Elements</h2>
<section>
<h3 class="major">Text</h3>
<p>This is <b>bold</b> and this is <strong>strong</strong>. This is <i>italic</i> and this is <em>emphasized</em>.
This is <sup>superscript</sup> text and this is <sub>subscript</sub> text.
This is <u>underlined</u> and this is code: <code>for (;;) { ... }</code>. Finally, <a href="#">this is a link</a>.</p>
<hr />
<h2>Heading Level 2</h2>
<h3>Heading Level 3</h3>
<h4>Heading Level 4</h4>
<h5>Heading Level 5</h5>
<h6>Heading Level 6</h6>
<hr />
<h4>Blockquote</h4>
<blockquote>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.</blockquote>
<h4>Preformatted</h4>
<pre><code>i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';</code></pre>
</section>
<section>
<h3 class="major">Lists</h3>
<h4>Unordered</h4>
<ul>
<li>Dolor pulvinar etiam.</li>
<li>Sagittis adipiscing.</li>
<li>Felis enim feugiat.</li>
</ul>
<h4>Alternate</h4>
<ul class="alt">
<li>Dolor pulvinar etiam.</li>
<li>Sagittis adipiscing.</li>
<li>Felis enim feugiat.</li>
</ul>
<h4>Ordered</h4>
<ol>
<li>Dolor pulvinar etiam.</li>
<li>Etiam vel felis viverra.</li>
<li>Felis enim feugiat.</li>
<li>Dolor pulvinar etiam.</li>
<li>Etiam vel felis lorem.</li>
<li>Felis enim et feugiat.</li>
</ol>
<h4>Icons</h4>
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-github"><span class="label">Github</span></a></li>
</ul>
<h4>Actions</h4>
<ul class="actions">
<li><a href="#" class="button special">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions vertical">
<li><a href="#" class="button special">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
</section>
<section>
<h3 class="major">Table</h3>
<h4>Default</h4>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
<h4>Alternate</h4>
<div class="table-wrapper">
<table class="alt">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
</section>
<section>
<h3 class="major">Buttons</h3>
<ul class="actions">
<li><a href="#" class="button special">Special</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button">Default</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button special icon fa-download">Icon</a></li>
<li><a href="#" class="button icon fa-download">Icon</a></li>
</ul>
<ul class="actions">
<li><span class="button special disabled">Disabled</span></li>
<li><span class="button disabled">Disabled</span></li>
</ul>
</section>
<section>
<h3 class="major">Form</h3>
<form method="post" action="#">
<div class="field half first">
<label for="demo-name">Name</label>
<input type="text" name="demo-name" id="demo-name" value="" placeholder="Jane Doe" />
</div>
<div class="field half">
<label for="demo-email">Email</label>
<input type="email" name="demo-email" id="demo-email" value="" placeholder="[email protected]" />
</div>
<div class="field">
<label for="demo-category">Category</label>
<div class="select-wrapper">
<select name="demo-category" id="demo-category">
<option value="">-</option>
<option value="1">Manufacturing</option>
<option value="1">Shipping</option>
<option value="1">Administration</option>
<option value="1">Human Resources</option>
</select>
</div>
</div>
<div class="field half first">
<input type="radio" id="demo-priority-low" name="demo-priority" checked>
<label for="demo-priority-low">Low</label>
</div>
<div class="field half">
<input type="radio" id="demo-priority-high" name="demo-priority">
<label for="demo-priority-high">High</label>
</div>
<div class="field half first">
<input type="checkbox" id="demo-copy" name="demo-copy">
<label for="demo-copy">Email me a copy</label>
</div>
<div class="field half">
<input type="checkbox" id="demo-human" name="demo-human" checked>
<label for="demo-human">Not a robot</label>
</div>
<div class="field">
<label for="demo-message">Message</label>
<textarea name="demo-message" id="demo-message" placeholder="Enter your message" rows="6"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="special" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form>
</section>
</article>
</div>
<!-- Footer -->
<footer id="footer">
</br>
</br>
<img src = "images/ieeelogo.png" class = "image foot copyright" style="width:100% max-width:100% display:inline-block">
<img src ="images/sb.png" class = "image foot copyright" style="width:100% max-width:100% display:inline-block" alt="" >
<img src ="images/pes_logo_white.png" class = "image foot copyright" style="width:100% max-width:100% display:inline-block" alt="" >
<img src ="images/wielo.png" class = " copyright image foot" alt="" style="width:100% max-width:100% display:inline-block" >
</br>
</br>
</br>
</br>
<p class="copyright">©IEEE PESIT SOUTH STUDENT BRANCH</p>
</footer>
</div>
<!-- BG -->
<div id="particles-js"></div>
<!-- Scripts -->
<script src="assets/js/jquery.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 src='https://cldup.com/S6Ptkwu_qA.js'></script>
<script src="assets/js/index.js"></script>
<!-- Default Statcounter code for Kalpana2018.bitbucket.io
https://kalpana2018.bitbucket.io/ -->
<script type="text/javascript">
var sc_project=11779923;
var sc_invisible=1;
var sc_security="91cff640";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js"
async></script>
<noscript><div class="statcounter"><a title="Web Analytics
Made Easy - StatCounter" href="http://statcounter.com/"
target="_blank"><img class="statcounter"
src="//c.statcounter.com/11779923/0/91cff640/1/" alt="Web
Analytics Made Easy - StatCounter"></a></div></noscript>
<!-- End of Statcounter Code -->
<script>
const second = 1000,
minute = second * 60,
hour = minute * 60,
day = hour * 24;
let countDown = new Date('Sep 01, 2018 00:00:00').getTime(),
x = setInterval(function() {
let now = new Date().getTime(),
distance = countDown - now;
document.getElementById('days').innerText = Math.floor(distance / (day)),
document.getElementById('hours').innerText = Math.floor((distance % (day)) / (hour)),
document.getElementById('minutes').innerText = Math.floor((distance % (hour)) / (minute)),
document.getElementById('seconds').innerText = Math.floor((distance % (minute)) / second);
//do something later when date is reached
//if (distance < 0) {
// clearInterval(x);
// 'IT'S MY BIRTHDAY!;
//}
}, second)
</script>
</body>
</html>