From 8967d038aa5b92e903d5ba00dea6d27a845911f4 Mon Sep 17 00:00:00 2001 From: Kaya <kaya.lange@uni-bielefeld.de> Date: Wed, 4 Dec 2024 14:33:52 +0100 Subject: [PATCH] steckbrief korrektur --- src/data/steckbriefe.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/steckbriefe.ts b/src/data/steckbriefe.ts index a55b4ca..ce1be68 100644 --- a/src/data/steckbriefe.ts +++ b/src/data/steckbriefe.ts @@ -349,7 +349,7 @@ export const teammembers: Array<SteckbriefInterface> = [ pronouns: "she/her", studiengang: "M.Sc. Molecular Biotechnology", headof: "Human Practice", - igemjob: ["Wet lab", "Delivery", "Mechanism", "Public Outreach"], + igemjob: ["Wet lab", "Delivery", "Mechanism", "Public Outreach", "Wiki"], whyigem: [ "I wanted to be part of an incredible team implementing a large and significant project together.", "iGEM is for me an opportunity to actively shape the next steps in biotechnology and thus make a contribution that goes beyond the competition.", @@ -434,7 +434,7 @@ export const teammembers: Array<SteckbriefInterface> = [ zweitfoto: "https://static.igem.wiki/teams/5247/photos/team-photos/lisa-2-4-11zon.webp", pronouns: "she/her", studiengang: "M.Sc. Molecular Cell Biology", - igemjob: ["Delivery", "Creativity, Wet lab Wiki"], + igemjob: ["Delivery", "Creativity", "Wet lab", "Wiki"], whyigem: [ "My motivation for iGEM comes from the excitement of tackling real world problems through innovative synthetic biology solutions, alongside a global community of passionate scientists.", "The opportunity to showcase our work at the iGEM Giant Jamboree and potentially make a meaningful impact on the world.", @@ -617,7 +617,7 @@ export const teammembers: Array<SteckbriefInterface> = [ pronouns: "she/her", studiengang: "M.Sc. Genome Based Systems Biology", headof: "Delivery", - igemjob: ["Wet lab", "Delivery", "Human Practice", "Public Outreach", "Creativity"], + igemjob: ["Wet lab", "Delivery", "Human Practice", "Public Outreach", "Creativity", "Wiki"], whyigem: [ "I'm excited by the chance to collaborate as a team on a creative project that makes a difference in the world, while discovering new knowledge, enjoying a great cup of coffee, and pushing my boundaries to grow both technically and personally.", ], -- GitLab