Difference between revisions of "Team:Freiburg/Project/Overview"

 
(31 intermediate revisions by 8 users not shown)
Line 2: Line 2:
 
{{Freiburg/Menubar}}
 
{{Freiburg/Menubar}}
  
{{Freiburg/wiki_content_start}}
+
{{Team:Freiburg/wiki_content_start_bubble}}
 
<html>
 
<html>
  
 
<style>
 
<style>
/*======= BEGIN: General Styling ========*/
 
body {
 
    color: #000;
 
}
 
 
.page_content {
 
    margin-bottom: 0px;
 
}
 
 
.content_box3 {
 
    /*box-shadow: none;*/
 
    overflow: hidden;
 
    background-color: #FFF;
 
    padding: 1% 2% 0% 2%;
 
    border-radius: 30px 60px;
 
    margin-top: 2em;
 
}
 
 
h1 {
 
    text-align: center;
 
}
 
 
.header_box {
 
  display: none;
 
    overflow: hidden;
 
    padding: 2% 0%;
 
    margin: auto;
 
    width: 70%;
 
    text-align: left;
 
    /*background-color: #FFF;
 
    border-radius: 30px 60px;
 
    box-shadow: 1px 1px 10px #888;
 
    -webkit-box-shadow: 1px 1px 10px #888;
 
    -moz-box-shadow: 1px 1px 10px #888;*/
 
}
 
 
.image_box {
 
    margin-bottom 10%;
 
    margin-left: -8%;
 
    margin-top: -10%;
 
    margin-right: -10%;
 
}
 
/*======= END: General Styling ========*/
 
 
  
 
/*========= BEGIN: style for navigation bar ==========*/
 
/*========= BEGIN: style for navigation bar ==========*/
Line 79: Line 35:
 
     padding: 2px 5px 5px 10px;
 
     padding: 2px 5px 5px 10px;
 
     width: 180px;
 
     width: 180px;
     line-height: 16px;
+
     line-height: 22px;
 
     text-align: center;
 
     text-align: center;
 
     /*background-color: #326aab;*/
 
     /*background-color: #326aab;*/
Line 96: Line 52:
 
background-size: 10px 13px;
 
background-size: 10px 13px;
 
}
 
}
 +
 
/*========= END: Linkbutton in slider ============*/
 
/*========= END: Linkbutton in slider ============*/
  
 +
.link_button {
 +
margin: 0px auto;
 +
padding: 0px 5px 0px 10px;
 +
width: 200px;
 +
line-height: 16px;
 +
text-align: center;
 +
background-color: #888;
 +
font-size: 14pt;
 +
border-radius: 2px;
 +
color: #FFF;
 +
opacity: 0.8;
 +
box-shadow: 1px 1px 1px 2px #777;
 +
}
 +
 +
.link_button a:hover {
 +
    text-decoration: underline;
 +
}
 +
 +
.link_button a {
 +
    color: #FFF;
 +
}
 +
 +
.link_button_arrow{
 +
background-image: url("https://static.igem.org/mediawiki/2015/f/ff/Freiburg_submenu_arrow.png");
 +
background-repeat: no-repeat;
 +
background-position: 3% 50%;
 +
background-size: 10px 13px;
 +
}
 +
 +
/*=========BEGIN: General Styles ==========*/
 +
.header_box h1{
 +
  color: #C5162F;
 +
  font-size: 40px;
 +
  margin-bottom: 28px;
 +
  margin-top: 20px;
 +
  line-height: 45px;
 +
  font-weight: 200;
 +
  padding-top: 0px;
 +
  padding-bottom: 0px;
 +
  overflow: visible;
 +
  text-align: center;
 +
}
 +
/*=========END: General Styles===========*/
 +
 +
 +
 +
@media screen and (min-width: 1000px){
  
 
/* code adapted from http://www.smashingmagazine.com/2012/04/pure-css3-cycling-slideshow/*/
 
/* code adapted from http://www.smashingmagazine.com/2012/04/pure-css3-cycling-slideshow/*/
Line 157: Line 161:
 
     position: relative;
 
     position: relative;
 
     height: 500px;
 
     height: 500px;
     margin: 3% 0;
+
     margin: 3% auto;
 
     width: 1000px;
 
     width: 1000px;
 
}
 
}
Line 191: Line 195:
 
   cursor: pointer;
 
   cursor: pointer;
 
   cursor: hand;
 
   cursor: hand;
}
 
 
.container{
 
  position: relative;
 
 
}
 
}
  
Line 206: Line 206:
 
   border: 2px solid rgb(0, 81, 162);
 
   border: 2px solid rgb(0, 81, 162);
 
  }
 
  }
 +
 +
.slidertext p{
 +
  margin-bottom: 0;
 +
}
 +
 +
.slidertext h1 {
 +
    text-align: center;
 +
}
 +
 +
.slidertext.indent{
 +
  clear: both;
 +
  margin-left: 15%;
 +
  margin-top: 0;
 +
  width: 290px;
 +
}
 +
 +
.dummy-image{
 +
  background-color: black;
 +
  height: 400px;
 +
  width: 350px;
 +
}
 +
 +
/* ============= BEGIN: Styling for tree-like structure =============== */
 +
 +
.floatcontainer{
 +
  float: left;
 +
}
 +
 +
.container{
 +
  clear: both;
 +
}
 +
 +
.transparent_container{
 +
  overflow: hidden
 +
}
 +
 +
#content_box1{
 +
  margin-left: 15%;
 +
}
 +
 +
#content_box2{
 +
  margin-right: 15%
 +
}
 +
 +
#content_box3{
 +
  margin-left: 15%;
 +
}
 +
 +
#leftimage img{
 +
  width: 450px;
 +
}
 +
 +
} /* end of media query */
  
 
.sliderimage{
 
.sliderimage{
Line 221: Line 274:
 
}
 
}
  
.slidertext h1{
 
  
}
+
/* ============= END: Styling for tree-like structure =============== */
  
.slidertext p{
+
</style>
  margin-bottom: 0;
+
}
+
  
.slidertext.indent{
+
<script type="text/javascript">
  clear: both;
+
//===================BEGIN:Amazing Bubble Sidebar==========================
  margin-left: 15%;
+
  margin-top: 0;
+
  width: 290px;
+
}
+
  
.dummy-image{
+
$(document).ready(function(){  
   background-color: black;
+
   // CHANGE THE FOLLOWING ATTRIBUTES //
   height: 400px;
+
  var href_text1='https://2015.igem.org/Team:Freiburg/Project/Overview',
   width: 350px;
+
   // Text2 needs no href as it is the actual page //
}
+
  img_url='https://static.igem.org/mediawiki/2015/7/76/Freiburg_icon_project_white_03.png',
 +
   href_text3='https://2015.igem.org/Team:Freiburg/Project/System',
 +
  // Text1 needs no text as it is a pic //
 +
  text2='Project Introduction';
 +
  // Text3 needs no text as its always 'next' //
 +
  // HOLD ON CHANGING THINGS --JABBERWOCK  //
  
</style>
+
  $('#bubble1').attr('href',href_text1);
 +
  $('#bubble1_img').attr('src', img_url);
 +
  $('#bubble3').attr('href',href_text3);
  
 +
  $('#bubble2').text(text2);
 +
});
  
<html>
+
//===================END:Amazing Bubble Sidebar==========================
 +
</script>
  
 
<script>
 
<script>
Line 487: Line 543:
 
</script>
 
</script>
  
<div class="todo_box">
+
<!-- BEGIN Responsive Layout -->
expand text s.t. it leads to system overview <br>
+
 
write appropriate content for slider: should present main subpoints of project in short sentence and link to them
+
<style type="text/css">
</div>
+
 
 +
@media screen and (max-width: 1000px){
 +
  #leftimage{
 +
    display: none;
 +
  }
 +
 
 +
  #buttonleft,
 +
  #buttonright{
 +
    display: none;
 +
  }
 +
 
 +
  .slidertext,
 +
  .sliderimage{
 +
    width: 46%;
 +
    margin: auto 2% auto 2%;
 +
  }
 +
 
 +
  #mask ul{
 +
    margin-left: 0;
 +
  }
 +
  #content_box1,
 +
  #content_box2,
 +
  #content_box3{
 +
      margin-right: 10px;
 +
      margin-left: 10px;   
 +
  }
 +
 
 +
  .transparent_container{
 +
    overflow: visible;
 +
  }
 +
 
 +
  #first,
 +
  #second,
 +
  #third,
 +
  #fourth,
 +
  #fifth,
 +
  #sixth,
 +
  #seventh,
 +
  #eightth {
 +
    left: 0;
 +
    font-size: 100%;
 +
    z-index: 0;
 +
  }
 +
 
 +
}
 +
 
 +
@media screen and (max-width: 600px){
 +
 
 +
  .sliderimage img{
 +
    display: none;
 +
  }
 +
 
 +
  .slidertext {
 +
    width: 96%;
 +
    margin: auto 2% auto 2%;
 +
  }
 +
}
 +
 
 +
</style>
 +
 
 +
<script type="text/javascript">
 +
 
 +
$(document).ready(changesliderclass);
 +
$(window).resize(changesliderclass);
 +
 
 +
function changesliderclass() {
 +
  if ($(window).width() < 1000) {
 +
    console.log('changesliderclass');
 +
    $('#first').attr('class', 'content_box');
 +
    $('#second').attr('class', 'content_box');
 +
    $('#third').attr('class', 'content_box');
 +
    $('#fourth').attr('class', 'content_box');
 +
    $('#fifth').attr('class', 'content_box');
 +
    $('#sixth').attr('class', 'content_box');
 +
    $('#seventh').attr('class', 'content_box');
 +
    $('#eightth').attr('class', 'content_box');
 +
  } else {
 +
    console.log('dont changesliderclass');
 +
    $('#first').removeAttr('class');
 +
    $('#second').removeAttr('class');
 +
    $('#third').removeAttr('class');
 +
    $('#fourth').removeAttr('class');
 +
    $('#fifth').removeAttr('class');
 +
    $('#sixth').removeAttr('class');
 +
    $('#seventh').removeAttr('class');
 +
    $('#eightth').removeAttr('class');
 +
  }
 +
}
 +
 
 +
</script>
 +
 
 +
 
  
 
<div class="header_box">     
 
<div class="header_box">     
<h1>The DiaCHIP - A Versatile Detection System</h1>
+
<h1 class="headerbox">The DiaCHIP - A Versatile Detection System</h1>
 
</div>
 
</div>
  
<div class="image_box left" style="margin-bottom:10%;margin-left:-8%;margin-top:-10%;margin-right:-10%">
+
<div class="float_barrier"></div>
  <img align="left" alt="DiaCHIP_Sabi" src="https://static.igem.org/mediawiki/2015/a/af/Freiburg_DiaCHIP_Sabi.png" height="1430px">
+
</div>
+
  
<div style="width:120%;margin-bottom:22%">
+
<div class="floatcontainer">
<div class="content_box3" style="margin-right:20%;margin-left:30%">
+
<h2>Project Motivation</h2>
+
<p>
+
        Serological tests are a key element in modern medicine. Especially for detection and identification of infectious diseases, performing several blood tests is inevitable. Testing for more than one disease at a time or diagnosing a patient with diffuse symptoms usually requires more than one serological test. Every single test that is performed increases the time of waiting for a result as well as the bill. In case of dangerous infectious diseases every minute until the onset of the appropriate treatment is important for life. What if there was a possibility to combine all this testing in one single chip which is affordable for everyone?
+
</p>
+
</div>
+
  
<div class="content_box3" style="margin-left:38%;margin-right:12%">
+
<div id='leftimage'>
<h2>Detecting Antigen-Antibody Interactions</h2>
+
  <img align="left" alt="DiaCHIP_Sabi" src="https://static.igem.org/mediawiki/2015/a/af/Freiburg_DiaCHIP_Sabi.png" height="1430px">
<p>
+
</div>
  The DiaCHIP is an innovative tool to screen for a broad range of antibodies present in serum. Antibodies serve as indicator for an immune response towards an infectious diseases or a successful vaccination. They also play an important role in the diagnosis of autoimmune diseases. Identifying diseases by detecting disease associated antibodies in a patient's serum is an established method in  <a href="https://2015.igem.org/Team:Freiburg/Design" title="diagnostics_today">modern diagnostics</a>. <br>
+
Based on the very same principle, the DiaCHIP enables to simultaneously screen for multiple diseases at time, thereby reducing time and cost of a diagnosis. Especially the ability to differentiate between life threatening diseases and mild infections within a short time bears the potential to save lives. 
+
</p>
+
</div>
+
  
<div class="content_box3" style="margin-right:25%">
+
<div class="transparent_container">
<h2>The Concept</h2>
+
<div id="content_box1" class="content_box">
<p>
+
<h2>Project Motivation</h2>
  The key feature of the DiaCHIP concept is the combination of on-demand protein synthesis of disease related antigens and a novel method for label-free detection - all this packed into one device. The idea is to overcome challenges commonly found in protein array production and preservation. In addition, results can be obtained in a time- and cost-efficient manner; with a device simple enough to be rebuilt by future iGEM Teams.
+
<p>
</p>
+
    Serological tests are a key element in modern medicine. Especially for detection and identification of infectious diseases, the performance of several blood tests is inevitable. Testing for more than one disease at once or diagnosing a patient with uncertain symptoms usually requires far more than one test. Every single test that is required increases the time of waiting for a precise diagnosis. In case of dangerous infectious diseases every minute until the onset of an appropriate treatment is crucial for the patient's survival. What if there was a possibility to combine all these tests in one single chip which offers a fast diagnosis and is affordable for everyone?
</div>
+
</p>
 +
</div>
 +
</div>
 +
 
 +
 
 +
<div class="transparent_container">
 +
<div id="content_box2" class="content_box">
 +
<h2 style="text-align:left">Detecting Antigen-Antibody Interactions</h2>
 +
<p>
 +
The DiaCHIP is an innovative tool to screen for a broad range of antibodies in serum. Their presence serves as an indicator for an immune response towards an infectious disease or a successful vaccination. They also play an important role in the diagnosis of autoimmune diseases. Identifying diseases by detecting disease associated antibodies in a patient's serum is an established method in modern diagnostics. <br>
 +
Based on the very same principle, the DiaCHIP enables to screen for multiple diseases simultaneously, thereby reducing time and costs of a diagnosis. Especially the ability to differentiate between life threatening diseases and mild infections within a short time bears the potential to save lifes. 
 +
</p>
 +
</div>
 +
</div>
 +
 
 +
<div class="transparent_container">
 +
<div id="content_box3" class="content_box">
 +
<h2>The Concept</h2>
 +
<p>
 +
  The key feature of the DiaCHIP concept is the combination of on-demand protein synthesis and a novel method for label-free detection - all this packed into one device. The idea is to overcome challenges commonly found in protein array production and preservation. By cell-free expression of disease-related antigens, the protein array can be produced right when it is needed. In addition, results can be obtained in a time- and cost-efficient manner using a device simple enough to be rebuilt by future iGEM teams.
 +
</p>
 +
              <div class="link_button link_button_arrow">
 +
                <p><a href="https://2015.igem.org/Team:Freiburg/Project/System" title="System Overview">Step by Step Overview</a></p>
 +
              </div>
 +
</div>
 +
</div>
  
 
</div>
 
</div>
  
 +
<div class="float_barrier"></div>
  
  
Line 548: Line 709:
 
               <div class="slidertext">
 
               <div class="slidertext">
 
                 <h1>The DiaCHIP - System Overview</h1>
 
                 <h1>The DiaCHIP - System Overview</h1>
                 <p>The core of our new diagnostic device are two slides that form a microfluidic chamber. Therein an antigen array can be generated on demand on the bottom slide. By flushing the chamber with a blood sample, binding of antibodies present in the sample is detected with the optical detection method iRIf in real-time.</p>
+
                 <p>The core of our new diagnostic device consists of two slides that form a microfluidic chamber. Therein, an antigen array can be generated on demand by cell-free copying of a DNA template array. By flushing the chamber with a blood sample, antibodies present in the sample bind to corresponding antigens. This interaction is detected in real-time using the optical detection method iRIf.</p>
                 <p style="margin-top:30px">
+
                 <p style="margin-top:10px">
 
               <div class="intro_button menu-arrow">           
 
               <div class="intro_button menu-arrow">           
 
                 <a href="https://2015.igem.org/Team:Freiburg/Project/System" title="System Overview">Step by Step Overview</a>
 
                 <a href="https://2015.igem.org/Team:Freiburg/Project/System" title="System Overview">Step by Step Overview</a>
Line 562: Line 723:
 
             <li id="second" class="secondanimation">
 
             <li id="second" class="secondanimation">
 
               <div class="artboard">
 
               <div class="artboard">
               <div class="sliderimage">
+
               <div class="sliderimage" style="margin-top:12%">
                 <img src="https://static.igem.org/mediawiki/2015/b/b8/Freiburg_Slider-HumanPractice_scaled.png" width="350px">
+
                 <img src="https://static.igem.org/mediawiki/2015/9/94/Freiburg_furture_slider.png" width="350px">
 
               </div>
 
               </div>
 
               <div class="slidertext">
 
               <div class="slidertext">
                 <h1>(2)Future</h1>
+
                 <h1>Outlook</h1>
                 <p></p>
+
                 <p>Our results provide a proof of concept that the functional principle of the DiaCHIP is suitable for antibody detection in complex samples. Although further improvements have to be done in terms of reliablitiy and quantification, various additional applications are conceivable. Representing a way to reduce time and cost required for diagnosing a single patient, the DiaCHIP holds the potential to enhance and enlighten future diagnostics.
              </div>
+
</p>
               <div class="slidertext indent">
+
            <p>
                <p> Want to read <a href="https://2015.igem.org/Team:Freiburg/Practices">more</a>?</p>
+
               <div class="intro_button menu-arrow">        
              </div>
+
                <a href="https://2015.igem.org/Team:Freiburg/Project/Future_Directions" title="Future_Directions">DiaCHIP in the <br>Future</a>
 
               </div>
 
               </div>
 +
                </p>
 
             </li>
 
             </li>
  
Line 578: Line 740:
 
             <li id="third" class="thirdanimation">
 
             <li id="third" class="thirdanimation">
 
               <div class="artboard">
 
               <div class="artboard">
               <div class="sliderimage">
+
               <div class="sliderimage" style="margin:6% auto">
                 <img src="https://static.igem.org/mediawiki/2015/0/0e/Freiburg_Strahlengang.jpg" width="350px">
+
                 <img src="https://static.igem.org/mediawiki/2015/d/db/Freiburg_iRiF_slider.png" width="70%">
 
               </div>
 
               </div>
 
               <div class="slidertext">  
 
               <div class="slidertext">  
                 <h1>(3)Optical Detection</h1>
+
                 <h1>Optical Detection: iRIf</h1>
 
                 <p>One disadvantage of currently available serological tests is the need for secondary labels that allow the detection of disease markers. Making use of an optical method based on the interference of light, the DiaCHIP can detect specific binding events on a protein microarray without further labeling. Read more about this innovative tool and the physics behind it.  
 
                 <p>One disadvantage of currently available serological tests is the need for secondary labels that allow the detection of disease markers. Making use of an optical method based on the interference of light, the DiaCHIP can detect specific binding events on a protein microarray without further labeling. Read more about this innovative tool and the physics behind it.  
 
                 </p>
 
                 </p>
  
                 <p style="margin-top:30px">
+
                 <p style="margin-top:15px">
 
               <div class="intro_button menu-arrow">           
 
               <div class="intro_button menu-arrow">           
                 <a href="https://2015.igem.org/Team:Freiburg/Project/iRIf" title="Optical Detection">Detailed Description</a>
+
                 <a href="https://2015.igem.org/Team:Freiburg/Project/iRIf" title="Optical Detection">iRIf Principle and Physics</a>
 
               </div>
 
               </div>
 
                 </p>
 
                 </p>
Line 604: Line 766:
 
               <div class="slidertext">  
 
               <div class="slidertext">  
 
                 <h1>Surface Chemistry</h1>
 
                 <h1>Surface Chemistry</h1>
                 <p>The production of a customized protein microarray in the DiaCHIP is based on selective immobilization of antigens on a glass slide. Therefore, a specific surface chemistry needs to be established in order to reduce the proportion of unspecific binding of non-target proteins to a minimum.
+
                 <p>The production of a customized protein microarray in the DiaCHIP is based on selective immobilization of antigens on a glass slide. Therefore, a specific surface chemistry was established to reduce the proportion of unspecific binding of non-target proteins to a minimum.
 
                   Read more about the different layer compositions we tested on our way to high specificity.
 
                   Read more about the different layer compositions we tested on our way to high specificity.
 
                 </p>
 
                 </p>
  
                 <p style="margin-top:30px">
+
                 <p style="margin-top:15px">
 
               <div class="intro_button menu-arrow">           
 
               <div class="intro_button menu-arrow">           
 
                 <a href="https://2015.igem.org/Team:Freiburg/Project/Surface_Chemistry" title="Surface Chemistry">Establishing a Specific Surface</a>
 
                 <a href="https://2015.igem.org/Team:Freiburg/Project/Surface_Chemistry" title="Surface Chemistry">Establishing a Specific Surface</a>
Line 621: Line 783:
 
             <li id="fifth" class="fifthanimation">
 
             <li id="fifth" class="fifthanimation">
 
               <div class="artboard">
 
               <div class="artboard">
               <div class="sliderimage">
+
               <div class="sliderimage" style="margin-top:10%">
                 <img src="https://static.igem.org/mediawiki/2015/e/e4/Freiburg_Slider-Eigenblut.png" width="350px">
+
                 <img src="https://static.igem.org/mediawiki/2015/f/f8/Freiburg_ProtPur_slider.png" width="350px">
 
               </div>
 
               </div>
 
               <div class="slidertext">  
 
               <div class="slidertext">  
                 <h1>(5)Protein purification</h1>
+
                 <h1>Protein Purification</h1>
 
                 <p>Protein expression in the DiaCHIP is mediated by cell-free expression. As this is an advanced method dependent on the optimization of many parameters, we got back to conventional protein purification in <i>E. coli</i> for being able to compare the results of both techniques. <br>
 
                 <p>Protein expression in the DiaCHIP is mediated by cell-free expression. As this is an advanced method dependent on the optimization of many parameters, we got back to conventional protein purification in <i>E. coli</i> for being able to compare the results of both techniques. <br>
<a class="wikilink1" href="https://2015.igem.org/Team:Freiburg/Project/Protein_Purification">Read more</a> about the overexpression and purification of several antigenic peptides. 
+
Read more about overexpression and purification of several antigenic peptides. 
                                </p>
+
                </p>
 +
 
 +
                <p style="margin-top:30px">
 +
              <div class="intro_button menu-arrow">         
 +
                <a href="https://2015.igem.org/Team:Freiburg/Project/Protein_Purification" title="Protein Purification">Purification of Antigens</a>
 
               </div>
 
               </div>
              <div class="slidertext indent">
+
                 </p>
                 <p> Want to read <a href="https://2015.igem.org/Team:Freiburg/Results">more?</a></p>
+
 
 
               </div>
 
               </div>
 
               </div>
 
               </div>
Line 639: Line 805:
 
             <li id="sixth" class="sixthanimation">
 
             <li id="sixth" class="sixthanimation">
 
               <div class="artboard">
 
               <div class="artboard">
               <div class="sliderimage">
+
               <div class="sliderimage" style="margin-top:12%">
                 <img src="https://static.igem.org/mediawiki/2015/e/e4/Freiburg_Slider-Eigenblut.png" width="350px">
+
                 <img src="https://static.igem.org/mediawiki/2015/e/eb/Freiburg_cellfreeexpressioninchamber.jpeg" width="350px">
 
               </div>
 
               </div>
 
               <div class="slidertext">  
 
               <div class="slidertext">  
 
                 <h1>Cell-Free Expression</h1>
 
                 <h1>Cell-Free Expression</h1>
                 <p> A key feature of the DiaCHIP is the capability to produce protein arrays on demand via cell-free expression.  
+
                 <p> A key feature of the DiaCHIP is the capability to produce protein arrays on demand via cell-free expression. To reduce the cost of a DiaCHIP measurement, we produced a cell-free expression system based on an <i>E. coli</i> lysate ourselves. This system is also capable of expressing immobilized DNA sequences. See how this sensitive system was established and optimized.  
 
</p>
 
</p>
 +
            <p style="margin-top:30px">
 +
              <div class="intro_button menu-arrow">         
 +
                <a href="https://2015.igem.org/Team:Freiburg/Project/Cellfree_Expression" title="Cell-Free expression">Cell-free Antigen Expression</a>
 
               </div>
 
               </div>
              <div class="slidertext indent">
+
                 </p>
                 <p> Want to read <a href="https://2015.igem.org/Team:Freiburg/Results">more?</a></p>
+
              </div>
+
              </div>
+
 
             </li>
 
             </li>
  
Line 656: Line 822:
 
             <li id="seventh" class="seventhanimation">
 
             <li id="seventh" class="seventhanimation">
 
               <div class="artboard">
 
               <div class="artboard">
               <div class="sliderimage">
+
               <div class="sliderimage" style="margin:10% 60px 3% 25px">
                 <img src="https://static.igem.org/mediawiki/2015/3/3a/Freiburg_pOP_home_scaled.png" width="350px">
+
                 <img src="https://static.igem.org/mediawiki/2015/b/b2/Freiburg_DNAengineering_slider.png" width="350px">
 
               </div>
 
               </div>
 
               <div class="slidertext">  
 
               <div class="slidertext">  
 
                 <h1>DNA Engineering</h1>
 
                 <h1>DNA Engineering</h1>
 
                 <p>Genetic fusion of different antigens and tags is a basic requirement of our project. In order to enable several people to work in parallel we designed a cloning strategy easy to follow and additionally easy to expand for further needs.
 
                 <p>Genetic fusion of different antigens and tags is a basic requirement of our project. In order to enable several people to work in parallel we designed a cloning strategy easy to follow and additionally easy to expand for further needs.
Read more about combining different cloning methods to reduce efforts in <a href="https://2015.igem.org/Team:Freiburg/Methods/Cloning" class="wikilink1">DNA Engineering.</a>
+
Read more about the combination of different cloning methods to reduce efforts in DNA Engineering and the design of an expression vector meeting iGEM requirements.
 
</p>
 
</p>
  
                 <p style="margin-top:10%">
+
                 <p style="margin-top:30px">
 
               <div class="intro_button menu-arrow">           
 
               <div class="intro_button menu-arrow">           
                 <a href="https://2015.igem.org/Team:Freiburg/Methods/Cloning" title="DNA Engineering">Limitations and Solutions</a>
+
                 <a href="https://2015.igem.org/Team:Freiburg/Methods/Cloning" title="DNA Engineering">DNA <br>Engineering</a>
 
               </div>
 
               </div>
 
                 </p>
 
                 </p>
Line 678: Line 844:
 
             <li id="eightth" class="eightthanimation">
 
             <li id="eightth" class="eightthanimation">
 
               <div class="artboard">
 
               <div class="artboard">
               <div class="sliderimage">
+
               <div class="sliderimage" style="margin:10% 60px 3% 25px">
                 <img src="" width="350px">
+
                 <img src="https://static.igem.org/mediawiki/2015/0/0b/Freiburg_ELISA_slider.png" width="350px">
 
               </div>
 
               </div>
 
               <div class="slidertext">  
 
               <div class="slidertext">  
 
                 <h1>Diagnostics Today</h1>
 
                 <h1>Diagnostics Today</h1>
                 <p>Currently used serological tests are available for a broad range of infectious diseases. However, they meet limitations that can be life-saving for some patient groups. The necessity of performing several tests in order to check for more than one disease at once is not only time-consuming but also costly. The DiaCHIP tackles these issues by providing a fast and affordable method for simultaneous testing.
+
                 <p>Currently used serological tests are available for a broad range of infectious diseases. However, they meet limitations that restrict an early onset of appropriate treatments which could be life-saving. The necessity of performing several tests to check for more than one disease is not only time-consuming but also costly. The DiaCHIP tackles these issues by providing a fast and affordable method for simultaneous testing.
 
                 </p>
 
                 </p>
  
Line 700: Line 866:
 
   </div>
 
   </div>
 
</div>
 
</div>
 
 
</html>
 
</html>
 
<!-- Labjournal content ends here -->
 
<!-- Labjournal content ends here -->
 
{{Freiburg/wiki_content_end}}
 
{{Freiburg/wiki_content_end}}

Latest revision as of 21:42, 18 September 2015

""

The DiaCHIP - A Versatile Detection System

DiaCHIP_Sabi

Project Motivation

Serological tests are a key element in modern medicine. Especially for detection and identification of infectious diseases, the performance of several blood tests is inevitable. Testing for more than one disease at once or diagnosing a patient with uncertain symptoms usually requires far more than one test. Every single test that is required increases the time of waiting for a precise diagnosis. In case of dangerous infectious diseases every minute until the onset of an appropriate treatment is crucial for the patient's survival. What if there was a possibility to combine all these tests in one single chip which offers a fast diagnosis and is affordable for everyone?

Detecting Antigen-Antibody Interactions

The DiaCHIP is an innovative tool to screen for a broad range of antibodies in serum. Their presence serves as an indicator for an immune response towards an infectious disease or a successful vaccination. They also play an important role in the diagnosis of autoimmune diseases. Identifying diseases by detecting disease associated antibodies in a patient's serum is an established method in modern diagnostics.
Based on the very same principle, the DiaCHIP enables to screen for multiple diseases simultaneously, thereby reducing time and costs of a diagnosis. Especially the ability to differentiate between life threatening diseases and mild infections within a short time bears the potential to save lifes.

The Concept

The key feature of the DiaCHIP concept is the combination of on-demand protein synthesis and a novel method for label-free detection - all this packed into one device. The idea is to overcome challenges commonly found in protein array production and preservation. By cell-free expression of disease-related antigens, the protein array can be produced right when it is needed. In addition, results can be obtained in a time- and cost-efficient manner using a device simple enough to be rebuilt by future iGEM teams.

  • The DiaCHIP - System Overview

    The core of our new diagnostic device consists of two slides that form a microfluidic chamber. Therein, an antigen array can be generated on demand by cell-free copying of a DNA template array. By flushing the chamber with a blood sample, antibodies present in the sample bind to corresponding antigens. This interaction is detected in real-time using the optical detection method iRIf.

  • Outlook

    Our results provide a proof of concept that the functional principle of the DiaCHIP is suitable for antibody detection in complex samples. Although further improvements have to be done in terms of reliablitiy and quantification, various additional applications are conceivable. Representing a way to reduce time and cost required for diagnosing a single patient, the DiaCHIP holds the potential to enhance and enlighten future diagnostics.

  • Optical Detection: iRIf

    One disadvantage of currently available serological tests is the need for secondary labels that allow the detection of disease markers. Making use of an optical method based on the interference of light, the DiaCHIP can detect specific binding events on a protein microarray without further labeling. Read more about this innovative tool and the physics behind it.

  • Surface Chemistry

    The production of a customized protein microarray in the DiaCHIP is based on selective immobilization of antigens on a glass slide. Therefore, a specific surface chemistry was established to reduce the proportion of unspecific binding of non-target proteins to a minimum. Read more about the different layer compositions we tested on our way to high specificity.

  • Protein Purification

    Protein expression in the DiaCHIP is mediated by cell-free expression. As this is an advanced method dependent on the optimization of many parameters, we got back to conventional protein purification in E. coli for being able to compare the results of both techniques.
    Read more about overexpression and purification of several antigenic peptides.

  • Cell-Free Expression

    A key feature of the DiaCHIP is the capability to produce protein arrays on demand via cell-free expression. To reduce the cost of a DiaCHIP measurement, we produced a cell-free expression system based on an E. coli lysate ourselves. This system is also capable of expressing immobilized DNA sequences. See how this sensitive system was established and optimized.

  • DNA Engineering

    Genetic fusion of different antigens and tags is a basic requirement of our project. In order to enable several people to work in parallel we designed a cloning strategy easy to follow and additionally easy to expand for further needs. Read more about the combination of different cloning methods to reduce efforts in DNA Engineering and the design of an expression vector meeting iGEM requirements.

  • Diagnostics Today

    Currently used serological tests are available for a broad range of infectious diseases. However, they meet limitations that restrict an early onset of appropriate treatments which could be life-saving. The necessity of performing several tests to check for more than one disease is not only time-consuming but also costly. The DiaCHIP tackles these issues by providing a fast and affordable method for simultaneous testing.