Skip to content

Commit 1e47a8e

Browse files
authored
Merge pull request #148 from arm-university/main
FAQ
2 parents 386d5a4 + e20c9a0 commit 1e47a8e

File tree

2 files changed

+179
-6
lines changed

2 files changed

+179
-6
lines changed

docs/Challenge_Page.html

Lines changed: 159 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,16 +162,147 @@ <h2>Detailed Timeline</h2>
162162
</table>
163163
</section>
164164

165-
<section class="ch-section">
165+
<section class="ch-section">
166166
<h2>Support & Queries</h2>
167-
<p>For support, email:</p>
168-
<p><a href="mailto:support@armbharatchallenge.com" class="ch-email">support@armbharatchallenge.com</a></p>
167+
168+
<p>For general support, email:</p>
169+
<p>
170+
<a href="mailto:support@armbharatchallenge.com" class="ch-email">
171+
support@armbharatchallenge.com
172+
</a>
173+
</p>
174+
175+
<p class="ch-tech-note">
176+
For any technical queries with regards to the problem statements, please mail your queries to
177+
<a href="mailto:tech-queries@armbharatchallenge.com">
178+
tech-queries@armbharatchallenge.com
179+
</a>
180+
clearly mentioning the problem statement number in the subject line.
181+
</p>
182+
169183
<p class="ch-small">All updates will be posted on this page.</p>
184+
</section>
185+
186+
<section class="ch-section ch-faq-card" id="faqCard" style="cursor: pointer;">
187+
<h2>Frequently Asked Questions (FAQ)</h2>
188+
<p>Find answers to common questions about the Bharat AI-SoC Student Challenge.</p>
189+
<p class="ch-small" style="color: #7c3aed; font-weight: 500;">Click here to view FAQs →</p>
170190
</section>
171191
</div>
172192
</main>
173193
</div>
174194

195+
<!-- FAQ Popup Modal -->
196+
<div id="faqPopup" style="display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:1100; justify-content:center; align-items:center;">
197+
<div style="background:#fff; padding:30px; border-radius:16px; max-width:700px; width:90%; max-height:85vh; overflow-y:auto; position:relative; box-shadow: 0 10px 40px rgba(0,0,0,0.2);">
198+
<button id="closeFaqBtn" style="position:absolute; top:15px; right:20px; background:none; border:none; font-size:28px; cursor:pointer; color:#6b7280;">&times;</button>
199+
<h2 style="color:#7c3aed; margin:0 0 10px; font-size:24px;">Frequently Asked Questions</h2>
200+
<p style="color:#6b7280; margin:0 0 25px; font-size:14px;">Click on a question to expand and view the answer.</p>
201+
202+
<div class="faq-list">
203+
<details class="ch-accordion">
204+
<summary>
205+
<span class="ch-acc-title">Q1: Who can participate in this Challenge?</span>
206+
</summary>
207+
<div class="ch-acc-body">
208+
<p>The Bharat AI-SoC Student Challenge is open to any undergraduate or post-graduate student, currently enrolled in a regular full-time course from a recognized higher education Institution or University in India, and having some basic understanding of AI, ML, SoC and Digital Logic Design.</p>
209+
</div>
210+
</details>
211+
212+
<details class="ch-accordion">
213+
<summary>
214+
<span class="ch-acc-title">Q2: Can a team have members from different institutions?</span>
215+
</summary>
216+
<div class="ch-acc-body">
217+
<p>No, all team members should be from the same institution, and from the same Campus.</p>
218+
</div>
219+
</details>
220+
221+
<details class="ch-accordion">
222+
<summary>
223+
<span class="ch-acc-title">Q3: Can a team have members from different branches and different semesters from the same institution?</span>
224+
</summary>
225+
<div class="ch-acc-body">
226+
<p>Yes, a team can comprise of members from different branches and semesters, as long as all the team members are from the same institution, and are currently enrolled in a regular full-time course from the said institution.</p>
227+
</div>
228+
</details>
229+
230+
<details class="ch-accordion">
231+
<summary>
232+
<span class="ch-acc-title">Q4: Can a team make changes to its team composition, members and/or problem statements allocated to them?</span>
233+
</summary>
234+
<div class="ch-acc-body">
235+
<p>Yes, a team has the option of changing the team composition, members and/or problem statements allocated to them. However, this option can be exercised only once (1), and should be exercised within fifteen (15) days of registering. Concerned teams will have to inform the organizers about their modification intention by sending an email to <a href="mailto:support@armbharatchallenge.com">support@armbharatchallenge.com</a>. Any decision regarding acceptance/rejection of any modification request from registered teams will be at the sole discretion of the organizers of this Challenge.</p>
236+
</div>
237+
</details>
238+
239+
<details class="ch-accordion">
240+
<summary>
241+
<span class="ch-acc-title">Q5: Can a Faculty Mentor provide mentorship support to more than one (1) participating team from the same institution?</span>
242+
</summary>
243+
<div class="ch-acc-body">
244+
<p>Yes, a Faculty Mentor can provide mentorship support to more than one (1) team from the same institution. However, it will be the responsibility of the participating team and the concerned Mentor to ensure that he/she is not overloaded with mentorship requests, and that the teams receive the requisite amount of guidance and support from their Mentor.</p>
245+
</div>
246+
</details>
247+
248+
<details class="ch-accordion">
249+
<summary>
250+
<span class="ch-acc-title">Q6: Can someone enrolled in a distance/part-time program/course, and currently engaged as a working professional participate in this Challenge?</span>
251+
</summary>
252+
<div class="ch-acc-body">
253+
<p>No, individuals pursuing a distance/part-time program/course, while engaged as a working professional, are not eligible to participate in this Challenge. It is open only to undergraduate or post-graduate students, currently enrolled in a regular full-time course from a recognized higher education Institution or University in India.</p>
254+
</div>
255+
</details>
256+
257+
<details class="ch-accordion">
258+
<summary>
259+
<span class="ch-acc-title">Q7: Is there a prize money for the winning teams?</span>
260+
</summary>
261+
<div class="ch-acc-body">
262+
<p>Yes, the Top-5 teams will receive a prize money of Indian Rupees (INR) One (1) Lakh each.</p>
263+
<p>Up to fifty (50) teams can be selected as Challenge Finalists, contingent upon the teams and projects meeting pre-defined qualification criteria. All members of teams selected as Finalists will receive Arm-branded Swags.</p>
264+
</div>
265+
</details>
266+
267+
<details class="ch-accordion">
268+
<summary>
269+
<span class="ch-acc-title">Q8: Will this Challenge be organized digitally or in-person mode?</span>
270+
</summary>
271+
<div class="ch-acc-body">
272+
<p>The Bharat AI-SoC Student Challenge is an exclusively virtual hackathon. There is no in-person component to the same.</p>
273+
</div>
274+
</details>
275+
276+
<details class="ch-accordion">
277+
<summary>
278+
<span class="ch-acc-title">Q9: Will the hardware needed to work on the projects by the participants be provided by the Challenge organizers?</span>
279+
</summary>
280+
<div class="ch-acc-body">
281+
<p>No special hardware or software should be necessary for this Challenge. It is expected that the institutions that the participants are enrolled in will have the necessary hardware and software required to work on projects pertaining to this Challenge. As such, we encourage the participants to work with their respective College/University Administration and their Faculty Mentors for any kind of hardware and/or software support requirements.</p>
282+
</div>
283+
</details>
284+
285+
<details class="ch-accordion">
286+
<summary>
287+
<span class="ch-acc-title">Q10: What is the evaluation criteria for projects submitted as part of this Challenge?</span>
288+
</summary>
289+
<div class="ch-acc-body">
290+
<p>A set of metrics and criteria has been defined and will be used to evaluate the projects submitted as part of Bharat AI-SoC Student Challenge. Some key aspects that the Panel of Judges may look into include:</p>
291+
<ul>
292+
<li>Understanding of the Problem Statement and Alignment to Program Objective</li>
293+
<li>Technical Correctness of the Solution and Implementation Quality</li>
294+
<li>Novelty of the Idea and Solution Developed</li>
295+
<li>Use of ARM Tools in the Solution and Criticality of the same</li>
296+
<li>Solution Performance and Optimization</li>
297+
<li>Documentation Quality and Completeness</li>
298+
<li>Solution Demo and Presentation</li>
299+
</ul>
300+
</div>
301+
</details>
302+
</div>
303+
</div>
304+
</div>
305+
175306
<!--Project Section-->
176307

177308
<section class="ch-section ch-projects">
@@ -616,6 +747,31 @@ <h2 style="color:#7c3aed; margin:0 0 15px; font-size:24px;">Thank You!</h2>
616747
var closeFormBtn = document.getElementById("closeFormBtn");
617748
var thankYouPopup = document.getElementById("thankYouPopup");
618749

750+
// FAQ Popup handlers
751+
var faqCard = document.getElementById("faqCard");
752+
var faqPopup = document.getElementById("faqPopup");
753+
var closeFaqBtn = document.getElementById("closeFaqBtn");
754+
755+
if (faqCard) {
756+
faqCard.addEventListener("click", function() {
757+
faqPopup.style.display = "flex";
758+
});
759+
}
760+
761+
if (closeFaqBtn) {
762+
closeFaqBtn.addEventListener("click", function() {
763+
faqPopup.style.display = "none";
764+
});
765+
}
766+
767+
if (faqPopup) {
768+
faqPopup.addEventListener("click", function(e) {
769+
if (e.target === this) {
770+
this.style.display = "none";
771+
}
772+
});
773+
}
774+
619775
if (registerBtn) {
620776
registerBtn.addEventListener("click", function (e) {
621777
e.preventDefault();

docs/_sass/components/_challengePage.scss

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,23 @@
143143
margin-bottom: 6px;
144144
}
145145

146+
.ch-tech-note {
147+
margin-top: 12px;
148+
font-size: 15px;
149+
color: var(--text-dark);
150+
line-height: 1.6;
151+
}
152+
153+
.ch-tech-note a {
154+
color: var(--purple);
155+
font-weight: 500;
156+
text-decoration: none;
157+
}
158+
159+
.ch-tech-note a:hover {
160+
text-decoration: underline;
161+
}
162+
146163
/* Note Box */
147164
.ch-note {
148165
background: var(--purple-lighter);
@@ -323,9 +340,9 @@
323340
transform: translateX(-50%) translateY(-3px);
324341
}
325342

326-
327-
/* Mobile Related Layout */
328-
343+
/* ============= */
344+
/* MOBILE RESPONSIVE */
345+
/* ============= */
329346

330347
@media (max-width: 768px) {
331348
.challenge-wrapper {

0 commit comments

Comments
 (0)