Team:Chiba/c

From 2010.igem.org

(Difference between revisions)
Line 295: Line 295:
|}
|}
<!--- Main Contents End --->
<!--- Main Contents End --->
 +
 +
 +
 +
<script>
 +
if (!document.layers)
 +
document.write('<div id="divStayTopLeft" style="position:absolute">')
 +
</script>
 +
 +
<layer id="divStayTopLeft">
 +
 +
<!--EDIT BELOW CODE TO YOUR OWN MENU-->
 +
<table border="1" width="130" cellspacing="0" cellpadding="0">
 +
  <tr>
 +
    <td width="100%" bgcolor="#FFFFCC">
 +
      <p align="center"><b><font size="4">Menu</font></b></td>
 +
  </tr>
 +
  <tr>
 +
    <td width="100%" bgcolor="#FFFFFF">
 +
      <p align="left"> <a href="http://www.dynamicdrive.com">Dynamic Drive</a><br>
 +
       <a href="http://www.dynamicdrive.com/new.htm">What's New</a><br>
 +
       <a href="http://www.dynamicdrive.com/hot.htm">What's Hot</a><br>
 +
       <a href="http://www.dynamicdrive.com/faqs.htm">FAQs</a><br>
 +
       <a href="http://www.dynamicdrive.com/morezone/">More Zone</a></td>
 +
  </tr>
 +
</table>
 +
<!--END OF EDIT-->
 +
 +
</layer>
 +
 +
 +
<script type="text/javascript">
 +
 +
/*
 +
Floating Menu script-  Roy Whittle (http://www.javascript-fx.com/)
 +
Script featured on/available at http://www.dynamicdrive.com/
 +
This notice must stay intact for use
 +
*/
 +
 +
//Enter "frombottom" or "fromtop"
 +
var verticalpos="frombottom"
 +
 +
if (!document.layers)
 +
document.write('</div>')
 +
 +
function JSFX_FloatTopDiv()
 +
{
 +
var startX = 3,
 +
startY = 150;
 +
var ns = (navigator.appName.indexOf("Netscape") != -1);
 +
var d = document;
 +
function ml(id)
 +
{
 +
var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
 +
if(d.layers)el.style=el;
 +
el.sP=function(x,y){this.style.left=x;this.style.top=y;};
 +
el.x = startX;
 +
if (verticalpos=="fromtop")
 +
el.y = startY;
 +
else{
 +
el.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
 +
el.y -= startY;
 +
}
 +
return el;
 +
}
 +
window.stayTopLeft=function()
 +
{
 +
if (verticalpos=="fromtop"){
 +
var pY = ns ? pageYOffset : document.body.scrollTop;
 +
ftlObj.y += (pY + startY - ftlObj.y)/8;
 +
}
 +
else{
 +
var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
 +
ftlObj.y += (pY - startY - ftlObj.y)/8;
 +
}
 +
ftlObj.sP(ftlObj.x, ftlObj.y);
 +
setTimeout("stayTopLeft()", 10);
 +
}
 +
ftlObj = ml("divStayTopLeft");
 +
stayTopLeft();
 +
}
 +
JSFX_FloatTopDiv();
 +
</script>

Revision as of 14:08, 15 October 2010

Chiba Univ.

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!


         


<script> if (!document.layers)

document.write('
')

</script>

<layer id="divStayTopLeft">

Menu</td> </tr>

     <p align="left"> <a href="http://www.dynamicdrive.com">Dynamic Drive</a>
 <a href="http://www.dynamicdrive.com/new.htm">What's New</a>
 <a href="http://www.dynamicdrive.com/hot.htm">What's Hot</a>
 <a href="http://www.dynamicdrive.com/faqs.htm">FAQs</a>
 <a href="http://www.dynamicdrive.com/morezone/">More Zone</a></td> </tr>

</table>

</layer>


<script type="text/javascript">

/* Floating Menu script- Roy Whittle (http://www.javascript-fx.com/) Script featured on/available at http://www.dynamicdrive.com/ This notice must stay intact for use

  • /

//Enter "frombottom" or "fromtop" var verticalpos="frombottom"

if (!document.layers) document.write('</div>')

function JSFX_FloatTopDiv() { var startX = 3, startY = 150; var ns = (navigator.appName.indexOf("Netscape") != -1); var d = document; function ml(id) { var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id]; if(d.layers)el.style=el; el.sP=function(x,y){this.style.left=x;this.style.top=y;}; el.x = startX; if (verticalpos=="fromtop") el.y = startY; else{ el.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight; el.y -= startY; } return el; } window.stayTopLeft=function() { if (verticalpos=="fromtop"){ var pY = ns ? pageYOffset : document.body.scrollTop; ftlObj.y += (pY + startY - ftlObj.y)/8; } else{ var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight; ftlObj.y += (pY - startY - ftlObj.y)/8; } ftlObj.sP(ftlObj.x, ftlObj.y); setTimeout("stayTopLeft()", 10); } ftlObj = ml("divStayTopLeft"); stayTopLeft(); } JSFX_FloatTopDiv();

</script>