From 9630d5930258b9873c7270ba2c18caca662e1f44 Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Sun, 15 Sep 2024 12:10:19 +0200 Subject: [PATCH] dummy data steckbriefe --- src/components/data/steckbriefe.ts | 182 ++++++++++++++++++++--------- 1 file changed, 124 insertions(+), 58 deletions(-) diff --git a/src/components/data/steckbriefe.ts b/src/components/data/steckbriefe.ts index 721491f6..2b224e17 100644 --- a/src/components/data/steckbriefe.ts +++ b/src/components/data/steckbriefe.ts @@ -2,7 +2,7 @@ interface Steckbrief{ title?: string; /* Dr. oder Prof. oder so bei Jörn und so*/ vorname: string; nachname: string; - age: number; + age: number | string; linkedinurl?: string; hauptfoto: string; zweitfoto?: string; @@ -15,10 +15,10 @@ interface Steckbrief{ biggestchallenge: string | Array<string>; funfacts:string | Array<string>; favmusic: string; - sciencemedia: string; /* Is there a particular book, movie or series that has influenced your view of science? */ - onechange: string; /* If you had the opportunity to change one thing in the world of science, what would it be and why? */ + sciencemedia: string | Array<string>; /* Is there a particular book, movie or series that has influenced your view of science? */ + onechange: string | Array<string>; /* If you had the opportunity to change one thing in the world of science, what would it be and why? */ hobbies: Array<string>; /* Hobbies/interests outside of science */ - scientificinterests: Array<string> ; /* Scientific interest/research focus [keywords] */ + scientificinterests: string | Array<string> ; /* Scientific interest/research focus [keywords] */ } @@ -55,9 +55,9 @@ Vorlage Datensatz: bestpart: [ "", ""], biggestchallenge: [ "", ""], funfacts: [ "", ""], - favmusic: "", - sciencemedia: "", - onechange: "", + favmusic: "XXX", + sciencemedia: "XXX", + onechange: "XXX", hobbies: [ "", ""], scientificinterests: [ "", ""], @@ -160,6 +160,7 @@ export const teammembers: Array<Steckbrief> = [ "To be active in social media and make content ", ], scientificinterests: "Medicine, Data Analayse, Genome Research, Coding", + favmusic: "XXX" }, { @@ -403,6 +404,7 @@ export const teammembers: Array<Steckbrief> = [ "Keeping isopods", ], scientificinterests: "Terrestrial Isopods, Analysis of Postgenome Data, Phylogenetics & Machine Learning", + sciencemedia: "XXX", }, { @@ -449,14 +451,14 @@ export const teammembers: Array<Steckbrief> = [ }, { - vorname: "Malte", + vorname: "Malte", nachname: "Lenger", hauptfoto: "www.linkedin.com/in/malte-lenger-08j2003", pronouns: "he/him", studiengang: "B.Sc. Molecular Biotechnology", igemjob: "Wet lab, PrimeGuide, Biosafety", whyigem: "I wanted to take part in a research project like this to network with industry and other enthusiastic students worldwide, to learn about new molecular biology methods and to experience what it is like to do research and work independently at such a level, while coordinating and working in a team", - bestpart: "My favourite part of iGEM was/is meeting new people as well as working and researching with them. It's also the new insights you gain: both into working methods, for example in the lab, and into the field of work in general", + bestpart: "My favourite part of iGEM was/is meeting new people as well as working and researching with them. It's also the new insights you gain: both into working methods, for example in the lab, and into the field of work in general", biggestchallenge: "The biggest challenge at iGEM during the semester was balancing the project and my own university tasks. And in general, it was to remain self-confident, both with some setbacks and with activities where you had a lot of responsibility but had never done them yourself before", funfacts: [ "I like meeting up with people, especially if you go out in the city in the evening and meet up for a drink or something like that", @@ -464,10 +466,15 @@ export const teammembers: Array<Steckbrief> = [ "But last but not least I am very interested in sports, with my favourite sports being football, basketball, skiing and tennis. However, I am very broad-minded when it comes to sports, so I actually watch every sport if none of the above are on TV. For example, during the Olympic Games this year, I might spend a whole afternoon just watching the swimming competitions." ], favmusic: "My favorite music in the lab is the music I usually listen to. This mainly includes hip-hop and American rap, especially artists like Travis Scott, Gunna, Metro Boomin and Reezy", + age: "XXX", + sciencemedia: "XXX", + onechange: "XXX", + hobbies: ["XXX"], + scientificinterests: "XXX" }, { - vorname: "Michael", + vorname: "Michael", nachname: "Gröning", hauptfoto: "https://www.linkedin.com/in/michael-gröning-671732191", pronouns: "he/him", @@ -475,7 +482,7 @@ export const teammembers: Array<Steckbrief> = [ headof: "Creativity", igemjob: "Design, Public Engagement", whyigem: "I like worldwide competitions, team spirit and realizing projects that help people living a better life", - bestpart: "Huge community and creative freedom", + bestpart: "Huge community and creative freedom", biggestchallenge: "To decipher every second technical term in discussions", funfacts: [ "I've never worked in the lab", @@ -483,10 +490,15 @@ export const teammembers: Array<Steckbrief> = [ "I'm not related to the creator of The Simpsons", ], favmusic: "I would choose epic orchestras with choirs", + age: "XXX", + sciencemedia: "XXX", + onechange: "XXX", + hobbies: ["XXX"], + scientificinterests: "XXX", }, { - vorname: "Philip", + vorname: "Philip", nachname: "Mundt", hauptfoto: "linkedin.com/in/philip-mundt-3b1a53306", pronouns: "he/him", @@ -494,7 +506,7 @@ export const teammembers: Array<Steckbrief> = [ headof: "Mechanism", igemjob: "Wet lab, PrimeGuide, Wiki", whyigem: "To learn, to work as a team and to experience research from the ground up", - bestpart: "I like that it brings people together to strive for a common goal", + bestpart: "I like that it brings people together to strive for a common goal", biggestchallenge: "The biggest challenge definitely is to handle the neverending amount of tasks, most of which are completely new challenges you have to learn by yourself", funfacts: [ "I've never worked in the lab", @@ -502,10 +514,15 @@ export const teammembers: Array<Steckbrief> = [ "I'm not related to the creator of The Simpsons", ], favmusic: "Technoo", + age: "XXX", + sciencemedia: "XXX", + onechange: "XXX", + hobbies: ["XXX"], + scientificinterests: "XXX", }, { - vorname: "Vera", + vorname: "Vera", nachname: "Köhler", hauptfoto: "XXX", pronouns: "she/her", @@ -513,24 +530,36 @@ export const teammembers: Array<Steckbrief> = [ headof: "Delivery", igemjob: "Wet lab, AirBuddy, Human Practices/ Public Outreach, Creativity", whyigem: "To test my limits and expand various laboratory and soft skills", - bestpart: "The amazing Team and the funny, but also frustrating moments we lived through", + bestpart: "The amazing Team and the funny, but also frustrating moments we lived through", biggestchallenge: "Completing ten different emergency tasks at the same time without losing your head", funfacts: [ "As a child I thought I would be arrested if I ate in the car, so I hid my snack as soon as we passed another car. I wonder what my parents had drilled into me", ], favmusic: "Upbeat fun songs like Unwritten, C'est la bourgeoisie or Feminenomenom to keep me motivated", + age: "XXX", + sciencemedia: "XXX", + onechange: "XXX", + hobbies: ["XXX"], + scientificinterests: "XXX", }, { - vorname: "Vincent Carl", + vorname: "Vincent Carl", nachname: "Stöckl", hauptfoto: "XXX", pronouns: "he/him", studiengang: "B.Sc. Molecular Biotechnology", igemjob: "Wet lab, AirBuddy, Sponsoring", whyigem: "A chance to work as a real scientist as well as being part of a team working at the cutting edge of biotechnology", - bestpart: "The challenge of trying new things and working as a real scientist", + bestpart: "The challenge of trying new things and working as a real scientist", biggestchallenge: "Balancing iGEM and university work ", + age: "XXX", + funfacts: "XXX", + favmusic: "XXX", + sciencemedia: "XXX", + onechange: "XXX", + hobbies: ["XXX"], + scientificinterests: "XXX", }, ] @@ -548,34 +577,44 @@ export const advisors: Array<Steckbrief> = [ bestpart: "XXX", biggestchallenge: "XXX", funfacts: [ - "XXX", + "XXX", "XXX", "XXX", "XXX" ], favmusic: "XXX", - }, + age: "XXX", + sciencemedia: "XXX", + onechange: "XXX", + hobbies: ["XXX"], + scientificinterests: "XXX", + }, { - title: "M.Sc.", - vorname: "Lucas", - nachname: "Krause", - linkedinurl: "XXX", - hauptfoto: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg", - pronouns: "he/him", - studiengang: "Molecular Biotechnology", - headof: "XXX", - igemjob: "XXX", - whyigem: "XXX", - bestpart: "XXX", - biggestchallenge: "XXX", - funfacts: [ - "XXX", - "XXX", - "XXX", - "XXX" - ], - favmusic: "XXX", + title: "M.Sc.", + vorname: "Lucas", + nachname: "Krause", + linkedinurl: "XXX", + hauptfoto: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg", + pronouns: "he/him", + studiengang: "Molecular Biotechnology", + headof: "XXX", + igemjob: "XXX", + whyigem: "XXX", + bestpart: "XXX", + biggestchallenge: "XXX", + funfacts: [ + "XXX", + "XXX", + "XXX", + "XXX" + ], + favmusic: "XXX", + age: "XXX", + sciencemedia: "XXX", + onechange: "XXX", + hobbies: ["XXX"], + scientificinterests: "XXX", }, { @@ -594,7 +633,12 @@ export const advisors: Array<Steckbrief> = [ "I adore baking, especially sourdough bread and banana bread" ], favmusic: "Pokémon OST", - }, + age: "XXX", + sciencemedia: "XXX", + onechange: "XXX", + hobbies: ["XXX"], + scientificinterests: "XXX", + }, { title: "M.Sc.", @@ -616,7 +660,12 @@ export const advisors: Array<Steckbrief> = [ "XXX" ], favmusic: "XXX", - } + age: "XXX", + sciencemedia: "XXX", + onechange: "XXX", + hobbies: ["XXX"], + scientificinterests: "XXX", + } ] export const instructor: Array<Steckbrief> = [ @@ -635,48 +684,65 @@ export const instructor: Array<Steckbrief> = [ 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!", + "I function perfectly well without sleep – but beware if anyone expects me to be in a good mood without my beauty rest!", "Coffee and energy drinks are basically my life elixir. Without them, I'd probably be a walking zombi", "My team has a special talent for making me “weak†- very effective", "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!", - } + age: "XXX", + sciencemedia: "XXX", + onechange: "XXX", + hobbies: ["XXX"], + scientificinterests: "XXX", + } ] export const pis: Array<Steckbrief> = [ { title: "Prof. Dr.", - vorname: "Jörn", - nachname: "Kalinowski", + vorname: "Jörn", + nachname: "Kalinowski", linkedinurl: "linkedin.com/in/jörn-kalinowski-b7033b1b", hauptfoto: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg", - pronouns: "he/him", - studiengang: "Research Group Leader - Microbial Genomics and Biotechnology", + pronouns: "he/him", + studiengang: "Research Group Leader - Microbial Genomics and Biotechnology", igemjob: "Center for Biotechnology of Bielefeld University", - whyigem: "Because it is the best complement to our regular life sciences studies in educating scientists", - bestpart: "The jamboree in which all participants get to know that they are not alone with their dreams but a huge worldwide community", - biggestchallenge: "To be on time", + whyigem: "Because it is the best complement to our regular life sciences studies in educating scientists", + bestpart: "The jamboree in which all participants get to know that they are not alone with their dreams but a huge worldwide community", + biggestchallenge: "To be on time", 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)."], + "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)", + age: "XXX", + sciencemedia: "XXX", + onechange: "XXX", + hobbies: ["XXX"], + scientificinterests: "XXX", }, { title: "Prof. Dr.", - vorname: "Kristian", - nachname: "Müller", + vorname: "Kristian", + nachname: "Müller", linkedinurl: "https://www.linkedin.com/in/kristian-mueller/", hauptfoto: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg", - pronouns: "he/him", - studiengang: "Research Group Leader - Molecular and Cellular Biotechnology", + pronouns: "he/him", + studiengang: "Research Group Leader - Molecular and Cellular Biotechnology", igemjob: "Technical Facility of Bielefeld University", - whyigem: "The combination of fun and progress", - bestpart: "Motivated coworkers", - biggestchallenge: "Exaggerated statements", + whyigem: "The combination of fun and progress", + bestpart: "Motivated coworkers", + biggestchallenge: "Exaggerated statements", funfacts: [ - "iGEMmer since 2007 and keeping it rolling (any resemblance to Sisyphus is purely coincidental)"], + "iGEMmer since 2007 and keeping it rolling (any resemblance to Sisyphus is purely coincidental)" + ], favmusic: "Sam Cooke - Wonderful World", + age: "XXX", + sciencemedia: "XXX", + onechange: "XXX", + hobbies: ["XXX"], + scientificinterests: "XXX", } ] \ No newline at end of file -- GitLab