Difference between revisions of "Team:SiCAU-China"

 
(110 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{:Team:SCU-WestChina/jQuery.js}}
+
{{Sicau-china basicstyle}}
{{: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>
+
    }
 +
/*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;
 +
      }
 +
 
 +
/*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>
 +
 
 +
 
 +
        <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>
 +
 
 +
 
 +
</body>
 +
<script type="text/javascript">
 +
window.onload=
 +
function(){
 +
    var oDiv = document.getElementById("float"),
 +
H = 0,
 +
Y = oDiv
 +
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.