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

 
(26 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>
Line 18: Line 18:
 
}
 
}
 
/*========= END: style for navigation bar ==========*/
 
/*========= END: style for navigation bar ==========*/
 +
 +
.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;
 +
}
  
  
Line 93: Line 122:
 
       transition: all ease-in 0.1s;
 
       transition: all ease-in 0.1s;
 
    
 
    
     background-color: rgba(255,255,255, 0.3);
+
     background-color: rgba(255,255,255, 0.5);
 
}
 
}
  
Line 111: Line 140:
 
.link_image{
 
.link_image{
 
     position: relative;
 
     position: relative;
 +
}
 +
 +
.flexbox p{
 +
  margin-bottom: 0;
 
}
 
}
  
Line 118: Line 151:
  
 
<script type="text/javascript">
 
<script type="text/javascript">
 +
//===================BEGIN:Amazing Bubble Sidebar==========================
  
//$(document).ready(resizeslider);
+
$(document).ready(function(){
//$(window).resize(resizeslider);
+
  // CHANGE THE FOLLOWING ATTRIBUTES //
 +
  var href_text1='https://2015.igem.org/Team:Freiburg/Project/Overview',
 +
  // 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/Design',
 +
  // Text1 needs no text as it is a pic //
 +
  text2='Project Overview';
 +
  // Text3 needs no text as its always 'next' //
 +
  // HOLD ON CHANGING THINGS --JABBERWOCK  //
 +
 
 +
  $('#bubble1').attr('href',href_text1);
 +
  $('#bubble1_img').attr('src', img_url);
 +
  $('#bubble3').attr('href',href_text3);
 +
 
 +
  $('#bubble2').text(text2);
 +
});
 +
 
 +
//===================END:Amazing Bubble Sidebar==========================
 +
</script>
 +
<script type="text/javascript">
 +
 
 +
$(window).scroll(resizeslider);
 +
$(window).resize(resizeslider);
  
 
function resizeslider(event){
 
function resizeslider(event){
Line 128: Line 184:
 
         var assembly_height  = assemblyImage.clientHeight;
 
         var assembly_height  = assemblyImage.clientHeight;
 
          
 
          
         var assembly_left_circ = document.getElementById("protpur");
+
         var assembly_DNA_circ = document.getElementById("DNA");
         var assembly_mid_circ = document.getElementById("cellfree");
+
         var assembly_cellfree_circ = document.getElementById("cellfree");
         var assembly_right_circ = document.getElementById("DNA");
+
         var assembly_protpur_circ = document.getElementById("protpur");
 +
        var assembly_surchem_circ = document.getElementById("surchem");
 +
        var assembly_irif_circ = document.getElementById("irif");
 +
 
  
 
         console.log('assembly_width'+assembly_width);
 
         console.log('assembly_width'+assembly_width);
  
         assembly_left_circ.style.left = assembly_width*0.094 + "px";
+
         assembly_DNA_circ.style.left = 380*assembly_width/470 + "px";
         assembly_left_circ.style.top = assembly_height*0.076 + "px";
+
         assembly_DNA_circ.style.top = 0*assembly_height/293 + "px";
  
         assembly_mid_circ.style.left = assembly_width*0.415 + "px";
+
         assembly_cellfree_circ.style.left = 340*assembly_width/470 + "px";
         assembly_mid_circ.style.top = assembly_height*0.381 + "px";
+
         assembly_cellfree_circ.style.top = 90*assembly_height/293 + "px";
  
         assembly_right_circ.style.left = assembly_width*0.811 + "px";
+
         assembly_protpur_circ.style.left = 80*assembly_width/470 + "px";
         assembly_right_circ.style.top = assembly_height*0.712 + "px";
+
         assembly_protpur_circ.style.top = 100*assembly_height/293 + "px";
  
 +
        assembly_surchem_circ.style.left = 230*assembly_width/470 + "px";
 +
        assembly_surchem_circ.style.top = 150*assembly_height/293 + "px";
  
         var diag_left_circ = document.getElementById("irif");
+
         assembly_irif_circ.style.left = 80*assembly_width/470 + "px";
         var diag_mid_circ = document.getElementById("multbind");
+
         assembly_irif_circ.style.top = 215*assembly_height/293 + "px";
        var diag_right_circ = document.getElementById("salmonella");
+
  
        diag_left_circ.style.left = assembly_width*0.145 + "px";
 
        diag_left_circ.style.top = assembly_height*0.661 + "px";
 
 
        diag_mid_circ.style.left = assembly_width*0.544 + "px";
 
        diag_mid_circ.style.top = assembly_height*0.509 + "px";
 
 
        diag_right_circ.style.left = assembly_width*0.811 + "px";
 
        diag_right_circ.style.top = assembly_height*0.712 + "px";
 
 
         $(".circle").css("width", ""+assembly_width/9);  
 
         $(".circle").css("width", ""+assembly_width/9);  
 
         $(".circle").css("height", ""+assembly_width/9);  
 
         $(".circle").css("height", ""+assembly_width/9);  
 
         $(".circle").css("border-radius", "100px");
 
         $(".circle").css("border-radius", "100px");
  
         $('.hovertext').css({"font-size": 120*assembly_width/900 + "%"});
+
         $('.hovertext').css({"font-size": 120*assembly_width/470 + "%"});
 
}
 
}
  
Line 166: Line 218:
  
  
<div class="todo_box">
+
 
1)Insert Link-Button (-->Sabine)<br>
+
2)Rewrite Intro: So far Intro does not introduce the text<br>
+
3)Check the text in general
+
</div>
+
  
 
<div class="content_box">
 
<div class="content_box">
 
        
 
        
<h1>The DiaCHIP : Overview</h1>
+
<h1>The DiaCHIP - Overview</h1>
  
 
<p>
 
<p>
   The DiaCHIP is a diagnostic device that offers the possibility for broadband screening for hundreds of diseases simultaneously. By detecting antibodies which indicate an immune response against infections or a successful vaccination, it can differentiate between a simple fever and life threatening infections, for example. All that is needed for this broadband test is a single drop of a patient's blood. <br>
+
   Our DiaCHIP is a novel diagnostic device that offers the possibility for broadband screening of hundreds of diseases simultaneously. It is made up of an antigen array in a microfluidic chamber and can detect diseases via binding of corresponding antibodies. The antigens are fused to a tag and are produced with a cell-free expression mix, using a DNA array as template. The expressed antigens are arranged in an array structure, using a specific surface to stick them to a glass slide. Binding of antibodies can be detected with an optical method, thus providing the possibility of a label-free and real-time analysis.
The DiaCHIP allows a fast diagnosis and therefore shortens the time till a patient gets the required treatment.
+
 
</p>
 
</p>
  
Line 184: Line 231:
  
 
<div class="flexbox" style="margin-top: 3.5em;">
 
<div class="flexbox" style="margin-top: 3.5em;">
     <div id="Assembling" class="link_image">
+
     <div id="Projectgroups" class="link_image">
 
         <a href="https://2015.igem.org/Team:Freiburg/Project/DNA_Engineering" id="DNA" class="circle"></a>
 
         <a href="https://2015.igem.org/Team:Freiburg/Project/DNA_Engineering" id="DNA" class="circle"></a>
 
         <div class="hovertext" id="DNA_label">DNA Engineering</div>
 
         <div class="hovertext" id="DNA_label">DNA Engineering</div>
Line 218: Line 265:
 
                                                 </a>
 
                                                 </a>
  
                                                 <p><strong>Figure 1: The DiaCHIP is based on antigenic peptides derived from viruses and bacteria.</strong>DNA is immobilized on a silicone slide. These sequences are coding for antigens specific for several pathogens. The antigens are expressed by cell-free expression and immobilized on the glass slide.</p>
+
                                                 <p><strong>Figure 1: The DiaCHIP is based on antigenic peptides derived from viruses and bacteria.</strong> DNA is immobilized on a silicone slide. These sequences are coding for antigens specific for several pathogens. The antigens are expressed by cell-free expression and immobilized on the glass slide.</p>
  
 
                                                 </div>
 
                                                 </div>
Line 228: Line 275:
  
 
<p>
 
<p>
The aim of our DiaCHIP is to screen simultaneously for hundreds of different infectious diseases. We based our system on the detection of antibodies specifically interacting with antigens derived from viruses and bacteria (figure 1). If you get in contact with one of these pathogens your immune system is producing antibodies. These are DNA to the corresponding antigen, which can be detected with the DiaCHIP.  
+
The aim of our DiaCHIP is to screen simultaneously for hundreds of different infectious diseases. We based our system on the <b>detection of antibodies</b> specifically interacting with antigens derived from viruses and bacteria (figure&nbsp;1). The antigens are produced by <b>using a DNA array</b> as template. The binding of antibodies to their corresponding antigens can be detected with a <b>label-free detection</b> method.
Our approach is based on two components: a silicone slide where DNA coding for distinct antigenic peptides is immobilized and a glass slide with a specific surface for the DNA of the expressed antigens. Both are about the size of a microscopy slide and form a microfluidic chamber. By adding blood of a patient, antibodies that might be present in the sample due to a disease bind to the corresponding antigens.
+
 
 +
Our setup is based on two components: a <b>silicone slide</b> where DNA coding for distinct antigenic peptides is immobilized and a <b>glass slide</b> with a <b>specific surface</b> to bind antigens. Both are about the size of a microscopy slide and form a microfluidic chamber. The antigens are expressed on demand by cell-free expression from the DNA array.  
 +
 
 +
 
 
</p>
 
</p>
 
</div>
 
</div>
Line 262: Line 312:
  
 
<p>
 
<p>
To enable the production of a protein array consisting of multiple antigens on demand, their expression is mediated by cell-free expression from a <a href="https://2015.igem.org/Team:Freiburg/Results/protpur"target="_blank">template DNA array</a>. This expression system based on bacterial lysate makes the need for genetically engineered organisms to produce every single antigen redundant.  
+
To enable the production of a <b>protein array</b> consisting of multiple antigens on demand, their expression is mediated by cell-free expression from a <a href="https://2015.igem.org/Team:Freiburg/Results/protpur"target="_blank">template DNA array</a>. This expression system is based on bacterial lysate and makes the need for genetically engineered organisms to produce every single antigen redundant.  
The protein array is generated by flushing <a href="https://2015.igem.org/Team:Freiburg/Results/Cellfree"target="_blank">our cell-free expression mix</a> through the microfluidic setup. Expressing the antigens from the DNA template, the protein array is adaptable to individual requirements exhibiting the same pattern for both arrays.
+
The protein array is generated by flushing <a href="https://2015.igem.org/Team:Freiburg/Results/Cellfree"target="_blank">our cell-free expression mix</a> through the microfluidic setup. Expressed antigens diffuse inside the system and immobilize on the opposite site of the DNA template (figure 2). Expressing the antigens from the DNA template, the protein array is adaptable to individual requirements exhibiting the same pattern for both arrays.
Our system is made up of two slides enabling the antigens to be immobilized on the opposite side of the DNA template inside the microfluidic chamber (figure 2).  
+
 
</p>
 
</p>
 +
 +
<div class="flexbox">
 +
              <div class="link_button link_button_arrow left">
 +
                <p class="left"><a href="https://2015.igem.org/Team:Freiburg/Project/Cellfree_Expression" title="cell-free expression Overview">Details on Cell-Free</a></p>
 +
              </div>
 +
 +
              <div class="link_button link_button_arrow right">
 +
                <p class="right"><a href="https://2015.igem.org/Team:Freiburg/Results/Cellfree" title="System Overview">Cell-Free Results</a></p>
 +
              </div>
 +
</div>
 
</div>
 
</div>
  
Line 271: Line 330:
  
 
<p>
 
<p>
<h2>Step 3: A Specific Surface is Catching the Expressed Protein</h2>
+
<h2>Step 3: A Specific Surface is Binding the Expressed Protein</h2>
  
 
<div class="image_box right">
 
<div class="image_box right">
Line 287: Line 346:
 
                                                 </a>
 
                                                 </a>
  
                                                 <p><strong>Figure 3: Surface protpur.</strong>To prevent unspecific DNA of components of the cell-free expression mix on the glass slide, we established a surface that specifically binds our target proteins, the antigens.</p>
+
                                                 <p><strong>Figure 3: Specific protein immobilization.</strong> To prevent unspecific binding of components of the cell-free expression mix on the glass slide, we established a surface that specifically binds our target proteins, the antigens.</p>
  
 
                                                 </div>
 
                                                 </div>
Line 295: Line 354:
 
</div>
 
</div>
 
</div>
 
</div>
 +
 
</p>
 
</p>
  
 
<p>
 
<p>
After cell-free expression not only our desired antigens are present within the chamber, but also all other components of the cell-free mix including ribosomes, polymerases and amino acids (figure 3).  
+
After cell-free expression not only our desired antigens are present within the chamber, but also all <b>other components</b> of the cell-free mix including ribosomes, polymerases and amino acids (figure 3).  
All these components would bind unspecifically to an activated glass slide, thereby obstructing the DNA of the antigens. We designed our DNA constructs in a way that each antigen can easily be fused to specific tags that enable targeted protpur on a specific surface. Testing different tag systems, we found the Ni-NTA-His-tag system to be working best for our purposes. A basic protocol for this <a href="https://2015.igem.org/Team:Freiburg/Results/Surface"target="_blank">specific surface</a> was optimized by ourselves to reduce unspecific DNA.
+
All these components could <b>bind unspecifically</b> to the glass slide, thereby obstructing the binding of the antigens. To bind proteins specifically, we fused them with affinity tags. We designed our DNA constructs in a way that each antigen can easily be fused to specific tags. Testing different tag systems, we identified the Ni-NTA-His-tag system to be working best for our purposes. (A basic protocol for this <a href="https://2015.igem.org/Team:Freiburg/Results/Surface"target="_blank">specific surface</a> was optimized by us to reduce unspecific binding.)
 +
 
 +
<div class="flexbox">
 +
              <div class="link_button link_button_arrow">
 +
                <p><a href="https://2015.igem.org/Team:Freiburg/Project/Surface_Chemistry">Specific Surfaces</a></p>
 +
              </div>
 +
 
 +
              <div class="link_button link_button_arrow">
 +
                <p><a href="https://2015.igem.org/Team:Freiburg/Results/Surface">Binding on Surface</a></p>
 +
              </div>
 +
</div>
 
</p>
 
</p>
  
Line 305: Line 375:
 
<div class="float_barrier"></div>
 
<div class="float_barrier"></div>
 
<p>
 
<p>
<h2>Step 4: The Measurement of DNA Events</h2>
+
<h2>Step 4: The Measurement of Binding Events</h2>
 
    
 
    
 
<div class="image_box right">
 
<div class="image_box right">
Line 320: Line 390:
 
                                                 </a>
 
                                                 </a>
  
                                                 <p><strong>Figure 4: Optical detection method.</strong> The detection system mainly consists of a camera and an LED and is called <a href="https://2015.igem.org/Team:Freiburg/Project/iRIf"target="_blank">iRIf</a> (imaging Reflectometric Interference). Antigen-Antibody interactions can be detected label-free and in real-time. An optical output of such DNA events is generated by a minimal change in the thickness of the layer on the slide right at the corresponding antigen spot.</p>
+
                                                 <p><strong>Figure 4: Optical detection method.</strong> The detection system mainly consists of a camera and an LED and is called <a href="https://2015.igem.org/Team:Freiburg/Project/iRIf"target="_blank">iRIf</a> (imaging Reflectometric Interference). Antigen-Antibody interactions can be detected label-free and in real-time. An optical output of such binding events is generated by a minimal change in the thickness of the layer on the slide right at the corresponding antigen spot.</p>
 
</div>
 
</div>
  
Line 329: Line 399:
  
 
<p>
 
<p>
  After preparation of the DiaCHIP, a patient’s serum sample can be flushed over the protein array using the same microfluidic system. The DNA of antibodies to the corresponding surface causes a minimal change in the thickness of the layer on the slide right at the corresponding antigen spot. This DNA can be detected label-free and in real-time using a novel technique called <a href="https://2015.igem.org/Team:Freiburg/Project/iRIf"target="_blank">iRIf</a> (imaging Reflectometric Interference) without the need for further labeling. Its core components are a camera, an LED and two lenses.  
+
The binding of antibodies to the corresponding surface causes a minimal <b>change in the thickness</b> of the layer on the slide just at the corresponding antigen spot. This binding can be detected label-free and in real-time using a novel technique called <a href="https://2015.igem.org/Team:Freiburg/Project/iRIf"target="_blank">iRIf</a> (imaging Reflectometric Interference) without the need for further labeling. Its main components are a camera, an LED and two lenses.  
See how we reconstructed the system in a <a href="https://2015.igem.org/Team:Freiburg/Results/Own_Device"target="_blank">low-budget device</a>.
+
See how we reconstructed the system in a low-budget device.
 +
 
 +
<div class="flexbox">
 +
              <div class="link_button link_button_arrow">
 +
                <p><a href="https://2015.igem.org/Team:Freiburg/Project/iRIf" title="Basics behind irif">The Basics behind iRIf</a></p>
 +
              </div>
 +
 
 +
 
 +
              <div class="link_button link_button_arrow">
 +
                <p><a href="https://2015.igem.org/Team:Freiburg/Results/Own_Device" title="Building our device">Building Our Device</a></p>
 +
              </div>
 +
            </div>
 
</p>
 
</p>
  
Line 336: Line 417:
 
<div class="float_barrier"></div>
 
<div class="float_barrier"></div>
 
<p>
 
<p>
<h2>Step 5: Changing Perspectives - Off to our Results </h2>
+
<h2>Step 5: Changing Perspectives - How are Antibody-Antigen Interactions Visualized? </h2>
  
 
<div class="image_box right">
 
<div class="image_box right">
Line 345: Line 426:
 
             </a>
 
             </a>
 
             <div class="thumbcaption">
 
             <div class="thumbcaption">
                 <p><strong>Figure 5: Illustration of the perspective during a measurement.</strong> </p>
+
                 <p><strong>Figure 5: Illustration of the perspective during a measurement.</strong> After the DiaCHIP system was introduced by looking at the chip from the side, the perspective is switched to a top view for studying the results. </p>
 
             </div>
 
             </div>
 
         </div>
 
         </div>
Line 353: Line 434:
  
 
<p>
 
<p>
     When illustrating the basic principle of the DiaCHIP, we mainly looked at it from the side. Now it is time to explore our results and see what we actually achieved. Therefore, it is important to have in mind that you are observing the chip from the camera's position, so basically from the top (figure 5). This persepective remains the same in all the <a href="https://2015.igem.org/Team:Freiburg/Results/Diagnostics">iRIf measurements</a> we are showing in the results section.
+
     When illustrating the basic principle of the DiaCHIP, we mainly looked at it <b>from the side</b>. Now it is time to <a href="https://2015.igem.org/Team:Freiburg/Results">explore our results</a> and see what we actually achieved. Therefore, it is important to have in mind that you are observing the chip from the camera's position, so basically <b>from the top</b> (figure 5). This perspective remains the same in all the <a href="https://2015.igem.org/Team:Freiburg/Results/Diagnostics">iRIf measurements</a> we are showing in the results section.
 
</p>
 
</p>
  
 
<div>
 
<div>
 
<p>
 
<p>
After weeks of optimizing the different components of the DiaCHIP, we are proud to present our <a href="https://2015.igem.org/Team:Freiburg/Results">results</a>. We reached the highlight of our project with the successful <a href="https://2015.igem.org/Team:Freiburg/Results">detection of antibodies in our own blood!</a>
+
After months of engineering and optimizing the different components of the DiaCHIP, we reached the highlight of our project with the successful <a href="https://2015.igem.org/Team:Freiburg/Results">detection of antibodies in our own blood!</a>
 
</p>
 
</p>
 
</div>
 
</div>
 
<a href="">Link zu Results</a>
 
 
  
 
</div> <!-- end level1 -->
 
</div> <!-- end level1 -->

Latest revision as of 01:45, 19 September 2015

""

The DiaCHIP - Overview

Our DiaCHIP is a novel diagnostic device that offers the possibility for broadband screening of hundreds of diseases simultaneously. It is made up of an antigen array in a microfluidic chamber and can detect diseases via binding of corresponding antibodies. The antigens are fused to a tag and are produced with a cell-free expression mix, using a DNA array as template. The expressed antigens are arranged in an array structure, using a specific surface to stick them to a glass slide. Binding of antibodies can be detected with an optical method, thus providing the possibility of a label-free and real-time analysis.

The Backgrounds of the DiaCHIP

Step 1: Basic Setup of the DiaCHIP

Figure 1: The DiaCHIP is based on antigenic peptides derived from viruses and bacteria. DNA is immobilized on a silicone slide. These sequences are coding for antigens specific for several pathogens. The antigens are expressed by cell-free expression and immobilized on the glass slide.

The aim of our DiaCHIP is to screen simultaneously for hundreds of different infectious diseases. We based our system on the detection of antibodies specifically interacting with antigens derived from viruses and bacteria (figure 1). The antigens are produced by using a DNA array as template. The binding of antibodies to their corresponding antigens can be detected with a label-free detection method. Our setup is based on two components: a silicone slide where DNA coding for distinct antigenic peptides is immobilized and a glass slide with a specific surface to bind antigens. Both are about the size of a microscopy slide and form a microfluidic chamber. The antigens are expressed on demand by cell-free expression from the DNA array.

Step 2: Cell-Free Expressed Proteins

Figure 2: The expression of the antigens is achieved by our cell-free expression mix. This mix is based on a bacterial lysate and contains all components required for transcription and translation of the DNA sequences.

To enable the production of a protein array consisting of multiple antigens on demand, their expression is mediated by cell-free expression from a template DNA array. This expression system is based on bacterial lysate and makes the need for genetically engineered organisms to produce every single antigen redundant. The protein array is generated by flushing our cell-free expression mix through the microfluidic setup. Expressed antigens diffuse inside the system and immobilize on the opposite site of the DNA template (figure 2). Expressing the antigens from the DNA template, the protein array is adaptable to individual requirements exhibiting the same pattern for both arrays.

Step 3: A Specific Surface is Binding the Expressed Protein

Figure 3: Specific protein immobilization. To prevent unspecific binding of components of the cell-free expression mix on the glass slide, we established a surface that specifically binds our target proteins, the antigens.

After cell-free expression not only our desired antigens are present within the chamber, but also all other components of the cell-free mix including ribosomes, polymerases and amino acids (figure 3). All these components could bind unspecifically to the glass slide, thereby obstructing the binding of the antigens. To bind proteins specifically, we fused them with affinity tags. We designed our DNA constructs in a way that each antigen can easily be fused to specific tags. Testing different tag systems, we identified the Ni-NTA-His-tag system to be working best for our purposes. (A basic protocol for this specific surface was optimized by us to reduce unspecific binding.)

Step 4: The Measurement of Binding Events

Figure 4: Optical detection method. The detection system mainly consists of a camera and an LED and is called iRIf (imaging Reflectometric Interference). Antigen-Antibody interactions can be detected label-free and in real-time. An optical output of such binding events is generated by a minimal change in the thickness of the layer on the slide right at the corresponding antigen spot.

The binding of antibodies to the corresponding surface causes a minimal change in the thickness of the layer on the slide just at the corresponding antigen spot. This binding can be detected label-free and in real-time using a novel technique called iRIf (imaging Reflectometric Interference) without the need for further labeling. Its main components are a camera, an LED and two lenses. See how we reconstructed the system in a low-budget device.

Step 5: Changing Perspectives - How are Antibody-Antigen Interactions Visualized?

Figure 5: Illustration of the perspective during a measurement. After the DiaCHIP system was introduced by looking at the chip from the side, the perspective is switched to a top view for studying the results.

When illustrating the basic principle of the DiaCHIP, we mainly looked at it from the side. Now it is time to explore our results and see what we actually achieved. Therefore, it is important to have in mind that you are observing the chip from the camera's position, so basically from the top (figure 5). This perspective remains the same in all the iRIf measurements we are showing in the results section.

After months of engineering and optimizing the different components of the DiaCHIP, we reached the highlight of our project with the successful detection of antibodies in our own blood!