diff options
author | akshaythakur8764 | 2024-12-24 09:54:43 +0530 |
---|---|---|
committer | akshaythakur8764 | 2024-12-24 09:54:43 +0530 |
commit | a0c599787e8d7fef15a567a3808be8aa1ad71864 (patch) | |
tree | 169b0384b611cbcb024db5062cc4782a639e42cf | |
parent | 76dad99e3e04180c92ece076468af06578167057 (diff) | |
download | scilab_case_study_hackathon-a0c599787e8d7fef15a567a3808be8aa1ad71864.tar.gz scilab_case_study_hackathon-a0c599787e8d7fef15a567a3808be8aa1ad71864.tar.bz2 scilab_case_study_hackathon-a0c599787e8d7fef15a567a3808be8aa1ad71864.zip |
content change
-rw-r--r-- | src/pages/problem-statement.astro | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/pages/problem-statement.astro b/src/pages/problem-statement.astro index 15950d7..9486554 100644 --- a/src/pages/problem-statement.astro +++ b/src/pages/problem-statement.astro @@ -11,12 +11,13 @@ import HomeBody from '../components/HomeBody.astro'; <h1 class=" text-center section-title mx-4 mb-5" id="problem-statement"> Problem Statement </h1> - <p class="leading-relaxed mb-4">Participants are required to:</p> - <ul class="list-disc list-inside space-y-1"> - <li>Select a published research paper as a reference.</li> + + <p class="leading-relaxed mb-4">Choosing a problem statement for your Scilab case study:</p> +<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.</li> - </ul> + <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> + </ul> </div> </div> |