Team:Tokyo-NoKoGen/method

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
{{CSS/Main}}
{{CSS/Main}}
 +
<html>
-
 
-
<html>
 
<style>
<style>
-
*{
 
-
margin:0;padding:0;
 
-
line-height:1.5; /*行の高さ*/
 
-
       
 
-
}
 
-
body {
 
-
text-align:center; /*センタリング*/
 
-
}
 
div#wrapper {
div#wrapper {
-
width:1000px; /*ページ幅とセンタリング*/
+
    width:1300px;
-
text-align:center;
+
    background-color:#ffffff;
-
}
+
    text-align:center;      
-
p{
+
            }
-
        text-align:left;
+
-
font-size:15px;
+
-
        font-family:Helvetica;
+
-
}
+
div#nav {
-
div#content h1 {
+
    width:1000px;
-
        display:none;
+
    margin:0 auto;
-
                }
+
    background-color:#ffffff
-
div#cont {
+
    text-align:center;
-
width:800px; height:500px; /*幅の指定*/
+
    position:fixed;
-
        text-align:center;
+
    top:12px;left:140px;
-
        position:fixed;top:150px;
+
         }
-
        left:40%;
+
div#nav table {
-
         margin-left:-300px;
+
    margin:0 auto;
-
         background-color:#ffffff
+
         }
-
}
+
-
div#table{
+
div#nav td{
-
padding-bottom:70px;
+
width:300px;height:45px;
-
        position:fixed;
+
        margin:0 auto;
-
width: 800px;  
+
-
left: 50%;  
+
-
margin-left: -400px;
+
-
        background-color:#ffffff;
+
-
 
+
-
}
+
-
table{
+
-
width:800px;
+
-
padding-top:3px;
+
-
text-align:center;
+
-
position:fixed;top:13px;
+
-
background-color:#ffffff
+
-
}
+
-
td{
+
-
width:160px;height:45px;
+
text-align:center;
text-align:center;
border:none;
border:none;
font-family:Impact;
font-family:Impact;
 +
        font-size:18px;
}
}
td a{
td a{
text-decoration:none;
text-decoration:none;
-
}
 
-
div#head{
 
-
        text-align:left;
 
}
}
div#header {
div#header {
-
height:42px;width:900px;
+
    width:900px;
-
text-align:left;
+
    padding-top:5px;
-
padding-top:2px;
+
    margin:0 auto;
-
background-image:url("https://static.igem.org/mediawiki/2014/c/c2/Noko14%EF%BC%BFheader.jpg");
+
    background-image:url("https://static.igem.org/mediawiki/2014/c/c2/Noko14%EF%BC%BFheader.jpg");
-
background-repeat:no-repeat; /*背景画像を繰り返さない*/
+
    position:fixed;
-
background-color:#ffffff;
+
    top:75px;left:130px;
-
        position: fixed;top:75px;
+
            }
-
width: 975px;
+
-
left: 50%;  
+
-
margin-left: -300px;
+
-
}
+
-
}
+
-
div#main{
+
div#main {
-
width:80%;height:300px; /*幅の指定と位置調整*/
+
    width:800px;
-
        overflow: scroll;
+
    margin:150px auto;
-
text-align:left;
+
    text-align:left;
-
margin-top:-300px;
+
          }
-
        background-color:#ffffff;
+
 
-
left: 50%;
+
div#content h1 {
-
margin-left: -300px;
+
        display:none;
-
}
+
                }
-
main img{
+
-
position:fixed;
+
-
bottom:50px;left:50px;
+
-
}
+
div#sub {
div#sub {
-
width:150px;height:500px;
+
    width:150px;
-
text-align:left;
+
    float:left;
-
margin-top:45px;
+
    position:fixed;
-
position:fixed;top:50px;left:25px;
+
    top:100px;left:5px;
-
        background-image:url("https://static.igem.org/mediawiki/2014/d/df/Noko14_Back.jpg");
+
        }
-
background-repeat:no-repeat;
+
-
}
+
-
div#footer{
+
p {
-
width:1000px;height:42px;text-align:center;
+
    font-size:16px;
-
clear:both; /*回り込みの解除*/
+
    font-family:Georgia;
-
background-image:url("footer.png"); /*フッタ背景*/
+
    line-height:2;  
-
}
+
  }
 +
h2 {
 +
    font-size:20px;
 +
    font-family:Georgia Bold;
 +
    text-decoration:none;
 +
  }
</style>
</style>
<body>
<body>
-
 
+
<div id="cont">
-
<div id="wrapper">
+
  <div id="nav">
-
<div id="table">
+
<table>
-
<table class="nav">
+
<tr heigth="15px"></tr>
<tr heigth="15px"></tr>
<tr heigth="75px">  
<tr heigth="75px">  
 +
 +
<td style="bgcolor:#ffffff;width:400px;"> 
 +
</td>
<td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>   
<td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>   
Line 147: Line 113:
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
 +
<td style="background-color:#ffffff;width:200px;"></td>
</tr>
</tr>
</table>
</table>
-
</div>
+
  </div>
-
<div id="sub">
+
  <div id="header">
-
</div>
+
<img src="https://static.igem.org/mediawiki/2014/c/c2/Noko14%EF%BC%BFheader.jpg">
-
<div id="cont">
+
  </div>
-
<div id="head">
+
  <div id="main">
-
<div id="header">
+
<h2>Our project</h2>
-
</div>
+
<p>Many pesticides use neurotoxins that show toxicity not only to insects but also towards other species, including mammals. We therefore set out to construct an E. coli that can safely eradicate cockroaches but not affect mammals.</p>
-
</div>
+
<p>Cockroaches and many other insects store their energy in the form of trehalose and use the enzyme trehalase to convert it to glucose when needed. Our engineered E. coli will overexpress the enzymes OtsA and OtsB to produce trehalose, and glucose-3-dehydrogenase to convert trehalose to 3,3’-diketotrehalose, an inhibitor of trehalase that is not toxic for mammals. Our engineered Exterminator coli will help eradicate roaches from homes without harming humans or pets.</p>
-
<div id="main">
+
<img src="https://static.igem.org/mediawiki/2014/4/4a/NoKo14_Ecoli.jpg">
-
<!--ここに内容を入れる。段落は<p></p>で囲う。見出しは<h1></h1>で囲う。-->
+
<!--
-
<p>Now Construction</p>
+
<p>
-
+
nokogen
-
 
+
</p>
-
<!--内容ここまで-->
+
<img src="https://static.igem.org/mediawiki/2014/4/4a/NoKo14_Ecoli.jpg">
-
</div>
+
<p>
-
 
+
nokogen
-
</div>
+
</p> <img src="https://static.igem.org/mediawiki/2014/4/4a/NoKo14_Ecoli.jpg">
-
<div id="footer">
+
<p>
-
        </div>
+
nokogen
-
 
+
</p> <img src="https://static.igem.org/mediawiki/2014/4/4a/NoKo14_Ecoli.jpg">
-
+
<p>
 +
nokogen
 +
</p>-->
 +
  </div>
 +
<div id="sub">
 +
<img src="https://static.igem.org/mediawiki/2014/6/6e/Noko14_Background.jpg">
</div>
</div>
 +
  </div>
</body>
</body>
</html>
</html>

Revision as of 13:36, 8 October 2014

Our project

Many pesticides use neurotoxins that show toxicity not only to insects but also towards other species, including mammals. We therefore set out to construct an E. coli that can safely eradicate cockroaches but not affect mammals.

Cockroaches and many other insects store their energy in the form of trehalose and use the enzyme trehalase to convert it to glucose when needed. Our engineered E. coli will overexpress the enzymes OtsA and OtsB to produce trehalose, and glucose-3-dehydrogenase to convert trehalose to 3,3’-diketotrehalose, an inhibitor of trehalase that is not toxic for mammals. Our engineered Exterminator coli will help eradicate roaches from homes without harming humans or pets.