Difference between revisions of "Team:Aachen/Team"

 
(69 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Aachen}}
+
{{Template:Aachen/css}}
 +
{{Template:Aachen/header}}
  
 
<html>
 
<html>
<body>
+
  <body>
 +
    <style scoped>
 +
.row{
 +
  margin-top: 0;
 +
  margin-bottom: 0;
 +
}
 +
.imgteam{
 +
margin: 0;
 +
padding: 0;
 +
width: 100%;
 +
position: relative;
 +
}
 +
.fullscreen_team{
 +
margin: 0;
 +
padding: 0;
 +
width: 100%;
 +
justify-content: center;
 +
margin-bottom: 60px;
 +
}
 +
.teampageheadline{
 +
position: absolute;
 +
top: 460px;
 +
width: 100%;
 +
text-align: center;
 +
font-size: 110px;
 +
color: #aa0044 !important;
 +
text-shadow: 1px 1px 2px rgba(170, 0, 68, 0.8);
 +
}
  
 +
#one {
 +
padding-left: 250px;
 +
font-size: 30px;
 +
font-weight: bold;
 +
padding-bottom: 20px;
 +
 +
}
  
 +
#two {
 +
padding-left: 250px;
 +
padding-right: 250px;
 +
padding-bottom: 50px;
 +
font-size: 17px;
 +
text-align: justify;
 +
}
  
 +
.portrait_box{
 +
margin: 0px;
 +
padding: 30px;
 +
margin-bottom: 40px;
 +
  
 +
}
 +
.portrait{
 +
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6)
 +
}
 +
.portraitcaption {
 +
    position: absolute;
 +
    text-align: center;
 +
    left: 0px;
 +
    right: 0px;
 +
    top: 82%;
 +
    font-weight: normal;
 +
    font-size: 17px;
 +
    color: rgb(120, 120, 120);
 +
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
 +
}
 +
h1.supervisor-header {
 +
    margin-top:20px;
 +
    margin-bottom: 10px;
 +
    text-align: center;
 +
    font-size: 28pt;
 +
    color: rgb(250, 250, 250) !important;
 +
    font-weight: bolder;
 +
padding-top: 15px;
 +
text-shadow: 1px 1px 2px rgba(190, 190, 190, 0.5);
 +
   
 +
}
  
<div class="bgimg">
+
h4.supervisor-description{
<div class="container" >
+
font-size: 15pt;
<div class="row">
+
color: rgb(250, 250, 250) !important;
<div class="cold-xs-12">
+
padding-top: 15px;
<h1 class="header">Salt Vault</h1><h2 class="subheader">Storing Ions In Yeast</h2>
+
padding-bottom: 25px;
 +
text-align: center;
 +
}
 +
 
 +
.supervisor-container {
 +
    margin-top: 30px;
 +
    background: #008080;
 +
padding: 70px;
 +
padding-top: 30px;
 +
padding-bottom: 100px;
 +
}
 +
#three{
 +
font-size: 15pt;
 +
color: rgb(50, 50, 50);
 +
padding-top: 15px;
 +
padding-bottom: 25px;
 +
text-align: center;
 +
}
 +
.img-circle {
 +
    border-radius: 50%;
 +
width: 50%;
 +
display: block;
 +
text-align: center;
 +
margin-left:auto;
 +
margin-right:auto;
 +
}
 +
 
 +
.supervisorcaption {
 +
position: absolute;
 +
text-align: center;
 +
font-size: 20px;
 +
color: #fefefe;
 +
left: 0px;
 +
    right: 0px;
 +
    top: 82%;
 +
    font-weight: bold;
 +
margin-top: 50px;
 +
 +
 +
}
 +
.advisor-container {
 +
    margin-top: 0px;
 +
    background: #aa0044;
 +
padding-left: 150px;
 +
padding-right: 150px;
 +
padding-top: 50px;
 +
padding-bottom: 70px;
 +
}
 +
.advisor-header {
 +
    margin-top:0px;
 +
    margin-bottom: 10px;
 +
    text-align: center;
 +
    font-size: 28pt;
 +
    color: rgb(250, 250, 250);
 +
    font-weight: bolder;
 +
padding-top: 15px;
 +
text-shadow: 1px 1px 2px rgba(70, 70, 70, 0.5);
 +
}
 +
.advisor-description{
 +
font-size: 15pt;
 +
color: rgb(250, 250, 250);
 +
padding-top: 15px;
 +
padding-bottom: 25px;
 +
text-align: center;
 +
}
 +
.advisorcaption {
 +
position:absolute;
 +
text-align: center;
 +
font-size: 20px;
 +
color: rgb(250, 250, 250);
 +
left: 0px;
 +
    right: 0px;
 +
    top: 82%;
 +
    font-weight: bold;
 +
margin-top: 70px;
 +
}
 +
.subheader{
 +
font-size: 50px;
 +
}
 +
 
 +
.close_button{
 +
    position: absolute;
 +
    top: 4px;
 +
    right: 0px;
 +
    border: none;
 +
    background: transparent;
 +
}
 +
.popup_box {
 +
    width: 80%;
 +
    max-width: 800px;
 +
    /*border-radius: 5px;
 +
    border: none;
 +
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.5);
 +
    background: white;*/
 +
    color: black;
 +
    padding: 15px 20px;
 +
    transform: scale(0.8);
 +
}
 +
 
 +
.popup_box img {
 +
    width: 35%;
 +
    margin: auto;
 +
}
 +
 
 +
.popup_visible .popup_box {
 +
    transform: scale(1);
 +
}
 +
 
 +
.popup_visible #bodyContent {
 +
    filter: blur(8px);
 +
    transition: filter 0.3s;
 +
}
 +
 
 +
h1.supporter-header {
 +
    margin-top:20px;
 +
    margin-bottom: 10px;
 +
    text-align: center;
 +
    font-size: 28pt;
 +
    color: #303030 !important;
 +
    font-weight: bolder;
 +
padding-top: 15px;
 +
text-shadow: 1px 1px 2px rgba(190, 190, 190, 0.5);
 +
   
 +
}
 +
h4.supporter-description{
 +
font-size: 15pt;
 +
color: #303030 !important;
 +
padding-top: 15px;
 +
padding-bottom: 25px;
 +
text-align: center;
 +
}
 +
 
 +
.supporter-container {
 +
    margin-top: 30px;
 +
    background: rgb(255, 255, 255);
 +
padding: 200px;
 +
padding-top: 30px;
 +
padding-bottom: 100px;
 +
}
 +
 
 +
.team-member-img {
 +
    cursor: pointer;
 +
}
 +
 
 +
 
 +
 
 +
.popup-caption {
 +
text-align: center;
 +
font-weight: bold;
 +
font-size: 22px;
 +
 +
}
 +
.popup-undercaption {
 +
text-align: center;
 +
}
 +
.popup-description{
 +
text-align:justify;
 +
line-height: 1.5em;
 +
}
 +
    </style>
 +
    <div class="container-fluid fullscreen_team">
 +
<img class="img-responsive imgteam" src="https://static.igem.org/mediawiki/2017/e/e2/T--Aachen--Team_Photo.jpg" />
 +
<h1 class="teampageheadline">MEET THE TEAM</h1>
 +
</div>
 +
        <div class="col-xs-12">
 +
<div class="embed-responsive embed-responsive-16by9">
 +
<iframe width="560" height="315" src="https://www.youtube.com/embed/H1fM9XMNCeY" frameborder="100" allowfullscreen></iframe>
 +
</div>
 +
 
 +
</div>
 +
 
 +
 +
<div class="container-fluid">
 +
<div class="row">
 +
<div class="col-xs-12">
 +
 +
<p id="one"> How it all began...
 +
</p>
 +
 +
<p id="two"> One of the most important things regarding iGEM is that this competition is so much about teamwork. When we all
 +
met for the first time in January, we were just 16 people from different academic backgrounds who wanted to learn more about
 +
synthetic biology and what it’s like to work in the lab. We didn’t really know what we were getting ourselves into – and
 +
that so many unsuccessful PCR’s, disappointing sequencing results, exhausting lab nights and quite a lot of discussions and
 +
quarrels were ahead of us. </br>
 +
Now we’ve worked together for almost 8 months, and have really become a team. Despite of some inevitable problems and issues,
 +
we overcame difficulties and realized a project we’re very proud to present at the Giant Jamboree in Boston. </br>
 +
Most of us were part of different subgroups, like Lab, Wiki, Fundraising or Human Practices, and learned heaps of new things.
 +
But of course iGEM wasn’t only about work – we participated in great events, like the European Meetup in Delft, the
 +
German Meetup in Dresden or the Practice Jamboree in Leuven. We did quite a few teambuilding activities and had a lot of fun
 +
together. All in all it was an unforgettable time, we made many new friends along the way and gained valuable experiences.
 +
</p>
 +
</div>
 +
</div>
 +
</div>
 +
 +
<div class="container">
 +
<div class="col-md-3">
 +
<div class="portrait_box">
 +
<img class="img-responsive portrait team-member-img adrian_open" src="https://static.igem.org/mediawiki/2017/0/0a/T--Aachen--Portrait_Adrian.jpg" />
 +
<span class="portraitcaption">Adrian Rendón</span>
 +
</div>
 +
 +
<div id="adrian" class="popup_box">
 +
<button type="button" class="adrian_close close_button">
 +
<span class="glyphicon glyphicon-remove"></span>
 +
</button>
 +
<img class="img-responsive portrait" src="https://static.igem.org/mediawiki/2017/0/0a/T--Aachen--Portrait_Adrian.jpg" />
 +
<br/>
 +
<h4 class="popup-caption">Adrian Rendón</h4>
 +
<h4 class="popup-undercaption"><i>Biotechnology B.Sc.</i></h4>
 +
<h4 class="popup-description">Our half German, half Mexican and always-ready-to-spice-things-up friend.
 +
He studies Biotechnology and decided to join iGEM because it was a great opportunity to learn a lot of
 +
new things. There haven’t been many days Adrian wasn’t motivated to work. Even after some of his
 +
important DNA fragments were accidentally thrown away and we didn't know whether to laugh or cry,
 +
he kept up his good work. With all the efforts Adrian’s making, he surely is going to knock out all
 +
the genes. And as if all this risky lab work wasn’t enough, Adrian also likes to boulder in his free
 +
time.</h4>
 +
</br>
 
</div>
 
</div>
 +
</div>
 +
 +
 +
<div class="col-md-3">
 +
<div class="portrait_box">
 +
<img class="img-responsive portrait team-member-img caspar_open" src="https://static.igem.org/mediawiki/2017/2/2d/T--Aachen--Portrait_Caspar.jpg" />
 +
<span class="portraitcaption">Caspar Eichler</span>
 +
</div>
 +
 +
<div id="caspar" class="popup_box">
 +
<button type="button" class="caspar_close close_button">
 +
<span class="glyphicon glyphicon-remove"></span>
 +
</button>
 +
<img class="img-responsive portrait" src="https://static.igem.org/mediawiki/2017/2/2d/T--Aachen--Portrait_Caspar.jpg" />
 +
<br/>
 +
<h4 class="popup-caption">Caspar Eichler</h4>
 +
<h4 class="popup-undercaption"><i>Biotechnology B.Sc.</i></h4>
 +
<h4 class="popup-description">Caspar is a very dedicated goal-oriented person, who is not amused about
 +
people having different opinions than his own, and only gives in when a good argumentation stands
 +
against him. When Caspar wants something, he’s not afraid of just going to important people without
 +
an appointment and there is no door which can stop him till he has got what he wants. He is also very
 +
cautious about the scientific correctness of the lab work. Not a mystery that in almost every case his
 +
work is absolutely correct! In his spare time, he sails the world and rebuilds classic cars.</h4>
 +
</br>
 +
</div>
 +
</div>
 +
 +
<div class="col-md-3">
 +
<div class="portrait_box">
 +
<img class="img-responsive portrait team-member-img svenja_open" src="https://static.igem.org/mediawiki/2017/6/6c/T--Aachen--Portrait_Svenja.jpg" />
 +
<span class="portraitcaption">Svenja Lützow</span>
 +
</div>
 +
 +
<div id="svenja" class="popup_box">
 +
<button type="button" class="svenja_close close_button">
 +
<span class="glyphicon glyphicon-remove"></span>
 +
</button>
 +
<img class="img-responsive portrait" src="https://static.igem.org/mediawiki/2017/6/6c/T--Aachen--Portrait_Svenja.jpg" />
 +
<br/>
 +
<h4 class="popup-caption">Svenja Lützow</h4>
 +
<h4 class="popup-undercaption"><i>Biotechnology B.Sc.</i></h4>
 +
<h4 class="popup-description">Let us introduce you to Svenja or “Jaja”, 22-year old bachelorette who is interested in travelling, Ultimate and coffee.
 +
She is constantly late, maybe because she is not averse to occasional partying, but we can very much rely on her as a treasurer for Team Aachen and in planning our trips.
 +
Originating from Zwickau in the east of Germany, she moved to Aachen to study Biotechnology. Tearing down walls, social and economic, is in her DNA:
 +
She is involved in a development aid organization as well as a meeting point for refugees.</h4>
 +
</br>
 +
</div>
 +
</div>
 +
 +
<div class="col-md-3">
 +
<div class="portrait_box">
 +
<img class="img-responsive portrait team-member-img jonas_open" src="https://static.igem.org/mediawiki/2017/d/d1/T--Aachen--Portrait_Jonas.jpg" />
 +
<span class="portraitcaption">Jonas Bäßler</span>
 +
</div>
 +
 +
<div id="jonas" class="popup_box">
 +
<button type="button" class="jonas_close close_button">
 +
<span class="glyphicon glyphicon-remove"></span>
 +
</button>
 +
<img class="img-responsive portrait" src="https://static.igem.org/mediawiki/2017/d/d1/T--Aachen--Portrait_Jonas.jpg" />
 +
<br/>
 +
<h4 class="popup-caption">Jonas Bäßler</h4>
 +
<h4 class="popup-undercaption"><i>Chemical & General Mechanical Engineering M.Sc.</i></h4>
 +
<h4 class="popup-description">Jonas, a chemical engineer, joined this year’s iGEM team against an
 +
overwhelming majority of Biotechnology students who have absolutely no clue what he is talking about
 +
when he explains the math behind his hardware project. A typical day in the lab consists of 10 people
 +
running around, while Jonas calmly and fully concentrated sits on his chair, developing a 3D-printed
 +
model of our hardware. Jonas is going to spend the next semester at UC Los Angeles
 +
, so unfortunately, he’s not able to attend the Giant Jamboree. Thanks for your great work! </h4>
 +
</br>
 +
</div>
 +
</div>
 +
 +
<div class="col-md-3">
 +
<div class="portrait_box">
 +
<img class="img-responsive portrait team-member-img johanna_open" src="https://static.igem.org/mediawiki/2017/3/32/T--Aachen--Portrait_Johanna.jpg" />
 +
<span class="portraitcaption">Johanna Stotz</span>
 +
</div>
 +
 +
<div id="johanna" class="popup_box">
 +
<button type="button" class="johanna_close close_button">
 +
<span class="glyphicon glyphicon-remove"></span>
 +
</button>
 +
<img class="img-responsive portrait" src="https://static.igem.org/mediawiki/2017/3/32/T--Aachen--Portrait_Johanna.jpg" />
 +
<br/>
 +
<h4 class="popup-caption">Johanna Stotz</h4>
 +
<h4 class="popup-undercaption"><i>Biotechnology B.Sc.</i></h4>
 +
<h4 class="popup-description">Meet Johanna, our 24-year old, soon-to-be bachelorette…. straight outta
 +
Wuppertal. She trained as a pharmaceutical technician before studying Biotechnology in Aachen, where
 +
she became an expert of all the coffee and craft beer shops our city has to offer. Johanna is part of
 +
lab team “JoTho”, our trafo-tried dynamic duo, and besides works on making our wiki, Instagram account,
 +
flyers, posters and outfits look splendid. She decided to join iGEM in order to get some new, practical
 +
experience and brightens up the lab with her cheerfulness (as long as you don’t forget to refill the
 +
pipette tips!).</h4>
 +
</br>
 +
</div>
 +
</div>
 +
 +
<div class="col-md-3">
 +
<div class="portrait_box">
 +
<img class="img-responsive portrait team-member-img niels_open" src="https://static.igem.org/mediawiki/2017/1/11/T--Aachen--Portrait_Niels.jpg" />
 +
<span class="portraitcaption">Niels Hollmann</span>
 +
</div>
 +
 +
<div id="niels" class="popup_box">
 +
<button type="button" class="niels_close close_button">
 +
<span class="glyphicon glyphicon-remove"></span>
 +
</button>
 +
<img class="img-responsive portrait" src="https://static.igem.org/mediawiki/2017/1/11/T--Aachen--Portrait_Niels.jpg" />
 +
<br/>
 +
<h4 class="popup-caption">Niels Hollmann</h4>
 +
<h4 class="popup-undercaption"><i>Biotechnology B.Sc.</i></h4>
 +
<h4 class="popup-description">Meet Niels, our youngest team member (sweet age of 20), who is the only
 +
team member lining up for his hometown – Aachen. Since 2015 he is studying the best course ever:
 +
Biotechnology! Although he is already advancing our project in the lab as part of the unbeatable
 +
dream team “NOLS” - he engages for Design and puts his effort into Human Practices. Niels special
 +
talent is the creation of stunning presentations. He is very motivated and productive – as long as
 +
he doesn´t meet Fabian, then no one can take him serious anymore. </h4>
 +
</br>
 +
</div>
 +
</div>
 +
 +
<div class="col-md-3">
 +
<div class="portrait_box">
 +
<img class="img-responsive portrait team-member-img david_open" src="https://static.igem.org/mediawiki/2017/7/79/T--Aachen--Portrait_David.jpg" />
 +
<span class="portraitcaption">David Corredor</span>
 +
</div>
 +
 +
<div id="david" class="popup_box">
 +
<button type="button" class="david_close close_button">
 +
<span class="glyphicon glyphicon-remove"></span>
 +
</button>
 +
<img class="img-responsive portrait" src="https://static.igem.org/mediawiki/2017/7/79/T--Aachen--Portrait_David.jpg" />
 +
<br/>
 +
<h4 class="popup-caption">David Corredor</h4>
 +
<h4 class="popup-undercaption"><i>Biology B.Sc.</i></h4>
 +
<h4 class="popup-description">Now’s the time to present our most effective team member: David Corredor.
 +
David, coming from lands far away where the temperature is kinder to the skin, has learnt through years
 +
of practice to master the law of minimal effort. He’s always ready to have a laugh, enjoy life and
 +
couldn’t be more easy-going… really, that’d be impossible. He’ll always work hard to deal with the
 +
task at hand, even though he’ll usually start a little bit late (after midday is just the perfect time).
 +
To dissipate excess energy, David likes to play tennis.</h4>
 +
</br>
 +
</div>
 +
</div>
 +
 +
<div class="col-md-3">
 +
<div class="portrait_box">
 +
<img class="img-responsive portrait team-member-img fabian_open" src="https://static.igem.org/mediawiki/2017/f/f8/T--Aachen--Portrait_Fabian.jpg" />
 +
<span class="portraitcaption">Fabian Wittmers</span>
 +
</div>
 +
 +
<div id="fabian" class="popup_box">
 +
<button type="button" class="fabian_close close_button">
 +
<span class="glyphicon glyphicon-remove"></span>
 +
</button>
 +
<img class="img-responsive portrait" src="https://static.igem.org/mediawiki/2017/f/f8/T--Aachen--Portrait_Fabian.jpg" />
 +
<br/>
 +
<h4 class="popup-caption">Fabian Wittmers</h4>
 +
<h4 class="popup-undercaption"><i>Biology B.Sc.</i></h4>
 +
<h4 class="popup-description">Introducing --- Fabian, anchorman of our weekly team meetings, initiator
 +
of most of our collaborations and busy wiki-writing bee. Driven by a deep passion for Biology
 +
(except maybe plant identification subjects), Fabian ambitiously and relentlessly works on perfecting
 +
our project. Being the COO of our team, he organized a project at his old school, lots of talks with
 +
politicians and our participation in many events. Fabian also loves uploading new Trello cards and
 +
consequently generating Slack notifications in the middle of the night, driving the rest of us almost
 +
crazy. To calm down after a long and thrilling week of iGEM, he enjoys to go fishing.  </h4>
 +
</br>
 +
</div>
 +
</div>
 +
 +
<div class="col-md-3">
 +
<div class="portrait_box">
 +
<img class="img-responsive portrait team-member-img milan_open" src="https://static.igem.org/mediawiki/2017/4/41/T--Aachen--Portrait_Milan.jpg" />
 +
<span class="portraitcaption">Milan Sobota</span>
 +
</div>
 +
 +
<div id="milan" class="popup_box">
 +
<button type="button" class="milan_close close_button">
 +
<span class="glyphicon glyphicon-remove"></span>
 +
</button>
 +
<img class="img-responsive portrait" src="https://static.igem.org/mediawiki/2017/4/41/T--Aachen--Portrait_Milan.jpg" />
 +
<br/>
 +
<h4 class="popup-caption">Milan Sobota</h4>
 +
<h4 class="popup-undercaption"><i>Biotechnology B.Sc.</i></h4>
 +
<h4 class="popup-description">Milan is a 20-year old Biotechnology student, he loves fitness, games
 +
and good meals! Through fundraising Milan got us a lot of money, and he’s also responsible for creating
 +
our website, as he’s the only one skilled in this area.  His second most time-consuming activity in
 +
iGEM is to enjoy coffee. Milan has an ambiguous relationship with university (and life itself): on the
 +
one hand, he can forget about all lectures and all duties for a whole semester, but beyond this he can
 +
learn two months straight for only one exam. This ambivalent behaviour can be referred to as `the Milan
 +
experience`. </h4>
 +
</br>
 +
</div>
 +
</div>
 +
 +
<div class="col-md-3">
 +
<div class="portrait_box">
 +
<img class="img-responsive portrait team-member-img nora_open" src="https://static.igem.org/mediawiki/2017/c/c5/T--Aachen--Portrait_Nora.jpg" />
 +
<span class="portraitcaption">Nora Junker</span>
 +
</div>
 +
 +
<div id="nora" class="popup_box">
 +
<button type="button" class="nora_close close_button">
 +
<span class="glyphicon glyphicon-remove"></span>
 +
</button>
 +
<img class="img-responsive portrait" src="https://static.igem.org/mediawiki/2017/c/c5/T--Aachen--Portrait_Nora.jpg" />
 +
<br/>
 +
<h4 class="popup-caption">Nora Junker</h4>
 +
<h4 class="popup-undercaption"><i>Biotechnology B.Sc.</i></h4>
 +
<h4 class="popup-description">Meet Nora Junker, 20 years of age, fighting for Team Aachen with her
 +
knowledge of living in the heart of German agriculture: Rheda-Wiedenbrück. As a boot camp for this
 +
battle of life she started studying Biotechnology back in 2015. She is part of the youngest lab dream
 +
team „NOLS“. Great name, …right? Additionally, she works on Design, Human Practices and eliminating
 +
all the mess her lab partners leave behind. Nora got famous for being the fastest pipetting member
 +
iGEM Aachen ever had and is always friendly and good tempered - as long as Fabian and Niels are apart
 +
from each other and her PCRs are performing!</h4>
 +
</br>
 +
</div>
 +
</div>
 +
 +
<div class="col-md-3">
 +
<div class="portrait_box">
 +
<img class="img-responsive portrait team-member-img thore_open" src="https://static.igem.org/mediawiki/2017/0/07/T--Aachen--Portrait_Thore.jpg" />
 +
<span class="portraitcaption">Thore Diefenbach</span>
 +
</div>
 +
 +
<div id="thore" class="popup_box">
 +
<button type="button" class="thore_close close_button">
 +
<span class="glyphicon glyphicon-remove"></span>
 +
</button>
 +
<img class="img-responsive portrait" src="https://static.igem.org/mediawiki/2017/0/07/T--Aachen--Portrait_Thore.jpg" />
 +
<br/>
 +
<h4 class="popup-caption">Thore Diefenbach</h4>
 +
<h4 class="popup-undercaption"><i>Biotechnology B.Sc.</i></h4>
 +
<h4 class="popup-description">Now’s the moment to get to know Thore  aka “Toto”, surname: Diefenbach,
 +
home village: Diefenbach. Thore is a warmhearted and ambitious country boy who dances through the lab
 +
and pipettes fairylike to his favorite jam. But watch out: if you try to accuse him of being home for
 +
dinner too late or talking too much he will turn you down with a passionate, but well-meant, "Halt die
 +
Fresse!" (= Shut your face). Thore is our DIY-enthusiast. Whether you need help fixing a curtain rod,
 +
want a tomato patch on your balcony or would love to live in your own lakeside hut – he’s your man.</h4>
 +
</br>
 +
</div>
 +
</div>
 +
 +
<div class="col-md-3">
 +
<div class="portrait_box">
 +
<img class="img-responsive portrait team-member-img gerry_open" src="https://static.igem.org/mediawiki/2017/4/49/T--Aachen--Portrait_Gerry.jpg" />
 +
<span class="portraitcaption">Gerolamo Rota</span>
 +
</div>
 +
 +
<div id="gerry" class="popup_box">
 +
<button type="button" class="gerry_close close_button">
 +
<span class="glyphicon glyphicon-remove"></span>
 +
</button>
 +
<img class="img-responsive portrait" src="https://static.igem.org/mediawiki/2017/4/49/T--Aachen--Portrait_Gerry.jpg" />
 +
<br/>
 +
<h4 class="popup-caption">Gerolamo Rota</h4>
 +
<h4 class="popup-undercaption"><i>Biotechnology B.Sc.</i></h4>
 +
<h4 class="popup-description">Gerolamo, better known as “Gerry” or - sometimes - “Lab-Mussolini”, is
 +
adding some <i>temperamento italiano</i> to our group. Originating from the north of Italy he came to Germany
 +
for studying, but is rumoured to still have some powerful connections in his home country... Gerry can
 +
be described as a passionate and adorable Italian who isn´t afraid of yelling at people – so approach
 +
with caution! Being always the first person in the lab and often the last one leaving, he’s a real asset
 +
to our team. You just have to follow one rule: Don´t try to convince him that he’s wrong. Broken bones are
 +
not worth it.  </h4>
 +
</br>
 +
</div>
 +
</div>
 +
 +
<div class="col-md-3">
 +
<div class="portrait_box">
 +
<img class="img-responsive portrait team-member-img sergio_open" src="https://static.igem.org/mediawiki/2017/6/64/T--Aachen--Portrait_Sergio.jpg" />
 +
<span class="portraitcaption">Sergio Molina</span>
 +
</div>
 +
 +
<div id="sergio" class="popup_box">
 +
<button type="button" class="sergio_close close_button">
 +
<span class="glyphicon glyphicon-remove"></span>
 +
</button>
 +
<img class="img-responsive portrait" src="https://static.igem.org/mediawiki/2017/6/64/T--Aachen--Portrait_Sergio.jpg" />
 +
<br/>
 +
<h4 class="popup-caption">Sergio Molina</h4>
 +
<h4 class="popup-undercaption"><i>Electrical Engineering & Biology B.Sc</i></h4>
 +
<h4 class="popup-description">If you search for an example for the word "restless" in the dictionary, 
 +
9/10 times you'll find a picture of Sergio. Despite of studying Electric Engineering as well as Biology,
 +
working at an institute and being part of the iGEM team, this guy still finds a way to have a social
 +
life. Mr. Molina offers the team a constant source of motivation through his friendly companionship,
 +
insightful opinions and excessive use of the word "Besssschte". Baking a cake for being late (a rule
 +
only temporarily applied in our team) was no problem for Sergio: having trained as a confectioner back
 +
in Colombia, he treated us to the most delicious Oreo-Cheesecake ever.  </h4>
 +
</br>
 +
</div>
 +
</div>
 +
 +
<div class="col-md-3">
 +
<div class="portrait_box">
 +
<img class="img-responsive portrait team-member-img henri_open" src="https://static.igem.org/mediawiki/2017/6/61/T--Aachen--Portrait_Henri.jpg" />
 +
<span class="portraitcaption"> Henri Hayungs</span>
 +
</div>
 +
 +
<div id="henri" class="popup_box">
 +
<button type="button" class="henri_close close_button">
 +
<span class="glyphicon glyphicon-remove"></span>
 +
</button>
 +
<img class="img-responsive portrait" src="https://static.igem.org/mediawiki/2017/6/61/T--Aachen--Portrait_Henri.jpg" />
 +
<br/>
 +
<h4 class="popup-caption">Henri Hayungs</h4>
 +
<h4 class="popup-undercaption"><i>Biotechnology B.Sc.</i></h4>
 +
<h4 class="popup-description">Henri is a 22-year-old student originating from Berlin, who ended his
 +
early acting career to find his true purpose in Biotechnology. He is passionately curious and will not
 +
stop asking until he gets to the very bottom of a cause, even if it’s driving the questioned to the
 +
verge of despair. Combined with his openness, warmth and energy this makes him a real workhorse in the
 +
lab. Henri does a lot of sports, like badminton, and enjoys the competition that comes with it. Being
 +
musically gifted, he plays the piano and the guitar while he also likes to refine his understanding of
 +
music by listening. </h4>
 +
</br>
 +
</div>
 +
</div>
 +
 +
 +
 +
<div class="col-md-3">
 +
<div class="portrait_box">
 +
<img class="img-responsive portrait team-member-img michael_open" src="https://static.igem.org/mediawiki/2017/7/73/T--Aachen--Portrait_Michael.jpg" />
 +
<span class="portraitcaption"> Michael Gobs  </span>
 +
</div>
 +
 +
<div id="michael" class="popup_box">
 +
<button type="button" class="michael_close close_button">
 +
<span class="glyphicon glyphicon-remove"></span>
 +
</button>
 +
<img class="img-responsive portrait" src="https://static.igem.org/mediawiki/2017/7/73/T--Aachen--Portrait_Michael.jpg" />
 +
<br/>
 +
<h4 class="popup-caption">Michael Gobs</h4>
 +
<h4 class="popup-undercaption"><i>Biotechnology M.Sc.</i></h4>
 +
<h4 class="popup-description">Meet Michael, one of our hardware guys and a Master student of
 +
Biotechnology. Also being engaged in the software control, he makes sure that our pumps work
 +
straightaway. Before moving to beautiful Aachen, he spent some time  studying in the equally rainy UK. Beside being part of the iGEM team, Michael is participating in
 +
two other student organisations, with one of them brewing its own beer. Finding time for all these
 +
commitments isn’t always easy. If Michael has some time left, you will find him highly concentrated
 +
poring over books. </h4>
 +
</br>
 +
</div>
 +
</div>
 +
 +
 +
 +
 +
</div>
 +
 +
 +
<script src="https://cdn.rawgit.com/vast-engineering/jquery-popup-overlay/1.7.13/jquery.popupoverlay.js"></script>
 +
 +
<script>
 +
var popup_settings = {color: 'white', transition: 'all 0.3s', opacity: 0.85};
 +
 +
$(document).ready(function() {
 +
 +
    // Initialize the plugin
 +
    $('#adrian').popup(popup_settings);
 +
    $('#caspar').popup(popup_settings);
 +
    $('#svenja').popup(popup_settings);
 +
    $('#jonas').popup(popup_settings);
 +
   
 +
    $('#johanna').popup(popup_settings);
 +
    $('#niels').popup(popup_settings);
 +
    $('#david').popup(popup_settings);
 +
    $('#fabian').popup(popup_settings);
 +
 +
$('#milan').popup(popup_settings);
 +
    $('#nora').popup(popup_settings);
 +
    $('#thore').popup(popup_settings);
 +
    $('#gerry').popup(popup_settings);
 +
   
 +
    $('#sergio').popup(popup_settings);
 +
    $('#henri').popup(popup_settings);
 +
    $('#michael').popup(popup_settings);
 +
 +
});
 +
</script>
 +
 +
 +
<div class="container-fluid supervisor-container">
 +
<h1 class="supervisor-header">Supervisor</h1>
 +
<h4 class="supervisor-description">Without the help and support of our three supervisors, we wouldn’t have been able to
 +
realize our project (or even decide on a project idea). </br> Thanks for all your input, advice and time! </h4>
 +
<div class="row row-eq-height">
 +
<div class="col-md-4">
 +
 +
<div class="imgbox">
 +
<img class="img-responsive img-circle team-member-img blank_open" src="https://static.igem.org/mediawiki/2017/1/11/T--Aachen--Portrait_Blank.jpg" />
 +
<span class="supervisorcaption">Prof. Dr. Lars Blank</span>
 +
</div>
 +
<div id="blank" class="popup_box">
 +
<button type="button" class="blank_close close_button">
 +
<span class="glyphicon glyphicon-remove"></span>
 +
</button>
 +
<img class="img-responsive portrait img-circle" src="https://static.igem.org/mediawiki/2017/1/11/T--Aachen--Portrait_Blank.jpg" />
 +
<br/>
 +
<h4 class="popup-caption">Prof. Dr. Lars Blank</h4>
 +
<h4 class="popup-undercaption"><i>Institute of Applied Microbiology, </br> RWTH Aachen University</i></h4>
 +
<h4 class="popup-description">Professor Blank supported us and our project massively the entire time.
 +
He not only welcomed us in his laboratory and provided us with a lot of equipment and supplies, he was
 +
also always available for questions. We really appreciate him taking the time to meet with us repeatedly
 +
, giving us feedback on ideas and presentations and helping us to refine our project concept.  </h4>
 +
</br>
 +
</div>
 +
 +
 +
</div>
 +
<div class="col-md-4">
 +
<div class="imgbox">
 +
<img class="img-responsive img-circle team-member-img schwaneberg_open" src="https://static.igem.org/mediawiki/2017/a/ac/T--Aachen--Portrait_Schwaneberg.jpg" />
 +
<span class="supervisorcaption">Prof. Dr. Ulrich Schwaneberg</span>
 +
</div>
 +
</div>
 +
<div id="schwaneberg" class="popup_box">
 +
<button type="button" class="schwaneberg_close close_button">
 +
<span class="glyphicon glyphicon-remove"></span>
 +
</button>
 +
<img class="img-responsive portrait img-circle" src="https://static.igem.org/mediawiki/2017/a/ac/T--Aachen--Portrait_Schwaneberg.jpg" />
 +
<br/>
 +
<h4 class="popup-caption">Prof. Dr. Ulrich Schwaneberg</h4>
 +
<h4 class="popup-undercaption"><i>Institute of Biotechnology, </br> RWTH Aachen University</i></h4>
 +
<h4 class="popup-description">Professor Schwaneberg provided us with a bench in his laboratory as well
 +
as all the equipment we needed, including enzymes, chemicals and lab supplies. In many meetings he
 +
discussed our project idea with us, gave useful advice and introduced us to members of his team who
 +
could help us with certain issues. We’re very grateful for the amazing support that he and his institute have
 +
given to us and previous iGEM teams.  </h4>
 +
</br>
 +
</div>
 +
 +
<div class="col-md-4">
 +
<div class="imgbox">
 +
<img class="img-responsive img-circle team-member-img wiechert_open" src="https://static.igem.org/mediawiki/2017/b/bb/T--Aachen--Portrait_Wiechert.jpg" />
 +
<span class="supervisorcaption">Prof. Dr. Wolfgang Wiechert</span>
 +
</div>
 +
<div id="wiechert" class="popup_box">
 +
<button type="button" class="wiechert_close close_button">
 +
<span class="glyphicon glyphicon-remove"></span>
 +
</button>
 +
<img class="img-responsive portrait img-circle" src="https://static.igem.org/mediawiki/2017/b/bb/T--Aachen--Portrait_Wiechert.jpg" />
 +
<br/>
 +
<h4 class="popup-caption">Prof. Dr. Wolfgang Wiechert</h4>
 +
<h4 class="popup-undercaption"><i>Institute of Bio- and Geo-Sciences, </br> Forschungszentrum Jülich</i></h4>
 +
<h4 class="popup-description">Professor Wiechert from the Forschungszentrum Jülich was a great help to us. He not only visited us in Aachen and gave us important advice throughout all the different stages of our project, but also connected us with many experts from the research centre. Furthermore, he invited us to the Biotech Day in Jülich, where we had the chance to present our project, make valuable new contacts and also had the opportunity to listen to some awesome presentations by world-renowned experts. And last but not least, Professor Wiechert contributed significantly to our modelling and helped improve our presentation. </h4>
 +
</br>
 +
</div>
 +
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 +
 +
<script src="https://cdn.rawgit.com/vast-engineering/jquery-popup-overlay/1.7.13/jquery.popupoverlay.js"></script>
 +
 +
<script>
 +
var popup_settings = {color: 'white', transition: 'all 0.3s', opacity: 0.85};
 +
 +
$(document).ready(function() {
 +
 +
    // Initialize the plugin
 +
    $('#blank').popup(popup_settings);
 +
    $('#schwaneberg').popup(popup_settings);
 +
    $('#wiechert').popup(popup_settings);
 +
 +
 +
});
 +
</script>
 +
 +
<div class="container-fluid advisor-container">
 +
<h1 class="advisor-header" style="color:white">Advisor</h1>
 +
<h4 class="advisor-description" style="color:white">We're very happy for having found two highly motivated advisors, who answered all of our
 +
many many questions and whose suggestions and ideas had a huge impact on our project. Thanks a million! </h4>
 +
<div class="row row-eq-height">
 +
<div class="col-md-6">
 +
<div class="imgbox">
 +
<img class="img-responsive img-circle team-member-img sandra_open" src="https://static.igem.org/mediawiki/2017/1/13/T--Aachen--Portrait_Sandra.jpg"/>
 +
<span class="advisorcaption">Sandra Schulte</span>
 +
</div>
 +
 +
<div id="sandra" class="popup_box">
 +
<button type="button" class="sandra_close close_button">
 +
<span class="glyphicon glyphicon-remove"></span>
 +
</button>
 +
<img class="img-responsive portrait img-circle" src="https://static.igem.org/mediawiki/2017/1/13/T--Aachen--Portrait_Sandra.jpg" />
 +
<br/>
 +
<h4 class="popup-caption">Sandra Schulte</h4>
 +
<h4 class="popup-undercaption"><i>Institute of Applied Microbiology</br></i></h4>
 +
<h4 class="popup-description">Sandra, who is currently doing her PhD at the Institute for Applied Microbiology, contributed considerably to the success of our project. She attended almost all of our weekly (and often lengthy) team meetings, always answered our many many questions and went above and beyond with her help and assistance. We’re very lucky to have her coming to Boston with us as part of our team! </h4>
 +
</br>
 +
</div>
 +
 +
</div>
 +
<div class="col-md-6">
 +
<div class="imgbox">
 +
<img class="img-responsive img-circle team-member-img christoph_open" src="https://static.igem.org/mediawiki/2017/8/83/T--Aachen--Portrait_Christoph.jpg" />
 +
<span class="advisorcaption">Dr. Christoph Gertler</span>
 +
</div>
 +
 +
<div id="christoph" class="popup_box">
 +
<button type="button" class="christoph_close close_button">
 +
<span class="glyphicon glyphicon-remove"></span>
 +
</button>
 +
<img class="img-responsive portrait img-circle" src="https://static.igem.org/mediawiki/2017/8/83/T--Aachen--Portrait_Christoph.jpg" />
 +
<br/>
 +
<h4 class="popup-caption">Dr. Christoph Gertler</h4>
 +
<h4 class="popup-undercaption"><i>Schwaneberg Lab</br></i></h4>
 +
<h4 class="popup-description">Christoph, one of the post-docs in the Schwaneberg Lab, was our second and also very helpful advisor. He gave us many important tips throughout the course of our project, especially regarding the work in the Schwaneberg Lab, and used his extensive network to bring us into contact with experts of all fields. We’re very thankful that he took the time to support us!</h4>
 +
</br>
 +
</div>
 +
 +
</div>
 +
</div>
 +
</div>
 +
 +
 +
<script src="https://cdn.rawgit.com/vast-engineering/jquery-popup-overlay/1.7.13/jquery.popupoverlay.js"></script>
 +
 +
<script>
 +
var popup_settings = {color: 'white', transition: 'all 0.3s', opacity: 0.85};
 +
 +
$(document).ready(function() {
 +
 +
    // Initialize the plugin
 +
    $('#sandra').popup(popup_settings);
 +
    $('#christoph').popup(popup_settings);
 +
 +
 +
});
 +
</script>
 +
 +
<div class="container-fluid supporter-container">
 +
<h1 class="supporter-header">Supporters</h1>
 +
<h4 class="supporter-description">
 +
We were very lucky to find many motivated supporters and sponsors, who contributed considerably to the success of our project through their material, professional and financial support. </br> We are very grateful to all of them! </h4>
 +
 +
 +
<div class="row">
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/2/2a/T--Aachen--logo_agilent.png" alt="Agilent">
 +
</div>
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/c/c1/T--Aachen--logo_bohlender.jpeg" alt="Bohlender">
 +
</div>
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/e/e7/T--Aachen--logo_enzyscreen.jpg" alt="Enzyscreen">
 +
</div>
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/1/17/T--Aachen--logo_avt.png" alt="AVT">
 +
</div>
 +
</div>
 +
<div class="row">
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/b/b1/T--Aachen--logo_brightlands.png" alt="Brightlands">
 +
</div>
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/d/df/T--Aachen--logo_eppendorf.png" alt="Eppendorf">
 +
</div>
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/5/53/T--Aachen--logo_ge.png" alt="GE">
 +
</div>
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/c/c2/T--Aachen--logo_geneious.png" alt="Geneious">
 +
</div>
 +
</div>
 +
<div class="row">
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/3/35/T--Aachen--logo_iamb.png" alt="Iamb">
 +
</div>
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/4/42/T--Aachen--logo_idt.png" alt="IDT">
 +
</div>
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/d/dc/T--Aachen--logo_j%C3%BClich.jpg" alt="Jülich">
 +
</div>
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/7/77/T--Aachen--logo_m2p.jpg" alt="M2p">
 +
</div>
 +
</div>
 +
<div class="row">
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/0/05/T--Aachen--logo_moltech.gif" alt="Moltech">
 +
</div>
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/2/2a/T--Aachen--logo_neb.jpg" alt="NEB">
 +
</div>
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/b/b3/T--Aachen--logo_p4sb.png" alt="P4sb">
 +
</div>
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/d/d2/T--Aachen--logo_prorwth.png" alt="ProRWTH">
 +
</div>
 +
</div>
 +
<div class="row">
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/2/27/T--Aachen--logo_reichelt.JPG" alt="Reichelt">
 +
</div>
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/5/5c/T--Aachen--logo_schwaneberg.png" alt="Schwaneberg">
 +
</div>
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/1/1e/T--Aachen--logo_sitech.png" alt="Sitech">
 +
</div>
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/6/62/T--Aachen--logo_sparkasseaachen.gif" alt="Sparkasse">
 +
</div>
 +
</div>
 +
<div class="row">
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/7/76/T--Aachen--logo_vci.jpg" alt="Vci">
 +
</div>
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/a/a6/T--Aachen--logo_voss.png" alt="Voss">
 +
</div>
 +
<div class="col-xs-3">
 +
<img class="grayscaleSupporters img-responsive" src="https://static.igem.org/mediawiki/2017/a/ab/T--Aachen--logo_zymo.jpg" alt="Zymo">
 +
</div>
 +
</div>
 +
</div>
 +
  
</body>
+
  </body>
 
</html>
 
</html>
{{Template:Aachen/footer}}
 

Latest revision as of 01:42, 16 December 2017

iGEM Team Aachen 2017

MEET THE TEAM

How it all began...

One of the most important things regarding iGEM is that this competition is so much about teamwork. When we all met for the first time in January, we were just 16 people from different academic backgrounds who wanted to learn more about synthetic biology and what it’s like to work in the lab. We didn’t really know what we were getting ourselves into – and that so many unsuccessful PCR’s, disappointing sequencing results, exhausting lab nights and quite a lot of discussions and quarrels were ahead of us.
Now we’ve worked together for almost 8 months, and have really become a team. Despite of some inevitable problems and issues, we overcame difficulties and realized a project we’re very proud to present at the Giant Jamboree in Boston.
Most of us were part of different subgroups, like Lab, Wiki, Fundraising or Human Practices, and learned heaps of new things. But of course iGEM wasn’t only about work – we participated in great events, like the European Meetup in Delft, the German Meetup in Dresden or the Practice Jamboree in Leuven. We did quite a few teambuilding activities and had a lot of fun together. All in all it was an unforgettable time, we made many new friends along the way and gained valuable experiences.

Adrian Rendón
Caspar Eichler
Svenja Lützow
Jonas Bäßler
Johanna Stotz
Niels Hollmann
David Corredor
Fabian Wittmers
Milan Sobota
Nora Junker
Thore Diefenbach
Gerolamo Rota
Sergio Molina
Henri Hayungs
Michael Gobs

Supervisor

Without the help and support of our three supervisors, we wouldn’t have been able to realize our project (or even decide on a project idea).
Thanks for all your input, advice and time!

Prof. Dr. Lars Blank
Prof. Dr. Ulrich Schwaneberg
Prof. Dr. Wolfgang Wiechert

Advisor

We're very happy for having found two highly motivated advisors, who answered all of our many many questions and whose suggestions and ideas had a huge impact on our project. Thanks a million!

Sandra Schulte
Dr. Christoph Gertler

Supporters

We were very lucky to find many motivated supporters and sponsors, who contributed considerably to the success of our project through their material, professional and financial support.
We are very grateful to all of them!

Agilent
Bohlender
Enzyscreen
AVT
Brightlands
Eppendorf
GE
Geneious
Iamb
IDT
Jülich
M2p
Moltech
NEB
P4sb
ProRWTH
Reichelt
Schwaneberg
Sitech
Sparkasse
Vci
Voss
Zymo