From 362709b641ed1da96dc401be8ce5ce5635ef49a5 Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de>
Date: Fri, 27 Sep 2024 15:15:28 +0200
Subject: [PATCH] Mint sommer

---
 .../Further Engagement/Education.tsx          | 22 +++++++++++--------
 1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/src/contents/Human Practices/Further Engagement/Education.tsx b/src/contents/Human Practices/Further Engagement/Education.tsx
index 218027c9..219e2ed2 100644
--- a/src/contents/Human Practices/Further Engagement/Education.tsx	
+++ b/src/contents/Human Practices/Further Engagement/Education.tsx	
@@ -1,4 +1,4 @@
-import { ButtonOne } from "../../../components/Buttons";
+import { ButtonOneWithScroll } from "../../../components/Buttons";
 import {  H4 } from "../../../components/Headings";
 import {  H5 } from "../../../components/Headings"
 import { TabScrollLink } from "../../../components/Link";
@@ -9,16 +9,16 @@ export function HPEducation(){
         <div className="col">
             <div className="row align-items-center" style={{marginTop: "5vh", marginBottom: "5vh"}}>
                 <div className="col">
-                    <ButtonOne openclass="edu-cycletab" text="Overview" open="edu-overview"></ButtonOne>
+                    <ButtonOneWithScroll openclass="edu-cycletab" text="Overview" open="edu-overview" scrollId="edu-heading"/>
                 </div>
                 <div className="col">
-                    <ButtonOne openclass="edu-cycletab" text="Teuto ruft!" open="teutoruft"></ButtonOne>
+                    <ButtonOneWithScroll openclass="edu-cycletab" text="Teuto ruft!" open="teutoruft" scrollId="teuroruft-heading"/>
                 </div>
                 <div className="col">
-                    <ButtonOne openclass="edu-cycletab" text="Schüler*innen Akademie" open="akademie"></ButtonOne>
+                    <ButtonOneWithScroll openclass="edu-cycletab" text="Schüler*innen Akademie" open="akademie" scrollId="student-academy-heading"/>
                 </div>
                 <div className="col">
-                    <ButtonOne openclass="edu-cycletab" text="MINT Sommer" open="mint"></ButtonOne>
+                    <ButtonOneWithScroll openclass="edu-cycletab" text="MINT Sommer" open="mint" scrollId="mint-heading"/>
                 </div>
             </div>
 
@@ -122,11 +122,15 @@ Moreover, we connected with other institutions and participants at the event. We
 
         <div id="mint" className="edu-cycletab" style={{display: "none"}}>
             <H4 id="mint-heading" text="MINT Sommer"/>
-                <img src="https://static.igem.wiki/teams/5247/photos/hp/mintsommerlogo.png" style={{width:"30%", height:"20%"}}/>
                 <H5 id="what and why mint summer" text="What is MINT Summer and why were we participating?"/>
-                    <p>“MINT Summer 2024” is a comprehensive program designed primarily for high school graduates of the class of 2024, who are considering pursuing studies in STEM fields (Science, Technology, Engineering, and Mathematics, including teaching degrees). The program is perfect for those who are still uncertain if they want to study in STEM or which specific discipline aligns best with their interests.</p>
-                    <p>Our participation in <a href="https://www.uni-bielefeld.de/studium/studieninteressierte/mint-sommer/" title="Mint Summer" >MINT Summer </a> offered us the chance to raise awareness of cystic fibrosis and showcase our cutting-edge approach to develop an optimized gene therapy to combat this disease. Through the event we engaged with potential future scientists and researchers, informing them about our project, iGEM and the importance of scientific research in advancing medical treatments. This program not only allows us to share our mission but also to inspire the next generation of STEM students by highlighting the real-world impact of their studies. </p>
-                <H5 id="strategy summer" text="What was our strategy?"/>
+                <div className="row">
+                    <img src="https://static.igem.wiki/teams/5247/photos/hp/mintsommerlogo.png" style={{width:"30%", height:"20%"}}/>
+                    <div className="col">
+                        <p>“MINT Summer 2024” is a comprehensive program designed primarily for high school graduates of the class of 2024, who are considering pursuing studies in STEM fields (Science, Technology, Engineering, and Mathematics, including teaching degrees). The program is perfect for those who are still uncertain if they want to study in STEM or which specific discipline aligns best with their interests.</p>
+                        <p>Our participation in <a href="https://www.uni-bielefeld.de/studium/studieninteressierte/mint-sommer/" title="Mint Summer" >MINT Summer </a> offered us the chance to raise awareness of cystic fibrosis and showcase our cutting-edge approach to develop an optimized gene therapy to combat this disease. Through the event we engaged with potential future scientists and researchers, informing them about our project, iGEM and the importance of scientific research in advancing medical treatments. This program not only allows us to share our mission but also to inspire the next generation of STEM students by highlighting the real-world impact of their studies. </p>
+                    </div>
+                </div>
+                    <H5 id="strategy summer" text="What was our strategy?"/>
                     <p>Our objective at MINT Summer was to inform attendees, especially aspiring STEM students, about the unique challenges faced by cystic fibrosis (CF) patients, with a particular focus on lung-related complications. We drew heavily on the insights gained from the Science Communication Workshop at the BFH Meetup, which provided us with the perfect framework to meticulously plan our outreach for this event. This foundation allowed us to craft engaging and educational activities that effectively conveyed the complexities of CF to our audience, ensuring our message was both impactful and accessible. </p>
                     <p>We took the opportunity to explain the iGEM competition and our project to participants. We shared how iGEM is a global competition that brings together student teams to solve real-world problems using synthetic biology. We discussed how our approach aims to correct the genetic mutation responsible for CF, potentially offering a more effective treatment. By engaging with attendees, we were able to highlight the significance of our research and the impact it could have on improving the lives of those affected by this challenging condition. They got the opportunity to contribute to our project by participating in our survey. </p>
                     <p>Over the time of two weeks, we established meaningful connections with professors, students, and participants across various STEM fields during the event, like the student initiative btS and the Campusbrauerei Bielefeld. Sharing our project with the life science students was helpful, motivating and opened the door to engaging discussions that enriched our perspective and fostered collaboration. These interactions allowed us to connect with experts and students from different disciplines, enhancing our understanding of how our gene therapy research for cystic fibrosis fits within the broader scientific landscape.</p>
-- 
GitLab