forked from Adityasrinivas24/codered
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathps.html
More file actions
297 lines (269 loc) · 17.4 KB
/
ps.html
File metadata and controls
297 lines (269 loc) · 17.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CODE RED'25 Hackathon</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/particles.js/2.0.0/particles.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/particles.js/2.0.0/particles.min.js"></script>
<link rel="stylesheet" href="./css/ps.css">
<link rel="icon" href="./img/logo.png">
<script src="https://kit.fontawesome.com/57a0898944.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/gsap@3.6.1/dist/gsap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script>
<link rel="stylesheet" href="./css/nav.css">
<link rel="stylesheet" href="./css/common.css">
<script src="./js/common.js"></script>
<script src="./js/ps.js"></script>
<script src="./js/index.js"></script>
<link rel="stylesheet" href="./css/faq.css">
<link rel="stylesheet" href="./css/index.css">
<title>Document</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark fixed-top cyber-nav">
<div class="container">
<a class="navbar-brand" href="/codered25/">
<img src="./img/logoBMS.png" alt="BMSIT Logo" class="nav-logo">
<img src="./img/logo.png" alt="CodeRed Logo" class="nav-logo">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
<input type="checkbox" name="toggle-menu" id="toggle-menu">
<label for="toggle-menu" type="button" class="toggle-btn">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</label>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="/codered25/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="hackers.html">Hackers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="timeline.html">Timeline</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ecell.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faq.html">Faq</a>
</li>
</ul>
</div>
</div>
<script>
const navbarCollapse = document.getElementById('navbarNav');
const body = document.body;
const toggleMenu = document.getElementById('toggle-menu');
navbarCollapse.addEventListener('show.bs.collapse', () => {
body.classList.add('blur-active');
});
navbarCollapse.addEventListener('hidden.bs.collapse', () => {
body.classList.remove('blur-active');
});
document.addEventListener('click', (event) => {
const isClickInside = navbarCollapse.contains(event.target) ||
event.target.matches('.navbar-toggler, .nav-link');
if (!isClickInside) {
const bsCollapse = bootstrap.Collapse.getInstance(navbarCollapse);
if (bsCollapse && navbarCollapse.classList.contains('show')) {
bsCollapse.hide();
body.classList.remove('blur-active');
toggleMenu.checked = false;
}
}
});
</script>
</nav>
<div id="particles-bg"></div>
<section id="ps" class="cyber-section">
</br>
<div class="ps-header">
<h2>Problem Statements</h2>
</div>
<a href="https://docs.google.com/presentation/d/187FUxcEaF4iYP2W24FrlpG5QSlMjHKFx/edit?usp=sharing&ouid=118323739319509432077&rtpof=true&sd=true"
target="_blank" class="btn cyber-btn-ppt">
PPT Template
</a>
<div class="ps-container">
<div class="ps-item">
<div class="ps-question">
<h3><span class="problem-id">CR01.</span> Carbon Grove: Gamified Eco-Friendly Digital Garden</h3>
<span class="icon"><i class="fa fa-angle-down"></i></span>
</div>
<div class="ps-answer">
<p>Develop a user-friendly application that rewards eco-friendly actions by allowing users to earn points for reducing their carbon footprint. These points can be used to create avatars of trees and plants, building a personalized digital garden. Featuring a simple carbon tracking system and social sharing for motivation, Carbon Grove engages users in environmental sustainability through interactive and rewarding experiences. You can create a virtual garden with VR technology to create better engagement.</p>
</div>
</div>
<div class="ps-item">
<div class="ps-question">
<h3><span class="problem-id">CR02.</span> Multi-Agent AI Data Analyst for Comprehensive Data Analysis and Reporting</h3>
<span class="icon"><i class="fa fa-angle-down"></i></span>
</div>
<div class="ps-answer">
<p>Develop an AI-driven data analysis solution that functions as a virtual data analyst using a multi-agent system. Your solution can include reading files and other data sources, performing complex numerical and logical operations, and conducting in-depth analyses. Utilize specialized AI agents to perform sanity checks, generate insightful data visualizations, produce comprehensive executive summaries, and detailed reports from the analysis.</p>
</div>
</div>
<div class="ps-item">
<div class="ps-question">
<h3><span class="problem-id">CR03.</span> Enhancing Supply Chain Transparency and Efficiency with Blockchain</h3>
<span class="icon"><i class="fa fa-angle-down"></i></span>
</div>
<div class="ps-answer">
<p>Develop a dual-blockchain solution: a private blockchain for secure supplier, manufacturer, and warehouse data management, and a public blockchain for transparent product tracking, real-time shipment updates, and automated payment settlements to enhance supply chain trust and efficiency.</p>
</div>
</div>
<div class="ps-item">
<div class="ps-question">
<h3><span class="problem-id">CR04.</span> Personalized Interview and Placement Training System</h3>
<span class="icon"><i class="fa fa-angle-down"></i></span>
</div>
<div class="ps-answer">
<p>Design an AI-powered solution to bridge the gap between traditional placement preparation and real-world interview success. The platform should simulate realistic interviews, offer personalized feedback, evaluate resumes, and provide targeted technical training. It aims to enhance skills, build confidence, and ensure candidates are job-ready for real-world hiring challenges.</p>
</div>
</div>
<div class="ps-item">
<div class="ps-question">
<h3><span class="problem-id">CR05.</span> Smart Glasses for Real-Time Visual Assistance</h3>
<span class="icon"><i class="fa fa-angle-down"></i></span>
</div>
<div class="ps-answer">
<p>Design smart glasses providing real-time visual assistance for individuals with visual impairments. The solution should include object recognition and navigation support, enhancing independence, safety, and accessibility in daily activities through innovative and user-friendly technology.</p>
</div>
</div>
<div class="ps-item">
<div class="ps-question">
<h3><span class="problem-id">CR06.</span> Autonomous Cybersecurity for Real-Time IoT Node Protection</h3>
<span class="icon"><i class="fa fa-angle-down"></i></span>
</div>
<div class="ps-answer">
<p>Design an autonomous network-level cybersecurity framework for IoT environments that detects, isolates, and recovers compromised nodes in real time with minimal service disruption and scalability across heterogeneous networks. Create a three-node simulation to demonstrate the functioning.</p>
</div>
</div>
<div class="ps-item">
<div class="ps-question">
<h3><span class="problem-id">CR07.</span> Accessibility-Focused Assessment Platform</h3>
<span class="icon"><i class="fa fa-angle-down"></i></span>
</div>
<div class="ps-answer">
<p>Digital assessments often overlook accessibility needs. Create a platform that ensures
inclusivity by adhering to global accessibility standards like WCAG 2 and Section 508 of the
Rehabilitation Act of 1973. The system should support multiple languages, right-to-left scripts,
screen readers, and alternative input methods. Include tools for educators to preview
assessments from the perspective of students with varying needs. Educators can create their
Assessments without worrying about any accessibility issues with this Universal Assessment
Platform.</p>
</div>
</div>
<div class="ps-item">
<div class="ps-question">
<h3> <span class="problem-id">CR08.</span> IoT-Based Vehicle-to-Vehicle (V2V) Communication System for Safer Roads</h3>
<span class="icon"><i class="fa fa-angle-down"></i></span>
</div>
<div class="ps-answer">
<p>Develop a real-time IoT system enabling vehicles to exchange critical data such as location, speed, and road conditions to enhance road safety and optimize traffic flow. The system should alert vehicles to sudden stops, road hazards, or traffic changes, reducing accidents and supporting autonomous or semi-autonomous driving. This technology is vital for smart cities, fostering efficient and coordinated urban transportation networks.</p>
</div>
</div>
<div class="ps-item">
<div class="ps-question">
<h3><span class="problem-id">CR09.</span> Daily Practice Problems (DPP) Platform</h3>
<span class="icon"><i class="fa fa-angle-down"></i></span>
</div>
<div class="ps-answer">
<p>Develop an advanced AI-driven educational tool that allows users to upload PDF files—such as textbooks or study materials—and automatically generates multiple-choice questions (MCQs). Utilizing Generative AI techniques like fine-tuning and distillation, the system ensures accuracy and educational value while enabling students to practice and track progress.</p>
</div>
</div>
<div class="ps-item">
<div class="ps-question">
<h3><span class="problem-id">CR10.</span> Smart Waste Segregation and Recycling Ecosystem</h3>
<span class="icon"><i class="fa fa-angle-down"></i></span>
</div>
<div class="ps-answer">
<p>Develop an advanced AI-powered waste segregation app leveraging mobile camera technology to classify waste types—recyclable, organic, hazardous—with high precision. The solution should integrate geolocation to suggest nearest disposal or recycling facilities, provide real-time environmental impact metrics, and recommend sustainable waste management practices.</p>
</div>
</div>
</div>
</section>
<footer class="cyber-footer">
<div class="container">
<div class="row">
<div class="col-12 col-md-4 text-center text-md-left mb-4 mb-md-0">
<div class="cyber-footer-links">
<h4 class="cyber-footer-title">Quick Links</h4>
<ul class="cyber-footer-links">
<li><a href="https://www.google.com/maps/place/BMS+Institute+of+Technology+and+Management/@13.133363,77.5673768,15z/data=!4m2!3m1!1s0x0:0x49c4c47a68a60b9c?sa=X&ved=2ahUKEwie0qXhxqODAxVdyzgGHc2iBo0Q_BJ6BAhdEAA"
target="_blank" class="cyber-footer-links">Campus Map</a></li>
<li><a href="./assets/CODE RED '25 - Code Of Conduct.pdf" target="_blank" class="cyber-footer-links">Code of Conduct</a></li>
<li><a href="./assets/CODE RED '25 - Privacy Notice.pdf" target="_blank" class="cyber-footer-links">Privacy Policy</a></li>
<li><a href="./assets/CODE RED '25 - Terms and Conditions.pdf" target="_blank" class="cyber-footer-links">Terms & Conditions</a></li>
</ul>
</div>
</div>
<div class="col-12 col-md-4 text-center mb-4 mb-md-0">
<h5 class="cyber-footer-title">BMS Institute of Technology and Management</h5>
<p class="cyber-footer-text">Doddaballapur Main Road, Avalahalli, Yelahanka, Bengaluru, Karnataka
560064</p>
</div>
<div class="col-12 col-md-4 text-center">
<div class="cyber-footer-contact">
<h4 class="cyber-footer-title">Contact Us</h4>
<div class="d-flex flex-column align-items-center">
<p>
<a href="tel:+916363967172" class="cyber-footer-links">
<i class="fa fa-phone mr-2" id="phoneIcon"></i> Shashank Gowda S
</a>
</p>
<p>
<a href="tel:+919500144964" class="cyber-footer-links">
<i class="fa fa-phone mr-2" id="phoneIcon"></i> Nishitha Bodipati
</a>
</p>
<p>
<a href="tel:+918867162414" class="cyber-footer-links">
<i class="fa fa-phone mr-2" id="phoneIcon"></i> Maxson Mathew
</a>
</p>
<p>
<a href="tel:+919008551551" class="cyber-footer-links">
<i class="fa fa-phone mr-2" id="phoneIcon"></i> Mohit Monnappa T N
</a>
</p>
</div>
</div>
<div class="cyber-footer-social mt-4">
<a href="https://www.instagram.com/ecell.bmsit/" target="_blank" class="cyber-footer-links">
<i class="fab fa-instagram fa-2x"></i>
</a>
<a href="https://www.linkedin.com/in/ecellbmsit/" target="_blank" class="cyber-footer-links">
<i class="fab fa-linkedin fa-2x m-2"></i>
</a>
<a href="mailto:ecell@bmsit.in" target="_blank" target="_blank" class="cyber-footer-links">
<i class="fa fa-envelope fa-2x"></i>
</a>
<a href="https://discord.gg/5kntf93DMC" target="_blank" class="cyber-footer-links">
<i class="fa-brands fa-discord fa-2x"></i>
</a>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-12 text-center">
Made with
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" fill="red">
<path
d="M12 21.35l-1.45-1.32C5.4 14.36 2 11.25 2 7.5 2 4.42 4.42 2 7.5 2 9.12 2 10.68 2.81 12 4.05 13.32 2.81 14.88 2 16.5 2 19.58 2 22 4.42 22 7.5c0 3.75-3.4 6.86-8.55 12.54L12 21.35z" />
</svg> by E-CELL BMSIT&M
</div>
</div>
</div>
</footer>
</body>
</html>