Difference between revisions of "Team:TCFSH Taiwan"

Line 42: Line 42:
  
 
     }  
 
     }  
h1{
+
#background{
 
background-image:url('https://static.igem.org/mediawiki/2017/a/a9/Tcfshtaiwan_background.jpeg');
 
background-image:url('https://static.igem.org/mediawiki/2017/a/a9/Tcfshtaiwan_background.jpeg');
 
}
 
}
Line 166: Line 166:
 
             display:block;
 
             display:block;
 
             }
 
             }
h1{
 
    text-align:center;
 
    color:rgb(0, 206, 255);
 
    font-size:25pt !important;
 
}
 
  
 
.position{
 
.position{
Line 198: Line 193:
 
<!-----wiki content--->
 
<!-----wiki content--->
 
<body>
 
<body>
   <h1>
+
   <div id="background">
 
         <img src="https://static.igem.org/mediawiki/2017/2/28/Bigphoto.png"  class="bigphoto" width="60%">
 
         <img src="https://static.igem.org/mediawiki/2017/2/28/Bigphoto.png"  class="bigphoto" width="60%">
 
<div class="over-container">
 
<div class="over-container">
Line 204: Line 199:
 
       <p class="title">Abstract</p>
 
       <p class="title">Abstract</p>
 
       <p class="content">DETECOLI - a word we created by combining 'detection' and 'E. coli' which changes color in environments of excess sunlight or high temperatures. The detection should be visualized by discriminating the alteration of three chromoproteins (cjBlue, RFP, BFP) expressed by E. coli with the regulatory circuit of temperature and UV light. We aim to build up a quantitative experiment for observing the color of E. coli. For the practical application we aim to place E.coli on stickers and attach the stickers on the product before delivery, thus able to monitor the whole process of transportation. DETECOLI alerts consumers to possible deterioration or contamination by changing color, and serves as a guarantee of quality. </p>       
 
       <p class="content">DETECOLI - a word we created by combining 'detection' and 'E. coli' which changes color in environments of excess sunlight or high temperatures. The detection should be visualized by discriminating the alteration of three chromoproteins (cjBlue, RFP, BFP) expressed by E. coli with the regulatory circuit of temperature and UV light. We aim to build up a quantitative experiment for observing the color of E. coli. For the practical application we aim to place E.coli on stickers and attach the stickers on the product before delivery, thus able to monitor the whole process of transportation. DETECOLI alerts consumers to possible deterioration or contamination by changing color, and serves as a guarantee of quality. </p>       
</h1>
+
  </div>
 +
  </div>
 +
  </div>
  
  
Line 211: Line 208:
 
$(function() {
 
$(function() {
  
// Menu Tabular
+
    // Menu Tabular
var $text = $('.connect');  
+
    var $text = $('.connect');  
$text.on('click', function(e) {
+
    $text.on('click', function(e) {
e.preventDefault();
+
        e.preventDefault();
$text.removeClass('text-active');
+
        $text.removeClass('text-active');
$(this).addClass('text-active');
+
        $(this).addClass('text-active');
  
$('.item').fadeOut(300);
+
        $('.item').fadeOut(300);
$(this.hash).delay(300).fadeIn();
+
        $(this.hash).delay(300).fadeIn();
 
          
 
          
});
+
    });
  
 
});
 
});

Revision as of 09:48, 26 October 2017

Abstract

DETECOLI - a word we created by combining 'detection' and 'E. coli' which changes color in environments of excess sunlight or high temperatures. The detection should be visualized by discriminating the alteration of three chromoproteins (cjBlue, RFP, BFP) expressed by E. coli with the regulatory circuit of temperature and UV light. We aim to build up a quantitative experiment for observing the color of E. coli. For the practical application we aim to place E.coli on stickers and attach the stickers on the product before delivery, thus able to monitor the whole process of transportation. DETECOLI alerts consumers to possible deterioration or contamination by changing color, and serves as a guarantee of quality.