Team:Chiba

From 2010.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<!--- The Mission, Experiments --->
 
<html>
<html>
 +
<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/2/2a/Chiba_home2.jpg" width="965" height="230">
<img src="https://static.igem.org/mediawiki/2010/2/2a/Chiba_home2.jpg" width="965" height="230">
 +
<p>
 +
<style type="text/css">
 +
#header {
 +
 
 +
width: 965px;
 +
        line-height: 1.2em;
 +
        color: #000000;
 +
}
 +
 +
a {
 +
  color: #000000;
 +
  }
 +
 
 +
a:hover {
 +
color: #000000;
 +
}
 +
 +
#headerlinks{
 +
      margin-left: -20px;
 +
}
 +
 +
#arr, #arr ul {
 +
padding: 0;
 +
list-style: none;
 +
}
 +
 +
#arr a {
 +
display: block;
 +
width: 96px;
 +
}
 +
 +
#arr li {
 +
float: left;
 +
width: 96px;
 +
margin-right: 41px;
 +
}
 +
 +
#arr li ul {
 +
position: absolute;
 +
width: 96px;
 +
left: -999em;
 +
}
 +
 +
#arr li:hover ul {
 +
left: auto;
 +
      color: white !important;
 +
 +
}
 +
 +
#arr li:hover ul, #arr li.sfhover ul {
 +
left: auto;
 +
      color: white !important;
 +
}
 +
 +
sfHover = function() {
 +
var sfEls = document.getElementById("arr").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);
 +
 +
a.taplinks {
 +
  color: white !important;
 +
  }
 +
 +
 +
a.taptoplinks {
 +
  color: white !important;
 +
}
 +
 +
a.taplinks:hover, a.taptoplinks:hover {
 +
  background-color: #ff3366;
 +
  color: white;
 +
  }
 +
 +
.taplinks {
 +
background-color: #ff9933;
 +
border-style: solid;
 +
border-color: black;
 +
border-width: 1px;
 +
color: white;
 +
padding: 3px 20px 3px 20px;
 +
        margin-left: -19px;
 +
}
 +
 +
.taptoplinks {
 +
background-color: #33cc33;
 +
border-style: solid;
 +
border-color: white;
 +
border-width: 1px;
 +
color: white;
 +
        margin-bottom: -2px;
 +
padding: 3px 20px 3px 20px;
 +
}
 +
 +
 +
 +
 +
#headerlinks > #arr > li {
 +
        border-bottom: 1px solid white;
 +
}
 +
 +
 +
</style>
 +
<!-- !END CSS -->
 +
<center>
 +
<div id="headerlinks">
 +
<ul id="arr">
 +
<li>
 +
<a class="taptoplinks" href="https://2010.igem.org/Team:Chiba">Home</a>
 +
</li>
 +
 +
<li><a class="taptoplinks" href="#">Team</a>
 +
<ul style="z-index:1">
 +
<li><a class="taplinks" href="https://2010.igem.org/Team:Chiba/Team">Team</a></li>
 +
<li><a class="taplinks" href="https://2010.igem.org/Team:Chiba/Member">Member</a></li>
 +
<li><a class="taplinks" href="https://2010.igem.org/Team:Chiba/School">School</a></li>
 +
</ul>
 +
</li>
 +
<li><a class="taptoplinks" href="#">Project</a>
 +
<ul style="z-index:1">
 +
<li><a class="taplinks" href="https://2010.igem.org/Team:Chiba/Project">test1 Project</a></li>
 +
<li><a class="taplinks" href="https://2010.igem.org/Team:Chiba/Circuit_1">test2</a></li>
 +
<li><a class="taplinks" href="https://2010.igem.org/Team:Chiba/Circuit_2">test3</a></li>
 +
</ul>
 +
</li>
 +
<li>
 +
<a class="taptoplinks" href="https://2010.igem.org/Team:Chiba/Parts">Parts</a>
 +
</li>
 +
 +
<li>
 +
<a class="taptoplinks" href="https://2010.igem.org/Team:Chiba/Modeling">Modeling</a>
 +
</li>
 +
<li>
 +
<a class="taptoplinks" href="https://2010.igem.org/Team:Chiba/Notebook">Notebook</a>
 +
</li>
 +
<li>
 +
<a class="taptoplinks" href="https://2010.igem.org/Team:Chiba/Safety">Safety</a>
 +
</li>
 +
 +
 +
</center>
 +
</div>
</html>
</html>
-
{| style="color:#ffffff;background-color:#fbb8b8;" cellpadding="4" cellspacing="1" border="1" bordercolor="#cc0303" width="100%" align="center"
+
 
 +
<!--- The Mission, Experiments --->
 +
 
 +
{| border="0" cellpadding="50" cellspacing="0" align="center"
|-
|-
-
|align="center"|<html><a href=https://2010.igem.org/Team:Chiba><font size=3.5>Home</font></a><style type="text/css">  
+
|<font size=5>PROJECT DESCRIPTION</font>
-
<!--  
+
<br>
-
A:link    {color:#000000;text-decoration:none; }
+
----
-
A:visited {color:#000000;text-decoration:none; }
+
 
-
A:active  {color:#FFFFFF;text-decoration:none; }
+
<font size=3>
-
A:hover  {color:#FF0000;text-decoration:none; }
+
We daily double-click the icons to open the files or to exert the program: this is clearly distinguished from the single click, which is often for selecting or highlighting the program. This year, iGEM CHIBA is constructing genetic double-click system whose output is released only when the input (inducing agent) is given twice within a limited time. To discriminate double-click from two separated single-clicks, the 1st input is to be memorized temporarily. If the 2nd input is added before the memory gets lost, output will be produced. If the 2nd input is not added within the given time, the system will be reset to the original state. This mechanism could work as a sort of safety device; by requiring the 2nd ‘confirmation’ input, one can drastically reduce, or even eliminate, the frequency of false-inputs. This system could be useful in operating the potent or potentially-hazardous biochemical processes.
-
-->
+
</font><br>
-
</style></html>
+
----
-
|align="center"|<html><a href=https://2010.igem.org/Team:Chiba/Team><font size=3.5>Team</font></a><style type="text/css">  
+
 
-
<!--
+
|[[Image:Chiba_ani_1.gif‎]]
-
A:link    {color:#000000;text-decoration:none; }
+
-
A:visited {color:#000000;text-decoration:none; }
+
-
A:active  {color:#FFFFFF;text-decoration:none; }
+
-
A:hover  {color:#ffffff;text-decoration:none; }
+
-
-->
+
-
</style></html>
+
-
|align="center"|<html><a href=https://2010.igem.org/Team:Chiba/Project><font size=3.5>Project</font></a><style type="text/css">
+
-
<!--  
+
-
A:link    {color:#000000;text-decoration:none; }
+
-
A:visited {color:#000000;text-decoration:none; }
+
-
A:active  {color:#FFFFFF;text-decoration:none; }
+
-
A:hover  {color:#FCFF00;text-decoration:none; }
+
-
-->
+
-
</style></html>
+
-
|align="center"|<html><a href=https://2010.igem.org/Team:Chiba/Parts><font size=3.5>Parts</font></a><style type="text/css">
+
-
<!--
+
-
A:link    {color:#000000;text-decoration:none; }
+
-
A:visited {color:#000000;text-decoration:none; }
+
-
A:active  {color:#FFFFFF;text-decoration:none; }
+
-
A:hover  {color:#20B156;text-decoration:none; }
+
-
-->
+
-
</style></html>
+
-
|align="center"|<html><a href=https://2010.igem.org/Team:Chiba/Modeling><font size=3.5>Modeling</font></a><style type="text/css">
+
-
<!--
+
-
A:link    {color:#000000;text-decoration:none; }
+
-
A:visited {color:#000000;text-decoration:none; }
+
-
A:active  {color:#FFFFFF;text-decoration:none; }
+
-
A:hover  {color:#4877FF;text-decoration:none; }
+
-
-->
+
-
</style></html>
+
-
|align="center"|<html><a href=https://2010.igem.org/Team:Chiba/Notebook><font size=3.5>Notebook</font></a><style type="text/css">  
+
-
<!--  
+
-
A:link    {color:#000000;text-decoration:none; }
+
-
A:visited {color:#000000;text-decoration:none; }
+
-
A:active  {color:#FFFFFF;text-decoration:none; }
+
-
A:hover  {color:#4877FF;text-decoration:none; }
+
-
-->
+
-
</style></html>
+
-
|align="center"|<html><a href=https://2010.igem.org/Team:Chiba/Safety><font size=3.5>Safety</font></a><style type="text/css">
+
-
<!--
+
-
A:link    {color:#000000;text-decoration:none; }
+
-
A:visited {color:#000000;text-decoration:none; }
+
-
A:active  {color:#FFFFFF;text-decoration:none; }
+
-
A:hover  {color:#C21E9B;text-decoration:none; }
+
-
-->
+
-
</style></html>
+
|}
|}
 +
{| border="0" cellpadding="50" cellspacing="0" align="center"
 +
|-
 +
|<html><marquee>
 +
<BODY BGCOLOR="#ff6600">
-
<!--- The Mission, Experiments End --->
+
<SCRIPT LANGUAGE="JavaScript">
 +
<!--
 +
function MakeArray(n){
 +
this.length=n;
 +
for(var i=1; i<=n; i++) this[i]=i-1;
 +
return this
 +
}
 +
hex=new MakeArray(16);
 +
hex[11]="A"; hex[12]="B"; hex[13]="C"; hex[14]="D"; hex[15]="E"; hex[16]="F";
-
<!--- Main Contents --->
+
function ToHex(x){
-
<html>
+
var high=x/16;
-
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" background="https://static.igem.org/mediawiki/2010/a/a1/Chiba_ground_2.jpg">
+
var s=high+"";
 +
s=s.substring(0,2);
 +
high=parseInt(s,10);
 +
var left=hex[high+1];
 +
var low=x-high*16;
 +
s=low+"";
 +
s=s.substring(0,2);
 +
low=parseInt(s,10);
 +
var right=hex[low+1];
 +
var string=left+""+right;
 +
return string;
 +
}
 +
function rainbow(text){
 +
text=text.substring(3,text.length-4);
 +
color_d1=255;
 +
mul=color_d1/text.length;
 +
for(i=0;i < text.length;i++){
 +
color_d1=255*Math.sin(i/(text.length/3)); "255*Math.sin(i/(text.length/3))"
 +
color_h1=ToHex(color_d1);
 +
color_d2=mul*i;
 +
color_h2=ToHex(color_d2);
 +
document.write("<FONT COLOR='#FF"+color_h1+color_h2+"'>"+text.substring(i,i+1)+'</FONT>');
 +
}
 +
}
 +
//-->
 +
</SCRIPT>
 +
 +
<font size=2 face=verdana>
 +
<SCRIPT>
 +
{
 +
rainbow
 +
("Contact Us! Let's share inspirations!");
 +
}
 +
</SCRIPT>
 +
</font>
 +
</body>
 +
</marquee>
</html>
</html>
-
<html>
+
<br>
 +
<html><center><a href="https://twitter.com/Chiba_iGEM2010"><img src="https://static.igem.org/mediawiki/2010/8/80/Twitter-logo.jpg" width="150" height="95"></a><br><br>
 +
<a href="http://chem.tf.chiba-u.jp/igem/"><img src="https://static.igem.org/mediawiki/2010/d/d7/Chiba_japanpage.jpg"></a>
 +
</center>
 +
</html>
 +
|align="center"|[[Image:Chiba_pic.jpg]]
 +
|}
 +
<!--- The Mission, Experiments End --->
 +
 
 +
<!--- Main Contents --->
 +
{| border="0" cellpadding="50" cellspacing="0" align="center"
 +
|-
 +
|<html>
<br><center>
<br><center>
<h3>Special Thanks!</h3>
<h3>Special Thanks!</h3>
<br>
<br>
<a href="http://www.geneart.com/"><img src="https://static.igem.org/mediawiki/2010/a/ac/Logo_geneart_tokyotech.gif" style="margin-right:20px"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="http://www.geneart.com/"><img src="https://static.igem.org/mediawiki/2010/a/ac/Logo_geneart_tokyotech.gif" style="margin-right:20px"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-
<a href="http://mrgene.com/"><img src="https://static.igem.org/mediawiki/2010/b/b5/Logo_mrgene_tokyotech.gif" height="45px"></a>
+
<a href="http://mrgene.com/"><img src="https://static.igem.org/mediawiki/2010/b/b5/Logo_mrgene_tokyotech.gif" height="45px"></a></html>
 +
 
 +
|<html>
 +
<div style="text-align:center;">
 +
<object type="application/x-shockwave-flash" data="http://www.oneplusyou.com/bb/files/countdown/countdown.swf?co=ffcc66&bgcolor=006699&date_month=11&date_day=05&date_year=0&un=2010 iGEM JAMBOREE&size=normal&mo=11&da=05&yr=2010" width="350" height="100"><param name="movie" value="http://www.oneplusyou.com/bb/files/countdown/countdown.swf?co=00B32B&bgcolor=003366&date_month=11&date_day=05&date_year=0&un=NEXT IGEM JAMBOREE&size=normal&mo=11&da=05&yr=2010" /><param name="bgcolor" value="#474747" /></object><img src="http://www.oneplusyou.com/q/img/bb_badges/countdown.jpg" alt="" style="display: none;" height="1" width="1" /><div>
</html>
</html>
 +
|}
<!--- Main Contents End --->
<!--- Main Contents End --->

Revision as of 13:04, 15 October 2010


PROJECT DESCRIPTION



We daily double-click the icons to open the files or to exert the program: this is clearly distinguished from the single click, which is often for selecting or highlighting the program. This year, iGEM CHIBA is constructing genetic double-click system whose output is released only when the input (inducing agent) is given twice within a limited time. To discriminate double-click from two separated single-clicks, the 1st input is to be memorized temporarily. If the 2nd input is added before the memory gets lost, output will be produced. If the 2nd input is not added within the given time, the system will be reset to the original state. This mechanism could work as a sort of safety device; by requiring the 2nd ‘confirmation’ input, one can drastically reduce, or even eliminate, the frequency of false-inputs. This system could be useful in operating the potent or potentially-hazardous biochemical processes.


Chiba ani 1.gif




Chiba pic.jpg

Special Thanks!