Difference between revisions of "Team:Munich/Testflow"

Line 7: Line 7:
  
 
<style type="text/css">
 
<style type="text/css">
 +
 +
/*
 +
 +
TODO:
 +
 +
1. Write text for each member.
 +
 +
2. Get picture for each member.
 +
 +
3. Get picture of three Dots. <- Super important.
 +
 +
4. Get proper team picture.
 +
 +
*/
 +
 +
 +
*{
 +
  font-size: 1em;
 +
}
 +
 +
 +
#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; }
 +
 +
 +
    .footer{
 +
      background-color: rgb(0,144,239);
 +
      height: 100px;
 +
      color: rgb(255,255,255);
 +
        display: flex;
 +
        align-items: center;
 +
        justify-content: center;
 +
        flex-direction: row;
 +
    }
 +
 +
body{
 +
  color: rgb(147,149,152);
 +
}
  
 
.mydescription{
 
.mydescription{
height: 100px; /* Change height to be responsive */
+
  height: 8em; /* Change height to be responsive */
overflow: hidden;
+
  overflow: hidden;
-webkit-mask-image: -webkit-gradient(linear, left top, left bottom,  
+
  /*-webkit-mask-image: -webkit-gradient(linear, left top, left bottom,  
     from(rgba(0,0,0,1)), to(rgba(0,0,0,0))); /*This probably won't work on IE, so the text won't have a gradient.*/
+
     from(rgba(0,0,0,1)), to(rgba(0,0,0,0))); /*This probably won't work on IE, so the text won't have a gradient.*/
 
     cursor: pointer;
 
     cursor: pointer;
     cursor: hand;
+
     cursor: hand; /*IE callst it differently. */
 +
    position: relative;
 
}
 
}
  
 
.header{
 
.header{
margin: 0 !important;
+
  margin: 0 !important;
+
 
 +
 
 
}
 
}
 
#navigation-bar{
 
#navigation-bar{
   
+
     
    background-color: white;
+
      background-color: white;
    z-index: 50;
+
      z-index: 50;
 
     }
 
     }
  
 
     #navigation-bar > *{
 
     #navigation-bar > *{
    color: rgb(147,149,152);
+
      color: rgb(147,149,152);
    font-family: Helvetica, Arial, sans-serif;
+
      font-family: Helvetica, Arial, sans-serif;
 
     }
 
     }
  
p{
+
.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. */
  
 +
.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: rgb(147,149,152);*/
 +
}
 +
 +
.image > img{
 +
  height: 200px !important;
 +
}
 +
 +
.cards{
 +
 
 +
 
 +
  align-items: flex-start;
 +
  width: 60%;
 +
  margin: auto !important;
 +
 
 +
 
 +
 +
}
 +
 +
.sectionContainer{
 +
  width: 75%;
 +
  margin: auto;
 +
 
 +
}
 +
 +
h2{
 +
 
 +
}
 +
 +
.card-active p {
 +
  background: -webkit-linear-gradient(rgb(0,0,0),rgb(0,0,0));
 +
  -webkit-background-clip: text;
 +
 +
}
 +
 +
.card-active img {
 +
  opacity: 0;
 +
 +
}
 +
 +
.card{
 +
  max-
 +
}
 +
 +
.card-inactive{
 +
  height: initial !important;
 +
 
 +
}
 +
 +
 +
.container2{
 +
  align-items: flex-start; /*This tells the cards element (which is just a flexbox) that it sould not try to fit its elements in the whole cross axis, but only align them at the top. Without it, every card stretches when one is stretched */
 +
}
 +
 +
#navigation-bar{
 +
     
 +
      background-color: white;
 +
      z-index: 50;
 +
    }
 +
 +
    #navigation-bar > *{
 +
      color: rgb(147,149,152);
 +
      font-family: Helvetica, Arial, sans-serif;
 +
    }
 +
 +
    section{
 +
      margin-top: 10%;
 +
    }
 +
 +
 +
#intro{
 +
    text-align: center;
 +
}
 +
 +
#intro > img{
 +
  width: 60% !important;
 +
  height: auto !important ;/*I wonder why !important is needed...*/
 +
}
 +
 +
#intro-text{
 +
  margin: auto;
 +
  width: 75%;
 +
  margin-top: 20px;
 +
}
 +
 +
 +
.cascaid{
 +
  height:auto;
 +
  width: 150px;
 +
}
  
 
</style>
 
</style>
Line 42: Line 189:
  
 
</head>
 
</head>
 +
 +
<body>
 
<div class="ui fixed seven item secondary menu" id="navigation-bar">
 
<div class="ui fixed seven item secondary menu" id="navigation-bar">
 
     <div class="ui just item">
 
     <div class="ui just item">
Line 101: Line 250:
  
  
<div onclick="expand($('#Pattrick'))" class="ui card">
+
 
   <div class="image">
+
<section id="maincontent">
     <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
+
 
 +
   <div id="intro">
 +
     <img src="https://static.igem.org/mediawiki/2017/a/ab/T--Munich--team-picture.png" alt="Team picture" style="height: 500px; width: auto">
 
   </div>
 
   </div>
  <div class="content">
 
    <p class="header">Pattrick Wilke</p>
 
    <div class="meta">
 
      <span class="date">Masters Biochemistry (TUM)</span>
 
    </div>
 
    <div class="description" >
 
    <div class="mydescription" id="Pattrick" >
 
    <p class="hola">
 
      He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 
      </p>
 
  
     
+
  <div id="intro-text">
    </div>
+
      <p>
 +
          We are a team of 17 students, 5 instructors, and 2 PIs, based in Munich and representing the Technical University of Munich (TUM), Ludwig Maximilian University of Munich (LMU), and the Max Planck Institute for Biochemistry. Most of our student members are majoring in Biochemistry, Biotechnology and Biology, but we also have two in Bioinformatics and one in Biophysics.
 +
          We are a team of 17 students, 5 instructors, and 2 PIs, based in Munich and representing the Technical University of Munich (TUM), Ludwig Maximilian University of Munich (LMU), and the Max Planck Institute for Biochemistry. Most of our student members are majoring in Biochemistry, Biotechnology and Biology, but we also have two in Bioinformatics and one in Biophysics.
 +
          We are a team of 17 students, 5 instructors, and 2 PIs, based in Munich and representing the Technical University of Munich (TUM), Ludwig Maximilian University of Munich (LMU), and the Max Planck Institute for Biochemistry. Most of our student members are majoring in Biochemistry, Biotechnology and Biology, but we also have two in Bioinformatics and one in Biophysics.
 +
      </p>
 
   </div>
 
   </div>
</div>
 
  
</div>
 
  
<div onclick="expand($('#Benedikt'))" class="ui card">
+
  <div id="students" style="margin-top: 20px">
  <div class="image">
+
    <div class="sectionContainer">
    <img src="https://scontent.xx.fbcdn.net/v/t1.0-9/19601202_1330350827014809_2003888258223673258_n.jpg?oh=0f8d8cb42a9f59abf9e9908313b597d0&oe=5A0D3D03">
+
      <h2>Students</h2> 
 +
    </div>
 +
 
 +
    <div class="ui cards centered stackable">
 +
      <div onmouseenter="toggleCard($('#Pattrick'))" onmouseleave="toggleCard($('#Pattrick'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="Pattrick" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
 
 +
      <div onmouseenter="toggleCard($('#nn'))" onmouseleave="toggleCard($('#nn'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="NN" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
 
 +
      <div onmouseenter="toggleCard($('#nn'))" onmouseleave="toggleCard($('#nn'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="NN" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
 
 +
      <div onmouseenter="toggleCard($('#nn'))" onmouseleave="toggleCard($('#nn'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="NN" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
 
 +
      <div onmouseenter="toggleCard($('#nn'))" onmouseleave="toggleCard($('#nn'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="NN" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
 
 +
      <div onmouseenter="toggleCard($('#nn'))" onmouseleave="toggleCard($('#nn'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="NN" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
      <div onmouseenter="toggleCard($('#nn'))" onmouseleave="toggleCard($('#nn'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="NN" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
 
 +
      <div onmouseenter="toggleCard($('#nn'))" onmouseleave="toggleCard($('#nn'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="NN" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
 
 +
      <div onmouseenter="toggleCard($('#nn'))" onmouseleave="toggleCard($('#nn'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="NN" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
 
 +
      <div onmouseenter="toggleCard($('#nn'))" onmouseleave="toggleCard($('#nn'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="NN" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
 
 +
      <div onmouseenter="toggleCard($('#nn'))" onmouseleave="toggleCard($('#nn'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="NN" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
 
 +
      <div onmouseenter="toggleCard($('#Pattrick'))" onmouseleave="toggleCard($('#Pattrick'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="Pattrick" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
 
 +
      <div onmouseenter="toggleCard($('#nn'))" onmouseleave="toggleCard($('#nn'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="NN" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
 
 +
      <div onmouseenter="toggleCard($('#nn'))" onmouseleave="toggleCard($('#nn'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="NN" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
 
 +
      <div onmouseenter="toggleCard($('#Pattrick'))" onmouseleave="toggleCard($('#Pattrick'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="Pattrick" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
 
 +
      <div onmouseenter="toggleCard($('#nn'))" onmouseleave="toggleCard($('#nn'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="NN" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
 
 +
      <div onmouseenter="toggleCard($('#Pattrick'))" onmouseleave="toggleCard($('#Pattrick'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="Pattrick" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
 
 +
 
 +
    </div>
 +
 
 +
 
 +
 
 +
 
 +
<!--<button onclick="debugging()">Debugging</button>-->
 +
 
 
   </div>
 
   </div>
   <div class="content">
+
 
     <p class="header">Benedikt Dürr</p>
+
   <div id="Supervisors" style="margin-top: 20px">
    <div class="meta">
+
    <div class="sectionContainer">
       <span class="date">Bachelor Biology (LMU)</span>
+
      <h2>Supervisors</h2> 
 +
     </div>
 +
    <div class="ui cards stackable centered">
 +
      <div onmouseenter="toggleCard($('#nn'))" onmouseleave="toggleCard($('#nn'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="NN" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
       </div>
 +
      <div onmouseenter="toggleCard($('#nn'))" onmouseleave="toggleCard($('#nn'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="NN" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
 
 +
      <div onmouseenter="toggleCard($('#nn'))" onmouseleave="toggleCard($('#nn'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="NN" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
      <div onmouseenter="toggleCard($('#nn'))" onmouseleave="toggleCard($('#nn'))" class="ui card">
 +
          <div class="image">
 +
            <img src="https://scontent.xx.fbcdn.net/v/t31.0-8/19620192_1330888160294409_2188843335813625575_o.jpg?oh=69121d1a6ff668899a5c1ab4d0039730&oe=59F6976C">
 +
          </div>
 +
        <div class="content">
 +
          <p class="header">Pattrick Wilke</p>
 +
          <div class="meta">
 +
            <span class="date">Masters Biochemistry (TUM)</span>
 +
          </div>
 +
          <div class="description" >
 +
          <div class="mydescription" id="NN" >
 +
            <div class="threeDots-container">
 +
              <img alt ="three dots" src="https://static1.squarespace.com/static/5654cf16e4b00b463710ff91/t/56568104e4b0509ba9df9296/1448509701389/?format=750w">
 +
            </div>
 +
            <p>
 +
            He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.
 +
            </p>
 +
          </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
 
 +
 
 
     </div>
 
     </div>
    <div class="description" >
 
    <div class="mydescription" id="Benedikt" >
 
    <p class="hola">
 
      Our youngest member and official paparazzi of Team Munich 2017. He is currently in the 4th semester of the Bachelor in Biology at LMU and begins to find the scientist in himself. However, this doesn’t hold him back from doing artsy stuff besides being in the lab. For that reason, he is in charge of the media and photography in our team. He designed not only our awesome project logo but also learned how to make videos just for the sake of the team!
 
      </p>
 
  
     
 
    </div>
 
 
   </div>
 
   </div>
</div>
 
</div>
 
  
 +
 +
</section>
 +
 +
<section class ="footer text-center">
 +
 +
  <a href="https://www.facebook.com/Munich.iGEM/">
 +
    <i class= "icon facebook huge icons"> </i>
 +
  </a>
 +
  <a href="https://www.instagram.com/igem.munich.2017/">
 +
    <i class= "icon instagram huge icons"> </i>
 +
  </a> 
 +
  <a href ="mailto:igem.munich@gmail.com">
 +
    <i class= "icon mail huge icons"> </i>
 +
  </a>
 +
 +
</section>
  
 
<script type="text/javascript">
 
<script type="text/javascript">
function expand(object){
 
object.css("-webkit-mask-image","initial");
 
object.animate({
 
  
height: object.children("p").css("height")
 
  
},500, function(){
+
$(".card").click(function(){
+
  
});
+
  $(this).toggleClass("locked");
} //Expand function. Takes the object and gradually changes its height to match that of its inner paragraph.
+
  
 +
}); //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: object.children("p").css("height")
 +
 +
          },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();
 +
 +
        }
 +
       
 +
 +
        });     
 +
     
 +
      }
 +
 +
  }
 +
       
 +
} //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.
 +
 +
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>
 
</script>
  
  
 +
 +
</body>
 
</html>
 
</html>

Revision as of 19:52, 21 July 2017

Team picture

We are a team of 17 students, 5 instructors, and 2 PIs, based in Munich and representing the Technical University of Munich (TUM), Ludwig Maximilian University of Munich (LMU), and the Max Planck Institute for Biochemistry. Most of our student members are majoring in Biochemistry, Biotechnology and Biology, but we also have two in Bioinformatics and one in Biophysics. We are a team of 17 students, 5 instructors, and 2 PIs, based in Munich and representing the Technical University of Munich (TUM), Ludwig Maximilian University of Munich (LMU), and the Max Planck Institute for Biochemistry. Most of our student members are majoring in Biochemistry, Biotechnology and Biology, but we also have two in Bioinformatics and one in Biophysics. We are a team of 17 students, 5 instructors, and 2 PIs, based in Munich and representing the Technical University of Munich (TUM), Ludwig Maximilian University of Munich (LMU), and the Max Planck Institute for Biochemistry. Most of our student members are majoring in Biochemistry, Biotechnology and Biology, but we also have two in Bioinformatics and one in Biophysics.

Students

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.

Supervisors

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.

Pattrick Wilke

Masters Biochemistry (TUM)
three dots

He is currently in the Master in Biochemistry at TUM and is part of our Wet Lab Team. After spending too much time in the lab he has developed some side effects: he turned into a pipetting-robot and started to perceive reality in terms of incubation times. While he waits for the experiments to be done, he likes to play table football with Julian (you will know about him soon). Also, his laugh is very contagious.