LexLunatic (Talk | contribs) |
LexLunatic (Talk | contribs) |
||
Line 4: | Line 4: | ||
<meta charset="utf-8" content="width=device-width, initial-scale=1.0"> <!--damit die ü, ä usw. richtig angezeigt werden--> | <meta charset="utf-8" content="width=device-width, initial-scale=1.0"> <!--damit die ü, ä usw. richtig angezeigt werden--> | ||
<style> | <style> | ||
− | + | ||
html, body { | html, body { | ||
height: 100%; | height: 100%; | ||
width: 100%; | width: 100%; | ||
− | margin | + | margin: 0; |
padding: 0; | padding: 0; | ||
} | } | ||
Line 17: | Line 17: | ||
display: block; | display: block; | ||
margin: 0 auto; | margin: 0 auto; | ||
− | max-height: | + | max-height: 99%; |
max-width: 99%; | max-width: 99%; | ||
width: 99%; | width: 99%; | ||
height: 99%; | height: 99%; | ||
− | border: | + | border: 3px solid #000000; |
} | } | ||
+ | |||
+ | |||
Line 151: | Line 153: | ||
margin-bottom: 25em; | margin-bottom: 25em; | ||
margin-top: 3em; | margin-top: 3em; | ||
− | font-size: | + | font-size: 1em; |
line-height:2em; | line-height:2em; | ||
left: 2.5em; | left: 2.5em; | ||
Line 169: | Line 171: | ||
color: white; | color: white; | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
.Grid{ | .Grid{ | ||
Line 181: | Line 187: | ||
− | /* | + | |
− | #Text- | + | /* 1 PD Dr. Bertolt Gust*/ |
+ | #Text-Gust{ | ||
grid-column-start: 0; | grid-column-start: 0; | ||
grid-column-end: ; | grid-column-end: ; | ||
grid-row: 1; | grid-row: 1; | ||
text-align: justify; | text-align: justify; | ||
− | margin-left: | + | margin-left: 25em; |
margin-right: 25em; | margin-right: 25em; | ||
} | } | ||
− | #Bild- | + | #Bild-Gust{ |
grid-column-start: 7; | grid-column-start: 7; | ||
grid-column-end: 10; | grid-column-end: 10; | ||
Line 199: | Line 206: | ||
border: 1px solid black; | border: 1px solid black; | ||
} | } | ||
− | + | ||
− | + | /* 2 PD Dr. Elisabeth Fuss*/ | |
− | /* | + | #Text-Fuss{ |
− | #Text- | + | |
grid-column-start: 8; | grid-column-start: 8; | ||
grid-column-end: 8; | grid-column-end: 8; | ||
Line 211: | Line 217: | ||
} | } | ||
− | #Bild- | + | #Bild-Fuss{ |
grid-column-start: 0; | grid-column-start: 0; | ||
grid-column-end: 0; | grid-column-end: 0; | ||
grid-row: 2; | grid-row: 2; | ||
width: 350px; | width: 350px; | ||
− | margin-left: | + | margin-left: 25em; |
margin-top: 3em; | margin-top: 3em; | ||
border: 1px solid black; | border: 1px solid black; | ||
} | } | ||
− | + | ||
− | + | /* 3 Hannah Brasse */ | |
− | /* | + | #Text-Hannah{ |
− | #Text- | + | |
grid-column-start: 0; | grid-column-start: 0; | ||
grid-column-end: ; | grid-column-end: ; | ||
− | grid-row: 3; | + | grid-row: 3; |
text-align: justify; | text-align: justify; | ||
− | margin-left: | + | margin-left: 25em; |
margin-right: 25em; | margin-right: 25em; | ||
− | |||
} | } | ||
− | #Bild- | + | #Bild-Hannah{ |
grid-column-start: 7; | grid-column-start: 7; | ||
grid-column-end: 10; | grid-column-end: 10; | ||
− | grid-row: 3 | + | grid-row:3; |
− | + | width: 200px; | |
− | width: | + | |
border: 1px solid black; | border: 1px solid black; | ||
} | } | ||
− | + | /* 4 Marcel Conrady */ | |
− | /* | + | #Text-Marcel{ |
− | #Text- | + | |
grid-column-start: 8; | grid-column-start: 8; | ||
grid-column-end: 8; | grid-column-end: 8; | ||
grid-row: 4; | grid-row: 4; | ||
text-align: justify; | text-align: justify; | ||
− | |||
− | |||
margin-top: 1.75em; | margin-top: 1.75em; | ||
+ | margin-right: 30em; | ||
} | } | ||
− | #Bild- | + | #Bild-Marcel{ |
grid-column-start: 0; | grid-column-start: 0; | ||
− | grid-column-end: 0 ; | + | grid-column-end: 0; |
grid-row: 4; | grid-row: 4; | ||
− | margin-left: | + | width: 350px; |
+ | margin-left: 25em; | ||
margin-top: 3em; | margin-top: 3em; | ||
− | |||
border: 1px solid black; | border: 1px solid black; | ||
} | } | ||
− | + | ||
− | /* | + | |
− | #Text- | + | /* 5 Lisa Dussling */ |
+ | #Text-Lisa{ | ||
grid-column-start: 0; | grid-column-start: 0; | ||
− | grid-column-end: | + | grid-column-end: ; |
− | grid-row: 5; | + | grid-row: 5; |
text-align: justify; | text-align: justify; | ||
− | margin-left: | + | margin-left: 25em; |
margin-right: 25em; | margin-right: 25em; | ||
− | + | ||
} | } | ||
− | #Bild- | + | #Bild-Lisa{ |
grid-column-start: 7; | grid-column-start: 7; | ||
grid-column-end: 10; | grid-column-end: 10; | ||
− | grid-row: 5; | + | grid-row:5; |
− | width: | + | width: 200px; |
− | + | ||
border: 1px solid black; | border: 1px solid black; | ||
} | } | ||
− | + | /* 6 Lukas Fuhr */ | |
− | + | #Text-Lukas{ | |
− | /* | + | |
− | #Text- | + | |
grid-column-start: 8; | grid-column-start: 8; | ||
grid-column-end: 8; | grid-column-end: 8; | ||
Line 296: | Line 295: | ||
} | } | ||
− | #Bild- | + | #Bild-Lukas{ |
grid-column-start: 0; | grid-column-start: 0; | ||
grid-column-end: 0; | grid-column-end: 0; | ||
grid-row: 6; | grid-row: 6; | ||
− | margin-left: | + | width: 350px; |
+ | margin-left: 25em; | ||
margin-top: 3em; | margin-top: 3em; | ||
− | |||
border: 1px solid black; | border: 1px solid black; | ||
− | } | + | } |
− | + | ||
− | + | /* 7 Mirjam Gneiting */ | |
− | /* | + | #Text-Mirjam{ |
− | #Text- | + | |
grid-column-start: 0; | grid-column-start: 0; | ||
− | grid-column-end: | + | grid-column-end: ; |
− | grid-row: 7; | + | grid-row: 7; |
text-align: justify; | text-align: justify; | ||
− | margin-left: | + | margin-left: 25em; |
margin-right: 25em; | margin-right: 25em; | ||
− | + | ||
} | } | ||
− | #Bild- | + | #Bild-Mirjam{ |
grid-column-start: 7; | grid-column-start: 7; | ||
grid-column-end: 10; | grid-column-end: 10; | ||
− | grid-row: 7 | + | grid-row:7; |
− | + | width: 200px; | |
− | + | ||
− | width: | + | |
border: 1px solid black; | border: 1px solid black; | ||
} | } | ||
− | + | /* 8 Alexandra Haake */ | |
− | /* | + | #Text-Alexandra{ |
− | #Text- | + | |
grid-column-start: 8; | grid-column-start: 8; | ||
grid-column-end: 8; | grid-column-end: 8; | ||
Line 339: | Line 334: | ||
} | } | ||
− | #Bild- | + | #Bild-Alexandra{ |
grid-column-start: 0; | grid-column-start: 0; | ||
grid-column-end: 0; | grid-column-end: 0; | ||
grid-row: 8; | grid-row: 8; | ||
− | margin-left: | + | width: 350px; |
+ | margin-left: 25em; | ||
margin-top: 3em; | margin-top: 3em; | ||
− | |||
border: 1px solid black; | border: 1px solid black; | ||
− | } | + | } |
− | + | ||
− | + | ||
− | /* | + | /* 9 Madeleine Heep */ |
− | #Text- | + | #Text-Madeleine{ |
grid-column-start: 0; | grid-column-start: 0; | ||
− | grid-column-end: | + | grid-column-end: ; |
− | grid-row: 9; | + | grid-row: 9; |
text-align: justify; | text-align: justify; | ||
− | margin-left: | + | margin-left: 25em; |
− | margin-right: | + | margin-right: 30em; |
− | + | ||
} | } | ||
− | #Bild- | + | #Bild-Madeleine{ |
grid-column-start: 7; | grid-column-start: 7; | ||
grid-column-end: 10; | grid-column-end: 10; | ||
− | grid-row: 9 | + | grid-row:9; |
− | + | width: 350px; | |
− | width: | + | |
border: 1px solid black; | border: 1px solid black; | ||
} | } | ||
− | + | ||
− | /* | + | |
+ | |||
+ | /* 10Milena Krach */ | ||
#Text-Milena{ | #Text-Milena{ | ||
grid-column-start: 8; | grid-column-start: 8; | ||
Line 381: | Line 376: | ||
#Bild-Milena{ | #Bild-Milena{ | ||
− | + | grid-column-start: 0; | |
grid-column-end: 0; | grid-column-end: 0; | ||
grid-row: 10; | grid-row: 10; | ||
− | margin-left: | + | width: 350px; |
+ | margin-left: 25em; | ||
margin-top: 3em; | margin-top: 3em; | ||
− | |||
border: 1px solid black; | border: 1px solid black; | ||
− | } | + | } |
+ | |||
+ | |||
− | + | /* 11 Michael Krummhaar */ | |
− | /* | + | #Text-Michael{ |
− | #Text- | + | |
grid-column-start: 0; | grid-column-start: 0; | ||
− | grid-column-end: | + | grid-column-end: ; |
− | grid-row: 11; | + | grid-row: 11; |
text-align: justify; | text-align: justify; | ||
− | margin-left: | + | margin-left: 25em; |
margin-right: 25em; | margin-right: 25em; | ||
− | + | ||
} | } | ||
− | #Bild- | + | #Bild-Michael{ |
grid-column-start: 7; | grid-column-start: 7; | ||
grid-column-end: 10; | grid-column-end: 10; | ||
− | grid-row: 11 | + | grid-row:11; |
− | + | width: 200px; | |
− | width: | + | |
border: 1px solid black; | border: 1px solid black; | ||
− | } | + | } |
− | + | ||
− | + | ||
− | /* | + | /* 12 Nikolas Layer */ |
− | #Text- | + | #Text-Nikolas{ |
grid-column-start: 8; | grid-column-start: 8; | ||
grid-column-end: 8; | grid-column-end: 8; | ||
Line 422: | Line 417: | ||
} | } | ||
− | #Bild- | + | #Bild-Nikolas{ |
grid-column-start: 0; | grid-column-start: 0; | ||
grid-column-end: 0; | grid-column-end: 0; | ||
grid-row: 12; | grid-row: 12; | ||
− | margin-left: | + | width: 350px; |
+ | margin-left: 25em; | ||
margin-top: 3em; | margin-top: 3em; | ||
− | |||
border: 1px solid black; | border: 1px solid black; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* 13 Alexander Recktenwald */ | ||
+ | #Text-Alexander{ | ||
+ | grid-column-start: 0; | ||
+ | grid-column-end: ; | ||
+ | grid-row: 13; | ||
+ | text-align: justify; | ||
+ | margin-left: 25em; | ||
+ | margin-right: 25em; | ||
} | } | ||
− | + | #Bild-Alexander{ | |
− | /* | + | grid-column-start: 7; |
+ | grid-column-end: 10; | ||
+ | grid-row:13; | ||
+ | width: 200px; | ||
+ | border: 1px solid black; | ||
+ | } | ||
+ | |||
+ | /* 14Vic-Fabienne Schumann */ | ||
#Text-Vic{ | #Text-Vic{ | ||
+ | grid-column-start: 8; | ||
+ | grid-column-end: 8; | ||
+ | grid-row: 14; | ||
+ | text-align: justify; | ||
+ | margin-top: 1.75em; | ||
+ | margin-right: 30em; | ||
+ | } | ||
+ | |||
+ | #Bild-Vic{ | ||
grid-column-start: 0; | grid-column-start: 0; | ||
grid-column-end: 0; | grid-column-end: 0; | ||
− | grid-row: | + | grid-row: 14; |
− | + | width: 350px; | |
margin-left: 30em; | margin-left: 30em; | ||
+ | margin-top: 4em; | ||
+ | border: 1px solid black; | ||
+ | } | ||
+ | |||
+ | /* 15 Brian Weidensee */ | ||
+ | #Text-Brian{ | ||
+ | grid-column-start: 0; | ||
+ | grid-column-end: ; | ||
+ | grid-row: 15; | ||
+ | text-align: justify; | ||
+ | margin-left: 25em; | ||
margin-right: 25em; | margin-right: 25em; | ||
− | |||
} | } | ||
− | #Bild- | + | #Bild-Brian{ |
grid-column-start: 7; | grid-column-start: 7; | ||
grid-column-end: 10; | grid-column-end: 10; | ||
− | grid-row: | + | grid-row:15; |
margin-top: 3em; | margin-top: 3em; | ||
− | width: | + | width: 200px; |
border: 1px solid black; | border: 1px solid black; | ||
} | } | ||
− | |||
Line 465: | Line 496: | ||
<a href="https://2017.igem.org/Team:Tuebingen/Inspiration">Inspiration</a> | <a href="https://2017.igem.org/Team:Tuebingen/Inspiration">Inspiration</a> | ||
<a href="https://2017.igem.org/Team:Tuebingen/Result">Result</a> | <a href="https://2017.igem.org/Team:Tuebingen/Result">Result</a> | ||
− | <a href="https://2017.igem.org/Team:Tuebingen/ | + | <a href="https://2017.igem.org/Team:Tuebingen/HumanPractice">Human Practice</a> |
<a href="https://2017.igem.org/Team:Tuebingen/Lab">Lab</a> | <a href="https://2017.igem.org/Team:Tuebingen/Lab">Lab</a> | ||
<a href="https://2017.igem.org/Team:Tuebingen/Attribution">Attribution</a> | <a href="https://2017.igem.org/Team:Tuebingen/Attribution">Attribution</a> | ||
Line 473: | Line 504: | ||
<nav class="Unternavigation-Team"> | <nav class="Unternavigation-Team"> | ||
− | <a href="#Text- | + | <a href="#Text-Gust"> PD Dr. Bertolt Gust </a> <br> |
− | <a href="#Text- | + | <a href="#Text-Fuss"> PD Dr. Elisabeth Fuss </a> <br> |
+ | <a href="#Text-Hannah"> Hannah Brasse </a> <br> | ||
+ | |||
<a href="#Text-Marcel"> Marcel Conrady </a><br> | <a href="#Text-Marcel"> Marcel Conrady </a><br> | ||
+ | <a href="#Text-Lisa"> Lisa Dussling </a><br> | ||
+ | <a href="#Text-Lukas"> Lukas Fuhs </a> <br> | ||
+ | <a href="#Text-Mirjam"> Mirjam Gneiting </a><br> | ||
<a href="#Text-Alexandra"> Alexandra Haake </a><br> | <a href="#Text-Alexandra"> Alexandra Haake </a><br> | ||
<a href="#Text-Madeleine"> Madeleine Heep </a> <br> | <a href="#Text-Madeleine"> Madeleine Heep </a> <br> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
<a href="#Text-Milena"> Milena Krach</a> <br> | <a href="#Text-Milena"> Milena Krach</a> <br> | ||
− | <a href="#Text- | + | <a href="#Text-Michael"> Michael Krummhaar </a><br> |
− | <a href="#Text- | + | <a href="#Text-Nikolas"> Nikolas Layer </a> <br> |
− | <a href="#Text-Vic"> Vic-Fabienne Schumann </a> | + | <a href="#Text-Alexander"> Alexander Recktenwald</a><br> |
+ | <a href="#Text-Vic"> Vic-Fabienne Schumann </a> <br> | ||
+ | <a href="#Text-Brian"> Brian Weidensee </a> | ||
</nav> | </nav> | ||
Line 500: | Line 533: | ||
<!-- Content der Seite --> | <!-- Content der Seite --> | ||
− | |||
− | |||
− | |||
− | <!-- | + | |
− | <div id="Text- | + | |
− | <img src=" | + | |
+ | |||
+ | <!-- BERTOLT GUST --> | ||
+ | <div id="Text-Gust" class="anchor"> <p></p> </div> | ||
+ | <img src="Hannah.JPG" id="Bild-Gust"> | ||
+ | |||
+ | <!-- ELISABETH FUSS --> | ||
+ | <div id="Text-Fuss" class="anchor"> <p> SDFIÖBFÖIBDSÖ IUBSDAFI OÖSDBFI SDBFIDSB FIJOB SDJIOFBSADJIF BSADJFBSDBFOI SA DBFOUSDBF OUSADBFI BSDIFBS ADFS SADSA DSADS AD SADSADSADSA DSADSA DSADSADSADSADAD SDASDSADSAD </p> </div> | ||
+ | <img src="Marcel.JPG" id="Bild-Fuss"> | ||
+ | |||
+ | |||
+ | <!-- HANNAH BRASSE --> | ||
+ | <div id="Text-Hannah" class="anchor"> <p> Hannah is our communications expert. Although working in Munich for the most of the summer, she organized all public relations and established our YouTube channel. Studying Molecular Medicine for her BSc, she has already a confined knowledge about laboratory work and working in a team and brings a nice smile to every meeting. </p> </div> | ||
+ | <img src="Hannah.JPG" id="Bild-Hannah"> | ||
<!-- MARCEL CONRADY --> | <!-- MARCEL CONRADY --> | ||
Line 512: | Line 555: | ||
<img src="Marcel.JPG" id="Bild-Marcel"> | <img src="Marcel.JPG" id="Bild-Marcel"> | ||
− | <!-- | + | <!-- LISA DUSSLING --> |
− | <div id="Text- | + | <div id="Text-Lisa" class="anchor"> <p> Lisa is a smart cookie, she is doing her Masters in Bioinformatics and is able to model any kind of protein interaction. Additionally, she is very open minded and straightforward which makes her a very appreciated team member. </p> </div> |
− | <img src=" | + | <img src=""id="Bild-Lisa"> |
− | + | ||
− | + | <!-- LUKAS FUHS--> | |
− | <div id="Text- | + | <div id="Text-Lukas" class="anchor"> <p> Lukas is a BSc student of Biochemistry. He prefers spending time in the lab than actually showing up in our meetings which doesn’t make him a bad team member by any means. His work, creativity, ingenuity is highly valued and needed! </p> </div> |
− | <img src=" | + | <img src="" id="Bild-Lukas"> |
<!-- MIRJAM GNEITING --> | <!-- MIRJAM GNEITING --> | ||
Line 524: | Line 567: | ||
<img src="Mirjam.jpg" id="Bild-Mirjam"> | <img src="Mirjam.jpg" id="Bild-Mirjam"> | ||
− | <!-- | + | <!-- ALEXANDRA HAAKE --> |
− | <div id="Text- | + | <div id="Text-Alexandra" class="anchor"> <p> Alexandra is our only Chemist who is doing her Bachelors. She is a perfectionist and very well organized. </p> </div> |
− | <img src="" id="Bild- | + | <img src="https://static.igem.org/mediawiki/2017/c/c8/T--Tuebingen--Alexandra.jpg" id="Bild-Alexandra"> |
− | <!-- | + | <!-- MADELEINE HEEP --> |
− | <div id="Text- | + | <div id="Text-Madeleine" class="anchor"> <p> Madeleine is very open minded and a well experienced team member. She has a great sense of humor and her optimism is very motivating. Additionally, chocolate is the magic word… </p> </div> |
− | + | <img src="Madleine.jpg"id="Bild-Madeleine"> | |
− | + | ||
− | + | ||
− | + | ||
− | <img src="" id="Bild- | + | |
<!-- MILENA KRACH --> | <!-- MILENA KRACH --> | ||
Line 540: | Line 579: | ||
<img src="Milena.jpg" id="Bild-Milena"> | <img src="Milena.jpg" id="Bild-Milena"> | ||
− | <!-- | + | <!-- MICHAEL KRUMMHAAR --> |
− | <div id="Text- | + | <div id="Text-Michael" class="anchor"> <p> Michael is a very dedicated Biochemist who is doing his Master’s degree. He is able to think through complicated processes and on top turns them into reality. </p> </div> |
− | <img | + | <img Src="Michael.jpg" id="Bild-Michael"> |
− | <!-- | + | <!-- NIKOLAS LAYER --> |
− | <div id="Text- | + | <div id="Text-Nikolas" class="anchor"> <p> Nikolas is our iGEM veteran. He has been in the team ever since. His great skills are communicating and leading. He is very passionate about realizing a project in a mixed team and has a great talent to encourage every team member individually. </p> </div> |
− | <img src=""id="Bild- | + | <img src="Niko.jpg" id="Bild-Nikolas"> |
+ | |||
+ | <!-- ALEXANDER RECKTENWALD --> | ||
+ | <div id="Text-Alexander" class="anchor"> <p> Lex is our only IT guy with great dedication to our project. He is also doing his Bachelor in Rhetorics. Additionally, he is very creative and has a lot of experience with graphical design which he directly applies to our WIKI Page, which he coded single-handedly. </p> </div> | ||
+ | <img src="" id="Bild-Alexander"> | ||
<!-- VIC-FABIENNE SCHUMANN --> | <!-- VIC-FABIENNE SCHUMANN --> | ||
<div id="Text-Vic" class="anchor"> <p> Vic-Fabienne is our youngest team member who just started her Bachelor in Biochemistry and right away joined the team. She has a contagious enthusiasm and an endless seeming source of creative and innovative ideas. </p> </div> | <div id="Text-Vic" class="anchor"> <p> Vic-Fabienne is our youngest team member who just started her Bachelor in Biochemistry and right away joined the team. She has a contagious enthusiasm and an endless seeming source of creative and innovative ideas. </p> </div> | ||
<img src="https://static.igem.org/mediawiki/2017/f/f9/T--Tuebingen--TestResult-SHV-expression.png" id="Bild-Vic"> | <img src="https://static.igem.org/mediawiki/2017/f/f9/T--Tuebingen--TestResult-SHV-expression.png" id="Bild-Vic"> | ||
− | + | ||
− | + | <!-- BRIAN WEIDENSEE --> | |
− | + | <div id="Text-Brian" class="anchor"> <b name="Brian"> </b><p> Brian “The Brain”. It’s incredible how many things he can handle at the same time and still doesn’t lose focus. He is an organizer, pace maker and friend. It’s his second time in the iGEM Team and meanwhile he’s doing his MSc in Molecular Medicine. </p> </div> | |
+ | <img src="Brian%20-%20Kopie.jpg" alt="Brian Weidensee" id="Bild-Brian"> | ||
+ | |||
Revision as of 18:22, 1 November 2017
SDFIÖBFÖIBDSÖ IUBSDAFI OÖSDBFI SDBFIDSB FIJOB SDJIOFBSADJIF BSADJFBSDBFOI SA DBFOUSDBF OUSADBFI BSDIFBS ADFS SADSA DSADS AD SADSADSADSA DSADSA DSADSADSADSADAD SDASDSADSAD
Hannah is our communications expert. Although working in Munich for the most of the summer, she organized all public relations and established our YouTube channel. Studying Molecular Medicine for her BSc, she has already a confined knowledge about laboratory work and working in a team and brings a nice smile to every meeting.
Marcel is doing his MSc of Biochemistry and is very experienced in the lab. His quiet and patient personality makes him a pleasant guy to work with and he additionally never hesitates to share his expertise and knowledge with the team.
Lisa is a smart cookie, she is doing her Masters in Bioinformatics and is able to model any kind of protein interaction. Additionally, she is very open minded and straightforward which makes her a very appreciated team member.
Lukas is a BSc student of Biochemistry. He prefers spending time in the lab than actually showing up in our meetings which doesn’t make him a bad team member by any means. His work, creativity, ingenuity is highly valued and needed!
Mirjam is doing her BSc of Biochemistry and furthermore has an outstanding talent in design and visualization of any kind of things. She has a nearly perfect awareness for even the tiniest things - which is just perfect for design. It is her second iGEM season and she never runs out of good ideas.
Alexandra is our only Chemist who is doing her Bachelors. She is a perfectionist and very well organized.
Madeleine is very open minded and a well experienced team member. She has a great sense of humor and her optimism is very motivating. Additionally, chocolate is the magic word…
Milena is doing her MSc in Biochemistry and joined the team in 2015. She has lots of laboratory experience and is super well organized. She is always on top and a very reliable team member.
Michael is a very dedicated Biochemist who is doing his Master’s degree. He is able to think through complicated processes and on top turns them into reality.
Nikolas is our iGEM veteran. He has been in the team ever since. His great skills are communicating and leading. He is very passionate about realizing a project in a mixed team and has a great talent to encourage every team member individually.
Lex is our only IT guy with great dedication to our project. He is also doing his Bachelor in Rhetorics. Additionally, he is very creative and has a lot of experience with graphical design which he directly applies to our WIKI Page, which he coded single-handedly.
Vic-Fabienne is our youngest team member who just started her Bachelor in Biochemistry and right away joined the team. She has a contagious enthusiasm and an endless seeming source of creative and innovative ideas.
Brian “The Brain”. It’s incredible how many things he can handle at the same time and still doesn’t lose focus. He is an organizer, pace maker and friend. It’s his second time in the iGEM Team and meanwhile he’s doing his MSc in Molecular Medicine.