From cd0d66ec446a565860db308bdfb98c30459e9d1c Mon Sep 17 00:00:00 2001
From: Sinan Zimmermann <sinan.zimmermann@uni-bielefeld.de>
Date: Tue, 10 Sep 2024 17:04:56 +0000
Subject: [PATCH] change steckbriefe lol

---
 src/components/data/steckbriefe.ts | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/components/data/steckbriefe.ts b/src/components/data/steckbriefe.ts
index 4a0eecbc..02070220 100644
--- a/src/components/data/steckbriefe.ts
+++ b/src/components/data/steckbriefe.ts
@@ -36,18 +36,18 @@ export const teammembers: Array<Steckbrief> = [
 
 ]
 export const advisors: Array<Steckbrief> = [
-
-    title: "M.Sc."
+    {
+    title: "M.Sc.",
     vorname: "Sinan",
     nachname: "Zimmermann",
-    linkedinurl?: "https://www.linkedin.com/in/sinan-zimmermann-50977323b/",
+    linkedinurl: "https://www.linkedin.com/in/sinan-zimmermann-50977323b/",
     pictureurl: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg",
     pronouns: "he/him",
     studiengang: "Molecular Cell Biology",
-    headof?: "I'm involved in nearly every subteam, just a bit here and there",
+    headof: "I'm involved in nearly every subteam, just a bit here and there",
     igemjob: "proud dad of my academic weapons",
     whyigem: "Last year, I led the charge as Team Captain and Head of Lab, and honestly… iGEM got me hooked for life! The experience pushed me past my limits and transformed both my personal growth and scientific journey. Now, it’s my turn to guide the next generation and watch them rise – that’s why I’m back as the instructor for iGEM Bielefeld and iGEM Judge of 2024!",
-    bestpart: "Connections and networks formed during your iGEM journey have a lasting impact. That’s why I’m excited to launch a new platform for socializing and networking: the "BFH European Meet-Up" - a collaboration between Bielefeld, Frankfurt, and Hamburg",
+    bestpart: "Connections and networks formed during your iGEM journey have a lasting impact. That’s why I’m excited to launch a new platform for socializing and networking: the 'BFH European Meet-Up' - a collaboration between Bielefeld, Frankfurt, and Hamburg",
     biggestchallenge: "Whether it's during night shifts or endless team meetings. Staying awake can be a challenge. Sometimes I need to mediate between my kidz or try to help them out, but they grow up so fast and are ready to spread their wings. As a dad, it’s challenging for me to let them fly. But even then, I’m proud to see how they handle their challenges and come back stronger every time!",
     funfacts: [
         "I function perfectly well without sleep – but beware if anyone expects me to be in a good mood without my beauty rest!", 
@@ -56,7 +56,7 @@ export const advisors: Array<Steckbrief> = [
         "Some people says that I'm a walking stock image.. can't relate"
     ],
     favmusic: "PCR and the Amplifiers – their hit single 'Heating Up the Room (Denaturation Blues)' really gets things going!",
-
+    }
 ]
 
 export const instructor: Array<Steckbrief> = [
@@ -65,7 +65,7 @@ export const instructor: Array<Steckbrief> = [
 export const pis: Array<Steckbrief> = [
 
     {
-        title: "Prof. Dr."
+        title: "Prof. Dr.",
         vorname: "Jörn", 
         nachname: "Kalinowski", 
         linkedinurl: "linkedin.com/in/jörn-kalinowski-b7033b1b",
@@ -79,10 +79,10 @@ export const pis: Array<Steckbrief> = [
         funfacts: [
             "As a scientist never had to change my working place (from studies to retirement). Started parallel educations in biology and computer sciences when these disciplines were worlds apart (starting in 1977)."],
         favmusic: "Metal (e.g. System of a down)",
-    }
+    },
 
     {
-        title: "Prof. Dr."
+        title: "Prof. Dr.",
         vorname: "Kristian", 
         nachname: "Müller", 
         linkedinurl: "https://www.linkedin.com/in/kristian-mueller/",
-- 
GitLab