Difference between revisions of "Team:Freiburg/Home"

 
(17 intermediate revisions by 2 users not shown)
Line 20: Line 20:
 
}
 
}
  
 +
.intro_button a:hover {
 +
    text-decoration: underline;
 +
}
  
 
.intro_button {
 
.intro_button {
Line 25: Line 28:
 
     padding: 2px 5px 5px 10px;
 
     padding: 2px 5px 5px 10px;
 
     width: 150px;
 
     width: 150px;
     line-height: 1em;
+
     line-height: 16px;
 
     text-align: center;
 
     text-align: center;
 
     /*background-color: #326aab;*/
 
     /*background-color: #326aab;*/
 
     background-color: #C5162F;
 
     background-color: #C5162F;
     font-size: 16pt;
+
     font-size: 14pt;
 
     border-radius: 8px;
 
     border-radius: 8px;
 
     /*box-shadow: 1px -1px 1px 0px #888;*/
 
     /*box-shadow: 1px -1px 1px 0px #888;*/
Line 53: Line 56:
 
  */
 
  */
  
@media screen and (min-width: 1200px){
+
@media screen and (min-width: 1050px){
  
 
.circle-container {
 
.circle-container {
 
   position: relative;
 
   position: relative;
 
   /* [1] */
 
   /* [1] */
   width: 30em;                      /* changes size of circle that elements are circling on */
+
   width: 480px;                      /* changes size of circle that elements are circling on */
   height: 30em;
+
   height: 480px;
 
   padding: 0;
 
   padding: 0;
 
   border-radius: 50%;              /* switch between circle and Rechteck */
 
   border-radius: 50%;              /* switch between circle and Rechteck */
Line 70: Line 73:
 
   margin: 5em auto 0;
 
   margin: 5em auto 0;
 
   /*border: solid 5px #0051A2;*/
 
   /*border: solid 5px #0051A2;*/
   z-index: 500;
+
   z-index: 499;
 
}
 
}
 
.circle-container > * {
 
.circle-container > * {
Line 87: Line 90:
 
/* transformations needed for showing the pictures */
 
/* transformations needed for showing the pictures */
 
.circle-container > *:nth-of-type(4) {
 
.circle-container > *:nth-of-type(4) {
   -moz-transform: rotate(357deg) translate(19em) rotate(-357deg);
+
   -moz-transform: rotate(357deg) translate(304px) rotate(-357deg);
   -ms-transform: rotate(357deg) translate(19em) rotate(-357deg);
+
   -ms-transform: rotate(357deg) translate(304px) rotate(-357deg);
   -webkit-transform: rotate(357deg) translate(19em) rotate(-357deg);
+
   -webkit-transform: rotate(357deg) translate(304px) rotate(-357deg);
   transform: rotate(357deg) translate(19em) rotate(-357deg);            /*change translate for defining position of elements*/
+
   transform: rotate(357deg) translate(304px) rotate(-357deg);            /*change translate for defining position of elements*/
 
}
 
}
 
.circle-container > *:nth-of-type(5) {
 
.circle-container > *:nth-of-type(5) {
   -moz-transform: rotate(45deg) translate(19em) rotate(-45deg);
+
   -moz-transform: rotate(45deg) translate(304px) rotate(-45deg);
   -ms-transform: rotate(45deg) translate(19em) rotate(-45deg);
+
   -ms-transform: rotate(45deg) translate(304px) rotate(-45deg);
   -webkit-transform: rotate(45deg) translate(19em) rotate(-45deg);
+
   -webkit-transform: rotate(45deg) translate(304px) rotate(-45deg);
   transform: rotate(45deg) translate(19em) rotate(-45deg);
+
   transform: rotate(45deg) translate(304px) rotate(-45deg);
 
}
 
}
 
.circle-container > *:nth-of-type(6) {
 
.circle-container > *:nth-of-type(6) {
   -moz-transform: rotate(105deg) translate(18em) rotate(-105deg);
+
   -moz-transform: rotate(105deg) translate(288px) rotate(-105deg);
   -ms-transform: rotate(105deg) translate(18em) rotate(-105deg);
+
   -ms-transform: rotate(105deg) translate(288px) rotate(-105deg);
   -webkit-transform: rotate(105deg) translate(18em) rotate(-105deg);
+
   -webkit-transform: rotate(105deg) translate(288px) rotate(-105deg);
   transform: rotate(105deg) translate(18em) rotate(-105deg);
+
   transform: rotate(105deg) translate(288px) rotate(-105deg);
 
}
 
}
 
.circle-container > *:nth-of-type(7) {
 
.circle-container > *:nth-of-type(7) {
   -moz-transform: rotate(147deg) translate(27em) rotate(-147deg);
+
   -moz-transform: rotate(147deg) translate(432px) rotate(-147deg);
   -ms-transform: rotate(147deg) translate(27em) rotate(-147deg);
+
   -ms-transform: rotate(147deg) translate(432px) rotate(-147deg);
   -webkit-transform: rotate(147deg) translate(27em) rotate(-147deg);
+
   -webkit-transform: rotate(147deg) translate(432px) rotate(-147deg);
   transform: rotate(147deg) translate(27em) rotate(-147deg);
+
   transform: rotate(147deg) translate(432px) rotate(-147deg);
 
}
 
}
 
.circle-container > *:nth-of-type(8) {
 
.circle-container > *:nth-of-type(8) {
   -moz-transform: rotate(180deg) translate(28em) rotate(-180deg);
+
   -moz-transform: rotate(180deg) translate(448px) rotate(-180deg);
   -ms-transform: rotate(180deg) translate(28em) rotate(-180deg);
+
   -ms-transform: rotate(180deg) translate(448px) rotate(-180deg);
   -webkit-transform: rotate(180deg) translate(28em) rotate(-180deg);
+
   -webkit-transform: rotate(180deg) translate(448px) rotate(-180deg);
   transform: rotate(180deg) translate(28em) rotate(-180deg);
+
   transform: rotate(180deg) translate(448px) rotate(-180deg);
 
}
 
}
 
.circle-container > *:nth-of-type(1) {
 
.circle-container > *:nth-of-type(1) {
   -moz-transform: rotate(212deg) translate(27em) rotate(-212deg);
+
   -moz-transform: rotate(212deg) translate(432px) rotate(-212deg);
   -ms-transform: rotate(212deg) translate(27em) rotate(-212deg);
+
   -ms-transform: rotate(212deg) translate(432px) rotate(-212deg);
   -webkit-transform: rotate(212deg) translate(27em) rotate(-212deg);
+
   -webkit-transform: rotate(212deg) translate(432px) rotate(-212deg);
   transform: rotate(212deg) translate(27em) rotate(-212deg);
+
   transform: rotate(212deg) translate(432px) rotate(-212deg);
 
}
 
}
 
.circle-container > *:nth-of-type(2) {
 
.circle-container > *:nth-of-type(2) {
   -moz-transform: rotate(255deg) translate(20em) rotate(-255deg);
+
   -moz-transform: rotate(255deg) translate(320px) rotate(-255deg);
   -ms-transform: rotate(255deg) translate(20em) rotate(-255deg);
+
   -ms-transform: rotate(255deg) translate(320px) rotate(-255deg);
   -webkit-transform: rotate(255deg) translate(20em) rotate(-255deg);
+
   -webkit-transform: rotate(255deg) translate(320px) rotate(-255deg);
   transform: rotate(255deg) translate(20em) rotate(-255deg);
+
   transform: rotate(255deg) translate(320px) rotate(-255deg);
 
}
 
}
 
.circle-container > *:nth-of-type(3) {
 
.circle-container > *:nth-of-type(3) {
   -moz-transform: rotate(310deg) translate(20em) rotate(-310deg);
+
   -moz-transform: rotate(310deg) translate(320px) rotate(-310deg);
   -ms-transform: rotate(310deg) translate(20em) rotate(-310deg);
+
   -ms-transform: rotate(310deg) translate(320px) rotate(-310deg);
   -webkit-transform: rotate(310deg) translate(20em) rotate(-310deg);
+
   -webkit-transform: rotate(310deg) translate(320px) rotate(-310deg);
   transform: rotate(310deg) translate(20em) rotate(-310deg);
+
   transform: rotate(310deg) translate(320px) rotate(-310deg);
 +
}
 +
 
 +
.circle-container a {
 +
  padding: 1px 10px;
 +
  font-size: 90%;
 
}
 
}
  
Line 145: Line 153:
 
   -webkit-filter: grayscale(0);
 
   -webkit-filter: grayscale(0);
 
   filter: grayscale(0);
 
   filter: grayscale(0);
 +
}
 +
 +
#DiaCHIP_text{
 +
  font-size: 16px;
 +
  line-height: 28px;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
  max-width: 420px;
 +
  /* centers the text vertically */
 +
  position: relative;
 +
  top: 75%;
 +
  -moz-transform: translateY(-50%);
 +
  -ms-transform: translateY(-50%);
 +
  -webkit-transform: translateY(-50%);
 +
  transform: translateY(-50%);
 
}
 
}
  
Line 182: Line 205:
  
 
.cool_content {
 
.cool_content {
     padding: 1em;
+
     padding: 16px;
 
     height: 150px;
 
     height: 150px;
 
     background-color: #FFFFFF;
 
     background-color: #FFFFFF;
Line 190: Line 213:
 
     -moz-box-shadow: 1px 1px 10px #888;
 
     -moz-box-shadow: 1px 1px 10px #888;
 
     border-radius: 15px;
 
     border-radius: 15px;
opacity: 0;
+
  opacity: 0;
+
 
-webkit-transition: all 0.4s ease-in-out;
+
  -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
+
  -moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
+
  -o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
+
  -ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
+
  transition: all 0.4s ease-in-out;
+
 
-webkit-transform: scale(0);
+
  -webkit-transform: scale(0);
-moz-transform: scale(0);
+
  -moz-transform: scale(0);
-o-transform: scale(0);
+
  -o-transform: scale(0);
-ms-transform: scale(0);
+
  -ms-transform: scale(0);
transform: scale(0);
+
  transform: scale(0);
+
 
-webkit-backface-visibility: hidden;
+
  -webkit-backface-visibility: hidden;
 
}
 
}
  
Line 227: Line 250:
 
     /*border: 1px solid #000;*/
 
     /*border: 1px solid #000;*/
 
     color: #000;
 
     color: #000;
 +
    z-index: 500;
 
}
 
}
  
Line 242: Line 266:
 
/* =============== BEGIN: Circle of Elements - Hiding Animation ==================== */
 
/* =============== BEGIN: Circle of Elements - Hiding Animation ==================== */
 
.cool_image_blink {
 
.cool_image_blink {
/*box-shadow:  
+
  /*box-shadow:  
inset 0 0 0 0 rgba(200,95,66, 0.4),
+
    inset 0 0 0 0 rgba(200,95,66, 0.4),
inset 0 0 0 16px rgba(255,255,255,0.6),
+
    inset 0 0 0 16px rgba(255,255,255,0.6),
0 1px 2px rgba(0,0,0,0.1);*/
+
    0 1px 2px rgba(0,0,0,0.1);*/
 
         box-shadow: 1px 1px 2px 2px #000;
 
         box-shadow: 1px 1px 2px 2px #000;
+
   
-webkit-transition: all 0.4s ease-in-out;
+
  -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
+
  -moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
+
  -o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
+
  -ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
+
  transition: all 0.4s ease-in-out;
 
         border-radius: 15px;
 
         border-radius: 15px;
    text-decoration: none;
 
    color: #666;
 
 
}
 
}
  
 
.cool_image_blink:hover {
 
.cool_image_blink:hover {
/*box-shadow:  
+
  /*box-shadow:  
inset 0 0 0 110px #0051A2/*rgba(200,95,66, 0.4)*/,
+
    inset 0 0 0 110px #0051A2/*rgba(200,95,66, 0.4)*/,
inset 0 0 0 16px #0051A2/*rgba(255,255,255,0.8)*/,
+
    inset 0 0 0 16px #0051A2/*rgba(255,255,255,0.8)*/,
0 1px 2px #0051A2/*rgba(0,0,0,0.1)*/;*/
+
    0 1px 2px #0051A2/*rgba(0,0,0,0.1)*/;*/
 
}
 
}
  
 
.cool_image_blink:hover .cool_content {
 
.cool_image_blink:hover .cool_content {
opacity: 1;
+
  opacity: 1;
+
 
-webkit-transform: scale(1);
+
  -webkit-transform: scale(1);
-moz-transform: scale(1);
+
  -moz-transform: scale(1);
-o-transform: scale(1);
+
  -o-transform: scale(1);
-ms-transform: scale(1);
+
  -ms-transform: scale(1);
transform: scale(1);
+
  transform: scale(1);
 
}
 
}
  
 
.element1 {
 
.element1 {
     background-image: url("");
+
     background-image: url("https://static.igem.org/mediawiki/2015/0/05/Freiburg_Home_Julias_Hand.jpg");
 
     background-size: cover;
 
     background-size: cover;
 
     background-position: center;
 
     background-position: center;
Line 288: Line 310:
  
 
.element3 {
 
.element3 {
     background-image: url("https://static.igem.org/mediawiki/2015/0/0f/Freiburg_homepage_chip_blood.png");
+
     background-image: url("https://static.igem.org/mediawiki/2015/5/5c/Freiburg_iRiF_home.jpg");
 
     background-size: cover;
 
     background-size: cover;
 
     background-position: center;
 
     background-position: center;
Line 300: Line 322:
  
 
.element5 {
 
.element5 {
     background-image: url("https://static.igem.org/mediawiki/2015/4/49/Freiburg_2015_pOP.jpg");
+
     background-image: url("https://static.igem.org/mediawiki/2015/3/3a/Freiburg_pOP_home_scaled.png");
 
     background-size: cover;
 
     background-size: cover;
 
     background-position: center;
 
     background-position: center;
Line 306: Line 328:
  
 
.element6 {
 
.element6 {
     background-image: url("https://static.igem.org/mediawiki/2015/a/a3/Freiburg_project-img_0301_home.jpg");
+
     background-image: url("https://static.igem.org/mediawiki/2015/8/8d/Freiburg_Home_ScienceFair_Interview.png");
 
     background-size: cover;
 
     background-size: cover;
 
     background-position: center;
 
     background-position: center;
Line 342: Line 364:
 
/* =============== END: Resetting General CSS ==================== */
 
/* =============== END: Resetting General CSS ==================== */
  
#DiaCHIP_logo{
+
 
   display:none;
+
/* ============== Animate boxes on start ===========================*/
 +
 
 +
/* from https://daneden.github.io/animate.css/ */
 +
 
 +
@-webkit-keyframes zoomIn {
 +
  from {
 +
    opacity: 0;
 +
    -webkit-transform: scale3d(.3, .3, .3);
 +
    transform: scale3d(.3, .3, .3);
 +
  }
 +
 
 +
  50% {
 +
    opacity: 1;
 +
  }
 +
}
 +
 
 +
@-webkit-keyframes zoomIn-Pics {
 +
  from {
 +
    opacity: 0;
 +
    -webkit-transform: scale3d(.3, .3, .3);
 +
    transform: scale3d(.3, .3, .3);
 +
  }
 +
 
 +
  40% {
 +
    -webkit-transform: scale3d(1.1,1.1,1.1);
 +
    transform: scale3d(1.1,1.1,1.1);
 +
  }
 +
 
 +
  50% {
 +
    opacity: 1;
 +
  }
 +
}
 +
 
 +
@keyframes zoomIn {
 +
  from {
 +
    opacity: 0;
 +
    -webkit-transform: scale3d(.3, .3, .3);
 +
    transform: scale3d(.3, .3, .3);
 +
  }
 +
 
 +
  50% {
 +
    opacity: 1;
 +
  }
 +
}
 +
 
 +
@keyframes zoomIn-Pics {
 +
  from {
 +
    opacity: 0;
 +
    -webkit-transform: scale3d(.3, .3, .3);
 +
    transform: scale3d(.3, .3, .3);
 +
  }
 +
 
 +
  40% {
 +
    -webkit-transform: scale3d(1.1,1.1,1.1);
 +
    transform: scale3d(1.1,1.1,1.1);
 +
  }
 +
 
 +
  50% {
 +
    opacity: 1;
 +
  }
 +
}
 +
 
 +
.zoomIn {
 +
  -webkit-animation-name: zoomIn;
 +
  animation-name: zoomIn;
 +
}
 +
 
 +
@-webkit-keyframes zoomOut {
 +
  from {
 +
    opacity: 1;
 +
  }
 +
 
 +
  50% {
 +
    opacity: 0;
 +
    -webkit-transform: scale3d(.3, .3, .3);
 +
    transform: scale3d(.3, .3, .3);
 +
  }
 +
 
 +
  to {
 +
    opacity: 0;
 +
  }
 +
}
 +
 
 +
@keyframes zoomOut {
 +
  from {
 +
    opacity: 1;
 +
  }
 +
 
 +
  50% {
 +
    opacity: 0;
 +
    -webkit-transform: scale3d(.3, .3, .3);
 +
    transform: scale3d(.3, .3, .3);
 +
  }
 +
 
 +
  to {
 +
    opacity: 0;
 +
  }
 +
}
 +
 
 +
.zoomOut {
 +
  -webkit-animation-name: zoomOut;
 +
  animation-name: zoomOut;
 +
}
 +
 
 +
 
 +
#DiaCHIP_logo {
 +
   opacity: 0;
 +
}
 +
 
 +
.link_trigger:hover{
 +
  cursor: hand;
 +
  cursor: pointer;
 
}
 
}
  
@media screen and (max-width: 1199px) {
+
@media screen and (max-width: 1049px) {
  
 
.topicboxes{
 
.topicboxes{
Line 365: Line 498:
 
   flex-wrap: wrap;
 
   flex-wrap: wrap;
 
   justify-content: space-around;
 
   justify-content: space-around;
   margin-bottom: 2em;
+
   margin-bottom: 32px;
 
}
 
}
  
Line 385: Line 518:
  
 
.circle-container a {
 
.circle-container a {
   padding: 1px 10px;
+
   padding: 1px 5px;
   font-size: 90%;
+
   font-size: 80%;
 +
}
 +
 
 
}
 
}
  
 
</style>
 
</style>
 +
 +
<script>
 +
 +
$(document).ready(function(){
 +
  $('.link_trigger').click(function(){
 +
    window.location.href=$(this).attr('href');
 +
  })
 +
});
 +
 +
</script>
 +
  
 
<div id="cool_centerimage_small">
 
<div id="cool_centerimage_small">
 
     <!--<img src="https://static.igem.org/mediawiki/2015/9/91/Freiburg_homepage_Dia_chip.png" width="250px">-->
 
     <!--<img src="https://static.igem.org/mediawiki/2015/9/91/Freiburg_homepage_Dia_chip.png" width="250px">-->
     <p>Modern everyday life is fast...<br>...too fast for spending unnecessary time at the doctor’s and waiting weeks for your test results. <br> Not to mention spending lots of money on numerous serological tests for your diagnosis. Wouldn't life be easier if a single test was sufficient?
+
     <p>Modern everyday life is fast...<br>...too fast for spending unnecessary time at the doctor’s and waiting weeks for your test results.<br> Not to mention spending lots of money on numerous serological tests for your diagnosis. Wouldn't life be easier if a single test was sufficient?
     </p>
+
     <br>
     <p>
+
     This is the reason why we thought about a universally accessible, cost and time efficient diagnostic device and developed the DiaCHIP!
This is the reason why we thought about a universally accessible, cost and time efficient diagnostic device and developed the DiaCHIP!
+
 
     </p>
 
     </p>
 +
    <div class="intro_button menu-arrow"><a href="https://2015.igem.org/Team:Freiburg/Project/Overview" title="Introduction" style="color:#FFF">Introduction</a></div>
 +
 
</div>
 
</div>
  
Line 406: Line 553:
 
         <li><!--6-->
 
         <li><!--6-->
 
         <div id="box1" class="topicboxes">
 
         <div id="box1" class="topicboxes">
           <div class="cool_header"><a href='https://2015.igem.org/Team:Freiburg/Project/Diagnostics'>Diagnostics today</a></div>
+
           <div class="cool_header"><a href='https://2015.igem.org/Team:Freiburg/Design'>Diagnostics today</a></div>
 
           <div class="cool_image_blink element1">
 
           <div class="cool_image_blink element1">
           <div class="cool_content cool_text_blink">
+
           <div class="cool_content cool_text_blink link_trigger" href='https://2015.igem.org/Team:Freiburg/Design'>
            <a href='https://2015.igem.org/Team:Freiburg/Project/Diagnostics' title="Diagnostics today" style="color:#666">Nowadays, medical diagnoses are mainly based on huge amounts of time-consuming and cost intensive serological tests. Read more about the issues we tackled!
+
            Nowadays, medical diagnoses are mainly based on huge amounts of time-consuming and cost intensive serological tests. Read more about the issues we tackled!
 
           </a>
 
           </a>
 
           </div>
 
           </div>
Line 420: Line 567:
 
           <div class="cool_header"><a href='https://2015.igem.org/Team:Freiburg/Project/Overview'>The DiaCHIP</a></div>
 
           <div class="cool_header"><a href='https://2015.igem.org/Team:Freiburg/Project/Overview'>The DiaCHIP</a></div>
 
           <div class="cool_image_blink element2">
 
           <div class="cool_image_blink element2">
           <div class="cool_content cool_text_blink">
+
           <div class="cool_content cool_text_blink link_trigger" href="https://2015.igem.org/Team:Freiburg/Project/Overview">
            <a href="https://2015.igem.org/Team:Freiburg/Project/Overview" title="The DiaCHIP" style="color:#666">Simultaneous screening for hundreds of diseases within a few hours? <br> Find out about the DiaCHIP's potential to enlighten future diagnostics!
+
            Simultaneous screening for hundreds of diseases within a few hours? <br> Find out about the DiaCHIP's potential to enlighten future diagnostics!
            </a>
+
 
           </div>
 
           </div>
 
           </div>
 
           </div>
Line 432: Line 578:
 
           <div class="cool_header"><a href='https://2015.igem.org/Team:Freiburg/Project/System'>Our System</a></div>
 
           <div class="cool_header"><a href='https://2015.igem.org/Team:Freiburg/Project/System'>Our System</a></div>
 
           <div class="cool_image_blink element3">
 
           <div class="cool_image_blink element3">
           <div class="cool_content cool_text_blink">
+
           <div class="cool_content cool_text_blink link_trigger" href='https://2015.igem.org/Team:Freiburg/Project/System'>
              <a href='https://2015.igem.org/Team:Freiburg/Project/System' title="Our system" style="color:#666">Generating a protein array on demand via cell-free expression and detecting antigen-antibody interactions label-free and in real-time: The principle behind the DiaCHIP!
+
              Generating a protein array on demand via cell-free expression and detecting antigen-antibody interactions label-free and in real-time: The principle behind the DiaCHIP!
              </a>
+
 
           </div>
 
           </div>
 
           </div>
 
           </div>
Line 444: Line 589:
 
               <div class="cool_header"><a href='https://2015.igem.org/Team:Freiburg/Results/Own_Device'>Our Device</a></div>
 
               <div class="cool_header"><a href='https://2015.igem.org/Team:Freiburg/Results/Own_Device'>Our Device</a></div>
 
               <div class="cool_image_blink element4">
 
               <div class="cool_image_blink element4">
               <div class="cool_content cool_text_blink">
+
               <div class="cool_content cool_text_blink link_trigger" href='https://2015.igem.org/Team:Freiburg/Results/Own_Device'>
              <a href='https://2015.igem.org/Team:Freiburg/Results/Own_Device' title="Our Device" style="color:#666">We built our simplified and affordable detection device. Check out the step by step instructions!
+
              We built our simplified and affordable detection device. Check out the step by step instructions!
              </a>
+
 
               </div>
 
               </div>
 
             </div>
 
             </div>
Line 454: Line 598:
 
         <li><!--2-->
 
         <li><!--2-->
 
           <div id="box5" class="topicboxes">
 
           <div id="box5" class="topicboxes">
             <div class="cool_header"><a href='https://2015.igem.org/Team:Freiburg/Project/pOP-vector'>Improved iGEM Backbone</a></div>
+
             <div class="cool_header"><a href='https://2015.igem.org/Team:Freiburg/Description'>Improved iGEM Backbone</a></div>
 
             <div class="cool_image_blink element5">
 
             <div class="cool_image_blink element5">
             <div class="cool_content cool_text_blink">
+
             <div class="cool_content cool_text_blink link_trigger" href='https://2015.igem.org/Team:Freiburg/Description'>
            <a href='https://2015.igem.org/Team:Freiburg/Project/pOP-vector' title="pOP-vector" style="color:#666">We provided an improved backbone for protein overexpression meeting all the iGEM standards. <br> See how we expanded the iGEM Registry!
+
            We provided an improved backbone for protein overexpression meeting all the iGEM standards. <br> See how we expanded the iGEM Registry!
            </a>
+
 
             </div>
 
             </div>
 
             </div>
 
             </div>
Line 468: Line 611:
 
             <div class="cool_header"><a href='https://2015.igem.org/Team:Freiburg/Practices'>Human Practice</a></div>
 
             <div class="cool_header"><a href='https://2015.igem.org/Team:Freiburg/Practices'>Human Practice</a></div>
 
             <div class="cool_image_blink element6">
 
             <div class="cool_image_blink element6">
             <div class="cool_content cool_text_blink">
+
             <div class="cool_content cool_text_blink link_trigger" href='https://2015.igem.org/Team:Freiburg/Practices'>
            <a href='https://2015.igem.org/Team:Freiburg/Practices' title="Human Practice" style="color:#666">What do people think about the DiaCHIP and systems based on synthetic biology? <br> Check out the results of our survey and discussions!
+
            What do people think about the DiaCHIP and systems based on synthetic biology? <br> Check out the results of our survey and discussions!
            </a>
+
 
             </div>
 
             </div>
 
             </div>
 
             </div>
Line 480: Line 622:
 
           <div class="cool_header"><a href='https://2015.igem.org/Team:Freiburg/Results/Modeling'>Modeling</a></div>
 
           <div class="cool_header"><a href='https://2015.igem.org/Team:Freiburg/Results/Modeling'>Modeling</a></div>
 
           <div class="cool_image_blink element7">
 
           <div class="cool_image_blink element7">
           <div class="cool_content cool_text_blink">
+
           <div class="cool_content cool_text_blink link_trigger" href='https://2015.igem.org/Team:Freiburg/Results/Modeling'>
          <a href='https://2015.igem.org/Team:Freiburg/Results/Modeling' title="Modeling" style="color:#666">Modeling the generation of proteins during cell-free expression as well as their diffusion in our system helped us obtaining better results. Get more information here.
+
          Modeling the generation of proteins during cell-free expression as well as their diffusion in our system helped us obtaining better results. Get more information here.
          </a>
+
 
           </div>
 
           </div>
 
           </div>
 
           </div>
Line 492: Line 633:
 
             <div class="cool_header"><a href='https://2015.igem.org/Team:Freiburg/Results'>Blood Serum Analysis</a></div>
 
             <div class="cool_header"><a href='https://2015.igem.org/Team:Freiburg/Results'>Blood Serum Analysis</a></div>
 
             <div class="cool_image_blink element8">
 
             <div class="cool_image_blink element8">
             <div class="cool_content cool_text_blink">           
+
             <div class="cool_content cool_text_blink link_trigger" href='https://2015.igem.org/Team:Freiburg/Results'>          
                <a href='https://2015.igem.org/Team:Freiburg/Results' title="Results" style="color:#666">We successfully detected tetanus antibodies in human blood serum and measured binding of GFP antibodies to cell-free expressed GFP. <br> Visit our results page!
+
                We successfully detected tetanus antibodies in human blood serum and measured binding of GFP antibodies to cell-free expressed GFP. <br> Visit our results page!
                </a>
+
 
             </div>
 
             </div>
 
             </div>
 
             </div>
Line 515: Line 655:
  
 
</div>
 
</div>
 +
 +
  
  

Latest revision as of 08:53, 18 September 2015

""

Modern everyday life is fast...
...too fast for spending unnecessary time at the doctor’s and waiting weeks for your test results.
Not to mention spending lots of money on numerous serological tests for your diagnosis. Wouldn't life be easier if a single test was sufficient?
This is the reason why we thought about a universally accessible, cost and time efficient diagnostic device and developed the DiaCHIP!

Modern everyday life is fast...
...too fast for spending unnecessary time at the doctor’s and waiting weeks for your test results.
Not to mention spending lots of money on numerous serological tests for your diagnosis. Wouldn't life be easier if a single test was sufficient?
This is the reason why we thought about a universally accessible, cost and time efficient diagnostic device and developed the DiaCHIP!

DiaCHIP - Enlightening Diagnostics

In modern medicine, fast detection and differentiation of diseases is a crucial and fundamental task. Typical ELISA-based assays are time-consuming and expensive. We propose an advanced procedure for the simultaneous detection of various diseases in a fast and inexpensive manner, the DiaCHIP. Our approach is based on the interaction of antibodies with their respective antigens. Different antigens are immobilized on a protein array generated by cell-free protein expression, using the corresponding DNA array as a template. Placed in a microfluidic chamber, the protein array is incubated with a patient’s blood sample. The interaction between an antibody in the sample and the corresponding immobilized antigen results in a local change of the optical thickness of the surface. This change can be detected using a label-free and real-time measurement technology called iRIf (imaging Reflectometric Interference). Offering simultaneous screening for several diseases, our DiaCHIP has strong potential to improve future diagnostics.