Difference between revisions of "Team:Munich/Team"

 
(243 intermediate revisions by 8 users not shown)
Line 1: Line 1:
 +
<!-- #919191 Grau1 -->
 +
<!-- #787878 Grau2 -->
 +
<!-- #51A7f9 Blau1 -->
 +
<!-- #3c7cb9 Blau2 -->
 +
<!-- #ffffff weiss -->
 
<html>
 
<html>
    <style>
 
   
 
    #home_logo, #sideMenu { display:none; }
 
    #sideMenu, #top_title, .patrollink  {display:none;}
 
    #content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
 
    body {background-color:white; }
 
    #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
 
    </style>
 
 
   
 
 
<link rel="stylesheet" type="text/css"  
 
<link rel="stylesheet" type="text/css"  
 
href="https://2017.igem.org/Template:Munich/CSS?action=raw&ctype=text/css" />
 
href="https://2017.igem.org/Template:Munich/CSS?action=raw&ctype=text/css" />
 +
<link rel="stylesheet" type="text/css"
 +
href="https://2017.igem.org/Template:Munich/Header?action=raw&ctype=text/css" />
 +
<head>
 +
<style>
 +
#HQ_page .meta p{
 +
text-align: left;
 +
font-size: 15.4px !important;
 +
}
  
<script type="text/javascript" src="https://2017.igem.org/Template:Munich/Javascript?
 
action=raw&ctype=text/javascript"></script>
 
  
    <style type="text/css">
+
.ui.card, .ui.cards>.card {
       
+
width: 280px;
        .ui.menu .just.item{
+
}
                color: rgb(255, 255, 255);
+
                background: rgba(255, 255, 255, 1.00);
+
                padding: 0;
+
        }
+
  
        .ui.tiny.image, .ui.tiny.images .image, .ui.tiny.images img, .ui.tiny.images svg{
+
.ui.cards{
            height: 55px;
+
margin-bottom: 40px;
            width: auto;
+
}
            font-size: .95714286rem;
+
.mydescription{
            padding: 0;
+
    height: 8em;
        }
+
  overflow: hidden;
     </style>
+
    cursor: pointer;
 +
    cursor: hand; /*IE callst it differently. */
 +
     position: relative;
 +
}
  
<body>
+
.mydescription.myLong:hover{
 +
    animation: expandCardLong 0.5s;
 +
    animation-fill-mode: forwards;
 +
}
  
 +
.mydescription:not(#Benjamin).myMedium:hover{
 +
  animation: expandCardMedium 0.5s;
 +
  animation-fill-mode: forwards;
 +
}
  
 +
.mydescription.myShort:hover{
 +
  animation: expandCardShort 0.5s;
 +
  animation-fill-mode: forwards;
 +
}
  
<div class='ui seven item secondary menu'>
+
#HQ_page #myContent .mydescription:hover p {
    <div class='ui just item'>
+
  background: initial;
        <img class='ui tiny cascaid image' src="https://static.igem.org/mediawiki/2017/a/af/T--Munich--Logo_Final.svg">
+
  -webkit-background-clip: initial;
    </div>
+
  -webkit-text-fill-color: initial;
    <div class='ui dropdown item'>
+
}
        Project
+
        <div class='ui menu'>
+
            <a class="item" href="https://2017.igem.org/Team:Munich">Description</a>
+
            <a class="disabled item">Interlab</a>
+
        </div>
+
    </div>
+
    <div class='ui disabled dropdown item'>
+
        <div class='text'>Design</div>
+
        <div class='ui menu'>
+
            <a class="item">Overall</a>
+
            <a class="item">Parts</a>
+
            <a class="item">Hardware</a>
+
            <a class="item">Software</a>
+
            <a class="item">Modeling</a>
+
        </div>
+
    </div>
+
    <div class='ui disabled dropdown item'>
+
        <div class='text'>Lab</div>
+
        <div class='ui menu'>
+
            <a class="item">Lab journal</a>
+
            <a class="item">Experiments</a>
+
            <a class="item">Results</a>
+
            <a class="item">Safety</a>
+
        </div>
+
    </div>
+
  
    <div class='ui dropdown item'>
+
.mydescription:hover .threeDots-container{
        <div class="text">Team</div>
+
    display: none;
        <div class='ui menu'>
+
}
            <a class="active item" href="https://2017.igem.org/Team:Munich/Team">The Team</a>
+
            <a class="disabled item">Attributions</a>
+
            <a class="disabled item">Collaborations</a>
+
        </div>
+
    </div>
+
  
     <div class='ui disabled dropdown item'>
+
@keyframes expandCardLong{
         <div class='text'>Human Practices</div>
+
     to{
        <div class='ui menu'>
+
         height: 400px;
            <a class="item">Awards</a>
+
    }
            <a class="item">Medals</a>
+
}
        </div>
+
    </div>
+
  
    <div class='ui disabled dropdown item'>
+
@keyframes expandCardMedium{
        <div class='text'>Awards</div>
+
  to{
         <div class='ui menu'>
+
         height: 350px;
            <a class="item">Special prizes</a>
+
  }
            <a class="item">Medals</a>
+
}
        </div>
+
    </div>
+
  
</div>
+
@keyframes expandCardShort{
 +
  to{
 +
        height: 250px;
 +
  }
 +
}
 +
 
 +
.threeDots-container >img{
 +
  height: auto;
 +
  width: 50px;
 +
  position: relative;
 +
  left: -50%;
 +
  top: -80%;
 +
 
 +
}
 +
 
 +
.threeDots-container{
 +
  position: absolute;
 +
  left: 50%;
 +
  top: 80%;
 +
 
 +
} /*The container is there to make sure the threeDots picture is centered and on to bottom of the container (mydescription). No idea how or why this works. */
 +
 
 +
#HQ_page #myContent .mydescription >p{
 +
  background: -webkit-linear-gradient(rgb(0,0,0),rgb(230,230,230) 50%, rgb(255,255,255));
 +
  -webkit-background-clip: text;
 +
  -webkit-text-fill-color: transparent;
 +
  color: black;
 +
  height: 15em;
 +
  font-size: 1.1em;
 +
}
 +
 
 +
.image > img{
 +
  height: 200px;
 +
}
 +
 
 +
.cards{
 +
  align-items: flex-start;
 +
}
 +
 
 +
#myContent .ui.card > .content > .header, .ui.cards > .card > .content > .header {
 +
color: #51a7f9;
 +
}
 +
 
 +
</style>
 +
</head></html>
 +
{{Munich/Menu}}
 +
<html>
 +
<body>
 +
<table width=100% height=100% cellpadding=0 cellspacing=0 border=0>
 +
<!-- Content -->
 +
<tr><td width="100%" colspan=3>
 +
<table width=100% height=100% cellpadding=0 cellspacing=0 border=0>
 +
<tr>
 +
<td width="40%">
 +
</td>
 +
<td id="myContent" width="20%" valign=top align=center>
 +
<br>
 +
<!-- Head End -->
 +
<!-- Content Begin -->
 +
<img id="TopPicture" width="960" src="https://static.igem.org/mediawiki/2017/f/f1/T--Munich--team-picture.jpeg" >
 +
<table width="100%" border=0 cellspacing=0 cellpadding=10>
 +
<tr><td colspan=3 align=left valign=center>
 +
<font size=7 color=#51a7f9><b style="color: #51a7f9">Students</b></font>
 +
</td></tr>
 +
<tr><td colspan=3 align=center valign=center>
 +
<div class="ui cards centered stackable">
 +
                  <div class="ui card" id="Christoph">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/e/e1/T--Munich--ProfilePicture_Chris.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Christoph Neumayer</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">Bachelor Molecular Biotechnology (TUM)</span><br>Age: 20<br>Origin: Abensberg, Germany</p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myMedium" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
<b>Favorite thing about iGEM:</b> I like that I learn so many new methods and problem-solving strategies, which can really help me prepare for a future career in research.<br>
 +
<b>Scientific Interests:</b> Experimental Genetics and Synthetic Biology.<br>
 +
<b>Fun Fact:</b> I missed 5 minutes of “The Martian” when he did surgery on himself because I can´t see blood.<br>
 +
<b>What makes you happy:</b> when my freaking cloning works and when someone gives me food.<br>
 +
<b>Role Model:</b> Donald E. Ingber and Feng Zhang.
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
                  <div class="ui card" id="Benedikt">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/9/98/T--Munich--ProfilePicture_Benedikt.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Benedikt Dürr</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">Bachelor Biology (LMU)</span><br>Age: 20<br>Origin: Munich, Germany</p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myShort" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
                        <b>Favorite thing about iGEM:</b> So many cool ideas.<br>
 +
<b>Scientific Interests:</b> I want to copy the mechanisms of nature to use them under a new purpose.<br>
 +
<b>Fun Fact:</b> I like to philosophize about everything.<br>
 +
<b>What makes you happy:</b> Climbing, nature, traveling, and new impressions.<br>
 +
<b>Who is your role-model:</b> Alexander von Humboldt
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
                  <div class="ui card" id="Sven">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/d/d6/T--Munich--ProfilePicture_Sven.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Sven Klumpe</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">Master Biochemistry (TUM)</span><br>Age: 23<br>Origin: Germany</p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myLong" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
                        <b>Favorite thing about iGEM:</b>
 +
The possibility of experiencing the development of a project from the idea to the implementation, and being able to influence it a lot along the way. <br>
 +
<b>Fun fact about me:</b>
 +
An old friend of mine used some music we produced in one of his movies. So by accident, I am now credited in the Music section on Cannes Festival's webpage.<br>
 +
<b>What makes you happy?</b>
 +
Experiments, simulations and/or electronics that work out the way I expected. My music being on when I enter the lab/room. Jam Sessions!<br>
 +
<b>Who is your role-model?</b>
 +
Linus Pauling and B.B. King
 +
 
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
                  <div  class="ui card" id="Patrick">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/c/cb/T--Munich--ProfilePicture_Pattrick.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Patrick Wilke</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">Master Biochemistry (TUM)</span><br>Age: 23<br>Origin: Germany</p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myMedium" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
                        <b>Favorite thing about iGEM:</b>
 +
Working in a team of motivated students and helping each other out.<br>
 +
<b>Fun fact about me:</b>When I was little, I spent the whole day playing table football at the school. Once, I lost sense of time and my worried mother called the police on me.
 +
.<br>
 +
<b>What makes you happy?</b>
 +
Wandering in the forest and seeing nature. Although I sometimes get lost.<br>
 +
<b>Who is your role-model?</b>
 +
Harry Houdini
 +
 
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
                  <div  class="ui card" id="Erika">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/a/ae/T--Munich--ProfilePicture_Erika.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Erika Chacin De Leonardis</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">Master Biology (LMU)</span><br>Age: 26<br>Origin: Caracas, Venezuela</p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myMedium" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
<b>Favorite thing about iGEM:</b> the possibility to create something novel with freedom and sharing science with people outside the field.<br>
 +
<b>Scientific Interests:</b> Epigenetics, Synthetic Biology, and Drug Development.<br>
 +
<b>Fun Fact:</b> I have a very low tolerance to heat after it goes up to 24 °C so I always bring a fan with me everywhere during the summer.<br>
 +
<b>What makes you happy:</b> Cloning working, binge watching movies, rock concerts, and air conditioning.<br>
 +
<b>Role Model:</b> Marie Curie and Craig Venter.
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
                  <div class="ui card" id="Ludwig">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/b/b6/T--Munich--ProfilePicture_Ludwig.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Ludwig Bauer</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">Master Biochemistry (TUM)</span><br>Age: 22<br>Origin: Erding, Germany</p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myShort" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
<b>Favorite thing about iGEM:</b> Learning about new things that are not directly related to my biochemistry studies and working in a multidisciplinary team.<br>
 +
<b>Scientific Interests:</b> Biological and natural products chemistry<br>
 +
<b>Fun Fact:</b> He keep smiling even in stressful situations.<br>
 +
<b>What makes you happy:</b> A large peak when purifying proteins.<br>
 +
<b>Role Model:</b> M. T. Cicero
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
                  <div class="ui card" id="Max">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/d/d4/T--Munich--ProfilePicture_Max.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Maximilian Honemann</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">Master Biochemistry (TUM)</span><br>Age: 22<br>Origin: Stuttgart, Germany</p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myMedium" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
<b>Favorite thing about iGEM:</b> The chance to work on a project that we chose ourselves.<br>
 +
<b>Scientific Interests:</b> DNA Nanotechnology and Electron Microscopy.<br>
 +
<b>Fun Fact:</b> I would rather be late for an exam than skip breakfast.<br>
 +
<b>What makes you happy:</b> Positive clones and time spent with friends.<br>
 +
<b>Role Model:</b> One should not limit himself to the achievments of others. - Albert Einstein, my role model.
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
                  <div class="ui card" id="Rob">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/6/61/T--Munich--ProfilePicture_Rob.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Rob Strasser</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">Master Biology (LMU)</span><br>Age: 25<br>Origin: Kirmbach, Germany </p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myShort" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
<b>Favorite thing about iGEM:</b> Creative and positive people everywhere.<br>
 +
<b>Scientific Interests:</b> Infectious and Immune Diseases.<br>
 +
<b>Fun Fact:</b> Sometimes dresses like Disney´s Aladdin.<br>
 +
<b>What makes you happy:</b> The smell of freshly mowed grass.<br>
 +
<b>Role Model:</b> Christopher Hitchens.
  
<div class="ui bottom fixed icon menu">
+
                        </p>
  <a class="item" href="https://www.facebook.com/Munich.iGEM/">
+
                      </div>
    <i class="facebook icon"></i>
+
                      </div>
  </a>
+
                    </div>
  <a class="item" href="https://www.instagram.com/igem.munich.2017/">
+
                  </div>
    <i class="instagram icon"></i>
+
                  <div class="ui card" id="Dali">
  </a>
+
                      <div class="image">
  <a class="item" href="mailto:igem.munich@gmail.com">
+
                        <img src="https://static.igem.org/mediawiki/2017/c/c7/T--Munich--Dali.jpg">
    <i class="mail icon"></i>
+
                      </div>
  </a>
+
                    <div class="content">
 +
                      <p class="header">Dawafuti Sherpa</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">Master Biology (LMU)</span><br>Age: 27<br>Origin: Kathmandu, Nepal</p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myMedium" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
<b>Favorite thing about iGEM:</b> meeting people with amazing ideas and trying out new stuffs.<br>
 +
<b>Scientific Interests:</b> almost everything related to Molecular and Cell Biology and of course Synthetic Biology.<br>
 +
<b>Fun Fact:</b> need at least 8 hours sleep to function properly.<br>
 +
<b>What makes you happy:</b> spending time with my family, yummy food, nature, sunsets, travelling to strange cities/places, overcoming hurdles in life, and good results from lab experiments.<br>
 +
<b>Role Model:</b> My dad and mom.<br>
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
                  <div class="ui card" id="Milica">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/f/f2/T--Munich--ProfilePicture_Milica.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Milica Zivanic</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">Bachelor Molecular Biotechnology (TUM)</span><br>Age: 21<br>Origin: Belgrade,
 +
Serbia</p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myShort" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
<b>Favorite thing about iGEM:</b> acquiring knowledge and skills in different fields.<br>
 +
<b>Scientific Interests:</b> Genetics, Immunology, and Pharmacology.<br>
 +
<b>Fun Fact:</b> I learned Spanish as a kid just by watching telenovelas<br>
 +
<b>What makes you happy:</b> seeing and making other people happy<br>
 +
<b>Role Model:</b> Novak Djokovic
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
                  <div class="ui card" id="Jorge">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/3/3e/T--Munich--ProfilePicture_Jorge.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Jorge Andres Quintero Serna</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">Bachelor Computer Science (LMU)</span><br>Age: 23<br>Origin: Cali, Colombia</p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myMedium" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
<b>Favorite thing about iGEM:</b> Students can develop their own projects and learn about original projects from teams around the world.<br>
 +
<b>Scientific Interests:</b> in vitro DNA synthesis.<br>
 +
<b>Fun Fact:</b> I'm extremely cold resistant and can survive winter equipped with a light jacket.<br>
 +
<b>What makes you happy:</b> Arguing, about anything and everything. The more pointless the discussion the better.<br>
 +
<b>Role Model:</b> My dad.
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
                  <div class="ui card" id="Katzi">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/4/49/T--Munich--ProfilePicture_Katzi.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Florian Katzmeier</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">Master Biophysics (TUM)</span><br>Age: 23<br>Origin: Landsberg am Lech, Germany</p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myShort" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
<b>Favorite thing about iGEM:</b> Working late into the night.<br>
 +
<b>Scientific Interests:</b> Theoretical Physics and doing handicraft.<br>
 +
<b>Fun Fact:</b> I do things for reasons.<br>
 +
<b>What makes you happy:</b> Coffee, cigarettes, and things that finally work as expected.<br>
 +
<b>Role Model:</b> Isaac Newton.
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
                  <div class="ui card" id="Julian">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/9/9a/T--Munich--ProfilePicture_Julian.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Julian Reinhard</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">Bachelor Bioinformatics, Molecular Biotech. (LMU + TUM)</span><br>Age: 25<br>Origin: Bruchsal, Germany</p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myShort" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
<b>Favorite thing about iGEM:</b> Trying and mixing new experimental protocols.<br>
 +
<b>Scientific Interests:</b> Structural Bioinformatics and Systems Biology.<br>
 +
<b>Fun Fact:</b> Developed RNase anxiety disorder during iGEM.<br>
 +
<b>What makes you happy:</b> Getting things to (finally!) work.<br>
 +
<b>Role Model:</b> Craig Venter.
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
                  <div class="ui card" id="Florian">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/c/cf/T--Munich--ProfilePicture_Florian.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Florian Rothfischer</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">Master Biochemistry (TUM)</span><br>Age: 22<br>Origin: Munich, Germany</p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myShort" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
<b>Favorite thing about iGEM:</b> CRISPR and night shifts.<br>
 +
<b>Scientific Interests:</b> Microbiology, DNA-Nanorobotics, and Bio-Organic Chemistry.<br>
 +
<b>Fun Fact:</b> The Professor for whom I work knows Florence Welch mother personally.<br>
 +
<b>What makes you happy:</b> Florence and the Machine's concerts.<br>
 +
<b>Role Model:</b> Florence Leontine Mary Welch and Francis Crick.
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
                  <div class="ui card" id="Igor">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/f/f1/T--Munich--ProfilePicture_Igor.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Igor Styazhkin</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">Bachelor Biochemistry (TUM)</span><br>Age: 28<br>Origin: St. Petersburg, Russia</p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myShort" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
<b>Favorite thing about iGEM:</b> Freedom and internationality.<br>
 +
<b>Scientific Interests:</b> Origin of Life and Evolution.<br>
 +
<b>Fun Fact:</b> I tell the best jokes.<br>
 +
<b>What makes you happy:</b> Summer.<br>
 +
<b>Role Model:</b> Plate reader.
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
                  <div class="ui card" id="Matthias">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/5/5a/T--Munich--ProfilePicture_Matthias.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Matthias Lenz</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">Bachelor Biology (TUM)</span><br>Age: 22<br>Origin: Velden, Germany</p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myMedium" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
<b>Favorite thing about iGEM:</b> Having people from diverse backgrounds come together and seeing their different approaches to problems.<br>
 +
<b>Scientific Interests:</b> Genomics and Biomedicine.<br>
 +
<b>Fun Fact:</b> A Professor of Genetics once told me I had a "really distinct phenotype" and walked away without any further explanation.<br>
 +
<b>What makes you happy:</b> Observing nature, reading, bouldering.<br>
 +
<b>Role Model:</b> Top tier scientists that also communicate science to the public like Richard Feynman or Richard Dawkins.
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
                  <div class="ui card" id="Teeradon">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/9/96/T--Munich--ProfilePicture_Teeradon.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Teeradon Phlairaharn</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">Bachelor Molecular Biotechnology (TUM)</span><br>Age: 23<br>Origin: Bangkok, Thailand</p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myShort" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
<b>Favorite thing about iGEM:</b> Meet new people.<br>
 +
<b>Scientific Interests:</b> Plant System Biology<br>
 +
<b>Fun Fact:</b> I laugh when people talk about serious topic.<br>
 +
<b>What makes you happy:</b> Food.<br>
 +
<b>Role Model:</b> Dr. Pakpoom Subsoontorn.
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 
</div>
 
</div>
 +
</td></tr>
 +
<tr><td colspan=3 align=left valign=center>
 +
<font size=7 color=#51a7f9><b style="color: #51a7f9">Supervisors</b></font>
 +
</td></tr>
 +
<tr><td colspan=3 align=center valign=center>
 +
<div class="ui cards centered stackable">
 +
<div class="ui card" id="Aurore">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/5/5a/T--Munich--ProfilePicture_Aurore.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Aurore Dupin</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">PhD student on synthetic circuits</span></p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myMedium" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
                        She comes from France, studied at the ENS Cachan and got her Master in Chemistry from the UPMC in Paris. Currently, she is a PhD student in the field of synthetic biology and is working on spatially organized synthetic circuits. At the beginning of our lab work, she trained us in key experiments like cloning and RNA isolation. We can confirm that she is a very patient supervisor, always with a nice answer even after asking her several times the same questions.
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
              <div class="ui card" id="Lukas">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/e/e5/T--Munich--ProfilePicture_Lukas.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Lukas Aufinger</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">PhD student on cell-free gene expression</span></p>
 +
                      </div>
 +
                      <div class="description">
 +
                      <div class="mydescription myShort" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
                        He studied Physics and Biophysics at TUM. Before serious science got in the middle of his life, he used to do long jump. Now in his free time, he goes hiking and climbing. He has no clue about cloning, but is always willing to help us with any problem we have. He gives us advice on hardware and is always pushing us to learn new things outside the biologists’ comfort zone.
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
<div class="ui card">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/0/04/T--Munich--ProfilePicture_Benjamin.jpg">
 +
                      </div>
 +
                    <div onmouseenter="toggleCard($('#Benjamin'))" onmouseleave="toggleCard($('#Benjamin'))" class="content">
 +
                      <p class="header">Benjamin Aleritsch</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">PhD student on cellular computers</span></p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myMedium" id="Benjamin">
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
                        He studied Aircraft-Engineering and got his Master in Physics at the LMU. Now, as a PhD student, he is attempting to build a Turing-capable computer in a living cell, which expanded his skills to microbiology and genetics. He is an IT- and Tech-Guru that can build anything. For that reason, he gives us advice in different fields like hardware, software, and web design. He's a heavy metal hearted nature-boy that has finished the Ironman twice in the two years past. His next goal: to cycle up to Mauna Kea's summit.
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
<div class="ui card" id="Michael">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/9/9f/T--Munich--ProfilePicture_Michael.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Michael Heymann</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">Post-doc at the Max Plank Institute for Biochemistry</span></p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myMedium" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
                        He studied Biology and Biophysics in Berlin and Boston and now spends his days watching liquids flow down microfluidic channels to study dynamic biological systems. He is a fan of 3D printing big and small things and when he is not riding a bicycle, he likes to spend his vacations to spray nanocrystals in big free-electron lasers. Whenever he is around he is helping us understand and solve plumbing problems for our project.
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
<div class="ui card" id="Jeffery">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/0/06/T--Munich--ProfilePicture_Jeffery.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Dong-Jiunn Jeffery Truong</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">PhD student developing Molecular Tools for Non-Invasive Imaging and Actuation</span></p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myMedium" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
                        Jeff studied Molecular Biotechnology at TUM and is doing his PhD at the Helmholtz Zentrum München, where he is engineering molecular systems to control and observe cellular processes with different stimuli
 +
like light, magnetic fields, and sound. As an iGEM veteran, his experiences in the competition and the work
 +
dynamic have been very valuable, just like his knowledge in synthetic biology and biological engineering
 +
provided us with great ideas for our project.
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
</div>
 +
</td></tr>
 +
<tr><td colspan=3 align=left valign=center>
 +
<font size=7 color=#51a7f9><b style="color: #51a7f9">PIs</b></font>
 +
</td></tr>
 +
<tr><td colspan=3 align=center valign=center>
 +
<div class="ui cards centered stackable">
 +
              <div class="ui card pi-card" id="Simmel">
 +
                      <div class="image">
 +
                        <img src="https://static.igem.org/mediawiki/2017/9/90/T--Munich--ProfilPicture_Simmel.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Professor Friedrich Simmel</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">Chair of Physics of Synthetic Biology at TUM</span></p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myLong" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
                        Prof. Simmel is an elected member of acatech, Germany's National Academy of Science and Engineering,and Chair of Physics of Synthetic Biological Systems at TUM. His research is focused on the design of
 +
biochemical circuits and DNA-based nanostructures and systems, where he has contributed with
 +
important advances on the field. As co-coordinator of the Nanosystems Initiative Munich (NIM), Prof.
 +
Simmel helps bringing together the expertise of different research groups in their respective fields to
 +
design and develop nanosystems with a broad range of applications.
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
<div class="ui card pi-card" id="Westmeyer">
 +
                      <div class="image">
 +
                        <img style="height: 280px !important" src="https://static.igem.org/mediawiki/2017/1/10/T--Munich--ProfilePicture_Westmeyer.jpg">
 +
                      </div>
 +
                    <div class="content">
 +
                      <p class="header">Professor Gil Westmeyer</p>
 +
                      <div class="meta">
 +
                        <p><span class="date">Professor for Molecular Imaging</span></p>
 +
                      </div>
 +
                      <div class="description" >
 +
                      <div class="mydescription myMedium" >
 +
                        <div class="threeDots-container">
 +
                          <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
                        </div>
 +
                        <p>
 +
Since 2011, Prof. Westmeyer has been in the Faculty of Medicine at TUM. Currently, he is the Head of
 +
the Molecular Magnetic Resonance Imaging at the Chair of Biological Imaging group and works on the
 +
development of novel molecular visualization systems and control mechanisms for brain function
 +
imaging. Furthermore, his group uses this technology to gain new insights in neuropsychiatric diseases.
 +
At the Helmholtz Zentrum München, Prof. Westmeyer leads a Young Investigator Group focused on
 +
Molecular Imaging.
 +
                        </p>
 +
                      </div>
 +
                      </div>
 +
                    </div>
 +
                  </div>
 +
</td></tr>
 +
<tr><td class="no-padding" colspan=2 align=right valign=center height=10>
 +
<br><br><br><center><hr></center>
 +
</td></tr>
 +
</table>
 +
<!-- Content End -->
  
  
<div class='ui container'>
 
    <p>We are team of 17 students, 5 instructors, 2 PIs based in Munich and representing Technical University of Munich, Ludwig Maximilian University of Munich, and Max Planck Institute for Biochemistry. Most of our student members are majoring in biochemistry, biotechnology or biology, but we also have few bioinformaticians and one physicist.</p>
 
    <img class='ui rounded centered image' src="https://static.igem.org/mediawiki/2017/a/ab/T--Munich--team-picture.png"/>
 
</div>
 
  
  
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
<!-- Foot Begin -->
 +
<table id="myFooter" width=960 height=35 cellpadding=0 cellspacing=0 border=0><tr><td align=right class="no-padding" valign=center>
 +
 +
<table width=300 height=35 cellpadding=0 cellspacing=0 border=0><tr>
 +
 +
<td align=center valign=center>
 +
<a href="https://www.en.uni-muenchen.de/index.html" target="_blank3" >
 +
<img src="https://static.igem.org/mediawiki/2017/8/83/T--Munich--wiki_image_coop_lmu_low.svg" border=0 height="20" onmouseover="this.src='https://static.igem.org/mediawiki/2017/f/fd/T--Munich--wiki_image_coop_lmu_high.svg'" onmouseout="this.src='https://static.igem.org/mediawiki/2017/8/83/T--Munich--wiki_image_coop_lmu_low.svg'">
 +
</a>
 +
</td>
 +
 +
<td align=center valign=center>
 +
<a href="https://www.tum.de/" target="_blank4" >
 +
<img src="https://static.igem.org/mediawiki/2017/a/ae/T--Munich--wiki_image_coop_tum_low.svg" border=0 height="20" onmouseover="this.src='https://static.igem.org/mediawiki/2017/1/1e/T--Munich--wiki_image_coop_tum_high.svg'" onmouseout="this.src='https://static.igem.org/mediawiki/2017/a/ae/T--Munich--wiki_image_coop_tum_low.svg'">
 +
</a>
 +
</td>
 +
 +
<td align=center valign=center>
 +
<a href="http://www.e14.ph.tum.de/en/home/" target="_blank5" >
 +
<img src="https://static.igem.org/mediawiki/2017/a/a3/T--Munich--wiki_image_coop_e14_low.svg" border=0 height="25" onmouseover="this.src='https://static.igem.org/mediawiki/2017/7/72/T--Munich--wiki_image_coop_e14_high.svg'" onmouseout="this.src='https://static.igem.org/mediawiki/2017/a/a3/T--Munich--wiki_image_coop_e14_low.svg'">
 +
</a>
 +
</td>
 +
 +
<td align=center valign=center>
 +
<a href="http://www.biochem.mpg.de/en" target="_blank5" >
 +
<img src="https://static.igem.org/mediawiki/2017/d/da/T--Munich--wiki_image_coop_maxplanck_low.svg" border=0 height="30" onmouseover="this.src='https://static.igem.org/mediawiki/2017/d/df/T--Munich--wiki_image_coop_maxplanck_high.svg'" onmouseout="this.src='https://static.igem.org/mediawiki/2017/d/da/T--Munich--wiki_image_coop_maxplanck_low.svg'">
 +
</a>
 +
</td>
 +
 +
<td align=center valign=center>
 +
<a href="https://www.helmholtz-muenchen.de/" target="_blank5" >
 +
<img src="https://static.igem.org/mediawiki/2017/0/05/T--Munich--wiki_image_coop_helmholtzzentrum_low.svg" border=0 height="20" onmouseover="this.src='https://static.igem.org/mediawiki/2017/6/6b/T--Munich--wiki_image_coop_helmholtzzentrum_high.svg'" onmouseout="this.src='https://static.igem.org/mediawiki/2017/0/05/T--Munich--wiki_image_coop_helmholtzzentrum_low.svg'">
 +
</a>
 +
</td>
 +
 +
<td align=center valign=center>
 +
<a href="https://igem.org/Main_Page" target="_blank6" >
 +
<img src="https://static.igem.org/mediawiki/2017/0/0f/T--Munich--wiki_image_coop_igem_low.svg" border=0 height="25" onmouseover="this.src='https://static.igem.org/mediawiki/2017/7/79/T--Munich--wiki_image_coop_igem_high.svg'" onmouseout="this.src='https://static.igem.org/mediawiki/2017/0/0f/T--Munich--wiki_image_coop_igem_low.svg'">
 +
</a>
 +
</td>
 +
 +
</tr></table></td><td class="no-padding" align=center valign=center><table width=35 height=35 cellpadding=0 cellspacing=0 border=0><tr><td width="35" align=center valign=center></td></tr></table></td><td class="no-padding" align=left valign=center><table width=200 height=35 cellpadding=0 cellspacing=0 border=0><tr>
 +
 +
<td align=center valign=center>
 +
<a href="https://www.facebook.com/Munich.iGEM" target="_blank7" >
 +
<img src="https://static.igem.org/mediawiki/2017/7/76/T--Munich--wiki_image_sm_facebook_low.svg" border=0 height="25" onmouseover="this.src='https://static.igem.org/mediawiki/2017/4/44/T--Munich--wiki_image_sm_facebook_high.svg'" onmouseout="this.src='https://static.igem.org/mediawiki/2017/7/76/T--Munich--wiki_image_sm_facebook_low.svg'">
 +
</a>
 +
</td>
 +
 +
<td align=center valign=center>
 +
<a href="https://twitter.com/iGEM_Munich" target="_blank8" >
 +
<img src="https://static.igem.org/mediawiki/2017/8/8b/T--Munich--wiki_image_sm_twitter_low.svg" border=0 height="25" onmouseover="this.src='https://static.igem.org/mediawiki/2017/c/cc/T--Munich--wiki_image_sm_twitter_high.svg'" onmouseout="this.src='https://static.igem.org/mediawiki/2017/8/8b/T--Munich--wiki_image_sm_twitter_low.svg'">
 +
</a>
 +
</td>
 +
 +
<td align=center valign=center>
 +
<a href="mailto:igem.munich@gmail.com">
 +
<img src="https://static.igem.org/mediawiki/2017/7/79/T--Munich--wiki_image_sm_mail_low.svg" border=0 height="25" onmouseover="this.src='https://static.igem.org/mediawiki/2017/9/93/T--Munich--wiki_image_sm_mail_high.svg'" onmouseout="this.src='https://static.igem.org/mediawiki/2017/7/79/T--Munich--wiki_image_sm_mail_low.svg'">
 +
</a>
 +
</td>
 +
 +
<td align=center valign=center>
 +
<a href="https://www.instagram.com/igem.munich.2017/" target="_blank9" >
 +
<img src="https://static.igem.org/mediawiki/2017/e/e9/T--Munich--wiki_image_sm_instagram_low.svg" border=0 height="25" onmouseover="this.src='https://static.igem.org/mediawiki/2017/6/6e/T--Munich--wiki_image_sm_instagram_high.svg'" onmouseout="this.src='https://static.igem.org/mediawiki/2017/e/e9/T--Munich--wiki_image_sm_instagram_low.svg'">
 +
</a>
 +
</td>
 +
 +
<td align=center valign=center>
 +
<a href="https://2017.igem.org/Team:Munich" target="_blank10" >
 +
<img src="https://static.igem.org/mediawiki/2017/1/1d/T--Munich--wiki_image_sm_web_low.svg" border=0 height="25" onmouseover="this.src='https://static.igem.org/mediawiki/2017/6/61/T--Munich--wiki_image_sm_web_high.svg'" onmouseout="this.src='https://static.igem.org/mediawiki/2017/1/1d/T--Munich--wiki_image_sm_web_low.svg'">
 +
</a>
 +
</td>
 +
 +
</tr></table>
 +
</td></table>
 +
</td>
 +
<td width="40%">
 +
</td>
 +
</tr>
 +
</table>
 +
</body>
 +
</td></tr>
 +
<tr><td height="25" bgcolor=#ffffff></td><td class="no-padding" bgcolor=#ffffff height="25" width="960" align=center>
 +
<hr>
 +
<table height=25 cellpadding=0 cellspacing=2 border=0><tr>
 +
 +
<td bgcolor=#ffffff height="25" width="90" align=center valign=center>
 +
<a href="https://www.eurofinsgenomics.eu/" target="_blank1" ><img src="https://static.igem.org/mediawiki/2017/c/c7/T--Munich--wiki_image_sponsors_eurofins.svg" border=0 height="15"></a>
 +
</td>
 +
 +
<td bgcolor=#ffffff height="25" width="10" align=center valign=center></td>
 +
 +
<td bgcolor=#ffffff height="25" width="60" align=center valign=center>
 +
<a href="https://www.neb.com/" target="_blank2" ><img src="https://static.igem.org/mediawiki/2017/8/87/T--Munich--wiki_image_sponsors_neb.svg" border=0 height="21"></a>
 +
</td>
 +
 +
<td bgcolor=#ffffff height="25" width="10" align=center valign=center></td>
 +
 +
<td bgcolor=#ffffff height="25" width="60" align=center valign=center>
 +
<a href="https://www.biomers.net" target="_blank2" ><img src="https://static.igem.org/mediawiki/2017/a/a9/T--Munich--wiki_image_sponsors_biomers.png" border=0 height="21"></a>
 +
</td>
 +
 +
<td bgcolor=#ffffff height="25" width="10" align=center valign=center></td>
 +
 +
<td bgcolor=#ffffff height="25" width="60" align=center valign=center>
 +
<a href="https://www.gatc-biotech.com" target="_blank2" ><img src="https://static.igem.org/mediawiki/2017/5/59/T--Munich--wiki_image_sponsors_gatc.png" border=0 height="21"></a>
 +
</td>
 +
 +
<td bgcolor=#ffffff height="25" width="10" align=center valign=center></td>
 +
 +
<td bgcolor=#ffffff height="25" width="70" align=center valign=center>
 +
<a href="https://www3.gehealthcare.com" target="_blank2" ><img src="https://static.igem.org/mediawiki/2017/1/1b/T--Munich--wiki_image_sponsors_gehealthcare.svg" border=0 height="21"></a>
 +
</td>
 +
 +
<td bgcolor=#ffffff height="25" width="10" align=center valign=center></td>
 +
 +
<td bgcolor=#ffffff height="25" width="85" align=center valign=center>
 +
<a href="https://eu.idtdna.com" target="_blank2" ><img src="https://static.igem.org/mediawiki/2017/1/1a/T--Munich--wiki_image_sponsors_idt.png" border=0 height="21"></a>
 +
</td>
 +
 +
<td bgcolor=#ffffff height="25" width="10" align=center valign=center></td>
 +
 +
<td bgcolor=#ffffff height="25" width="60" align=center valign=center>
 +
<a href="https://www.nano-initiative-munich.de/" target="_blank2" ><img src="https://static.igem.org/mediawiki/2017/a/a7/T--Munich--wiki_image_sponsors_nim.png" border=0 height="21"></a>
 +
</td>
 +
 +
<td bgcolor=#ffffff height="25" width="10" align=center valign=center></td>
 +
 +
<td bgcolor=#ffffff height="25" width="120" align=center valign=center>
 +
<a href="https://www.promega.de/" target="_blank2" ><img src="https://static.igem.org/mediawiki/2017/3/3f/T--Munich--wiki_image_sponsors_promega.png" border=0 height="21"></a>
 +
</td>
 +
 +
<td bgcolor=#ffffff height="25" width="10" align=center valign=center></td>
 +
 +
<td bgcolor=#ffffff height="25" width="40" align=center valign=center>
 +
<a href="https://www.qiagen.com" target="_blank2" ><img src="https://static.igem.org/mediawiki/2017/9/99/T--Munich--wiki_image_sponsors_qiagen.svg" border=0 height="21"></a>
 +
</td>
 +
 +
<td bgcolor=#ffffff height="25" width="10" align=center valign=center></td>
 +
 +
<td bgcolor=#ffffff height="25" width="40" align=center valign=center>
 +
<a href="https://www.carlroth.com" target="_blank2" ><img src="https://static.igem.org/mediawiki/2017/d/d6/T--Munich--wiki_image_sponsors_roth.png" border=0 height="21"></a>
 +
</td>
 +
 +
<td bgcolor=#ffffff height="25" width="10" align=center valign=center></td>
 +
 +
<td bgcolor=#ffffff height="25" width="130" align=center valign=center>
 +
<a href="https://www.scienova.com" target="_blank2" ><img src="https://static.igem.org/mediawiki/2017/3/3b/T--Munich--wiki_image_sponsors_scienova.png" border=0 height="21"></a>
 +
</td>
 +
 +
<td bgcolor=#ffffff height="25" width="10" align=center valign=center></td>
 +
 +
<td bgcolor=#ffffff height="25" width="120" align=center valign=center>
 +
<a href="https://www.unternehmertum.de" target="_blank2" ><img src="https://static.igem.org/mediawiki/2017/b/b2/T--Munich--wiki_image_sponsors_unternehmertum.png" border=0 height="21"></a>
 +
</td>
 +
 +
</tr></table>
 +
 +
 +
</td><td height="25" bgcolor=#ffffff></td></tr>
 +
<script type="text/javascript">
 +
 +
$(".card").click(function(){
 +
 +
  $(this).toggleClass("locked");
 +
 +
}); //With this click function, the locked class is added. Locked is simply use for a boolean expression no determine whether the animation on mouse hover should be trigger (see toggleCard).
 +
 +
var initialheight = $(".mydescription").css("height"); // We save the initialheight of any card (they all should have the same inital height) so we can use its value to reset the height once the card is deactivated.
 +
 +
function debugging(){
 +
  alert(initialheight);
 +
 +
}
 +
 +
  function toggleCard(object){
 +
 +
    if(!(object.parents().hasClass("locked"))){
 +
 +
      if(!(object.hasClass("card-active"))){
 +
        object.addClass("card-active");
 +
     
 +
          object.animate({
 +
 +
            height: 360
 +
 +
          },500, function(){
 +
       
 +
            if((object.hasClass("card-active"))){
 +
 +
          object.clearQueue();
 +
 +
        } 
 +
       
 +
          });
 
      
 
      
 +
    } else {
 +
        object.removeClass("card-active");     
 +
   
 +
        object.animate({
  
 +
          height: initialheight
 +
 +
          },500, function(){
 +
     
 +
                    if(!(object.hasClass("card-active"))){
 +
 +
          object.clearQueue();
 +
 +
        }
 
          
 
          
<script type="text/javascript">
+
 
    $('.dropdown').dropdown({on:'hover'});
+
        });      
</script>
+
     
+
 
        
 
        
    <div class='ui clearing basic segment'></div>
+
      }
  
     </div>  
+
  }
</div>
+
       
</body>
+
} //Toggle function. Changes the card to its active, inactive state by using the animate function to gradually change its height to match that of the p (active) or to become initalheight (inactive). Adds the card-active class at the end to change the other css properties that do not require animation.
</html>
+
 
 +
function toggleCardSudden(object){
 +
  if(!(object.hasClass("card-active"))){
 +
     if(object.attr("id")=="Dali") {
 +
      $("#DaliF").attr("src","https://scontent.xx.fbcdn.net/v/t31.0-8/19488772_1328753460507879_5404459836438295641_o.jpg?oh=42fee72c3e799515ca59f9a20809b612&oe=5A070989");
 +
     
 +
 
 +
    }/* TODO: Delete this later and implement it in an good way. */
 +
    object.animate({
 +
 
 +
      height: object.children("p").css("height")
 +
 
 +
      },500, function(){
 +
       
 +
 
 +
      });
 +
 
 +
    } else {
 +
      if(object.attr("id")=="Dali") {
 +
      $("#DaliF").attr("src","D:\\Documentos\\IGEM\\wiki\\ProfileFotos\\Dali.jpg");
 +
     
 +
 
 +
    }/* TODO: Delete this later and implement it in an good way.  */
 +
      object.css("height",initialheight);
 +
    }
 +
 
 +
    object.toggleClass("card-active");
 +
}
 +
 
 +
 
 +
function and(a, b){
 +
  return (!(!(a || a) || !(b || b)));
 +
}  //Calculates the value of a and b, because why should the &&; operator work?
 +
 
 +
$('.dropdown').dropdown({on:'hover'});
 +
 
 +
</script>
 +
</table></body></html>

Latest revision as of 18:23, 15 December 2017


Students

Christoph Neumayer

Bachelor Molecular Biotechnology (TUM)
Age: 20
Origin: Abensberg, Germany

three dots

Favorite thing about iGEM: I like that I learn so many new methods and problem-solving strategies, which can really help me prepare for a future career in research.
Scientific Interests: Experimental Genetics and Synthetic Biology.
Fun Fact: I missed 5 minutes of “The Martian” when he did surgery on himself because I can´t see blood.
What makes you happy: when my freaking cloning works and when someone gives me food.
Role Model: Donald E. Ingber and Feng Zhang.

Benedikt Dürr

Bachelor Biology (LMU)
Age: 20
Origin: Munich, Germany

three dots

Favorite thing about iGEM: So many cool ideas.
Scientific Interests: I want to copy the mechanisms of nature to use them under a new purpose.
Fun Fact: I like to philosophize about everything.
What makes you happy: Climbing, nature, traveling, and new impressions.
Who is your role-model: Alexander von Humboldt

Sven Klumpe

Master Biochemistry (TUM)
Age: 23
Origin: Germany

three dots

Favorite thing about iGEM: The possibility of experiencing the development of a project from the idea to the implementation, and being able to influence it a lot along the way.
Fun fact about me: An old friend of mine used some music we produced in one of his movies. So by accident, I am now credited in the Music section on Cannes Festival's webpage.
What makes you happy? Experiments, simulations and/or electronics that work out the way I expected. My music being on when I enter the lab/room. Jam Sessions!
Who is your role-model? Linus Pauling and B.B. King

Patrick Wilke

Master Biochemistry (TUM)
Age: 23
Origin: Germany

three dots

Favorite thing about iGEM: Working in a team of motivated students and helping each other out.
Fun fact about me:When I was little, I spent the whole day playing table football at the school. Once, I lost sense of time and my worried mother called the police on me. .
What makes you happy? Wandering in the forest and seeing nature. Although I sometimes get lost.
Who is your role-model? Harry Houdini

Erika Chacin De Leonardis

Master Biology (LMU)
Age: 26
Origin: Caracas, Venezuela

three dots

Favorite thing about iGEM: the possibility to create something novel with freedom and sharing science with people outside the field.
Scientific Interests: Epigenetics, Synthetic Biology, and Drug Development.
Fun Fact: I have a very low tolerance to heat after it goes up to 24 °C so I always bring a fan with me everywhere during the summer.
What makes you happy: Cloning working, binge watching movies, rock concerts, and air conditioning.
Role Model: Marie Curie and Craig Venter.

Ludwig Bauer

Master Biochemistry (TUM)
Age: 22
Origin: Erding, Germany

three dots

Favorite thing about iGEM: Learning about new things that are not directly related to my biochemistry studies and working in a multidisciplinary team.
Scientific Interests: Biological and natural products chemistry
Fun Fact: He keep smiling even in stressful situations.
What makes you happy: A large peak when purifying proteins.
Role Model: M. T. Cicero

Maximilian Honemann

Master Biochemistry (TUM)
Age: 22
Origin: Stuttgart, Germany

three dots

Favorite thing about iGEM: The chance to work on a project that we chose ourselves.
Scientific Interests: DNA Nanotechnology and Electron Microscopy.
Fun Fact: I would rather be late for an exam than skip breakfast.
What makes you happy: Positive clones and time spent with friends.
Role Model: One should not limit himself to the achievments of others. - Albert Einstein, my role model.

Rob Strasser

Master Biology (LMU)
Age: 25
Origin: Kirmbach, Germany

three dots

Favorite thing about iGEM: Creative and positive people everywhere.
Scientific Interests: Infectious and Immune Diseases.
Fun Fact: Sometimes dresses like Disney´s Aladdin.
What makes you happy: The smell of freshly mowed grass.
Role Model: Christopher Hitchens.

Dawafuti Sherpa

Master Biology (LMU)
Age: 27
Origin: Kathmandu, Nepal

three dots

Favorite thing about iGEM: meeting people with amazing ideas and trying out new stuffs.
Scientific Interests: almost everything related to Molecular and Cell Biology and of course Synthetic Biology.
Fun Fact: need at least 8 hours sleep to function properly.
What makes you happy: spending time with my family, yummy food, nature, sunsets, travelling to strange cities/places, overcoming hurdles in life, and good results from lab experiments.
Role Model: My dad and mom.

Milica Zivanic

Bachelor Molecular Biotechnology (TUM)
Age: 21
Origin: Belgrade, Serbia

three dots

Favorite thing about iGEM: acquiring knowledge and skills in different fields.
Scientific Interests: Genetics, Immunology, and Pharmacology.
Fun Fact: I learned Spanish as a kid just by watching telenovelas
What makes you happy: seeing and making other people happy
Role Model: Novak Djokovic

Jorge Andres Quintero Serna

Bachelor Computer Science (LMU)
Age: 23
Origin: Cali, Colombia

three dots

Favorite thing about iGEM: Students can develop their own projects and learn about original projects from teams around the world.
Scientific Interests: in vitro DNA synthesis.
Fun Fact: I'm extremely cold resistant and can survive winter equipped with a light jacket.
What makes you happy: Arguing, about anything and everything. The more pointless the discussion the better.
Role Model: My dad.

Florian Katzmeier

Master Biophysics (TUM)
Age: 23
Origin: Landsberg am Lech, Germany

three dots

Favorite thing about iGEM: Working late into the night.
Scientific Interests: Theoretical Physics and doing handicraft.
Fun Fact: I do things for reasons.
What makes you happy: Coffee, cigarettes, and things that finally work as expected.
Role Model: Isaac Newton.

Julian Reinhard

Bachelor Bioinformatics, Molecular Biotech. (LMU + TUM)
Age: 25
Origin: Bruchsal, Germany

three dots

Favorite thing about iGEM: Trying and mixing new experimental protocols.
Scientific Interests: Structural Bioinformatics and Systems Biology.
Fun Fact: Developed RNase anxiety disorder during iGEM.
What makes you happy: Getting things to (finally!) work.
Role Model: Craig Venter.

Florian Rothfischer

Master Biochemistry (TUM)
Age: 22
Origin: Munich, Germany

three dots

Favorite thing about iGEM: CRISPR and night shifts.
Scientific Interests: Microbiology, DNA-Nanorobotics, and Bio-Organic Chemistry.
Fun Fact: The Professor for whom I work knows Florence Welch mother personally.
What makes you happy: Florence and the Machine's concerts.
Role Model: Florence Leontine Mary Welch and Francis Crick.

Igor Styazhkin

Bachelor Biochemistry (TUM)
Age: 28
Origin: St. Petersburg, Russia

three dots

Favorite thing about iGEM: Freedom and internationality.
Scientific Interests: Origin of Life and Evolution.
Fun Fact: I tell the best jokes.
What makes you happy: Summer.
Role Model: Plate reader.

Matthias Lenz

Bachelor Biology (TUM)
Age: 22
Origin: Velden, Germany

three dots

Favorite thing about iGEM: Having people from diverse backgrounds come together and seeing their different approaches to problems.
Scientific Interests: Genomics and Biomedicine.
Fun Fact: A Professor of Genetics once told me I had a "really distinct phenotype" and walked away without any further explanation.
What makes you happy: Observing nature, reading, bouldering.
Role Model: Top tier scientists that also communicate science to the public like Richard Feynman or Richard Dawkins.

Teeradon Phlairaharn

Bachelor Molecular Biotechnology (TUM)
Age: 23
Origin: Bangkok, Thailand

three dots

Favorite thing about iGEM: Meet new people.
Scientific Interests: Plant System Biology
Fun Fact: I laugh when people talk about serious topic.
What makes you happy: Food.
Role Model: Dr. Pakpoom Subsoontorn.

Supervisors

Aurore Dupin

PhD student on synthetic circuits

three dots

She comes from France, studied at the ENS Cachan and got her Master in Chemistry from the UPMC in Paris. Currently, she is a PhD student in the field of synthetic biology and is working on spatially organized synthetic circuits. At the beginning of our lab work, she trained us in key experiments like cloning and RNA isolation. We can confirm that she is a very patient supervisor, always with a nice answer even after asking her several times the same questions.

Lukas Aufinger

PhD student on cell-free gene expression

three dots

He studied Physics and Biophysics at TUM. Before serious science got in the middle of his life, he used to do long jump. Now in his free time, he goes hiking and climbing. He has no clue about cloning, but is always willing to help us with any problem we have. He gives us advice on hardware and is always pushing us to learn new things outside the biologists’ comfort zone.

Benjamin Aleritsch

PhD student on cellular computers

three dots

He studied Aircraft-Engineering and got his Master in Physics at the LMU. Now, as a PhD student, he is attempting to build a Turing-capable computer in a living cell, which expanded his skills to microbiology and genetics. He is an IT- and Tech-Guru that can build anything. For that reason, he gives us advice in different fields like hardware, software, and web design. He's a heavy metal hearted nature-boy that has finished the Ironman twice in the two years past. His next goal: to cycle up to Mauna Kea's summit.

Michael Heymann

Post-doc at the Max Plank Institute for Biochemistry

three dots

He studied Biology and Biophysics in Berlin and Boston and now spends his days watching liquids flow down microfluidic channels to study dynamic biological systems. He is a fan of 3D printing big and small things and when he is not riding a bicycle, he likes to spend his vacations to spray nanocrystals in big free-electron lasers. Whenever he is around he is helping us understand and solve plumbing problems for our project.

Dong-Jiunn Jeffery Truong

PhD student developing Molecular Tools for Non-Invasive Imaging and Actuation

three dots

Jeff studied Molecular Biotechnology at TUM and is doing his PhD at the Helmholtz Zentrum München, where he is engineering molecular systems to control and observe cellular processes with different stimuli like light, magnetic fields, and sound. As an iGEM veteran, his experiences in the competition and the work dynamic have been very valuable, just like his knowledge in synthetic biology and biological engineering provided us with great ideas for our project.

PIs

Professor Friedrich Simmel

Chair of Physics of Synthetic Biology at TUM

three dots

Prof. Simmel is an elected member of acatech, Germany's National Academy of Science and Engineering,and Chair of Physics of Synthetic Biological Systems at TUM. His research is focused on the design of biochemical circuits and DNA-based nanostructures and systems, where he has contributed with important advances on the field. As co-coordinator of the Nanosystems Initiative Munich (NIM), Prof. Simmel helps bringing together the expertise of different research groups in their respective fields to design and develop nanosystems with a broad range of applications.

Professor Gil Westmeyer

Professor for Molecular Imaging

three dots

Since 2011, Prof. Westmeyer has been in the Faculty of Medicine at TUM. Currently, he is the Head of the Molecular Magnetic Resonance Imaging at the Chair of Biological Imaging group and works on the development of novel molecular visualization systems and control mechanisms for brain function imaging. Furthermore, his group uses this technology to gain new insights in neuropsychiatric diseases. At the Helmholtz Zentrum München, Prof. Westmeyer leads a Young Investigator Group focused on Molecular Imaging.