Difference between revisions of "Team:NTHU Taiwan"

 
(38 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{NTHU_Taiwan}}
+
{{:Team:NTHU_Taiwan/MenuBar}}
 
<html>
 
<html>
  
<div class="column full_size" >
+
<style>
<h1> NTHU Taiwan </h1>
+
</div>  
+
  
<div class="column full_size" >
+
.slider_container {
 +
}
  
<h3>Project Introduction</h3>
+
.slider_container div {
 +
    position: absolute;
 +
    opacity: 0;
 +
    filter: alpha(opacity=0);
 +
}
 +
.slider_container div {
 +
    -webkit-animation: round 5s linear infinite;
 +
            animation: round 5s linear infinite;
 +
}
  
<p>This year, our goal is to deal with EDCs (Endocrine Disruptor Chemicals), which can interfere with endocrine systems, causing cancerous tumors, birth defects, and other developmental disorders. These chemicals are mostly man-made and found in various materials such as pesticides, food containers and personal care products. In this project, we primarily focus on two common kinds of EDCs, BPA (Bisphenol A) and NP (Nonyl Phenol), in industrial waste water.</p>
+
@-webkit-keyframes round {
 +
    20% {
 +
        opacity: 1;
 +
        filter: alpha(opacity=100);
 +
        /* 0 - 1秒 淡入*/
 +
    }
 +
    40% {
 +
        opacity: 1;
 +
        filter: alpha(opacity=100);
 +
        /* 1- 5秒靜止*/
 +
    }
 +
    80% {
 +
        opacity: 0;
 +
        filter: alpha(opacity=0);
 +
        /* 5-6秒淡出*/
 +
    }
 +
}
 +
@keyframes round {
 +
    20% {
 +
        opacity: 1;
 +
        filter: alpha(opacity=100);
 +
        /* 0 - 1秒 淡入*/
 +
    }
 +
    40% {
 +
        opacity: 1;
 +
        filter: alpha(opacity=100);
 +
        /* 1- 5秒靜止*/
 +
    }
 +
    80% {
 +
        opacity: 0;
 +
        filter: alpha(opacity=0);
 +
        /* 5-6秒淡出*/
 +
    }
 +
}
 +
.slider_container div:nth-child(2) {
 +
    -webkit-animation-delay: 0s;
 +
            animation-delay: 0s;
 +
}
  
<p>There are mainly two objectives in our project, detection of EDCs and degradation of EDCs.</p>
+
.slider_container div:nth-child(1) {
 +
    -webkit-animation-delay: 3s;
 +
            animation-delay: 3s;
 +
}
  
<p>For detection, we first modified E.coli to express EDC receptor, ER&alpha;, on the membrane of E.coli. Next, we modified E.coli to produce monobodies and assembled them on a gold electrode surface. Once EDCs are binded with ER&alpha;, monobodies will capture bounded ER&alpha;, making E.coli closer to gold electrode. This leads to impedance changes on gold electrode. Via electrochemical impedance spectroscopy (EIS), we can measure this change and further estimate the concentration of EDCs.</p>
+
</style>
 
+
<p>For degradation, we modified E.coli to produce target enzymes which are able to degrade BPA and NP. To make our project more applicable, we integrated target enzymes with activated carbon, membrane and bioreactor system to eliminate these contaminants in waste water. We also employed feedback control loop, together with detection of EDCs, so as to enhance the efficiency of degradation.</p>
+
 
+
<p>In the future, we hope to put our idea into practice in order to make our world a better place.</p>
+
</div>  
+
  
 +
<div class="content">
 +
<div class="slider_container">
 +
 +
<div>
 +
<img width="100%" src="https://static.igem.org/mediawiki/2017/f/f8/T--NTHU_Taiwan--HOME--t1.png" alt="pure css3 slider" />
 +
</div>
 +
<div>
 +
<img width="100%" src="https://static.igem.org/mediawiki/2017/2/27/T--NTHU_Taiwan--HOME--t2.png" alt="pure css3 slider" />
 +
</div>
 +
<img width="100%" src="https://static.igem.org/mediawiki/2017/a/ac/T--NTHU_Taiwan--HOME--t0.png">
 +
</div>
 +
<img width="100%" src="https://static.igem.org/mediawiki/2017/c/cb/T--NTHU_Taiwan--HOME--t3.png">
 +
</div>
 
</html>
 
</html>

Latest revision as of 13:33, 31 October 2017

pure css3 slider
pure css3 slider