Team:NCTU Formosa

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
{{:Team:NCTU Formosa/source/head}}
 +
{{:Team:NCTU Formosa/source/head-index}}
 +
{{:Team:NCTU Formosa/source/header}}
<html>
<html>
-
<head>
+
<div id="description" class="page" data-stellar-background-ratio="0.5"><div class="boxwrap" data-stellar-ratio="1.25"><div class="box"><div class="title">E.colightuner</div><span  
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
-
<style>
+
-
#p-logo, #search-controls, #top-section, #contentSub, #footer-box, .firstHeading, #catlinks {
+
-
display: none;
+
-
}
+
-
#content {
+
-
background: transparent;
+
-
padding: 0;
+
-
width: 100%;
+
-
border: 0px;
+
-
}
+
-
p {
+
-
margin: 0px;
+
-
}
+
-
body {
+
-
background:
+
-
radial-gradient(black 15%, transparent 16%) 0 0,
+
-
radial-gradient(black 15%, transparent 16%) 8px 8px,
+
-
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
+
-
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
+
-
background-color:#282828;
+
-
background-size:16px 16px;
+
-
}
+
-
#title {
+
-
margin-top:150px;
+
-
text-align: center;
+
-
font-family: 'Lilita One', cursive;
+
-
font-size:70px;
+
-
color: #fff;
+
-
text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
+
-
}
+
-
#contenttext {
+
-
padding:100px;
+
-
text-align: center;
+
-
font-family: 'Pathway Gothic One', sans-serif;
+
-
font-size:25px;
+
-
color: #f0f0f0;
+
-
text-align:justify;
+
-
text-justify:inter-word;
+
-
text-indent: 100px;
+
-
color: #ddd;
+
-
}
+
-
#freeze {
+
-
margin-top:50px;
+
-
text-align:center;
+
-
text-indent: 0px;
+
-
color: #fff;
+
-
}
+
-
#copyright {
+
-
margin-top:200px;
+
-
text-align: center;
+
-
font-family: 'Arial', sans-serif;
+
-
font-size:9px;
+
-
color: #f0f0f0;
+
-
}
+
-
a {
+
-
color:#f0f0f0;
+
-
text-decoration:none;
+
-
}
+
-
a:hover {
+
-
text-decoration:underline;
+
-
}
+
-
</style>
+
-
<link href='http://fonts.googleapis.com/css?family=Pathway+Gothic+One|Lilita+One' rel='stylesheet' type='text/css'>
+
-
</head>
+
-
<body onload="clock();return true">
+
-
<div id="main">
+
-
<div id="title">E.colightuner by NCTU_Formosa</div>
+
-
<div id="contenttext"><p>We have proven a sRNA-regulated system of our own to be an effective and competent way for regulating gene expressions. </p>
+
-
<p>Recent studies have shown that sRNA-mediated regulation is an important factor to bacterial growth. sRNAs work by base pairing with limited or extended complementary target mRNAs, regulating protein productions. Using sRNA mechanism, we can control gene expression in RNA level, in contrast to common promoters that functions on DNA level. Since the existing sRNAs in Escherishia Coli have important functions in other metabolic processes, we designed an artificial sRNA with high specificity to avoid undesired base binding in vitro.</p><p>By using the sRNA-regulated system, red light induced ooperator, and thirty seven degree Celsius ribosome binding site (RBS), we constructed a manipulatable system that is capable of expressing four different genes under different conditions. In other words, it is a multitask machine. </p><p id="freeze">wiki freeze time remaining: <span id="day"></span> days <span id="ho"></span> hours <span id="min"></span> minutes <span id="sec"></span> seconds.</div>
+
-
<script language="JavaScript">
+
-
var DifferenceHour = -1
+
-
var DifferenceMinute = -1
+
-
var DifferenceSecond = -1
+
-
var Tday = new Date("SEP 27, 2013 00:00:00")
+
-
var daysms = 24 * 60 * 60 * 1000
+
-
var hoursms = 60 * 60 * 1000
+
-
var Secondms = 60 * 1000
+
-
var microsecond = 1000
+
-
function clock()
+
class="team">by NCTU_Formosa</span><div class="wordbox"><p>We have proven a sRNA-regulated system of our own to be an effective and competent way for regulating gene expressions. </p>
-
{
+
<p>Recent studies have shown that sRNA-mediated regulation is an important factor to bacterial growth. sRNAs work by base pairing with limited or extended complementary target mRNAs, regulating protein productions. Using sRNA mechanism, we can control gene expression in RNA level, in contrast to common promoters that functions on DNA level. Since the existing sRNAs in Escherishia Coli have important functions in other metabolic processes, we designed an artificial sRNA with high specificity to avoid undesired base binding in vitro.</p>
-
var time = new Date()
+
<p>By using the sRNA-regulated system, red light induced ooperator, and thirty seven degree Celsius ribosome binding site (RBS), we constructed a manipulatable system that is capable of expressing four different genes under different conditions. In other words, it is a multitask machine.</p></div></div></div></div>
-
var hour = time.getHours()
+
<div id="sitemap" class="page" data-stellar-background-ratio="0.5"></div>
-
var minute = time.getMinutes()
+
<div id="social" class="page" data-stellar-background-ratio="0.5"></div>
-
var second = time.getSeconds()
+
-
var timevalue = ""+((hour > 12) ? hour-12:hour)
+
-
+
-
timevalue +=((minute < 10) ? ":0":":")+minute
+
-
timevalue +=((second < 10) ? ":0":":")+second
+
-
timevalue +=((hour >12 ) ? " PM":" AM")
+
-
+
-
var convertHour = DifferenceHour
+
-
var convertMinute = DifferenceMinute
+
-
var convertSecond = DifferenceSecond
+
-
+
-
var Diffms = Tday.getTime() - time.getTime()
+
-
+
-
DifferenceHour = Math.floor(Diffms / daysms)
+
-
Diffms -= DifferenceHour * daysms
+
-
DifferenceMinute = Math.floor(Diffms / hoursms)
+
-
Diffms -= DifferenceMinute * hoursms
+
-
DifferenceSecond = Math.floor(Diffms / Secondms)
+
-
Diffms -= DifferenceSecond * Secondms
+
-
+
-
if(convertHour != DifferenceHour){
+
-
//document.formnow.dd.value=DifferenceHour
+
-
day.innerHTML = DifferenceHour;
+
-
}
+
-
+
-
if(convertMinute != DifferenceMinute) {
+
-
//document.formnow.hh.value=DifferenceMinute
+
-
ho.innerHTML = DifferenceMinute
+
-
}
+
-
+
-
if(convertSecond != DifferenceSecond) {
+
-
//document.formnow.mm.value=DifferenceSecond
+
-
min.innerHTML = DifferenceSecond
+
-
}
+
-
+
-
var dSecs = Math.floor(Diffms / microsecond)
+
-
//document.formnow.ss.value=dSecs
+
-
sec.innerHTML = dSecs
+
-
setTimeout("clock()",1000)
+
-
}
+
-
</script>
+
-
<div id="copyright">&copy; 2013  <a title="NCTU_Formosa" href="https://2013.igem.org/wiki/index.php?title=Team:NCTU_Formosa">NCTU_Formosa</a></div>
+
-
</div>
+
</body>
</body>
</html>
</html>

Revision as of 04:38, 14 September 2013

E.colightuner
by NCTU_Formosa

We have proven a sRNA-regulated system of our own to be an effective and competent way for regulating gene expressions.

Recent studies have shown that sRNA-mediated regulation is an important factor to bacterial growth. sRNAs work by base pairing with limited or extended complementary target mRNAs, regulating protein productions. Using sRNA mechanism, we can control gene expression in RNA level, in contrast to common promoters that functions on DNA level. Since the existing sRNAs in Escherishia Coli have important functions in other metabolic processes, we designed an artificial sRNA with high specificity to avoid undesired base binding in vitro.

By using the sRNA-regulated system, red light induced ooperator, and thirty seven degree Celsius ribosome binding site (RBS), we constructed a manipulatable system that is capable of expressing four different genes under different conditions. In other words, it is a multitask machine.