Team:KAIST-Korea-Test2

From 2011.igem.org

(Difference between revisions)
Line 5: Line 5:
<HEAD>
<HEAD>
-
<SCRIPT LANGUAGE="JavaScript">
+
</head>
-
 
+
<body>
-
function getTime()
+
-
{
+
-
      now = new Date();
+
-
      dday = new Date("Jul 15 2011 00:00:00");
+
-
      days = (dday - now) / 1000 / 60 / 60 / 24;
+
-
      daysRound = Math.floor(days);
+
-
      hours = (dday - now) / 1000 / 60 / 60 - (24 * daysRound);
+
-
      hoursRound = Math.floor(hours);
+
-
      minutes = (dday - now) / 1000 /60 - (24 * 60 * daysRound) - (60 * hoursRound);
+
-
      minutesRound = Math.floor(minutes);
+
-
      seconds = (dday - now) / 1000 - (24 * 60 * 60 * daysRound) - (60 * 60 * hoursRound) - (60 * minutesRound);
+
-
      secondsRound = Math.round(seconds);
+
-
 
+
-
      document.timeForm.input1.value = "D - "+daysRound + "      " + hoursRound + ":" + minutesRound + ":" + secondsRound;
+
-
      newtime = window.setTimeout("getTime();", 1000);
+
-
 
+
-
 
+
-
 
+
-
}
+
-
 
+
-
</script>
+
-
 
+
-
<style type="text/css">
+
-
 
+
-
 
+
-
div {
+
-
font-family:"Arial",Sans-serif; color:white;
+
-
}
+
-
.widget {
+
-
width:250px;
+
-
margin:10px;
+
-
border-right-style:solid;
+
-
border-width:1px;
+
-
border-color:white;
+
-
}
+
-
p:hover {color:#E6E6E6;}  /* mouse over link */
+
-
p:active {color:#FFFFFF;}  /* selected link */
+
-
 
+
-
#wholebox {
+
-
width:450px;
+
-
height:650px;
+
-
position:relative;
+
-
top:-80px;
+
-
left:30px;
+
-
}
+
-
 
+
-
#OpenCountdown{
+
-
        width: 500px;
+
-
        position: relative;
+
-
        font-family:"Times New Roman", Serif;
+
-
        font-size:12pt;
+
-
        font-color:white;
+
-
        left:0px;
+
-
        top:0px;
+
-
}
+
-
 
+
-
#OpenAbstract{
+
-
        width: 500px;
+
-
        position: relative;
+
-
        font-family:"Times New Roman", Serif;
+
-
        font-size:20pt;
+
-
        font-color:white;
+
-
        left:400px;
+
-
        top:125px;
+
-
}
+
-
 
+
-
#OpenSafety{
+
-
        width: 500px;
+
-
        position: relative;
+
-
        font-family:"Times New Roman", Serif;
+
-
        font-size:15pt;
+
-
        font-color:white;
+
-
        left:300px;
+
-
        top:30px;
+
-
}
+
-
 
+
-
 
+
-
#timejava{
+
-
        position:relative;
+
-
        left:480px;
+
-
        top:300px
+
-
}
+
-
 
+
-
a{color:#FF7878}
+
-
 
+
-
</style>
+
-
 
+
-
</HEAD>
+
-
 
+
-
 
+
-
<BODY onLoad="getTime()" oncontextmenu="return false" ondragstart="return false" onselectstart="return false">
+
-
<script type="text/javascript">
+
-
var omitformtags=["input", "textarea", "select"]
+
-
 
+
-
omitformtags=omitformtags.join("|")
+
-
 
+
-
function disableselect(e){
+
-
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
+
-
return false
+
-
}
+
-
 
+
-
function reEnable(){
+
-
return true
+
-
}
+
-
 
+
-
if (typeof document.onselectstart!="undefined")
+
-
document.onselectstart=new Function ("return false")
+
-
else{
+
-
document.onmousedown=disableselect
+
-
document.onmouseup=reEnable
+
-
}
+
-
</script>
+
-
 
+
-
<div id="wholebox">
+
-
 
+
-
 
+
-
<div id="OpenAbstract">
+
-
<p>Project Description</p><br>
+
-
 
+
-
 
+
-
<div id="OpenCountdown">
+
-
<p>E. Casso is an E. coli system engineered into art. This system consists of two types of genetically modified E. coli: the random signal generating E. coli (the “Brush E. coli”) and the color generating E. coli (the “Paint E. coli”).<br>
+
-
<br>
+
-
The Brush E. coli possesses genes (lasI, luxI, rhlI, and cinI) that produce quorum in its chromosomal DNA. Each Brush E. coli will secrete quorum molecules randomly associated with one of four colors among red, cyan, yellow, and green by a modified Cre-loxP mechanism.<br>
+
-
<br>
+
-
The Paint E.coli possesses plasmid vectors that express one of four colors of fluorescent proteins in response to the type of quorum it receives from the Brush E.coli. The quorum sensing complex completed in the Brush will bind to the ribosome binding site (RBS) of the corresponding fluorescent gene.<br>
+
-
<br>
+
-
Using this system, we can create art on an LP plate with the cells’ “random” contribution.
+
-
</p>
+
-
</div>
+
-
 
+
-
<div id="OpenSafety">
+
-
<p><a href = "https://2011.igem.org/Team:KAIST-Korea/Safety">>> go to Safety Issues</a></p>
+
-
</div>
+
-
 
+
-
</div>
+
-
<div id="main_closing" style="width:200px; height:400px; position:relative; left:0px; top:-300px;">
+
-
<img src="https://static.igem.org/mediawiki/2011/3/39/%EA%B7%B8%EB%A6%BC2.png">
+
-
</div>
+
-
 
+
-
</div>
+
-
 
+
<div>
<div>
<a href="#TB_inline?inlineId=video&height=480&width=640" class="thickbox" title="video title"><img src="https://static.igem.org/mediawiki/2011/4/41/Safety_issue.jpg"></a><div id = "video" style = "display: none;"><embed src="https://static.igem.org/mediawiki/2010/e/ee/Main_0904_final.swf" allowfullscreen="false" allowscriptaccess="always" flashvars="&height=240&width=320&shuffle=false&repeat=list&autostart=true&file=/files/video.flv"  style = "width: 640px; height: 480px;" />
<a href="#TB_inline?inlineId=video&height=480&width=640" class="thickbox" title="video title"><img src="https://static.igem.org/mediawiki/2011/4/41/Safety_issue.jpg"></a><div id = "video" style = "display: none;"><embed src="https://static.igem.org/mediawiki/2010/e/ee/Main_0904_final.swf" allowfullscreen="false" allowscriptaccess="always" flashvars="&height=240&width=320&shuffle=false&repeat=list&autostart=true&file=/files/video.flv"  style = "width: 640px; height: 480px;" />

Revision as of 06:55, 14 July 2011

Menu
Menu Menu