From cc0d7ad9a00f344c482f671a5b3a84d830af4141 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Fri, 25 Nov 2022 17:00:35 +0530 Subject: Update text on completed circuits page --- hackathon_submission.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hackathon_submission.module b/hackathon_submission.module index 9ac7c70..db3a06f 100644 --- a/hackathon_submission.module +++ b/hackathon_submission.module @@ -2072,13 +2072,13 @@ function soc_marathon_download_completed_circuit() if ($result->rowCount() == 0) { - $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. + $output .= "FOSSEE, IIT Bombay, along with Google and 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 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. + $output .= "FOSSEE, IIT Bombay, along with Google and 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