From 7b4dd3a997c505cc38132c21060bf2b6930cd2d6 Mon Sep 17 00:00:00 2001
From: Sashi20
Date: Fri, 25 Nov 2022 11:53:46 +0530
Subject: Update link to hackathon website
---
hackathon_submission.module | 20 ++++++--------------
1 file changed, 6 insertions(+), 14 deletions(-)
diff --git a/hackathon_submission.module b/hackathon_submission.module
index 6f98fa6..9ac7c70 100644
--- a/hackathon_submission.module
+++ b/hackathon_submission.module
@@ -1811,7 +1811,7 @@ high intensity eSim Mixed Signal Circuit Design and Simulation Marathon. Close
to 1700+ students from all over India participated in this Marathon and close
to 60+ students completed this marathon with brilliant circuit design ideas.
The following participants have successfully completed designing the circuits.
-More details about this event can be found here: https://hackathon.fossee.in/esim.
";;
+More details about this event can be found here: https://hackathon.fossee.in/esim/feb22/.
";
} //$result->rowCount() == 0
else
@@ -1821,7 +1821,7 @@ More details about this event can be found here: https://hackathon.fossee.in/esim.
";;
+More details about this event can be found here: https://hackathon.fossee.in/esim/feb22/.
";
$preference_rows = array();
$i = $result->rowCount();
@@ -2072,22 +2072,14 @@ function soc_marathon_download_completed_circuit()
if ($result->rowCount() == 0)
{
- $output .= "FOSSEE, IIT Bombay, along with VLSI System Design Corp. Pvt. Ltd and Redwood EDA conducted a 3-weeks
-high intensity eSim Mixed Signal Circuit Design and Simulation Marathon. Close
-to 1700+ students from all over India participated in this Marathon and close
-to 60+ students completed this marathon with brilliant circuit design ideas.
-The following participants have successfully completed designing the circuits.
-More details about this event can be found here: https://hackathon.fossee.in/esim.
";;
+ $output .= "FOSSEE, IIT Bombay, along with VLSI System Design Corp. Pvt. Ltd conducted a 3-weeks high intensity Mixed Signal SoC design Marathon using eSim & SKY130. Close to 3000 students from all over India participated in this Marathon and close to 100+ students completed this marathon with brilliant circuit design ideas. The following participants have successfully completed designing the circuits.
+More details about this event can be found here: https://hackathon.fossee.in/esim.
";
} //$result->rowCount() == 0
else
{
- $output .= "FOSSEE, IIT Bombay, along with VLSI System Design Corp. Pvt. Ltd and Redwood EDA conducted a 3-weeks
- high intensity eSim Mixed Signal Circuit Design and Simulation Marathon. Close
-to 1700+ students from all over India participated in this Marathon and close
-to 60+ students completed this marathon with brilliant circuit design ideas.
-The following participants have successfully completed designing the circuits.
-More details about this event can be found here: https://hackathon.fossee.in/esim.
";;
+ $output .= "FOSSEE, IIT Bombay, along with VLSI System Design Corp. Pvt. Ltd conducted a 3-weeks high intensity Mixed Signal SoC design Marathon using eSim & SKY130. Close to 3000 students from all over India participated in this Marathon and close to 100+ students completed this marathon with brilliant circuit design ideas. The following participants have successfully completed designing the circuits.
+More details about this event can be found here: https://hackathon.fossee.in/esim.
";
$preference_rows = array();
$i = $result->rowCount();
--
cgit