Difference between revisions of "Team:Freiburg/testpage"

Line 1: Line 1:
 +
{{Freiburg/CSS}}
 +
{{Freiburg/Menubar}}
 +
 +
{{Freiburg/wiki_content_start}}
 
<html>
 
<html>
 +
 
<style>
 
<style>
/* ============= Resetting css coming from wiki itself ============= */
+
/*========= BEGIN: style for navigation bar ==========*/
body {
+
#project {
    font: sans-serif;
+
     background: url(https://static.igem.org/mediawiki/2015/d/da/Freiburg_icon_project_active_yellow.png) no-repeat;
    color: #000;
+
    margin: 0px;
+
    padding: 0px;
+
     background-color: #AAA;
+
line-height: 1.8;
+
 
}
 
}
  
a {
+
#project a {
     color: #002BB8;
+
     color: #ecdc18;
    text-decoration: none;
+
    background: transparent none repeat scroll 0% 0%;
+
 
}
 
}
  
p {
+
#runningchip {
     margin: 0.4em 0px 0.5em;
+
     left: 18.6%;
    line-height: 1.5em;
+
 
}
 
}
 +
/*========= END: style for navigation bar ==========*/
 +
 +
 +
/*  STYLE FOR LIGHTBULB-SLIDER */
  
#globalWrapper {
+
#lightbulb{
    position: absolute;
+
  position: absolute;
    font-size: 150%;
+
  -webkit-transform: scale(0.5);
    width: 100%;
+
  transform: scale(0.5);
    margin: 0px;
+
  top: 230px;
    padding: 0px 0px 0px;
+
  left: -55px;
 +
  z-index: 200;
 
}
 
}
  
#mainContainer {
+
#red,
margin: 0;
+
#redsmall,
width: 100%;
+
#blue,
 +
#green{
 +
  position: absolute;
 +
  bottom: -500px;
 
}
 
}
  
#top_menu_under {
+
#red{
    position: relative;
+
  top: 25px;
    width: 100%;
+
  left:120px;
    height: 16px;
+
  position: absolute;
    border-bottom: 2px solid #000;
+
 
}
 
}
  
#top_menu_14 {
+
#blue{
    position: fixed;
+
  bottom: 160px;
    width: 100%;
+
  left: 25px;
    top: 0px;
+
  position: absolute;
    left: 0px;
+
    height: 16px;
+
    background-color: #383838;
+
    border-bottom: 2px solid #000;
+
    z-index: 9999;
+
 
}
 
}
  
 +
#redsmall{
 +
  bottom: 115px;
 +
  left: 110px;
 +
  position: absolute;
 +
}
  
#top_menu_inside {
+
#green{
    display: block;
+
  top: 10px;
    position: relative;
+
  left: 10px;
    width: 900px;
+
  position: absolute;
    height: 100%;
+
    margin: 0px auto;
+
    padding: 0px 10px;
+
    border-left: 1px solid #C8C8C8;
+
    border-right: 1px solid #C8C8C8;
+
    font-family: "arial",sans-serif;
+
    font-size: 12px;
+
    font-weight: 400;
+
    color: #FFF;
+
 
}
 
}
  
 
+
#red_on{
 
+
  top: 25px;
#content {
+
  left:120px;
    position: relative;
+
  position: absolute;
    width: 100%;
+
  display: none;
    margin: 0;
+
    padding: 0;
+
    background: #FFF none repeat scroll 0% 0%;
+
    color: #000;
+
    border-left: 0;
+
    border-right: 0;
+
  /* line-height: 0; */
+
    z-index: 2;
+
 
+
 
+
 
}
 
}
  
.visualClear {
+
#blue_on{
    clear: both;
+
  bottom: 160px;
 +
  left: 25px;
 +
  position: absolute;
 +
  display: none;
 
}
 
}
  
 
+
#redsmall_on{
/* ============= END: Resetting css coming from wiki itself ============= */
+
  bottom: 115px;
 
+
  left: 110px;
 
+
  position: absolute;
/* ============= Declare Fonts for non-Windows machines ============= */
+
  display: none;
 
+
 
+
@font-face {
+
    font-family: Candara;
+
    src: url(https://static.igem.org/mediawiki/2015/6/6c/Freiburg_Candara.ttf) format('truetype');
+
 
+
 
}
 
}
  
@font-face {
+
#green_on{
    font-family: Candara;
+
  top: 10px;
    src: url(https://static.igem.org/mediawiki/2015/8/89/Freiburg_Candarab.ttf)  format('truetype');
+
  left: 10px;
    font-weight: bold;
+
  position: absolute;
    font-style: normal;
+
  display: none;
}
+
@font-face {
+
    font-family: Candara;
+
    src: url(https://static.igem.org/mediawiki/2015/3/3e/Freiburg_Candarai.ttf)  format('truetype');
+
  font-weight: normal;
+
  font-style: italic;
+
 
}
 
}
  
/* ============= END: Declare Fonts for non-Windows machines  ============= */
 
  
 +
/* code adapted from http://www.smashingmagazine.com/2012/04/pure-css3-cycling-slideshow/*/
  
 
+
#slider {
/* ============= CSS for Menubar ============= */
+
  background: #f9f9f9;
 
+
  height: 500px;
#menubar {
+
  width: 900px;
    font-size: 16px;
+
  overflow: visible;
background-color: #5781bd;
+
  position: relative;
display: table;
+
width: 100%;
+
height: 70px;
+
border-collapse: collapse;
+
border: none;
+
 
+
 
}
 
}
  
/*The sub (and subsubs) items of the menu*/
+
/* hides everything outside the slider box */
#menubar ul li ul li{
+
#mask {
width: 200px;
+
  overflow: hidden;
height: 30px;
+
  height: 500px;
margin-top: 2px;
+
 
}
 
}
/*The first (horizontal) line of menu items*/
 
#menubar > ul{
 
  
position: relative;
+
/* initialize position for positioning slides outside the slider */
margin-top: 25;
+
#slider ul {
left: 50%;
+
  margin: 0;
display: block;
+
  padding: 0;
transform: translate(-50%,0%);
+
  position: relative;
 
}
 
}
  
#menubar ul ul {
+
/* define image properties and position them outside the slider mask */
background-color: #5781bd;
+
#slider li {
display: none;
+
  width: 900px; /* Width slide */
position: absolute;
+
  height: 500px; /* Height slide */
margin-left: 0px;
+
  position: absolute;
float: left;
+
  right: 0; /* Original Position - Outside of the Slider */
margin-top:0px;
+
  list-style: none;
}
+
#menubar ul ul li{
+
display: block;
+
margin-left: 0px;
+
 
}
 
}
  
#menubar ul li {
 
width: 100px;
 
display: table-cell;
 
font-family: "Candara","Arial";
 
}
 
  
#menubar ul a{
+
#first,
text-decoration: none;
+
#second,
color: #FFFFFF;
+
#third,
font-style: bold;
+
#fourth{
text-align: left;
+
  left: -1000px;
 +
  -ms-transition: tranform 1s ease;
 +
  -webkit-transition: transform 1s ease;
 +
  transition: transform 1s ease;
 +
  font-size: 100%;
 
}
 
}
  
#menubar ul a:visited{
+
#first{left: 0;}
display: block;
+
#third{z-index : -100;}
text-decoration: none;
+
#fourth{z-index: -100; left: 1000px;}  
color: #FFFFFF;
+
#green{display: none;}
font-style: bold;
+
#green_on{display: inline}
}
+
#menubar ul li:hover > ul{
+
color: #EEEE00;
+
display: block;
+
padding-top: 0px;
+
padding-left: 20px;
+
}
+
#menubar ul li:hover{
+
color: #EEEE00;
+
}
+
  
/* ============= END: CSS for Menubar ============= */
+
.container{
 
+
/* ============= Important Site setup ============= */
+
 
+
 
+
.content_background_wrapper{
+
 
+
position: relative;
+
background-color: #f9f9f9;
+
overflow:hidden;
+
 
+
}
+
.central_position_wrap{
+
float: left;
+
max-width: 1000px;
+
    float: left;
+
 
     position: relative;
 
     position: relative;
     left: 50%;
+
     height: 500px;
 +
    margin: 3% 0;
 +
    width: 1000px;
 
}
 
}
  
.page_content{
+
#buttonleft {
display:block;
+
  z-index: 200;
float: left;
+
  position: absolute;
    position: relative;
+
  top: 190px;
    left: -50%;
+
  left: 0;
 
}
 
}
  
/* ============= END: Important Site setup ============= */
+
#buttonright{
 
+
  z-index: 200;
 
+
  position: absolute;
 
+
  right: 0;
 
+
  top: 190px;
 
+
}
 
+
 
+
/* ============= Text Styling ============= */
+
  
.page_content{
+
#buttonleft img,
color: #757575;
+
#buttonright img{
font-family: "Candara", "Arial";
+
  width: 50px;
font-style: normal;
+
font-size: 16px;
+
line-height: 1.8;
+
 
}
 
}
  
/* ============= END: Headline Styling ============= */
+
#content-slider{
h1, h2, h3{
+
  position: absolute;
color: #c1002a;
+
  top:0;
 +
  left:50px
 
}
 
}
  
  
 
+
#buttonright:hover,
/* ============= Full Width Banners  ============= */
+
#buttonleft:hover{
#banner_home{
+
   cursor: pointer;
margin:0;
+
   cursor: hand;
padding: 0px;
+
background-image: url("../wiki/images/8/89/Freiburg_frontpage_banner.jpg");
+
background-repeat: no-repeat;
+
background-size:  cover;
+
width: 100%;
+
height: 400px;
+
}
+
#banner_team{
+
margin:0;
+
padding: 0px;
+
background-image: url("../wiki/images/e/e7/FreiburgTeam2015.jpg");
+
background-repeat: no-repeat;
+
background-size:   cover;
+
width: 100%;
+
height: 400px;
+
}
+
#banner_labjournal{
+
margin:0;
+
padding: 0px;
+
background-image: url("https://static.igem.org/mediawiki/2015/d/dc/Labjournal.jpg");
+
background-repeat: no-repeat;
+
background-size:   cover;
+
width: 100%;
+
height: 400px;
+
 
}
 
}
  
/* ============= END: Full Width Banners  ============= */
+
.container{
/*
+
  position: relative;
---------------- Our Team Flipcards css ----------------
+
*/
+
.flippanel {
+
    width: 227px;
+
    height: 341px;
+
    margin: auto;
+
    position: relative;
+
 
}
 
}
  
.card {
+
.artboard{
     width: 227px;
+
     box-sizing: border-box;
    height: 341px;
+
}
    -o-transition: all .5s;
+
    -ms-transition: all .5s;
+
    -moz-transition: all .5s;
+
    -webkit-transition: all .5s;
+
    transition: all .5s;
+
    -webkit-backface-visibility: hidden;
+
    -ms-backface-visibility: hidden;
+
    -moz-backface-visibility: hidden;
+
    backface-visibility: hidden;
+
    position: absolute;
+
    top: 0px;
+
    left: 0px;
+
}
+
  
.front {
+
.sliderimage{
    z-index: 2;
+
  float: right;
 +
  margin: 3% 75px 3% 25px;
 +
  width: 350px
 
}
 
}
  
.back {
+
.slidertext{
overflow: auto;
+
  margin: 3% 25px 0 75px;
    z-index: 1;
+
  width: 350px;
    -webkit-transform: rotateY(180deg);
+
  text-align: justify;
    -ms-transform: rotateY(180deg);
+
  line-height: 1;
    -moz-transform: rotateY(180deg);
+
  float: left;
    transform: rotateY(180deg); 
+
 
+
 
}
 
}
  
.flippanel:hover .front {
+
.slidertext h1{
    z-index: 1;
+
  text-align: left;
    -webkit-transform: rotateY(-180deg);
+
    -ms-transform: rotateY(-180deg);
+
    -moz-transform: rotateY(-180deg);
+
    transform: rotateY(-180deg);
+
 
}
 
}
  
.flippanel:hover .back {
+
.slidertext p{
    z-index: 2; 
+
margin-bottom: 0;
    -webkit-transform: rotateX(0deg);
+
    -ms-transform: rotateX(0deg);
+
    -moz-transform: rotateX(0deg);
+
    transform: rotateX(0deg);
+
}
+
.memberPicture{
+
width: 227px;
+
height: 341px;
+
 
}
 
}
  
.profile-name {
+
.slidertext.indent{
font-size: 120%;
+
  margin-left: 15%;
color: #c1012a;
+
  margin-top: 0;
font-style: bold;
+
  width: 290px;
}
+
.profile-question{
+
color: #004c97;
+
 
}
 
}
  
.flippanel_row{
+
.dummy-image{
margin-top: 25px;
+
  background-color: black;
display: flex;
+
  height: 400px;
 +
  width: 350px;
 
}
 
}
/*
 
---------------- END Our Team Flipcards css ----------------
 
*/
 
 
  
 
</style>
 
</style>
<nav id="menubar">
 
<ul>
 
<li><a href="https://2015.igem.org/Team:Freiburg">Overview</a></li>
 
<li><a href="https://2015.igem.org/Team:Freiburg/Team">Our Team</a>
 
<li><a href="https://2015.igem.org/Team:Freiburg/Results">Results</a>
 
<ul>
 
<li><a href="#">Summary</a></li>
 
<li><a href="#">Biobricks</a></li>
 
<li><a href="#">Surface Chemistry</a></li>
 
<li><a href="#">Cloning</a></li>
 
<li><a href="#">iRIf</a></li>
 
<li><a href="#">Modeling</a></li>
 
<li><a href="#">Cell-free Expression</a></li>
 
</ul>
 
</li>   
 
  <li><a href="https://2015.igem.org/Team:Freiburg/Notebook">Notebook</a>
 
    <ul>
 
<li><a href="https://2015.igem.org/Team:Freiburg/Protocols">Protocols</a></li>
 
<li><a href="https://2015.igem.org/Team:Freiburg/Labjournals">Labjournals</a>
 
<ul>
 
<li><a href="https://2015.igem.org/Team:Freiburg/Labjournals/cell_free">Cell-free Expression</a></li>
 
<li><a href="https://2015.igem.org/Team:Freiburg/Labjournals/cloning">Cloning</a></li>
 
<li><a href="https://2015.igem.org/Team:Freiburg/Labjournals/surchem">Surface Chemistry</a></li>
 
<li><a href="https://2015.igem.org/Team:Freiburg/Labjournals/irif">iRIf</a></li>
 
</ul>
 
</li>
 
</ul>
 
</li>
 
</ul>
 
</nav>
 
  
<div id="banner_team">
 
</div>
 
 
<div class="content_background_wrapper">
 
<div class="central_position_wrap">
 
 
<div class="page_content">
 
 
</html>
 
 
== Team Freiburg 2015 ==
 
This year’s iGEM team consists of 19 students from many distinct scientific fields including chemistry, physics, biology, informatics and medicine. Our team is supervised by Jun. Prof. Maximilian Ulbrich and Dr. Nicole Gensch, both being part of the scientific staff of the BIOSS Centre for Biological Signalling Studies. We also get advice and support from some former iGEM participants who are sharing their experiences and knowledge with us.
 
  
 
<html>
 
<html>
<div class="flippanel_row">
 
  
<div class="flippanel">
+
<script>
    <div class="front card">
+
$(document).ready(function(){
  
    <img src="https://static.igem.org/mediawiki/2015/c/ca/Freiburg_Julian_Bender.jpg" class=memberPicture id="Julian Bender" alt="Julian Bender iGEM 2015 Team"></img>
+
    var distance = 2;
    </div>
+
    // see: http://atomicrobotdesign.com/blog/web-development/how-to-disable-a-button-until-a-jquery-animation-has-finished/ //
    <div class="back card"
+
    // bind the button to the function, so it can be unbound in the code and the button isnt clickable any more //
<div class="profile-name">Julian Bender (23)</div>
+
    $("#buttonleft").bind("click", moveleft);
Biology, Biochemistry & Biophysics
+
function moveleft(e) {
<div class="profile-question">Why do I participate in iGEM</div>
+
// unbind the button //
Interdisciplinary work on a challenging project
+
$("#buttonleft").unbind();
<div class="profile-question">What would I have studied else</div>
+
console.log("Click "+distance);
Chemistry or Informatics
+
<div class="profile-question">Hobbies (before iGEM)</div>
+
bassoon, cooking, jogging, swimming, reading
+
<div class="profile-question">Song I would take with me to a desolate island</div>
+
Julius Roentgen - Bassoon sonata
+
    </div>
+
</div>
+
  
<div class="flippanel">
+
if (distance == 1) {
    <div class="front card">
+
console.log("Distance: "+distance);
 +
$('#first').css({"transform": "translateX(0)", "-webkit-transform": "translateX(0)", "-ms-transform": "translateX(0)"});
 +
    $('#second').css({"z-index": "100"});
 +
    $('#third').css({"z-index": "-100", "transform": "translateX(0)", "-webkit-transform": "translateX(0)", "-ms-transform": "translateX(0)"});
 +
    $('#fourth').css({"transform": "translateX(0)", "-webkit-transform": "translateX(0)", "-ms-transform": "translateX(0)"});
 +
    $('#redsmall').css({"display": "inline"});
 +
    $('#green').css({"display": "none"});
 +
    $('#redsmall_on').css({"display": "none"});
 +
    $('#green_on').css({"display": "inline"});
 +
    distance = 2;
 +
}
  
    <img src="https://static.igem.org/mediawiki/2015/6/68/Freiburg_Sabine_Bognar.jpg" class=memberPicture id="Sabine Bognar" alt="Sabine Bognar iGEM 2015 Team"></img>
+
else if (distance ==2) {
    </div>
+
console.log("Distance: "+distance);
    <div class="back card"
+
$('#first').css({"transform": "translateX(1000px)", "-webkit-transform": "translateX(1000px)", "-ms-transform": "translateX(1000px)"});
<div class="profile-name">Sabine Bognar (23)</div>
+
    $('#second').css({"transform": "translateX(1000px)", "-webkit-transform": "translateX(1000px)", "-ms-transform": "translateX(1000px)"});
Chemistry
+
    $('#third').css({"z-index": "100"});
 +
    $('#fourth').css({"z-index": "-100", "transform": "translateX(-2000px)", "-webkit-transform": "translateX(-2000px)", "-ms-transform": "translateX(-2000px)", "-webkit-transform": "translateX(-2000px)", "-ms-transform": "translateX(-2000px)"});
 +
    $('#green').css({"display": "inline"});
 +
    $('#red').css({"display": "none"});
 +
    $('#green_on').css({"display": "none"});
 +
    $('#red_on').css({"display": "inline"});
 +
    distance = 3;
 +
}
  
<div class="profile-question">What would I have studied else</div>
+
else if (distance ==3) {
Economics & Spanish
+
console.log("Distance: "+distance);
<div class="profile-question">Hobbies (before iGEM)</div>
+
$('#first').css({"z-index": "-100", "transform": "translateX(-1000px)", "-webkit-transform": "translateX(-1000px)", "-ms-transform": "translateX(-1000px)", "-webkit-transform": "translateX(-1000px)", "-ms-transform": "translateX(-1000px)"});
dancing, cakes and pastry, foreign languages,swimming and more dancing
+
    $('#second').css({"transform": "translateX(2000px)", "-webkit-transform": "translateX(2000px)", "-ms-transform": "translateX(2000px)", "-webkit-transform": "translateX(2000px)", "-ms-transform": "translateX(2000px)"});
</div>
+
    $('#third').css({"transform": "translateX(1000px)", "-webkit-transform": "translateX(1000px)", "-ms-transform": "translateX(1000px)"});
</div>
+
    $('#fourth').css({"z-index": "100"});
 +
    $('#red').css({"display": "inline"});
 +
    $('#blue').css({"display": "none"});
 +
    $('#red_on').css({"display": "none"});
 +
    $('#blue_on').css({"display": "inline"});
 +
    distance = 4;
 +
}
  
 +
else if (distance ==4) {
 +
console.log("Distance: "+distance);
 +
$('#first').css({"z-index": "100"});
 +
    $('#second').css({"z-index": "-100", "transform": "translateX(0)", "-webkit-transform": "translateX(0)", "-ms-transform": "translateX(0)"});
 +
    $('#third').css({"transform": "translateX(2000px)", "-webkit-transform": "translateX(2000px)", "-ms-transform": "translateX(2000px)"});
 +
    $('#fourth').css({"transform": "translateX(-1000px)", "-webkit-transform": "translateX(-1000px)", "-ms-transform": "translateX(-1000px)"});
 +
    $('#blue').css({"display": "inline"});
 +
    $('#redsmall').css({"display": "none"});
 +
    $('#blue_on').css({"display": "none"});
 +
    $('#redsmall_on').css({"display": "inline"});
 +
    distance = 1;
 +
}
  
<div class="flippanel">
+
// see: http://stackoverflow.com/questions/1836105/how-to-wait-5-seconds-with-jquery //
    <div class="front card">
+
// wait until css-animation has finished. time is specified in css-transition property //
 +
setTimeout(function(){
 +
$("#buttonleft").bind("click", moveleft);
 +
}, 1000);
 +
}
  
    <img src="https://static.igem.org/mediawiki/2015/7/70/Freiburg_Illona_Blank.jpg" class=memberPicture id="Illona Blank" alt="Illona Blank iGEM 2015 Team"></img>
 
    </div>
 
    <div class="back card"> 
 
<div class="profile-name">Ilona Blank (25)</div>
 
Biochemistry & Microbiology
 
<div class="profile-question">Why do I participate in iGEM</div>
 
To help with my experience as best I can and again be part of a great synthetic biology project
 
<div class="profile-question">What would I have studied else</div>
 
Chemistry or Psychology
 
<div class="profile-question">Hobbies (before iGEM)</div>
 
photography, cooking, music
 
</div>
 
</div>
 
  
<div class="flippanel">
+
    $("#buttonright").bind("click", moveright);
    <div class="front card">
+
function moveright(e) {
  
    <img src="https://static.igem.org/mediawiki/2015/f/f0/Freiburg_Maurizio_Camagna.jpg" class=memberPicture id="Maurizio Camagna" alt="Maurizio Camagna iGEM 2015 Team"></img>
+
$("#buttonright").unbind();
    </div>
+
console.log("Click "+distance);
    <div class="back card"> 
+
<div class="profile-name">Maurizio Camagna (27)</div>
+
Biology, Computer Science
+
  
<div class="profile-question">Why do I participate in iGEM</div>
+
if (distance == 1) {
Apparently I despise free time
+
$('#first').css({"z-index": "-100"});
<div class="profile-question">What would I have studied else</div>
+
    $('#second').css({"transform": "translateX(2000px)", "-webkit-transform": "translateX(2000px)", "-ms-transform": "translateX(2000px)", "-webkit-transform": "translateX(2000px)", "-ms-transform": "translateX(2000px)"});
Actually i did study something else: Computer Science. But philosophy would be nice
+
    $('#third').css({"z-index": "100","transform": "translateX(1000px)", "-webkit-transform": "translateX(1000px)", "-ms-transform": "translateX(1000px)"});
<div class="profile-question">Hobbies (before iGEM)</div>
+
    $('#fourth').css({"transform": "translateX(-2000px)", "-webkit-transform": "translateX(-2000px)", "-ms-transform": "translateX(-2000px)"});
magnets, plants, foreign languages, drum & bass, <a href="./pong">games</a>
+
    $('#redsmall').css({"display": "inline"});
<div class="profile-question">song I would take with me to a desolate island</div>
+
    $('#blue').css({"display": "none"});
Hybrid Minds - Inner beauty
+
    $('#redsmall_on').css({"display": "none"});
 +
    $('#blue_on').css({"display": "inline"});
 +
    distance = 4;
 +
}
  
    </div>
+
else if (distance ==2) {
</div>
+
console.log("Distance: "+distance);
</div>
+
$('#first').css({"transform": "translateX(-1000px)", "-webkit-transform": "translateX(-1000px)", "-ms-transform": "translateX(-1000px)"});
 +
    $('#second').css({"z-index": "-100"});
 +
    $('#third').css({"transform": "translateX(2000px)", "-webkit-transform": "translateX(2000px)", "-ms-transform": "translateX(2000px)", "-webkit-transform": "translateX(2000px)", "-ms-transform": "translateX(2000px)"});
 +
    $('#fourth').css({"z-index": "100","transform": "translateX(-1000px)", "-webkit-transform": "translateX(-1000px)", "-ms-transform": "translateX(-1000px)"});
 +
    $('#green').css({"display": "inline"});
 +
    $('#redsmall').css({"display": "none"});
 +
    $('#green_on').css({"display": "none"});
 +
    $('#redsmall_on').css({"display": "inline"});
 +
    distance = 1;
 +
}
  
 +
else if (distance ==3) {
 +
console.log("Distance: "+distance);
 +
$('#first').css({"z-index": "100","transform": "translateX(0px)", "-webkit-transform": "translateX(0px)", "-ms-transform": "translateX(0px)"});
 +
    $('#second').css({"transform": "translateX(0)", "-webkit-transform": "translateX(0)", "-ms-transform": "translateX(0)"});
 +
    $('#third').css({"z-index": "-100"});
 +
    $('#fourth').css({"transform": "translateX(0)", "-webkit-transform": "translateX(0)", "-ms-transform": "translateX(0)"});
 +
    $('#red').css({"display": "inline"});
 +
    $('#green').css({"display": "none"});
 +
    $('#red_on').css({"display": "none"});
 +
    $('#green_on').css({"display": "inline"});
 +
    distance = 2;
 +
}
  
 +
else if (distance ==4) {
 +
console.log("Distance: "+distance);
 +
$('#first').css({"transform": "translateX(1000px)", "-webkit-transform": "translateX(1000px)", "-ms-transform": "translateX(1000px)"});
 +
    $('#second').css({"z-index": "100","transform": "translateX(1000px)", "-webkit-transform": "translateX(1000px)", "-ms-transform": "translateX(1000px)"});
 +
    $('#third').css({"transform": "translateX(0)", "-webkit-transform": "translateX(0)", "-ms-transform": "translateX(0)"});
 +
    $('#fourth').css({"z-index": "-100"});
 +
    $('#blue').css({"display": "inline"});
 +
    $('#red').css({"display": "none"});
 +
    $('#blue_on').css({"display": "none"});
 +
    $('#red_on').css({"display": "inline"});
 +
    distance = 3;
 +
}
  
 +
setTimeout(function(){
 +
$("#buttonright").bind("click", moveright);
 +
}, 1000);
 +
}
 +
});
 +
</script>
  
<div class="flippanel_row">
 
<div class="flippanel">
 
    <div class="front card">
 
  
    <img src="https://static.igem.org/mediawiki/2015/5/58/Freiburg_Julia_Donauer.jpg" class=memberPicture id="Julia Donauer" alt="Julia Donauer iGEM 2015 Team"></img>
 
    </div>
 
    <div class="back card"> 
 
<div class="profile-name">Julia Donauer (23)</div>
 
Biology, Biochemistry & Microbiology
 
  
<div class="profile-question">why do I participate in iGEM</div>
+
<div class="container">
working with a young team together for a common aim, with a lot of fun
+
<div id="buttonright">
<div class="profile-question">Hobbies (before iGEM)</div>
+
<img src="https://static.igem.org/mediawiki/2015/b/b3/Freiburg_lightbulb_slider_30.png">
soccer, tennis, jogging, hiking
+
<div class="profile-question">song I would take with me to a desolate island</div>
+
The Bare Necessities [Jungle Book]
+
 
</div>
 
</div>
 +
<div id="buttonleft">
 +
<img src="https://static.igem.org/mediawiki/2015/4/4d/Freiburg_lightbulb_slider_27.png">
 
</div>
 
</div>
 
+
<div id="lightbulb">
<div class="flippanel">
+
<div id="main">
    <div class="front card">
+
<img src="https://static.igem.org/mediawiki/2015/3/31/Freiburg_lightbulb_slider_03.png">
 
+
</div>
    <img src="https://static.igem.org/mediawiki/2015/8/8c/Freiburg_Julian_Eble.jpg" class=memberPicture id="Julian Eble" alt="Julian Eble iGEM 2015 Team"></img>
+
<div id="red">
    </div>
+
<img src="https://static.igem.org/mediawiki/2015/4/40/Freiburg_lightbulb_slider_09.png">
    <div class="back card">
+
</div>
<div class="profile-name">Julian Eble (25)</div>
+
<div id="green">
M.Sc. Biology
+
<img src="https://static.igem.org/mediawiki/2015/2/24/Freiburg_lightbulb_slider_08.png">
 
+
</div>
<div class="profile-question">What would I have studied else</div>
+
<div id="blue">
Music (piano) or sports
+
<img src="https://static.igem.org/mediawiki/2015/a/a7/Freiburg_lightbulb_slider_07.png">
</div>
+
</div>
</div>
+
<div id="redsmall">
 
+
<img src="https://static.igem.org/mediawiki/2015/c/ce/Freiburg_lightbulb_slider_06.png">
<div class="flippanel">
+
</div>
    <div class="front card">
+
<div id="red_on">
 
+
<img src="https://static.igem.org/mediawiki/2015/2/2a/Freiburg_lightbulb_slider_09_yellow.png">
    <img src="https://static.igem.org/mediawiki/2015/3/36/Freiburg_Ramona_Emig.jpg" class=memberPicture id="Ramona Emig" alt="Ramona Emig iGEM 2015 Team"></img>
+
</div>
    </div>
+
<div id="green_on">
    <div class="back card">  
+
<img src="https://static.igem.org/mediawiki/2015/0/0f/Freiburg_lightbulb_slider_08_yellow.png">
<div class="profile-name">Ramona Emig (23)</div>
+
</div>
M.Sc. Biology
+
<div id="blue_on">
 
+
<img src="https://static.igem.org/mediawiki/2015/6/6b/Freiburg_lightbulb_slider_07_yellow.png">
<div class="profile-question">Hobbies (before iGEM)</div>
+
</div>
soccer, reading, my friends
+
<div id="redsmall_on">
<div class="profile-question">song I would take with me to a desolate island</div>
+
<img src="https://static.igem.org/mediawiki/2015/9/91/Freiburg_lightbulb_slider_06_yellow.png">
The Bare Necessities [Jungle Book]
+
</div>
<div class="profile-question">What would I have studied else than what I do?</div>
+
Physiotherapy or something in the field of sports
+
 
+
</div>
+
</div>
+
 
+
<div class="flippanel">
+
    <div class="front card">
+
 
+
    <img src="https://static.igem.org/mediawiki/2015/6/63/Freiburg_Sabrina_Fischer.jpg" class=memberPicture id="Sabrina Fischer" alt="Sabrina Fischer iGEM 2015 Team"></img>
+
    </div>
+
    <div class="back card">
+
<div class="profile-name">Sabrina Fischer (24)</div>
+
M.Sc. Biology
+
 
+
<div class="profile-question">why do I participate in iGEM</div>
+
To become a better scientist
+
<div class="profile-question">hobbies (before iGEM)</div>
+
painting and drawing, cooking
+
<div class="profile-question">signature sentence from others</div>
+
if you need pathos, ask for Sabi
+
<div class="profile-question">What would I have studied else</div>
+
Archeology, Art History
+
</div>
+
 
</div>
 
</div>
 +
  <div id="content-slider">
 +
      <div id="slider">  <!-- Slider container -->
 +
        <div id="mask">  <!-- Mask -->
 +
        <ul>
 +
        <li id="first" class="firstanimation">  <!-- ID for tooltip and class for animation -->
 +
        <div class="artboard">
 +
        <div class="sliderimage">
 +
        <div class="dummy-image"></div>
 +
        </div>
 +
        <div class="slidertext">
 +
        <h1>Building our own device</h1>
 +
        <p>The original measuring device we were using in collaboration with AG Roth is a really expensive machine based on rather simple physics. Therefore, we decided to build our own device in a cost-efficient variant. We performed reliable measurements with it and provide a building plan making label-free proteinarray analysis available for every future iGEM team. </p>
 +
        </div>
 +
        <div class="slidertext indent">
 +
        <p> Want to read <a href="https://2015.igem.org/Team:Freiburg/OwnDevice"> more?</a>
 +
        </p>
 +
        </div>
 +
        </div>
 +
        </li>
 +
        <li id="second" class="secondanimation">
 +
        <div class="artboard">
 +
        <div class="sliderimage">
 +
        <div class="dummy-image"></div>
 +
        </div>
 +
        <div class="slidertext">
 +
        <h1>Communicating science</h1>
 +
        <p>Fast and reliable disease diagnostic is a problem of public interest. For this reason we wanted to know what people think about the idea of the DiaCHIP. Although the DiaCHIP is concerned to synthetic biology, which makes people feel rather uncomfortable according to a survey by Leopoldina (national academy of science), we obtained a lot of positive feedback. </p>
 +
        </div>
 +
        <div class="slidertext indent">
 +
        <p> Want to read <a href="https://2015.igem.org/Team:Freiburg/Practices"> more?</a></p>
 +
        </div>
 +
        </div>
 +
        </li>
 +
        <li id="third" class="thirdanimation">
 +
        <div class="artboard">
 +
        <div class="sliderimage">
 +
        <div class="dummy-image"></div>
 +
        </div>
 +
        <div class="slidertext">
 +
        <h1>Modeling cellfree expression</h1>
 +
        <p>In order to optimize the DiaCHIP for future applications, we modelled the process of cell-free expression and diffusion over time. Making use of xxx parameters and xxx ordinary differential equations, we computed the size of the resulting antigen spots and identified the factors limiting cell-free expression in the DiaCHIP. </p>
 +
        </div>
 +
        <div class="slidertext indent">
 +
        <p> Want to read <a href="https://2015.igem.org/Team:Freiburg/Modeling">more?</a> </p>
 +
        </div>
 +
        </div>
 +
        </li>
 +
        <li id="fourth" class="fourthanimation">
 +
        <div class="artboard">
 +
        <div class="sliderimage">
 +
        <div class="dummy-image"></div>
 +
        </div>
 +
        <div class="slidertext">
 +
        <h1>Measuring our own blood</h1>
 +
        <p>One of the most notable results we obtained was the detection of anti-tetanus antibodies in human blood serum. Using the DiaCHIP, we were able to distinguish serum samples of a person taken before vaccination and three weeks later. As expected, antibody binding events were shown after vaccination, whereas there was no signal before. </p>
 +
        </div>
 +
        <div class="slidertext indent">
 +
        <p> Want to read <a href="https://2015.igem.org/Team:Freiburg/Results">more?</a></p>
 +
        </div>
 +
        </div>
 +
        </li>
 +
    </ul>
 +
        </div>  <!-- End Mask -->
 +
      </div>  <!-- End Slider Container -->
 +
  </div>
 
</div>
 
</div>
  
  
  
<div class="flippanel_row">
+
<div class="content_box">
<div class="flippanel">
+
<!-- Labjournal content goes in here -->
    <div class="front card">
+
  
    <img src="https://static.igem.org/mediawiki/2015/0/01/Freiburg_Nicole_Gensch.jpg" class=memberPicture id="Nicole Gensch" alt="Nicole Gensch iGEM 2015 Team"></img>
+
<h1 class="sectionedit1">Project overview: The DiaCHIP</h1>
    </div>
+
<div class="level1">
    <div class="back card">
+
<div class="image_box left">
<div class="profile-name">Nicole Gensch</div>
+
<img align="left" alt="light bulb sketch" src="https://static.igem.org/mediawiki/2015/2/23/Freiburg_light_bulb_sketch.png" width="100px">
</div>
+
</div>
+
 
+
<div class="flippanel">
+
    <div class="front card">
+
 
+
    <img src="https://static.igem.org/mediawiki/2015/4/49/Freiburg_Rabea_Jesser.jpg" class=memberPicture id="Rabea Jesser" alt="Rabea Jesser iGEM 2015 Team"></img>
+
    </div>
+
    <div class="back card">
+
<div class="profile-name">Rabea Jesser (24)</div>
+
M.Sc. Biology
+
 
+
<div class="profile-question">why do I participate in iGEM</div>
+
Because it´s a great chance to learn a lot both scientifically and personally
+
<div class="profile-question">Hobbies (before iGEM)</div>
+
beachvolleyball, bouldering, travelling & languages
+
<div class="profile-question">signature sentence from others</div>
+
I..uh...dings...you know?!
+
<div class="profile-question">What would I have studied else than what I do?</div>
+
something like renewable energies or interpreter would have been nice, or just a gardener...
+
 
+
</div>
+
</div>
+
 
+
<div class="flippanel">
+
    <div class="front card">
+
 
+
    <img src="https://static.igem.org/mediawiki/2015/9/97/Freiburg_Luisa_Keilholz.jpg" class=memberPicture id="Luisa Keilholz" alt="Luisa Keilholz iGEM 2015 Team"></img>
+
    </div>
+
    <div class="back card">
+
<div class="profile-name">Luisa Keilholz (23)</div>
+
Biochemistry, Biophysics, Economics
+
 
+
<div class="profile-question">Why do I participate in iGEM</div>
+
To be part of a team of young scientist who plan on spending a fun summer while creating the best iGEM project ever!
+
<div class="profile-question">Hobbies (before iGEM)</div>
+
running, travelling, reading, cooking for friends and family
+
<div class="profile-question">What would I have studied else</div>
+
Just economics - I'm glad I didn't
+
<div class="profile-question">Funniest lab disaster</div>
+
accidentally following the shredded jeans trend after an incident with sulfuric acid and that time the first aid protocol had to be executed because I'd gotten a paper cut
+
</div>
+
</div>
+
 
+
<div class="flippanel">
+
    <div class="front card">
+
    <img src="https://static.igem.org/mediawiki/2015/1/11/Freiburg_Daniel_Kokotek.jpg" class=memberPicture id="Daniel Kokotek" alt="Daniel Kokotek iGEM 2015 Team"></img>
+
    </div>
+
    <div class="back card">
+
<div class="profile-name">Daniel Kokotek (25)</div>
+
B.sc Biology
+
 
+
<div class="profile-question">why do I participate in iGEM</div>
+
"an entire summer in the lab? awesome, no allergies!"
+
<div class="profile-question">Hobbies (before iGEM)</div>
+
bouldering, internet
+
<div class="profile-question">signature sentence from others</div>
+
I..uh...dings...you know?!
+
<div class="profile-question">What would I have studied else than what I do?</div>
+
nothing academic: probably something like carpenting or mechanics. or nurse
+
<div class="profile-question">Funniest lab disaster</div>
+
the usual stuff, like adding water to concentrated acids and blowing it up, smearing cancerogenous dye all over me etc. generally lots of things exploded during our organic chemistry course.
+
</div>
+
</div>
+
 
</div>
 
</div>
 
+
<p>
 
+
<!--korrigiert von Philipp05/09/15-->
 
+
The DiaCHIP is an innovative tool to simultaneously  differentially detect antibodies present in blood sera that correspond to infectious diseases. It may greatly simplify broad band screenings, detection of autoimmune diseases and the determination of vaccination status. Essential for our project idea is the combination of on-demand protein synthesis directly in the diagnostic device, that is using a novel and label-free detection system, so simple that it can easily be rebuild and utilized by future iGEM teams.
<div class="flippanel_row">
+
</p>
<div class="flippanel">
+
    <div class="front card">
+
 
+
    <img src="https://static.igem.org/mediawiki/2015/6/63/Freiburg_Stefan_Kr%C3%A4mer.jpg" class=memberPicture id="Stefan Krämer" alt="Stefan Krämer iGEM 2015 Team"></img>
+
    </div>
+
    <div class="back card">
+
<div class="profile-name">Stefan Krämer (24)</div>
+
Biology, Biochemistry & Biophysics
+
 
+
<div class="profile-question">Why do I participate in iGEM</div>
+
I participate as a supervisor to pass on my experience and impressions to other students. Having participated in the iGEM team Freiburg 2013 it is exciting to see the iGEM community from from this very different perspective.
+
<div class="profile-question">Hobbies (before iGEM)</div>
+
Playing my guitar, programming, drinking exquisite green and black tee, learning about entrepreneurship
+
<div class="profile-question">What would I have studied else</div>
+
Chemistry, Physics, Informatics... There are too much interessting fields
+
<div class="profile-question">Funniest lab disaster</div>
+
I spilled a 50 ml tube of DNA loading dye with a lot of bromphenolblue dye in it al over me and the lab...
+
<div class="profile-question">Song I would take with me to a desolate island</div>
+
Hakuna Matata - Lion King
+
</div>
+
</div>
+
 
+
<div class="flippanel">
+
    <div class="front card">
+
 
+
    <img src="https://static.igem.org/mediawiki/2015/5/54/Freiburg_Katharina_Moos.jpg" class=memberPicture id="Katharina Moos" alt="Katharina Moos iGEM 2015 Team"></img>
+
    </div>
+
    <div class="back card">
+
<div class="profile-name">Katharina Moos (24)</div>
+
M.Sc. Bioinformatics & Systems Biology
+
 
+
<div class="profile-question">Why do I participate in iGEM</div>
+
I participate in iGEM because I like to work together with others, to have our own project, and to get a deeper insight into scientific fields other than what I study
+
<div class="profile-question">Hobbies (before iGEM)</div>
+
volleyball, beachvolleyball, drawing, painting, gaming
+
<div class="profile-question">What would I have studied else</div>
+
Maths, Physics or Computer Science
+
<div class="profile-question">signature sentence from others</div>
+
Katha in 2 words? Tinker Bell!
+
</div>
+
</div>
+
 
+
<div class="flippanel">
+
    <div class="front card">
+
 
+
    <img src="https://static.igem.org/mediawiki/2015/7/7c/Freiburg_Julika_Neumann.jpg" class=memberPicture id="Julika Neumann" alt="Julika Neumann iGEM 2015 Team"></img>
+
    </div>
+
    <div class="back card">
+
<div class="profile-name">Julika Neumann (20)</div>
+
B.Sc Molecular Medicine
+
 
+
<div class="profile-question">Why do I participate in iGEM</div>
+
To work on an own project together with many other motivated students from different fields
+
<div class="profile-question">Hobbies (before iGEM)</div>
+
reading, all kinds of sports, music
+
<div class="profile-question">What would I have studied else</div>
+
probably occupational therapy or teaching post
+
<div class="profile-question">Signature sentence from others</div>
+
Heidenei OR "I got 50 gb on Dropbox"
+
</div>
+
</div>
+
 
+
<div class="flippanel">
+
    <div class="front card">
+
 
+
    <img src="https://static.igem.org/mediawiki/2015/6/6f/Freiburg_Simon_Nicklaus.jpg" class=memberPicture id="Simon Nicklaus" alt="Simon Nicklaus iGEM 2015 Team"></img>
+
    </div>
+
    <div class="back card">
+
<div class="profile-name">Simon Nicklaus (23)</div>
+
Biology, Biochemistry & Biophysics
+
 
+
<div class="profile-question">Why do I participate in iGEM</div>
+
To learn how to work as a part of a team on an awesome project
+
<div class="profile-question">Hobbies (before iGEM)</div>
+
reading,gaming, running
+
<div class="profile-question">What would I have studied else</div>
+
engineering or philosophy
+
</div>
+
</div>
+
 
</div>
 
</div>
 
+
<!-- EDIT1 SECTION "Project overview: The DiaCHIP" [1-351] -->
 
+
<div class="floatbox left">
 
+
<h2 class="sectionedit2">Preparing the DiaCHIP</h2>
<div class="flippanel_row">
+
<div class="level2">
<div class="flippanel">
+
<p>
    <div class="front card">
+
<!--korrigiert von Philipp05/09/15-->
 
+
As the DiaCHIP relies on antibody-antigen interactions, the antigens first have to be synthesized and immobilized inside the device. Given that the whole device is a microfluidic system, it was most convenient to do this directly in the flow-chamber, where detection will finally take place.
    <img src="https://static.igem.org/mediawiki/2015/c/cf/Freiburg_G%C3%BCnther_Roth.jpg" class=memberPicture id="Günther Roth" alt="Günther Roth iGEM 2015 Team"></img>
+
The flow-chamber consists of two glass surfaces separated by a gap that can be flushed with liquids. On the one surface DNA molecules, which code for the respective antigens. By flushing a cell-free expression mix into the chamber, the respective antigens are transcribed and translated on-demand. Proteins then diffuse until reaching the second surface that specifically captures the proteins encoded by the immobilized DNA. After several washing steps to remove remaining expression-mix the flow-chamber is coated with the immobilized antigens and ready for detection.  
    </div>
+
</p>
    <div class="back card">
+
<div class="profile-name">Günther Roth (39)</div>
+
Dipl.-Phys. & Dipl.-Biochem., Dr. rer.nat
+
 
+
<div class="profile-question">Why do I participate in iGEM</div>
+
To mentor the students which decided to use our copy technlogy
+
<div class="profile-question">Hobbies (before iGEM)</div>
+
sword fighting, Kendo, chess, painting, dancing, playing with my son (15 month)
+
<div class="profile-question">What would I have studied else</div>
+
Archeology
+
<div class="profile-question">Funniest lab diasaster</div>
+
Dropping and crushing a container with 500 g of Rhodamine, simply staining the whole lab in red. Days of washing, cleaning and UV-light controlling.
+
</div>
+
</div>
+
 
+
<div class="flippanel">
+
    <div class="front card">
+
 
+
    <img src="https://static.igem.org/mediawiki/2015/8/8a/Freiburg_Philipp_Schwenk.jpg" class=memberPicture id="Philipp Schwenk" alt="Philipp Schwenk iGEM 2015 Team"></img>
+
    </div>
+
    <div class="back card">
+
<div class="profile-name">Philipp Schwenk (24)</div>
+
Biology PhD plant physiology
+
 
+
<div class="profile-question">why do I participate in iGEM</div>
+
Give other students the opportunity to profit iGEM as I did.
+
<div class="profile-question">What would I have studied else than what I do?</div>
+
Sound engineer
+
<div class="profile-question">Song I would take with me to a desolate island</div>
+
Mozart KV622 Clarinet Concerto in A Major - 2nd Movement "Adagio"
+
</div>
+
</div>
+
 
+
<div class="flippanel">
+
    <div class="front card">
+
 
+
    <img src="https://static.igem.org/mediawiki/2015/f/ff/Freiburg_Anne_Seifert.jpg" class=memberPicture id="Anne Seifert" alt="Anne Seifert iGEM 2015 Team"></img>
+
    </div>
+
    <div class="back card">
+
<div class="profile-name">Anne Seifert (23)</div>
+
MSc Biology
+
 
+
<div class="profile-question">Why do I participate in iGEM</div>
+
I wanted to take the opportunity to increase my scientific experience by working together with students from various fields, and learning how to plan and carry out larger projects.
+
<div class="profile-question">Hobbies (before iGEM)</div>
+
Reading, hiking, nitting, travelling, bike riding, painting, swimming, music, movies.
+
<div class="profile-question">What would I have studied else</div>
+
Clinical Monitor (Clinical Research Assistant), Stem Cell Research
+
<div class="profile-question">Funniest lab diasaster</div>
+
We once had fertilized eggs in the lab for a practical course. After the course, one was left and I asked if we could further breed it. So it was kept in an incubator until it hatched. We called the chick Urmel-Emma. We had her for about 2 weeks, but she got louder from day to day because she was the only chick in our lab and I couldn't attend her all day long. So in the end I had to give her away, but she now lives with a nice farmer family close to cologne.
+
<div class="profile-question">Song I would take with me to a desolate island</div>
+
Lovesong - Sara Bareilles, but I would rather take more than 1 song
+
</div>
+
</div>
+
 
+
<div class="flippanel">
+
    <div class="front card">
+
 
+
    <img src="https://static.igem.org/mediawiki/2015/a/ad/Freiburg_Maike_Smits.jpg" class=memberPicture id="Maike Smits" alt="Maike Smits iGEM 2015 Team"></img>
+
    </div>
+
    <div class="back card">
+
<div class="profile-name">Maike Smits</div>
+
</div>
+
</div>
+
 
</div>
 
</div>
 
 
 
<div class="flippanel_row">
 
<div class="flippanel">
 
    <div class="front card">
 
 
    <img src="https://static.igem.org/mediawiki/2015/3/3a/Freiburg_Lara_St%C3%BChn.jpg" class=memberPicture id="Lara Stühn" alt="Lara Stühn iGEM 2015 Team"></img>
 
    </div>
 
    <div class="back card">
 
<div class="profile-name">Lara Stühn (24)</div>
 
MSc Biology
 
 
<div class="profile-question">Why do I participate in iGEM</div>
 
To think outside the box, learn how to work together in an interdisciplinary team and have lots of fun with awesome people
 
<div class="profile-question">Hobbies (before iGEM)</div>
 
reading, cooking, jogging
 
<div class="profile-question">Funniest lab diasaster</div>
 
Cleaning up after a looong day of lab work, I accidently set a lot of ethanol on fire... no one was hurt :)
 
</div>
 
</div>
 
 
<div class="flippanel">
 
    <div class="front card">
 
 
    <img src="https://static.igem.org/mediawiki/2015/3/37/Freiburg_Max_Ulbrich.jpg" class=memberPicture id="Max Ulbrich" alt="Max Ulbrich iGEM 2015 Team"></img>
 
    </div>
 
    <div class="back card">
 
<div class="profile-name">Max Ulbrich</div>
 
</div>
 
</div>
 
 
<div class="flippanel">
 
    <div class="front card">
 
 
    <img src="https://static.igem.org/mediawiki/2015/3/30/Freiburg_Ricardo_Oude_Weernink.jpg" class=memberPicture id="Ricardo Oude Weernink" alt="Ricardo Oude Weernink iGEM 2015 Team"></img>
 
    </div>
 
    <div class="back card">
 
<div class="profile-name">Ricardo Oude Weernink (24)</div>
 
Physics
 
 
<div class="profile-question">Why do I participate in iGEM</div>
 
To acquire knowledge in an interesting scientific field
 
<div class="profile-question">Hobbies (before iGEM)</div>
 
badminton, standard dancing, playing keyboard & violin, retro gaming, tasting a good whisky
 
<div class="profile-question">What would I have studied else</div>
 
Still physics, there's no alternative for me
 
<div class="profile-question">Funniest lab diasaster</div>
 
We had two samples for scanning tunneling microscopy: Graphite and gold. For better pictures you can take sellotape, put it on the graphite and rip it off to order the surface. When we unconsciously did the same with the gold probe, the probe was still there but the gold was on the sellotape -> probe completely destroyed
 
<div class="profile-question">Song I would take with me to a desolate island</div>
 
Any song from Jeff Buckley
 
</div>
 
</div>
 
 
<div class="flippanel">
 
    <div class="front card">
 
 
    <img src="https://static.igem.org/mediawiki/2015/f/f4/Freiburg_Nathalie_W%C3%B6ssner.jpg" class=memberPicture id="Nathalie Wössner" alt="Nathalie Wössner iGEM 2015 Team"></img>
 
    </div>
 
    <div class="back card">
 
<div class="profile-name">Nathalie Wössner (23)</div>
 
MSc Chemistry
 
 
<div class="profile-question">Why do I participate in iGEM</div>
 
To work together with an interdisciplinary team on a great and challenging scientific project.
 
<div class="profile-question">Hobbies (before iGEM)</div>
 
music, trumpet, reading, cooking, watch serie
 
<div class="profile-question">What would I have studied else</div>
 
Probably Math or Physics
 
</div>
 
</div>
 
 
</div>
 
</div>
 
+
<!-- EDIT2 SECTION "Preparing the DiaCHIP" [352-1230] -->
 
+
<div class="floatbox right">
 
+
<h2 class="sectionedit3">Measuring</h2>
<div class="flippanel_row">
+
<div class="level2">
<div class="flippanel">
+
<p>
    <div class="front card">
+
<!--korrigiert von Philipp05/09/15-->
 
+
With the iRIf (Abkürzung) system it is possible to record small changes in layer thickness. The binding of an antibody, present in the blood serum flushed through the chamber, to the according antigen increases the local thickness of the protein surface so that interaction events can be measured label-free and in real-time via the change of the optical properties at this spot.
    <img src="https://static.igem.org/mediawiki/2015/5/55/Freiburg_Julia_Zbiegly.jpg" class=memberPicture id="Julia Zbiegly" alt="Julia Zbiegly iGEM 2015 Team"></img>
+
</p>
    </div>
+
<p>
    <div class="back card">
+
But we didn't stop thinking about the device: <a href="https://2015.igem.org/Team:Freiburg/Results">We detected antibodies in our own blood!</a>
<div class="profile-name">Julia Zbiegly (20)</div>
+
</p>
BSc molecular medicine
+
 
+
<div class="profile-question">why do I participate in iGEM</div>
+
In order to get an insight in different fields of science and working in a team, organising an entire project
+
<div class="profile-question">Hobbies (before iGEM)</div>
+
Hiking, Biking, travelling, photography
+
<div class="profile-question">What would I have studied else than what I do?</div>
+
Psychology or French</div>
+
</div>
+
 
</div>
 
</div>
 
+
<div class="tags"><span>
 +
<a class="wikilink1" href="/igem2015/doku.php?id=tag:info&amp;do=showtag&amp;tag=info" rel="tag" title="tag:info">info</a>
 +
</span></div>
 
</div>
 
</div>
 +
<!-- EDIT3 SECTION "Measuring" [1231-] -->
 
</div>
 
</div>
  
</div>
+
 
 +
 
 
</html>
 
</html>
 +
<!-- Labjournal content ends here -->
 +
{{Freiburg/wiki_content_end}}

Revision as of 15:05, 8 September 2015

""

  • Building our own device

    The original measuring device we were using in collaboration with AG Roth is a really expensive machine based on rather simple physics. Therefore, we decided to build our own device in a cost-efficient variant. We performed reliable measurements with it and provide a building plan making label-free proteinarray analysis available for every future iGEM team.

    Want to read more?

  • Communicating science

    Fast and reliable disease diagnostic is a problem of public interest. For this reason we wanted to know what people think about the idea of the DiaCHIP. Although the DiaCHIP is concerned to synthetic biology, which makes people feel rather uncomfortable according to a survey by Leopoldina (national academy of science), we obtained a lot of positive feedback.

    Want to read more?

  • Modeling cellfree expression

    In order to optimize the DiaCHIP for future applications, we modelled the process of cell-free expression and diffusion over time. Making use of xxx parameters and xxx ordinary differential equations, we computed the size of the resulting antigen spots and identified the factors limiting cell-free expression in the DiaCHIP.

    Want to read more?

  • Measuring our own blood

    One of the most notable results we obtained was the detection of anti-tetanus antibodies in human blood serum. Using the DiaCHIP, we were able to distinguish serum samples of a person taken before vaccination and three weeks later. As expected, antibody binding events were shown after vaccination, whereas there was no signal before.

    Want to read more?

Project overview: The DiaCHIP

light bulb sketch

The DiaCHIP is an innovative tool to simultaneously differentially detect antibodies present in blood sera that correspond to infectious diseases. It may greatly simplify broad band screenings, detection of autoimmune diseases and the determination of vaccination status. Essential for our project idea is the combination of on-demand protein synthesis directly in the diagnostic device, that is using a novel and label-free detection system, so simple that it can easily be rebuild and utilized by future iGEM teams.

Preparing the DiaCHIP

As the DiaCHIP relies on antibody-antigen interactions, the antigens first have to be synthesized and immobilized inside the device. Given that the whole device is a microfluidic system, it was most convenient to do this directly in the flow-chamber, where detection will finally take place. The flow-chamber consists of two glass surfaces separated by a gap that can be flushed with liquids. On the one surface DNA molecules, which code for the respective antigens. By flushing a cell-free expression mix into the chamber, the respective antigens are transcribed and translated on-demand. Proteins then diffuse until reaching the second surface that specifically captures the proteins encoded by the immobilized DNA. After several washing steps to remove remaining expression-mix the flow-chamber is coated with the immobilized antigens and ready for detection.

Measuring

With the iRIf (Abkürzung) system it is possible to record small changes in layer thickness. The binding of an antibody, present in the blood serum flushed through the chamber, to the according antigen increases the local thickness of the protein surface so that interaction events can be measured label-free and in real-time via the change of the optical properties at this spot.

But we didn't stop thinking about the device: We detected antibodies in our own blood!