Skip to content

Commit c65e404

Browse files
authored
Update content for problem-statement.astro
1 parent 7ee7cbd commit c65e404

File tree

1 file changed

+53
-3
lines changed

1 file changed

+53
-3
lines changed

src/pages/problem-statement.astro

+53-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ import HomeBody from '../components/HomeBody.astro';
1313
</h1>
1414

1515
<p class="leading-relaxed mb-4">Choosing a problem statement for your Scilab case study:</p>
16-
<ul class="list-disc list-inside space-y-1">
16+
<ul class="list-disc list-outside space-y-1">
1717
<li>Select a research paper as a reference published in a recognized and reputable journal or presented at a reputed conference.</li>
1818
<li>Reproduce its results using Scilab.</li>
19-
<li>Present the Scilab-based solution, workflow, and comparison with the original results along with a report.<br /><br />Here are some suggested domains for the Hackathon.<br /></li>
19+
<li>Present the Scilab-based solution, workflow, and comparison with the original results along with a report.<br /><br />Here are some suggested domains for the Hackathon:<br /></li>
2020
</ul>
2121
</div>
2222
</div>
@@ -42,7 +42,57 @@ import HomeBody from '../components/HomeBody.astro';
4242

4343
</div>
4444

45-
45+
<div class="md:px-4 pb-5">
46+
<div class="md:px-20 px-3">
47+
<h1 class="text-center section-title mx-4 px-4 mb-5" id="system-requirement">System Requirement</h1>
48+
49+
50+
51+
<!-- Grid Container for Two Columns and Three Cards in Second Row -->
52+
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-5">
53+
54+
<!-- Linux Section Card -->
55+
<div class="bg-gray-100 p-5 rounded-lg shadow-md">
56+
<h4 class="text-xl font-semibold mb-1"><strong>Linux:</strong></h4>
57+
<ul class="space-y-1">
58+
<li><h3>OS: Ubuntu 22.04+ </h3></li>
59+
<li><h3>Scilab: <a target="_blank" href="https://www.scilab.org/download" class="text-blue-500 hover:underline">Download latest version</a></h3></li>
60+
</ul>
61+
</div>
62+
63+
<!-- Mac Section Card -->
64+
<div class="bg-gray-100 p-5 rounded-lg shadow-md">
65+
<h4 class="text-xl font-semibold mb-1"><strong>Mac:</strong></h4>
66+
<ul class="space-y-1">
67+
<li><h3>OS: macOS 10.13+</h3></li>
68+
<li><h3>Scilab: <a target="_blank" href="https://www.scilab.org/download" class="text-blue-500 hover:underline">Download latest version</a></h3></li>
69+
</ul>
70+
</div>
71+
72+
<!-- Windows Section Card -->
73+
<div class="bg-gray-100 p-5 rounded-lg shadow-md">
74+
<h4 class="text-xl font-semibold mb-1"><strong>Windows:</strong></h4>
75+
<ul class="space-y-1">
76+
<li><h3>OS: Windows 10 or 11</h3></li>
77+
</ul>
78+
<p>Scilab: <a target="_blank" href="https://www.scilab.org/download" class="text-blue-500 hover:underline">Download latest version</a></p>
79+
</div>
80+
81+
</div>
82+
<!-- General Section Card centered -->
83+
<div class="bg-gray-100 p-5 rounded-lg shadow-md max-w-md mx-auto my-4">
84+
<h4 class="text-xl font-semibold mb-1"><strong>General:</strong></h4>
85+
<ul class="space-y-1">
86+
<li><h3><strong>RAM:</strong> 4 GB (8 GB recommended)</h3></li>
87+
<li><h3><strong>Processor:</strong> Dual-core or higher</h3></li>
88+
<li><h3><strong>Storage:</strong> 2 GB free space</h3></li>
89+
<li><h3><strong>Internet:</strong> Stable connection</h3></li>
90+
</ul>
91+
</div>
92+
</div>
93+
</div>
94+
95+
4696

4797
</Layout>
4898

0 commit comments

Comments
 (0)