Team:Chiba/Project

From 2010.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
<html><link rel="stylesheet" href="https://2010.igem.org/wiki/index.php?title=User:Maiko/chiba.css&action=raw&ctype=text/css" type="text/css" /></html>
<!-- ---------------------------------------------------------
<!-- ---------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------
Line 6: Line 7:
------------------------------------------------------------ -->
------------------------------------------------------------ -->
<html>
<html>
-
<style type="text/css">
 
-
/*- Menu Tabs E--------------------------- */
 
-
 
-
    #tabsE {
 
-
      float:left;
 
-
      width:100%;
 
-
      background:#373737;
 
-
      font-size:100%;
 
-
      line-height:normal;
 
-
      margin-top: -9px;
 
-
 
-
      }
 
-
    #tabsE ul {
 
-
        margin:0;
 
-
        padding:2px 10px 0 95px;
 
-
        list-style:none;
 
-
      }
 
-
    #tabsE li {
 
-
      float:left;
 
-
      display:inline;
 
-
      padding:0;
 
-
      margin-right: 40px;
 
-
 
-
      }
 
-
    #tabsE li ul {
 
-
position: absolute;
 
-
left: -999em;
 
-
    }
 
-
   
 
-
    #tabsE li:hover ul {
 
-
      float:left;
 
-
      color: white !important;
 
-
 
-
    }
 
-
 
-
    #tabsE li:hover ul, #tabsE li.sfhover ul {
 
-
      left:auto;
 
-
      padding: 10px;
 
-
      color: white !important;
 
-
    }
 
-
 
-
#tabsE a {
 
-
      float:left;
 
-
      background:url("tableftE.gif") no-repeat left top;
 
-
      margin:0;
 
-
      padding:0 0 0 2px;
 
-
      text-decoration:none;
 
-
      }
 
-
    #tabsE a span {
 
-
      float:left;
 
-
      display:block;
 
-
      background:url("tabrightE.gif") no-repeat right top;
 
-
      padding:5px 15px 4px 6px;
 
-
      color:#FFF;
 
-
      }
 
-
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
 
-
    #tabsE a span {float:none;}
 
-
    /* End IE5-Mac hack */
 
-
    #tabsE a:hover span {
 
-
      color:#FFF;
 
-
      }
 
-
    #tabsE a:hover {
 
-
      background-position:0% -42px;
 
-
      }
 
-
    #tabsE a:hover span {
 
-
      background-position:100% -42px;
 
-
      }
 
-
 
-
        #tabsE #current a {
 
-
                background-position:0% -42px;
 
-
        }
 
-
        #tabsE #current a span {
 
-
                background-position:100% -42px;
 
-
        }
 
-
sfHover = function() {
 
-
var sfEls = document.getElementById("tabsE").getElementsByTagName("LI");
 
-
for (var i=0; i<sfEls.length; i++) {
 
-
sfEls[i].onmouseover=function() {
 
-
this.className+=" sfhover";
 
-
}
 
-
sfEls[i].onmouseout=function() {
 
-
this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
 
-
}
 
-
}
 
-
}
 
-
if (window.attachEvent) window.attachEvent("onload", sfHover);
 
-
 
-
-->
 
-
</style>
 
<body bgcolor="white" text="black" link="yellow" vlink="purple" alink="red" background="https://static.igem.org/mediawiki/2010/a/a1/Chiba_ground_2.jpg"><img src="https://static.igem.org/mediawiki/2010/f/f9/Chiba_menu_2.jpg">
<body bgcolor="white" text="black" link="yellow" vlink="purple" alink="red" background="https://static.igem.org/mediawiki/2010/a/a1/Chiba_ground_2.jpg"><img src="https://static.igem.org/mediawiki/2010/f/f9/Chiba_menu_2.jpg">

Revision as of 15:13, 27 October 2010



Double Click Bacteria

If there are two-time input in fixed time, bacteria is going to shine.

Overall Project

Click.jpg

We’re inspired by double-click of computer’s mouse. It doesn’t react by first input but react by second input. So we designed bacterial DNA sequence which works like it. Furthermore, we built time-limit in genetic sequence between the first and the second input like a computer mouse. Bacteria which have the DNA sequence can distinguish between the first input and the second one. Once in a while, bacteria might receive input which wasn’t intended. But it was the first input so bacteria don’t react. Even if there was input not intended, bacteria don’t react unless the second input is entered. Moreover, when the limit-time which controlled by the genetic system is passed, the system is going to return to the initial state. So we expect this DNA sequence will work as a safety device.

Requirement of Double Click

  1. If there is a click only one-time, nothing happens.
  2. Time of clicking button doesn't matter. It just depends on the number of click. One or two.
  3. After a lot of time pass from the 1st click, it will return to the initial state.
  4. Click two-time in specific limited time(We call this double click.), something occur.