-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
872 lines (841 loc) · 61.2 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
871
872
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Silicon Rush 2022</title>
<meta
name="description"
content="Silicon Rush is the IEEE Computer Society PES University's upcoming 24Hrs hackathon this October. The hackathon is a chance for coders to unleash their creativity, innovate and test the limits of their skills and knowledge."
/>
<link rel="stylesheet" href="app/bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="app/swiper/swiper-bundle.min.css">
<link rel="stylesheet" href="app/dist/app.css">
<link rel="stylesheet" href="assets/font/font-awesome.css">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<!-- Favicon and Touch Icons -->
<link rel="shortcut icon" href="assets/images/favicon.png">
<link rel="apple-touch-icon-precomposed" href="assets/images/favicon.png">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z4ZEGCCMDB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Z4ZEGCCMDB');
</script>
<script src="app/js/count-down.js"></script>
<script>
var countDownDate = new Date("Nov 17, 2023 17:00:00").getTime();
var x = setInterval(function() {
var now = new Date().getTime();
var distance = countDownDate - now;
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// var days = 0;
// var hours = 0;
// var minutes = 0;
// var seconds = 0;
document.getElementsByClassName('js-countdown__value--0')[0].textContent = days
document.getElementsByClassName('js-countdown__value--1')[0].textContent = hours
document.getElementsByClassName('js-countdown__value--2')[0].textContent = minutes
document.getElementsByClassName('js-countdown__value--3')[0].textContent = seconds
}, 1000);
</script>
<body class="header-fixed main">
<!-- preloade -->
<div class="preload preload-container">
<div class="preload-logo"></div>
</div>
<!-- /preload -->
<div id="wrapper">
<!-- Header -->
<header id="header_main" class="header">
<div class="container">
<div id="site-header-inner">
<div class="header__logo">
<a href="#home"><img src="assets/images/logo/ieeelogo.png" alt=""></a>
</div>
<nav id="main-nav" class="main-nav">
<ul id="menu-primary-menu" class="menu">
<li class="menu-item">
<a href="#home">Home</a>
</li>
<li class="menu-item">
<a href="#about">About</a>
</li>
<li class="menu-item">
<a href="#sponsors">Sponsors</a>
</li>
<li class="menu-item">
<a href="#tracks">Tracks</a>
</li>
<li class="menu-item">
<a href="#roadmap">Roadmap</a>
</li>
<li class="menu-item">
<a href="#faqs">FAQs</a>
</li>
</ul>
</nav><!-- /#main-nav -->
<!-- <a target="_blank" class="tf-button btn-effect" href="https://form.typeform.com/to/JjVyju0F">
<span class="boder-fade"></span>
<span class="effect">Register</span>
</a> -->
<div class="mobile-button"><span></span></div><!-- /.mobile-button -->
</div>
</div>
</header>
<!-- end Header -->
<section id="home" class="page-title">
<div class="swiper-container slider-main">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="slider-st3">
<div class="overlay">
<video src="assets/video/bg.mp4" autoplay loop muted></video>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="box-slider">
<div class="content-box">
<h2 class="sub-title bold"> IEEE CS PESU presents,</h2>
<h1 style="font-size: 90px;" class="title">SILICON RUSH</h1>
<h2 class="sub-title bold">Bangalore Level Hackathon</h2>
<p class="sub-title bold">November 17th-18th 2023</p>
<!-- <section class="page-title comimg-soon"> -->
<div class="comimg-soon">
<div class="row">
<div class="col-md-12">
<div class="featured-countdown">
<span class="slogan"></span>
<span class="js-countdown" data-timer="2592000"></span>
<ul class="desc">
<li>Days</li>
<li>Hours</li>
<li>Minutes</li>
<li>Seconds</li>
</ul>
</div>
</div>
</div>
</div>
<!-- <h2 class="sub-title bold"> We Hope to see you next Time !!!</h2> -->
<h2 class="sub-title bold"> Till then keep RUSHING!!</h2>
<!-- </section> -->
<div class="wrap-btn style2 style2-container">
<!-- <a target="_blank" href="https://form.typeform.com/to/JjVyju0F" class="tf-button-st2 btn-effect" ><span class="effect">Register</span></a> -->
<a href="https://ieeecspesu.tech" target='blank'
rel="noopener noreferrer" class="tf-button btn-effect">
<span class="boder-fade"></span>
<span class="effect">Visit IEEE CS PESU</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</section>
<section id="about" class="tf-section tf-about pb-mobie">
<div class="container">
<div class="row">
<div class="col-md-5">
<div class="content-about mobie-40" data-aos="fade-up" data-aos-duration="800">
<div class="tf-title st2">
<p class="h8 sub-title">About</p>
<h4 class="title">Silicon rush</h4>
</div>
<p>Silicon Rush is the IEEE Computer Society’s upcoming 24Hrs hackathon this October. The hackathon is a chance for coders to unleash their creativity, innovate and test the limits of their skills and knowledge. If spending 24 hours coming up with ingenious ideas and create effective solutions for real-world problems sounds like the perfect way to spend your weekend, this is just the hackathon for you!
Teams will be selected based on their problem statements, so think outside the box and give us your best!
<br>
At the end of the 24- hour hackathon, teams will be <strong>deploying</strong> their app and presenting it to the judges.
</p>
</div>
</div>
<div class="col-md-7">
<div class="wrap-about p-l70" data-aos="fade-up" data-aos-duration="800">
<div class="box-text corner-box active">
<div class="h7">When and Where?</div>
<p>
<ul>
<li>Dates - 17th and 18th November 2023</li>
<li>Venue - 13th Floor, BE Block, PES University RR Campus</li>
<li>Time - 5:00 PM - 5:00 PM (24Hrs)</li>
</ul>
</p>
</div>
<div class="box-text corner-box active">
<div class="h7">Solve real-world problems</div>
<p>The problem statements are well curated so as to solve a real world problem</p>
</div>
<div class="box-text corner-box active">
<div class="h7">Prize Pool</div>
<p>60,000 Rupees</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="sponsors" class="tf-section partner bg-st1 pb-mobie-40">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="tf-title m-b40" data-aos="fade-up" data-aos-duration="800">
<p class="h8 sub-title">Sponsors</p>
<h4 class="title">Supported By</h4>
</div>
</div>
<div class="col-md-12">
<div class="item-parner" data-aos="fade-up" data-aos-duration="800">
<div style="display: flex; flex-direction: column; justify-content:center; align-items:center; padding-bottom:90px;">
<a href="https://www.citrix.com/en-in/" target='blank'
rel="noopener noreferrer">
<img style="border-radius:10px; padding-bottom:90px; width:50em;" src="assets/images/logo/citrix.png" alt="Citrix"></a>
<a href="https://g-knowme.com/" target='blank'
rel="noopener noreferrer">
<img style="border-radius:10px; width:20em;" src="assets/images/logo/gknowme.png" alt="G-KnowMe"></a>
</div>
</div>
</div>
</div>
</section>
<section class="tf-section tf-project pb-mobie">
<div class="container-fluid">
<div class="swiper-container swiper mySwiper swiper-h">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="swiper mySwiper1 swiper-v">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="img-box">
<img src="assets/images/common/cloud.png" alt="">
<div class="content">
<a >Cloud Computing</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="img-box">
<img src="assets/images/common/ai.png" alt="">
<div class="content">
<a >Artificial Intelligence</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="img-box">
<img src="assets/images/common/sc.png" alt="">
<div class="content">
<a >System Core</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="img-box">
<img src="assets/images/common/bc.png" alt="">
<div class="content">
<a >Blockchain</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="img-box">
<img src="assets/images/common/ml.png" alt="">
<div class="content">
<a >Machine Learning</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="img-box">
<img src="assets/images/common/ds.png" alt="">
<div class="content">
<a >Data Science</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="img-box">
<img src="assets/images/common/iot.png" alt="">
<div class="content">
<a >IOT</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="img-box">
<img src="assets/images/common/sd.png" alt="">
<div class="content">
<a >Software Dev</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-container swiper mySwiper swiper-h">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="swiper mySwiper2 swiper-v">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="img-box">
<img src="assets/images/common/sd.png" alt="">
<div class="content">
<a >Software Dev</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="img-box">
<img src="assets/images/common/iot.png" alt="">
<div class="content">
<a >IOT</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="img-box">
<img src="assets/images/common/ds.png" alt="">
<div class="content">
<a >Data Science</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="img-box">
<img src="assets/images/common/bc.png" alt="">
<div class="content">
<a >Blockchain</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="img-box">
<img src="assets/images/common/ml.png" alt="">
<div class="content">
<a >Machine Learning</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="img-box">
<img src="assets/images/common/sc.png" alt="">
<div class="content">
<a >System Core</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="img-box">
<img src="assets/images/common/ai.png" alt="">
<div class="content">
<a >Artificial Intelligence</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="img-box">
<img src="assets/images/common/cloud.png" alt="">
<div class="content">
<a >Cloud Computing</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="tracks" class="tf-section faq">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="tf-title m-b60" data-aos="fade-up" data-aos-duration="800">
<p class="h8 sub-title">Solve Real-World Problems</p>
<h4 class="title">Problem Statements</h4>
<a href="https://docs.google.com/presentation/d/1apCu8bRJIieqcIRwLrp85AYLQYKC4L9xkqBLurimX9g/edit#slide=id.g9a0f900027_1_812" target='blank'
rel="noopener noreferrer" class="tf-button btn-effect">
<span class="boder-fade"></span>
<span class="effect">PPT Template</span>
</a>
<a href="https://ieeecspesu.notion.site/ieeecspesu/Silicon-Rush-2022-Tracks-6209ea468371401b800eb75874470300" target='blank'
rel="noopener noreferrer" class="tf-button btn-effect">
<span class="boder-fade"></span>
<span class="effect">View on Notion</span>
</a>
</div>
</div>
<div class="col-md-12">
<div class="flat-accordion" data-aos="fade-up" data-aos-duration="800">
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title"> 1. G-KnowMe</div>
<p class="toggle-content">The digital era has become more of a norm than ever before, pushed further by the pandemic. Digital records of health reports enable an efficient tracking of medical history with ease allowing access anytime and anywhere, both for the individuals and medical professionals. Analysis of test results and data collection is faster if the medical records are digitized and tracked over a period of time.
<br>
<br>
Teams must compete to build a complete web application that delivers the utility of taking in camera images of medical reports and extracting the test results displayed, for example test name, measurements etc using image processing and OCR. The application should support cropping and alignment as well. Finally, the application displays them as a table. Extracting the PHI corresponding to Patient Name, Age, Gender and Date of collection fetches additional scores!
DATASET WILL BE PROVIDED.
</p>
</div>
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title"> 2. World is a Computer</div>
<p class="toggle-content">When the COVID vaccine was being searched for, Folding@home started a program where you could "lend" your GPU for computations (to simulate protein dynamics). This would work like a GRID system, where user devices join in and are assigned a job to do. And all the results are sent back to a central location.
<br>
<br>
You will need to create a framework which runs the same user-defined function on multiple subsets of data parallelly, by sending the "function" to many “nodes”, each of which execute on a different subset of the data and return the result to the “central computer”. All data is important, so IF you can, make this “distributed framework” fault tolerant.
<br>
<br>
The end product should be a framework that a research lab may use to create an app that runs its “Covid protein analysis” on devices worldwide.
<br>
<br>
Reference link: <a target='blank'
rel="noopener noreferrer" href="https://developer.nvidia.com/blog/foldinghome-gpu-accelerated-exaflop/">developer.nvidia.com/foldinghome</a>
</p>
</div>
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title"> 3. Smart Traffic Management</div>
<p class="toggle-content">Don't we all detest the congested streets in some parts of Bangalore? Our patience is put to the test, and it also makes us late for work. In addition to this, traffic also slightly raises fuel consumption, which directly affects vehicle emission rates and raises pollution levels. The best time to respond to and resolve this issue is now.
<br>
<br>
You are required to develop an intelligent traffic control system utilizing Deep Learning, IoT and Computer Vision technologies. The solution must be able to handle changing traffic conditions and respond appropriately.
</p>
</div>
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title"> 4. Data Security 1</div>
<p class="toggle-content">Ever growing internet requires Ever growing efforts on improving How we detect threats and how we protect data from spying. As it's said Data is the pollution problem of the information age, and protecting privacy is the environmental challenge.
<br>
<br>
Innovation in steganographic techniques, by making a steganographic technique of their own choosing, with the highest possible information density and undetectability. Product should contain a basic GUI accepting both message and carrier. You are free to choose encryption algorithms, and no of techniques is left to the choice (Note that Judges will judge according to the quality and not the quantity). You can choose their own ways to manipulate carriers.
</p>
</div>
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title"> 5. Data Security 2</div>
<p class="toggle-content">Ever growing internet requires Ever growing efforts on improving How we detect threats and how we protect data from spying. As it's said Data is the pollution problem of the information age, and protecting privacy is the environmental challenge.
<br>
<br>
Innovation in malware and spyware detection programs that detects malware and spyware on the application-level software (datalogger, keylogger, stealers etc). Expected outcome is to have basic GUI which can be used by any consumer who isn’t very technologically inclined, threshold constraints, how it should be used and how it should respond to certain malware found. Can be implemented using AI, Yara rules, Anomaly based, and Signature based detection.
</p>
</div>
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title"> 6. Healthcare</div>
<p class="toggle-content">Have we not all seen households where the children departed for work overseas while their aged parents were left alone in their homes? The issue becomes more delicate when we take into consideration the fact that a lot of them suffer from chronic health conditions.
<br>
<br>
You are expected to simulate a robot stationed in such a home to perform logistical tasks for partly mobile and immobile patients in a manner that follows the HL7 healthcare standard. Additional features for this domestic robot and will be judged based on its practicality.
</p>
</div>
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title"> 7. The Big Bull</div>
<p class="toggle-content">Blockchain is one of the growing technologies used for financial management systems. Financial data must be kept secure otherwise it can create a huge loss. So, whenever security features or technologies are developed, we must keep financial security as a priority. Stock market management is another area of the finance sector that works on two concepts, that is, minimize the risk and maximize the profit.
<br>
<br>
Imagine companies can register, issue and trade shares on a blockchain-based platform. What does it mean to you? In brief, you can buy company shares using digital currency.
<br>
<br>
Build an application with blockchain technology that can be used to buy and sell stocks. Real world stocks can be tokenized into digital stocks which can be easily transferred using peer-to-peer. These digital stocks act similar to digital currency whose price is real time and fluctuates. Stocks exchanged completely peer-to-peer could resolve many of the issues facing the stock market today, including high frequency trading and short sales.
</p>
</div>
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title"> 8. Immersive Learning Experience</div>
<p class="toggle-content">As the world becomes increasingly technologically driven, traditional classroom based learning where a teacher, lecturer or trainer stands at the front of a class is increasingly becoming a thing of the past. Creating a participatory environment where educators are facilitating active, immersive learning can be hugely beneficial to a learner’s development; enriching their knowledge base and practical skills.
<br>
<br>
Could immersive learning not only hold the key to addressing the challenges of the digital age, but significantly improve education and skills development by harnessing the power of technologies such as virtual, augmented and mixed reality?
<br>
<br>
Develop an AR/VR or Metaverse solution to assist in resolving this issue.
</p>
</div>
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title"> 9. Know Your Customer</div>
<p class="toggle-content">KYC processes are the backbones of a financial institution’s anti-money laundering efforts. With a whopping amount as this being spent on making KYC processes better, it is easy to assume that the process would be unhackable and issues-free. But in spite of the importance of the process, KYC continues to operate inefficiently.
<br>
<br>
Clenched by labor-intensive and time-consuming tasks, the high scope of effort duplication, and the risk of error, it is estimated that 80% of KYC efforts go on gathering information and processing while only 20% of efforts are assessing and monitoring focused. While the current KYC process is failing to serve its purpose on the financial institution front, the tiresome, long, and repetitive process is creating an annoying experience for customers.
<br>
<br>
How might BLOCKCHAIN assist in resolving these issues? Create a blockchain based solution to address these problems in a practical way.
</p>
</div>
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title"> 10. Disaster Management</div>
<p class="toggle-content">Disasters, including man-made ones, are an ever-present threat and are occurring at an increasing rate worldwide. Disaster response is one of the critical phases in the Disaster Management System life cycle. Disaster response is defined as actions taken in anticipation of, during, and immediately after an emergency to ensure that its effects are minimized, and that people affected are given immediate relief and support. Planning, organizing, directing and controlling are the key management functions that help to manage the disaster response phase effectively to minimize any potential impacts.
<br>
<br>
UAVs for Disaster management when disasters happen, are useful, and are helping in the recovery after the disaster, but most require individual pilots, who fly the unmanned aircraft by remote control. That limits how quickly rescuers can view an entire affected area, and can delay actual aid from reaching victims. Autonomous smart drones with integrated image processing APIs and can relay real time analysis of images to remote locations will help in early detection and adequate mobilization of resources.
</p>
</div>
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title"> 11. Smart home infrastructure</div>
<p class="toggle-content">Smart homes can be defined as a home setup where appliances and devices are connected over the internet and can be remotely controlled using a mobile or any internet-enabled device. Enabling people to control their home appliances (temperature, lighting, television, AC etc.) has been one of the most convenient technological advancements of the recent past.
<br>
<br>
This cutting-edge technology is not very user-friendly for elderly people. For example, not everyone knows how to control their home appliances from a mobile application. Not everyone can understand why the desired output is not seen even after following every procedure properly.
<br>
<br>
Come up with a solution that eases the end user’s part in a smart home infrastructure. Consider working with actual hardware (Microcontroller, sensors and actuators) and open source cloud services like Firebase, Thingspeak, AWS, etc. An application from which the appliances can be controlled. Try to build a prototype that can be scaled enough to be implemented in an actual household scenario.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="roadmap" class="tf-section tf-roadmap style2">
<div class="overlay">
<!-- <video src="assets/video/bg.mp4" autoplay loop muted></video> -->
</div>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="tf-title m-b40" data-aos="fade-up" data-aos-duration="800">
<p class="h8 sub-title">ROADMAP</p>
<h4 class="title">Hackathon Timeline</h4>
</div>
</div>
<div class="col-md-12">
<div class="roadmap style2 style3 ">
<div class="swiper-container swiper sl-roadmap2 btn-style">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="box" data-aos="fade-up" data-aos-duration="1200">
<div class="rm-box style">
<div class="corner-box active">
<h5>Registration</h5>
<ul>
<p class="bold">1 October 2022
<br/>
9:00 am</p>
<li>The Hackathon begins at 10:00 am!</li>
<!-- <li>Malesuada felis sem elementum</li>
<li>Risus eu metus</li> -->
</ul>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="box" data-aos="fade-up" data-aos-duration="1200">
<div class="rm-box style">
<div class="corner-box">
<h5>Hackathon Phase 1</h5>
<ul>
<p class="bold">1 October 2022
<br/>
10:00 am</p>
<li>Phase 1 Review at 12:30 pm</li>
<li>Lunch Break at 2:00 pm</li>
<li>Sponsor Addressal upto 5pm</li>
<!-- <li>Social media setup</li> -->
</ul>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="box" data-aos="fade-up" data-aos-duration="1200">
<div class="rm-box style">
<div class="corner-box">
<h5>Hackathon Phase 2</h5>
<ul>
<p class="bold">1 October 2022
<br/>
</p>
<li>Phase 2 Review at 6:00 pm!</li>
<li>Snacks at 6:30 pm</li>
<li>Dinner at 9pm</li>
<li>Musical Performance at 10pm</li>
</ul>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="box" data-aos="fade-up" data-aos-duration="1200">
<div class="rm-box style">
<div class="corner-box">
<h5>Hackathon Phase 3</h5>
<ul>
<p class="bold">2 October 2022
<br/>
</p>
<li>Interactive Games</li>
<li>Midnight Snacks at 2:00 am</li>
<li>Phase 3 Review at 4:00 am</li>
<li>Breakfast at 8:00 am</li>
<br>
<p class="bold">Final Review at 9:00 am</p>
</ul>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="box" data-aos="fade-up" data-aos-duration="1200">
<div class="rm-box style">
<div class="corner-box">
<h5>Finals!</h5>
<ul>
<p class="bold">2 October 2022
<br/>
</p>
<li>Top 10 teams announced at 10:00 am</li>
<li>Final Presentations at 11:00 am</li>
<li class="bold">Winners announced at 12:30 pm</li>
<li>Closing Ceremony at 12:45 pm</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="wrap-fx2">
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <section id="tracks" class="tf-section how-we-work">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="tf-title st2 m-b60" data-aos="fade-up" data-aos-duration="800">
<p class="h8 sub-title">Solve Real-World Problems</p>
<h4 class="title m-b17">Problem Statements</h4>
<p class="p-r60">Maecenas sit pretium, cras in. In quisque sem id eget. In vel gravida ut adipiscing integer felis. </p> -->
</div>
</div>
<!-- <div class="col-xl-3 col-lg-6 col-md-6 col-12" data-aos="fade-up" data-aos-delay="100" data-aos-duration="800">
<div class="box-text st2 corner-box active">
<div class="number">01</div>
<div class="h7">World is a Computer</div>
<p>When the COVID vaccine was being searched for, Folding@home started a program where you could "lend" your GPU for computations (to simulate protein dynamics). This would work like a GRID system, where user devices join in and are assigned a job to do. And all the results are sent back to a central location.
</p>
</div>
</div> -->
<!-- <div class="col-xl-3 col-lg-6 col-md-6 col-12" data-aos="fade-up" data-aos-delay="200" data-aos-duration="800">
<div class="box-text st2 corner-box">
<div class="number">02</div>
<div class="h7">Buy your collection</div>
<p>Arcu morbi sit laoreet semper ultrices maecenas auctor amet.
Donec tortor facilisis risus, neque sit aliquet orci, malesuada.</p>
</div>
</div> -->
<!-- <div class="col-xl-3 col-lg-6 col-md-6 col-12" data-aos="fade-up" data-aos-delay="300" data-aos-duration="800">
<div class="box-text st2 corner-box">
<div class="number">03</div>
<div class="h7">Add your NFT's</div>
<p>Arcu morbi sit laoreet semper ultrices maecenas auctor amet.
Donec tortor facilisis risus, neque sit aliquet orci, malesuada.</p>
</div>
</div> -->
<!-- <div class="col-xl-3 col-lg-6 col-md-6 col-12" data-aos="fade-up" data-aos-delay="400" data-aos-duration="800">
<div class="box-text st2 mobie-mb-0 corner-box">
<div class="number">04</div>
<div class="h7">Sell Your NFT's</div>
<p>Arcu morbi sit laoreet semper ultrices maecenas auctor amet.
Donec tortor facilisis risus, neque sit aliquet orci, malesuada.</p>
</div>
</div> -->
<!-- <section class="page-title comimg-soon">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 data-aos="zoom-in" data-aos-duration="800">
<span>Coming</span><span>Soon</span>
</h3>
</div>
</div>
</div>
</section>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="flat-accordion" data-aos="fade-up" data-aos-duration="800">
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title">Why should I participate in this hackathon?</div>
<p class="toggle-content">This hackathon will give you exposure, teach you about new tech stack and will help you network and connect with peers. You will be given the chance to build résumé-worthy projects and interact with industry experts. Not to mention the eye-catching cash prize. </p>
</div>
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title">Is the event open to everyone?</div>
<p class="toggle-content">Absolutely! Students of all branches (BTech Engineering) and years are welcome to participate. </p>
</div>
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title">How many rounds do I have to go through?</div>
<p class="toggle-content">There will be a preliminary round before the hackathon where participants will be asked to submit their ideas. We will pick 30 teams and they will be expected to make a working model of their idea on the day of the Hackthon. </p>
</div>
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title">Have any questions? </div>
<p class="toggle-content">Don’t hesitate to email us at [email protected]. Do DM us on instagram @ieee.cs.pesu and we will try to reply to your questions as soon as possible! </p>
</div>
</div>
</div>
</div>
<section class="page-title comimg-soon">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 data-aos="zoom-in" data-aos-duration="800">
<span>Coming</span><span>Soon</span>
</h3>
</div>
</div>
</div>
</section>
</section> -->
<section id="faqs" class="tf-section faq">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="tf-title m-b60" data-aos="fade-up" data-aos-duration="800">
<p class="h8 sub-title">FAQs</p>
<h4 class="title">Looking for answers?</h4>
</div>
</div>
<div class="col-md-12">
<div class="flat-accordion" data-aos="fade-up" data-aos-duration="800">
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title active">When and where is the Hackathon going to be held?</div>
<p class="toggle-content">Oct 1st and 2nd 2022, MRD Auditorium, PES University RR Campus</p>
</div>
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title">Is there a registration fee for the Hackathon?
</div>
<p class="toggle-content">To Be Declared.</p>
</div>
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title">Do I need a team? What is the team size for the hackathon?</div>
<p class="toggle-content">A team may consist of 3-4 members.</p>
</div>
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title">Do I need to have any prerequisites? Do I require any skills?</div>
<p class="toggle-content">None! While experience in coding and programming is a huge plus, your idea will carry you through the hackathon. Your final product can be built using any language and any open-source APIs. </p>
</div>
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title">Why should I participate in this hackathon?</div>
<p class="toggle-content">This hackathon will give you exposure, teach you about new tech stack and will help you network and connect with peers. You will be given the chance to build résumé-worthy projects and interact with industry experts. Not to mention the eye-catching cash prize. </p>
</div>
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title">Is the event open to everyone?</div>
<p class="toggle-content">Absolutely! Students of all branches (BTech Engineering) and years are welcome to participate. </p>
</div>
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title">How many rounds do I have to go through?</div>
<p class="toggle-content">There will be a preliminary round before the hackathon where participants will be asked to submit their ideas. We will pick 30 teams and they will be expected to make a working model of their idea on the day of the Hackthon. </p>
</div>
<div class="flat-toggle box-text corner-box active">
<div class="h7 toggle-title">Have any questions? </div>
<p class="toggle-content">Don’t hesitate to email us at [email protected]. Do DM us on instagram @ieee.cs.pesu and we will try to reply to your questions as soon as possible! </p>
</div>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="footer-main">
<img src="assets/images/backgroup/bg-ft.png" alt="" class="bg1">
<img src="assets/images/backgroup/bg-ft2.png" alt="" class="bg2">
<div class="container">
<ul class="widget-social">
<li style="margin-left: 5%; margin-right: 5%;">
<a style="position:absolute;z-index:3;" href="https://www.instagram.com/ieee.cs.pesu/" target='blank'
>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z" fill="white"/></svg>
</a>
</li>
<li style="margin-left: 5%; margin-right: 5%;">
<a style="position:absolute;z-index:3" href="https://www.linkedin.com/company/ieee-cs-pesu/" target='blank'
rel="noopener noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z" fill="white"/></svg>
</a>
</li>
<li style="margin-left: 5%; margin-right: 5%;">
<a style="position:absolute;z-index:3;" href="mailto:[email protected]" target='blank'
rel="noopener noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 12.713l-11.985-9.713h23.97l-11.985 9.713zm0 2.574l-12-9.725v15.438h24v-15.438l-12 9.725z" fill="white"/></svg>
</a>
</li>
<li style="margin-left: 5%; margin-right: 5%;">
<a style="position:absolute;z-index:3;" href="https://chat.whatsapp.com/FktQhy24FNyDdAq2ZfNmm2" target='blank'
rel="noopener noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z" fill="white"/></svg>
</a>
</li>
<li style="margin-left: 5%; margin-right: 5%;">
<a style="position:absolute;z-index:3;" href="https://discord.gg/7kpmFp2uuU" target='blank'
rel="noopener noreferrer">
<svg width="30" height="22" viewBox="0 0 30 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M25.4083 2.56088C22.9162 0.555449 18.9738 0.215503 18.805 0.203274C18.5434 0.181264 18.2939 0.328003 18.1863 0.570123C18.1765 0.584796 18.0909 0.782894 17.9955 1.09105C19.6439 1.36985 21.6689 1.92991 23.5007 3.06713C23.7942 3.24811 23.8847 3.63452 23.7037 3.928C23.5838 4.12121 23.3809 4.22637 23.1705 4.22637C23.058 4.22637 22.9431 4.19458 22.8404 4.13099C19.6904 2.17692 15.7578 2.07909 14.9996 2.07909C14.2415 2.07909 10.3064 2.17692 7.15885 4.13099C6.86537 4.31442 6.47896 4.22393 6.29798 3.93045C6.11456 3.63452 6.20504 3.25056 6.49852 3.06713C8.33032 1.93235 10.3553 1.36985 12.0037 1.09349C11.9083 0.782895 11.8227 0.587242 11.8154 0.570123C11.7053 0.328003 11.4583 0.176373 11.1942 0.203274C11.0254 0.215503 7.08303 0.555448 4.55668 2.58779C3.23847 3.80817 0.599609 10.9397 0.599609 17.1052C0.599609 17.2152 0.628957 17.3204 0.682762 17.4158C2.50233 20.6147 7.46945 21.4511 8.60178 21.4878C8.60668 21.4878 8.61401 21.4878 8.62135 21.4878C8.82189 21.4878 9.01021 21.3924 9.1276 21.231L10.2722 19.656C7.1833 18.8587 5.60586 17.5038 5.51537 17.4231C5.25613 17.1957 5.23167 16.7995 5.46157 16.5402C5.68901 16.281 6.08521 16.2565 6.34445 16.484C6.38113 16.5182 9.28657 18.9834 14.9996 18.9834C20.7224 18.9834 23.6279 16.5084 23.6572 16.484C23.9165 16.259 24.3102 16.281 24.5401 16.5427C24.7675 16.8019 24.7431 17.1957 24.4838 17.4231C24.3934 17.5038 22.8159 18.8587 19.7271 19.656L20.8716 21.231C20.989 21.3924 21.1773 21.4878 21.3779 21.4878C21.3852 21.4878 21.3925 21.4878 21.3974 21.4878C22.5298 21.4511 27.4969 20.6147 29.3165 17.4158C29.3703 17.3204 29.3996 17.2152 29.3996 17.1052C29.3996 10.9397 26.7607 3.80817 25.4083 2.56088ZM10.93 14.6008C9.71945 14.6008 8.73874 13.4807 8.73874 12.0965C8.73874 10.7122 9.71945 9.59213 10.93 9.59213C12.1406 9.59213 13.1213 10.7122 13.1213 12.0965C13.1213 13.4807 12.1406 14.6008 10.93 14.6008ZM19.0692 14.6008C17.8586 14.6008 16.8779 13.4807 16.8779 12.0965C16.8779 10.7122 17.8586 9.59213 19.0692 9.59213C20.2798 9.59213 21.2605 10.7122 21.2605 12.0965C21.2605 13.4807 20.2798 14.6008 19.0692 14.6008Z" fill="white"/>
</svg>
</a>
</li>
</ul>
<h5 class="heading">Don’t miss out, Join the Rush</h5>
<!-- <p>Maecenas sit pretium, cras in. In quisque sem id eget. In vel gravida ut </p> -->
<div class="wrap-btn style2 style2-container">
<a target="_blank" href="https://form.typeform.com/to/JjVyju0F" class="tf-button btn-effect"><span class="effect">Register</span></a>
<a href="https://ieeecspesu.tech" target='blank'
rel="noopener noreferrer" class="tf-button btn-effect">
<span class="boder-fade"></span>
<span class="effect">Visit IEEE CS PESU</span>
</a>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<div class="wrap-fx">
<div class="Copyright">
<p>IEEE CS PESU 2022 - ALL rights reserved</p>
</div>
<!-- <ul class="list">
<li>
<a href="#">Privacy Policy</a>
</li>
<li>
<a href="#">Cookies</a>
</li>
<li>
<a href="#">Terms & Conditions</a>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
</ul> -->
</div>
</div>
</div>
</footer>
</div>
<a id="scroll-top"></a>
<script src="app/js/jquery.min.js"></script>
<script src="app/js/bootstrap.min.js"></script>
<script src="app/js/swiper-bundle.min.js"></script>
<script src="app/js/swiper.js"></script>
<script src="app/js/app.js"></script>
<script src="app/js/jquery.easing.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="app/js/parallax.js"></script>
<script src="app/js/jquery.magnific-popup.min.js"></script>
</body>
</html>