Difference between revisions of "Team:SiCAU-China"

 
(112 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{SiCAU-China}}
+
{{Sicau-china basicstyle}}
 
+
{{:Team:SCU-WestChina/jQuery.js}}
+
{{:Team:SCU-WestChina/default.css}}
+
{{:Team:SCU-WestChina/main.css}}
+
 
<html>
 
<html>
  <head>
+
<head>
    <meta charset="utf-8">
+
<title>SiCAU-iGEM</title>
 +
<style>
 +
/***************************************************** DEFAULT WIKI SETTINGS  ****************************************************/
 +
 +
/* Clear the default wiki settings */
 +
 +
#home_logo, #sideMenu { display:none; }
 +
#sideMenu, #top_title, .patrollink  {display:none;}
 +
#content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
 +
body {background-color:white; }
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
     <title>index</title>
+
     /*background image*/
  </head>
+
#huahu {
  <body>
+
     background-color:#c1d6d7;
     <div class="wrapper">
+
}
      <div class="top-wrapper">
+
  /*Special positioning of the navigation bar*/
        <img class="cloud-img" src="https://static.igem.org/mediawiki/2017/b/b0/T--SCU-WestChina--Wiki-top.png" alt="cloud">
+
h1{
      </div>
+
    margin:auto;
      <div class="bottom-wrapper">
+
    text-align:center;
        <img class="background-img"src="https://static.igem.org/mediawiki/2017/4/4e/T--SCU-WestChina--Wiki-white.png" alt="white">
+
    font-size:25px;
        <div class="mytitle">
+
    font-size:35px;
          SCU-WestChina 2017 Project: Blocking Urate Storm in the Blood
+
    color:#884400;
        </div>
+
    }
        <div class="mycontent">
+
.p-size{
          <div class="myword">
+
    width:75%;
            Hyperuricemia and refractory gout are caused by the high urate concentration in the blood.
+
    margin:auto;
            Considering there are still debates on whether the drug should be used in the asymptomatic hyperuricemia patients
+
    font-size:20px;
            and the drug resistance of the refractory gout patients,
+
    background:#6FAAB8;
            new approaches are eagerly needed. We constructed the urate metabolic pathway in the probiotic E. coli Nissle 1917
+
    border:3px solid #003567;
            and applied it in the gut to reduce the urate concentration in the blood indirectly.
+
    padding:0 30px;
            In addition, we built a dialysis-like device combined with modified bacteria to utilize the urate directly in the blood.
+
    }
            Our solutions provide a suitable, long-term and non-drug treatment
+
.picture1{
            for the asymptomatic hyperuricemia patients and an ultimate treatment for the refractory gout patients.
+
    position:relative;
          </div>
+
    }
        </div>
+
.sherlock{
        <img class="logo" src="https://static.igem.org/mediawiki/2017/b/b9/T--SCU-WestChina--logo.png" alt="logo">
+
    position:absolute;
      </div>
+
    top:230px;
     </div>
+
    left:150px;
  </body>
+
     }
</html>
+
/*defines the father box of the navigation bar*/
  
 +
.navigation {
 +
width:100%;
 +
        background:url(https://static.igem.org/mediawiki/2017/3/3e/T-SICAU-navigation_background-image.jpg);
 +
        height:157px;
 +
position:relative;
 +
z-index:99;
 +
}
 +
/*defines the style of the team's icon*/
 +
#team-icon img{
 +
    position:absolute;
 +
    width:130px;
 +
    height:130px;
 +
    margin-left:300px;
 +
    top: 10px;
 +
    } 
 +
         
 +
.navigation-menu{
 +
    width:900px;
 +
    height:110px;
 +
    float:right;
 +
    }
 +
.navigation-menu a{
 +
    text-decoration:none;
 +
    color:#FFFFFF;
 +
    }
 +
.navigation li{
 +
    float:left;
 +
    list-style:none;
 +
    position:relative;
 +
    text-align:center;
 +
    font-size:18px;
 +
    line-height:20px;
 +
    font-family:"Comic Sans MS";
 +
    }
 +
/*defines the style of the drop-down box*/
 +
.navigation-menu .dropdown-content {
 +
    display: none;
 +
    position: absolute;
 +
    background-color: #333333;
 +
    width: 100%;
 +
    min-width: 230px;
 +
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 +
    padding: 4px 5px;
 +
    z-index:1;
 +
      }
 +
.navigation-menu .dropdown-content a {
 +
    color: black;
 +
    padding: 12px 16px;
 +
    text-decoration: none;
 +
    display: block;
 +
background-color:#FFFFFF;
 +
text-align:center;
 +
    }
 +
.navigation-menu .dropdown-content a:hover {background-color: #f1f1f1}
 +
.navigation-menu li:hover .dropdown-content{
 +
      display: block;
 +
      }
  
<html>
+
/*defines the style of the top-navgation-icon*/
 +
.up-nav-icon {
 +
    width:100px;
 +
    height:100px;
 +
    margin:10px 20px 0;
 +
    display:block;
 +
 +
        /* IF THE SCREEN IS LESS THAN 1000PX */
 +
        @media only screen and (max-width: 1000px){
 +
    .navigation {height:110px;}
 +
    #team-icon img{width:105px;height:105px;top:8px;margin-left:160px;}
 +
    .up-nav-icon {width:75px;height:75px;margin-top:10px;}
 +
    .navigation-menu{width:700px;height:90px;}
 +
    .navigation li{font-size:14px;}
 +
    .navigation-menu .dropdown-content {min-width: 150px;}
 +
    } 
 +
/* IF THE SCREEN IS LESS THAN 830PX */ 
 +
@media only screen and (max-width: 830px) {
 +
    .navigation {height:90px;}
 +
    #team-icon img{width:85px;height:85px;top:4px;margin-left:150px;}
 +
    .up-nav-icon {width:50px;height:50px;margin-top:5px;}
 +
    .navigation-menu{width:550px;height:70px;}
 +
    .navigation li{font-size:10px;}
 +
    .navigation-menu .dropdown-content {min-width: 100px;}
 +
    }       
 +
</style>
 +
</head>
 +
<body>
 +
<div class="mao"><a href="#"><img src="https://static.igem.org/mediawiki/2017/b/bc/T-SICAU-sidebar_mao.jpg" />  <div class="t"><b>top</b></div></a></div>
 +
<div id="huahu">
 +
<div align="center" class="STYLE1"><img src="https://static.igem.org/mediawiki/2017/f/ff/T-SICAU-EYEZHUAN666.png" width="100%" height="100%" /></div>
 +
<div style="clear:both;"></div>
 +
<div id="float">
 +
<div class="navigation">
 +
  <div id="team-icon"><a href="https://2017.igem.org/Team:SiCAU-China"> <img src="https://static.igem.org/mediawiki/2017/2/2c/T-SICAU-Sherlock_E.coli.jpg" alt="club's logo" /> </a></div>
 +
  <div class="navigation-menu">
 +
 +
 +
    <li><a href="#"><div>
 +
<img src="https://static.igem.org/mediawiki/2017/thumb/5/5b/T-SICAU-magnifier.jpg/180px-T-SICAU-magnifier.jpg.png" alt="project" class="up-nav-icon" />project</div></a>
 +
        <div class="dropdown-content">
 +
<a href="https://2017.igem.org/Team:SiCAU-China/Description">Description</a>
 +
  <a href="https://2017.igem.org/Team:SiCAU-China/Results">Results</a>
 +
                  <a href="https://2017.igem.org/Team:SiCAU-China/Contribution">Contribution</a> 
 +
 
 +
<li><a href="https://2017.igem.org/Team:SiCAU-China/Model"><div>
 +
<img src="https://static.igem.org/mediawiki/2017/thumb/c/c3/T-SICAU-letter_opener.jpg/180px-T-SICAU-letter_opener.jpg.png" alt="Model" class="up-nav-icon" />
 +
        Model</div></a>
 +
 +
    <li><a href="https://2017.igem.org/Team:SiCAU-China/HP/Gold_Integrated"><div>
 +
<img src="https://static.igem.org/mediawiki/2017/thumb/7/77/T-SICAU-hat.jpg/105px-T-SICAU-hat.jpg.png" alt="practice" class="up-nav-icon" />
 +
    Human Practices</div></a>
  
 +
        <li><a href="#"><div>
 +
        <img src="https://static.igem.org/mediawiki/2017/thumb/a/ab/T-SICAU-door.jpg/180px-T-SICAU-door.jpg.png" alt="Notebook" class="up-nav-icon" />Notebook</div></a>
 +
        <div class="dropdown-content">
 +
        <a href="https://2017.igem.org/Team:SiCAU-China/Notebook">Notebook</a>
 +
        <a href="https://2017.igem.org/Team:SiCAU-China/Experiments">Protocol</a></div></li>
 +
                 
 +
<li><a href="#"><div>
 +
<img src="https://static.igem.org/mediawiki/2017/thumb/7/7f/T-SICAU-team.jpg/120px-T-SICAU-team.jpg.png" alt="team" class="up-nav-icon" />team</div></a>
 +
        <div class="dropdown-content">
 +
<a href="https://2017.igem.org/Team:SiCAU-China/Team">Team</a>
 +
                <a href="https://2017.igem.org/Team:SiCAU-China/Attributions">Attributions </a>
 +
                <a href="https://2017.igem.org/Team:SiCAU-China/gally">Gallery</a></div></li>
  
<div class="bottom-wrapper" >
+
 
<img src="http://placehold.it/2000x300/d3d3d3/f2f2f2">
+
        <li><a href="https://2017.igem.org/Team:SiCAU-China/Collaborations"><div>
 +
        <img src="https://static.igem.org/mediawiki/2017/thumb/a/a6/T-SICAU-pipe.jpg/180px-T-SICAU-pipe.jpg.png" alt="Collaborations" class="up-nav-icon" />
 +
          Collaborations</div></a>
 +
</div>
 +
</div>
 +
</div>
 +
<br/>
 +
<br/>
 +
<br/>
 +
<div style="clear:both;"></div>
 +
<div class="picture1"><img src="https://static.igem.org/mediawiki/2017/e/e0/T-SICAU-overview.jpg" /></div>
 +
<br/>
 +
<div class="p-size">
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Positive feedback system can be found in everywhere, which exists widely in creatures ranging from Lac operon of prokaryotes to human beings.  It has been used to construct various attractive circuits such bistable state, oscillators and other inconceivable systems. In our project this year, the significant performance of sensitivity would be developed in the positive feedback loop established by LuxR/LuxI quorum sensing system. But this loop can be opened up because of its background expression. The AiiA, which can hydrolyze the AHL, together with the Lac operon, will control the background expression. Furthermore, the input defined by user will have a negative correlation to the opening time. Hence, there is a need to establish a model to describe this relation and even realize quantitative determination.
 +
</div>
 +
<br/>
 +
<br/>
 +
<div class="picture1"><img src="https://static.igem.org/mediawiki/2017/6/63/T-SICAU-home_wiring_diagram.jpg" />
 +
  <div class="sherlock"><img src="https://static.igem.org/mediawiki/2017/0/05/T-SICAU-home_sherlock.jpg" /></div>
 +
<br/>
 +
<br/>
 
</div>
 
</div>
  
  
<div class="column full_size" >
+
</body>
<h1> description </h1>
+
<script type="text/javascript">
<p>
+
window.onload=
Antibiotic is one of the most popular drug in the world, it can be used in medical treatment, agriculture, food processing, research and so on. But overusing antibiotics may bring antibiotics residue to environment, which will cause potential damage to human and impact the ecotope. Nowadays there are some physical and chemical methods to detect antibiotics residue, but they often need high cost and complicated process. So this year our team focus on Biosensor, said to be a easier way to detect than traditional methods at a lower price, to realize the trace detection.
+
function(){
</p><p>
+
    var oDiv = document.getElementById("float"),
The positive feedback loop has been widely applied in synthetic biology, such as logic gates, oscillators, bistable circuit. Besides, the positive feedback loop is also an ultra-sensitive circuit, just like Polymerase Chain Reaction (PCR), even be used in quantitative expression detected. So we engineered a biosensor, which will be established a positive feedback loop using luxI/luxR system in E.coli, to achieve trace detection. Similar to the detect theory of real-time quantitative PCR, there will be a relation between the content of input signal and the time to open the loop. We will use this system to do some antibiotics leftover detections.
+
H = 0,
</p>
+
Y = oDiv
</div>
+
while (Y) {H += Y.offsetTop; Y = Y.offsetParent}
 
+
window.onscroll = function()
 
+
{
 
+
    var s = document.body.scrollTop || document.documentElement.scrollTop
 +
    if(s>H+90) {
 +
        oDiv.style = "position:fixed;top:-90px;width:100%;z-index:100;"
 +
    } else {
 +
        oDiv.style = ""
 +
    }
 +
    }
 +
}
 +
</script>
 
</html>
 
</html>
 +
{{sicau-china footer}}

Latest revision as of 19:47, 1 November 2017

SiCAU-iGEM





      Positive feedback system can be found in everywhere, which exists widely in creatures ranging from Lac operon of prokaryotes to human beings. It has been used to construct various attractive circuits such bistable state, oscillators and other inconceivable systems. In our project this year, the significant performance of sensitivity would be developed in the positive feedback loop established by LuxR/LuxI quorum sensing system. But this loop can be opened up because of its background expression. The AiiA, which can hydrolyze the AHL, together with the Lac operon, will control the background expression. Furthermore, the input defined by user will have a negative correlation to the opening time. Hence, there is a need to establish a model to describe this relation and even realize quantitative determination.