From 6cfe395c0c8cc8c9fba2625d0c01def42c9ea289 Mon Sep 17 00:00:00 2001 From: akshaythakur8764 Date: Mon, 23 Dec 2024 14:02:49 +0530 Subject: css changes and pages added --- src/assets/css/custom.css | 5 +- src/components/Hero.astro | 74 ++++----------- src/components/HomeBody.astro | 165 ++++++---------------------------- src/components/layout/Footer.astro | 2 +- src/components/layout/nav-links.json | 5 +- src/pages/problem-statement.astro | 46 ++++++++++ src/pages/resources.astro | 28 ++++++ src/pages/submission-guidelines.astro | 76 ++++++++++++++++ 8 files changed, 201 insertions(+), 200 deletions(-) create mode 100644 src/pages/problem-statement.astro create mode 100644 src/pages/resources.astro create mode 100644 src/pages/submission-guidelines.astro diff --git a/src/assets/css/custom.css b/src/assets/css/custom.css index dd401c5..cd59d91 100644 --- a/src/assets/css/custom.css +++ b/src/assets/css/custom.css @@ -75,14 +75,15 @@ color:#f50000; font-size: 1.5rem; font-weight: 500; - padding: 1.5rem 2rem; + padding-top: 4rem; + /* padding: 1.5rem 2rem; */ /* padding-top: 4vw; */ transition: 1.3s; } @media screen and (max-width: 983px) { .section-title{ - font-size:2rem; + font-size:1.5rem; padding: 1rem 2rem; /* text-shadow: 2px 2px #0a4850; */ } diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 1865503..d8ffefd 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -18,22 +18,23 @@ import { Image } from "astro:assets" -
-

A global challenge for bright minds

+
+

A global challenge for bright minds


-
-

An initiative of the FOSSEE Project,

-

Indian Institute of Technology Bombay, India

-
-

Scilab Case Study

-

Hackathon

+
+

An initiative of the FOSSEE Project,
+ Indian Institute of Technology Bombay, India

+ +

Scilab Case Study

+

Hackathon


-

Registration date: 20 December 2024

-

Submission end date: 10 February 2025

-
-

*Anyone can register and submit their case study from 20 December 2024 to 10 February 2025

- +

Registration date: 23 December 2024
+ Submission end date: 10 February 2025

+ +

*Anyone can register and submit their case study from 23 December 2024 to 10 February 2025

+

Cash prizes, eCertificate and internship opportunities

+
@@ -100,6 +101,7 @@ import { Image } from "astro:assets" border-radius:0 12rem 0 12rem ; } .bg-secondPatch{ + background: black; background: url(../assets/img/patch-01.png) center fixed; background-position:center; background-size:cover; @@ -110,11 +112,12 @@ import { Image } from "astro:assets" /* background-position: -20px -20px; */ background-repeat: no-repeat; background-attachment: fixed; + } .hero{ - background: url(../assets/img/bg-01.png); + background: url(../assets/img/bg-01.png) top center; /* background-attachment:fixed; */ background-size: cover; overflow: hidden; @@ -172,50 +175,7 @@ import { Image } from "astro:assets" -/*********neon button********** */ - - -.neon-button { - padding: 15px 30px; - font-size: 18px; - color: white; - background-color: black; - border: 2px solid red; - border-radius: 5px; - cursor: pointer; - text-transform: uppercase; - letter-spacing: 2px; - position: relative; - overflow: hidden; - transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; - box-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red; -} - -.neon-button::before { - content: ""; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - background: red; - filter: blur(10px); - z-index: -1; - transition: opacity 0.3s ease-in-out; - opacity: 0.8; -} - -.neon-button:hover { - color: black; - background-color: red; - box-shadow: 0 0 15px red, 0 0 30px red, 0 0 45px red; -} - -.neon-button:hover::before { - opacity: 1; -} -/*********end neon button********** */ diff --git a/src/components/HomeBody.astro b/src/components/HomeBody.astro index 3c8c64d..d48706c 100644 --- a/src/components/HomeBody.astro +++ b/src/components/HomeBody.astro @@ -58,7 +58,7 @@ import process from "../assets/img/process.png";
-
+

About

@@ -103,15 +103,15 @@ import process from "../assets/img/process.png"; Registration Opens - 20 December 2024 + 23 December 2024 - + Hackathon Start Date - 20 December 2024 + 23 December 2024 Submission Deadline @@ -128,7 +128,7 @@ import process from "../assets/img/process.png";
-
+

@@ -144,57 +144,12 @@ import process from "../assets/img/process.png"; -
-
-

- Why Participate? -

-
    -
  • Open to everyone.
  • -
  • Gain visibility in the Scilab and open-source communities.
  • -
  • Win cash rewards for top-performing projects.
  • -
  • Top performers may be offered internships with FOSSEE.
  • -
  • Gain hands-on experience with Scilab for solving real-world problems.
  • -
-
-
+ -
-
-

- Problem Statement -

-

Participants are required to:

-
    -
  • Select a published research paper as a reference.
  • -
  • Reproduce its results using Scilab.
  • -
  • Present the Scilab-based solution, workflow, and comparison with the original results along with a report.
  • -
-
-
-
-
-

- Case study topics can be chosen from the following domains for the Hackathon -

- - -
    -
  • Robotics and Autonomous Systems
  • -
  • Data Analytics and Machine Learning
  • -
  • Artificial Intelligence and Optimization
  • -
  • Renewable Energy and Sustainability
  • -
  • Computational Biology and Healthcare Analytics
  • -
  • Control Systems
  • -
  • Space and Aerospace Simulations
  • -
  • Digital Signal and Image Processing
  • -
- Any other domain/topic can also be proposed (subject to approval by IIT Bombay-FOSSEE-Scilab team) -

@@ -205,12 +160,12 @@ import process from "../assets/img/process.png";

To participate in the hackathon, please follow these mandatory steps:

-
    +
    1. Before proceeding, it is mandatory to fill out this Google Form: Click here to open
      + class="text-red-600 hover:text-red-400 hover:underline">Click here to open. Your participation will not be considered if this form is not filled out.
    2. @@ -218,7 +173,7 @@ import process from "../assets/img/process.png"; After completing the form, visit this website to read all the instructions: Click here
      + class="text-red-600 hover:text-red-400 hover:underline">Click here. Please go through all the links provided under the Case Study Project tab.
    3. @@ -250,89 +205,9 @@ import process from "../assets/img/process.png";
-
-
-
-

Evaluation Criteria:

-
    -
  • Complexity of the problem, including its technical depth and challenges.  
  • -
  • Quality of the journal, considering its credibility and impact factor.  
  • -
  • Novelty of the topic, focusing on originality and innovation.   
  • -
  • Accuracy of the reproduced results compared to the reference paper.  
  • -
  • Effective and innovative use of Scilab features and toolboxes.  
  • -
  • Readability, proper documentation, and adherence to best coding practices.  
  • -
-
-
-
-
-

Resources

- -
-

- Explore the Spoken Tutorial series on Scilab to strengthen your understanding of Scilab concepts. These tutorials cover a wide range of topics. - - Access them here: - Spoken Tutorial Series on Scilab - -

-
-
-
-
-
-
-

System Requirements

- - - - -
- - -
-

Linux:

- -
- - -
-

Mac:

- -
- - -
-

Windows:

-
    -
  • OS: Windows 10 or 11

  • -
-

Scilab: Download latest version

-
- -
- -
-

General:

-
    -
  • RAM: 4 GB (8 GB recommended)

  • -
  • Processor: Dual-core or higher

  • -
  • Storage: 2 GB free space

  • -
  • Internet: Stable connection

  • -
-
-
-
- -
+

Rules and Regulations

@@ -349,9 +224,23 @@ import process from "../assets/img/process.png";
- +
+
+

+ Benefits to participate +

+
    +
  • Free registration and open to everyone.
  • +
  • Gain hands-on experience with Scilab for solving real-world problems.
  • +
  • Win cash prize for top-performing projects.
  • +
  • eCertificates for good submissions.
  • +
  • Exclusive recognition for outstanding projects on the FOSSEE,IIT Bombay - Scilab website.
  • +
  • Top performers may be offered internships with FOSSEE, IIT Bombay.
  • +
+
+
-

Awards

+

Rewards

  • First Prize: diff --git a/src/components/layout/Footer.astro b/src/components/layout/Footer.astro index b65a2f5..38a98f8 100644 --- a/src/components/layout/Footer.astro +++ b/src/components/layout/Footer.astro @@ -62,7 +62,7 @@ import st from "../../assets/img/spoken.png";
    Resources
diff --git a/src/components/layout/nav-links.json b/src/components/layout/nav-links.json index dd4e128..8dec5c4 100644 --- a/src/components/layout/nav-links.json +++ b/src/components/layout/nav-links.json @@ -1,10 +1,11 @@ [ { "label": "About", "href": "/#about" }, - {"label": "Problem-Statement", "href": "/#problem-statement"}, + {"label": "Problem-Statement", "href": "/problem-statement"}, {"label": "Register", "href": "/#register"}, + {"label": "Submission-guidelines", "href": "/submission-guidelines"}, + { "label": "Resources", "href": "/resources" }, {"label": "Results", "href": "/results"}, - { "label": "Resources", "href": "/#resources" }, { "label": "Contact", "href": "/#contact" } ] \ No newline at end of file diff --git a/src/pages/problem-statement.astro b/src/pages/problem-statement.astro new file mode 100644 index 0000000..15950d7 --- /dev/null +++ b/src/pages/problem-statement.astro @@ -0,0 +1,46 @@ +--- +import Layout from '../layouts/Layout.astro'; +import Card from '../components/Card.astro'; +import Nav from '../components/layout/Nav.astro'; +import HomeBody from '../components/HomeBody.astro'; +--- + + +
+
+

+ Problem Statement +

+

Participants are required to:

+
    +
  • Select a published research paper as a reference.
  • +
  • Reproduce its results using Scilab.
  • +
  • Present the Scilab-based solution, workflow, and comparison with the original results along with a report.
  • +
+
+
+ +
+
+

+ Case study topics can be chosen from the following domains for the Hackathon +

+ + +
    +
  • Robotics and Autonomous Systems
  • +
  • Data Analytics and Machine Learning
  • +
  • Artificial Intelligence and Optimization
  • +
  • Renewable Energy and Sustainability
  • +
  • Computational Biology and Healthcare Analytics
  • +
  • Control Systems
  • +
  • Space and Aerospace Simulations
  • +
  • Digital Signal and Image Processing
  • +
+ Any other domain/topic can also be proposed (subject to approval by IIT Bombay-FOSSEE-Scilab team) +
+ + + + + diff --git a/src/pages/resources.astro b/src/pages/resources.astro new file mode 100644 index 0000000..75950db --- /dev/null +++ b/src/pages/resources.astro @@ -0,0 +1,28 @@ +--- +import Layout from '../layouts/Layout.astro'; +import Card from '../components/Card.astro'; +import Nav from '../components/layout/Nav.astro'; +import HomeBody from '../components/HomeBody.astro'; +--- + + +
+
+

Resources

+ +
+

+ Explore the Spoken Tutorial series on Scilab to strengthen your understanding of Scilab concepts. These tutorials cover a wide range of topics. + + Access them here: + Spoken Tutorial Series of Scilab + + Spoken Tutorial Series of GUI in Scilab +

+
+
+
+ + + +
\ No newline at end of file diff --git a/src/pages/submission-guidelines.astro b/src/pages/submission-guidelines.astro new file mode 100644 index 0000000..4d611e3 --- /dev/null +++ b/src/pages/submission-guidelines.astro @@ -0,0 +1,76 @@ +--- +import Layout from '../layouts/Layout.astro'; +import Card from '../components/Card.astro'; +import Nav from '../components/layout/Nav.astro'; +import HomeBody from '../components/HomeBody.astro'; +--- + + + +
+
+

Evaluation Criteria

+
    +
  • Complexity of the problem, including its technical depth and challenges.  
  • +
  • Quality of the journal, considering its credibility and impact factor.  
  • +
  • Novelty of the topic, focusing on originality and innovation.   
  • +
  • Accuracy of the reproduced results compared to the reference paper.  
  • +
  • Effective and innovative use of Scilab features and toolboxes.  
  • +
  • Readability, proper documentation, and adherence to best coding practices.  
  • +
+
+
+ +
+
+

System Requirements

+ + + + +
+ + +
+

Linux:

+ +
+ + +
+

Mac:

+ +
+ + +
+

Windows:

+
    +
  • OS: Windows 10 or 11

  • +
+

Scilab: Download latest version

+
+ +
+ +
+

General:

+
    +
  • RAM: 4 GB (8 GB recommended)

  • +
  • Processor: Dual-core or higher

  • +
  • Storage: 2 GB free space

  • +
  • Internet: Stable connection

  • +
+
+
+
+ + + +
\ No newline at end of file -- cgit