diff options
author | akshay | 2024-12-24 10:14:59 +0530 |
---|---|---|
committer | GitHub | 2024-12-24 10:14:59 +0530 |
commit | f284d786b04f1426cf1cfd881155b89bd62e925d (patch) | |
tree | f834531d6d5bc992222f87c14512e0bcea15f0b6 | |
parent | 6c198fab620f981f39dc894ad5c5ee1f91b88720 (diff) | |
download | scilab_case_study_hackathon-f284d786b04f1426cf1cfd881155b89bd62e925d.tar.gz scilab_case_study_hackathon-f284d786b04f1426cf1cfd881155b89bd62e925d.tar.bz2 scilab_case_study_hackathon-f284d786b04f1426cf1cfd881155b89bd62e925d.zip |
Update content of problem statement page
-rw-r--r-- | src/pages/problem-statement.astro | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/pages/problem-statement.astro b/src/pages/problem-statement.astro index 9486554..f531954 100644 --- a/src/pages/problem-statement.astro +++ b/src/pages/problem-statement.astro @@ -16,16 +16,16 @@ import HomeBody from '../components/HomeBody.astro'; <ul class="list-disc list-inside space-y-1"> <li>Select a research paper as a reference published in a recognized and reputable journal or presented at a reputed conference.</li> <li>Reproduce its results using Scilab.</li> - <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 /><br />Then we continue with the list</li> + <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> </ul> </div> </div> <div class="md:px-4 pb-5 border-l-2 border-white"> <div class="md:px-20 px-3"> - <h1 class=" text-center section-title mx-4 mb-5" id="topics"> + <!--<h1 class=" text-center section-title mx-4 mb-5" id="topics"> Case study topics can be chosen from the following domains for the Hackathon - </h1> + </h1>--> <!-- Card 1 --> <ul class="list-disc list-outside space-y-1"> @@ -37,8 +37,9 @@ import HomeBody from '../components/HomeBody.astro'; <li>Control Systems</li> <li>Space and Aerospace Simulations</li> <li>Digital Signal and Image Processing</li> +<li> <p><mark>Any other domain/topic can also be proposed (subject to approval by IIT Bombay-FOSSEE-Scilab team)</mark></p></li> </ul> - <mark>Any other domain/topic can also be proposed (subject to approval by IIT Bombay-FOSSEE-Scilab team)</mark> + </div> |