You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/pages/problem-statement.astro
+53-3
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ import HomeBody from '../components/HomeBody.astro';
13
13
</h1>
14
14
15
15
<pclass="leading-relaxed mb-4">Choosing a problem statement for your Scilab case study:</p>
16
-
<ulclass="list-disc list-inside space-y-1">
16
+
<ulclass="list-disc list-outside space-y-1">
17
17
<li>Select a research paper as a reference published in a recognized and reputable journal or presented at a reputed conference.</li>
18
18
<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>
20
20
</ul>
21
21
</div>
22
22
</div>
@@ -42,7 +42,57 @@ import HomeBody from '../components/HomeBody.astro';
0 commit comments