Team:Calgary/Sandbox

From 2010.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
{{CalgaryMenu}}
 +
<html>
<html>
<head>
<head>
-
<script type="text/javascript">
+
-
 
+
-
// Copyright 2006-2007 javascript-array.com
+
-
 
+
-
var timeout = 500;
+
-
var closetimer = 0;
+
-
var ddmenuitem = 0;
+
-
 
+
-
// open hidden layer
+
-
function mopen(id)
+
-
{
+
-
// cancel close timer
+
-
mcancelclosetime();
+
-
+
-
// close old layer
+
-
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
+
-
+
-
// get new layer and show it
+
-
ddmenuitem = document.getElementById(id);
+
-
ddmenuitem.style.visibility = 'visible';
+
-
+
-
}
+
-
// close showed layer
+
-
function mclose()
+
-
{
+
-
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
+
-
}
+
-
+
-
// go close timer
+
-
function mclosetime()
+
-
{
+
-
closetimer = window.setTimeout(mclose, timeout);
+
-
}
+
-
+
-
// cancel close timer
+
-
function mcancelclosetime()
+
-
{
+
-
if(closetimer)
+
-
{
+
-
window.clearTimeout(closetimer);
+
-
closetimer = null;
+
-
}
+
-
}
+
-
 
+
-
// close layer when click-out
+
-
document.onclick = mclose;
+
-
 
+
-
</script>
+
-
 
+
<style>
<style>
-
body{
 
-
background-color: #EDEDED;
 
-
}
 
-
 
-
p {
 
-
font-family: Verdana, sans-serif;
 
-
}
 
-
 
-
a {
 
-
font-family: Verdana, sans-serif;
 
-
}
 
-
 
-
div.bannerContainer{
 
-
width: 975px;
 
-
height: 275px;
 
-
margin-left: -5px;
 
-
margin-top: -56px;
 
-
background-color: #FFFFFF;
 
-
}
 
-
 
-
div.whiteout{
 
-
width: 975px;
 
-
height: 44px;
 
-
margin: 0px;
 
-
position: relative;
 
-
 
-
background-color: #FFFFFF;
 
-
}
 
-
 
-
div.whiteout a{
 
-
float: right;
 
-
margin-right: 10px;
 
-
margin-top: 19px;
 
-
}
 
-
 
-
 
-
img.bannerImage{
 
-
margin-top: 0px;
 
-
}
 
-
 
-
 
-
div.menuBar{
 
-
margin-left: -5px;
 
-
width: 975px;
 
-
height: 25px;
 
-
margin-bottom: 20px;
 
-
}
 
-
 
-
 
-
#nav {
 
-
margin: 0;
 
-
padding: 0;
 
-
z-index: 30;
 
-
position: relative;
 
-
}
 
-
 
-
#nav li {
 
-
margin: 0;
 
-
padding: 0;
 
-
list-style: none;
 
-
float: left;
 
-
font: bold 11px arial;
 
-
}
 
-
 
-
#nav li a {
 
-
display: block;
 
-
margin: 0 0 0 0;
 
-
padding: 6px 10px;
 
-
width: 80px;
 
-
background: #FFFFFF;
 
-
color: #000;
 
-
text-align: center;
 
-
text-decoration: none;
 
-
 
-
border-right: 2px solid black;
 
-
}
 
-
 
-
#nav li a:hover {
 
-
background: #7b54cc;
 
-
color: #FFF;
 
-
}
 
-
 
-
#nav div {
 
-
position: absolute;
 
-
visibility: hidden;
 
-
margin: 0;
 
-
padding: 0;
 
-
background: #1A1A1A;
 
-
}
 
-
#nav div a {
 
-
position: relative;
 
-
display: block;
 
-
margin: 0;
 
-
padding: 5px 10px;
 
-
width: 150px;
 
-
white-space: nowrap;
 
-
text-align: left;
 
-
text-decoration: none;
 
-
background: #FFFFFF;
 
-
color: #000;
 
-
font: 12px Verdana;
 
-
border-right: 0;
 
-
}
 
-
 
-
#nav div a:hover {
 
-
background: #7b54cc;
 
-
color: #FFF;
 
-
border: 0;
 
-
}
 
div.tabBox{
div.tabBox{
Line 329: Line 174:
<body>
<body>
-
<div class="bannerContainer">
 
-
<div class="whiteout">
 
-
<a href="https://2010.igem.org/Team:Calgary/Contact_Us"><img src="http://i872.photobucket.com/albums/ab287/iGEMCalgary_2010/ContactTab2.png" class="contactUs"></img></a>
 
-
<a href="#"><img src="http://i872.photobucket.com/albums/ab287/iGEMCalgary_2010/FrenchTab3.png" class="frenchTab"></img></a>
 
-
</div>
 
-
 
-
<img src="http://i872.photobucket.com/albums/ab287/iGEMCalgary_2010/header-1.png" class="bannerImage" title="University of Calgary iGEM Team 2010"></img>
 
-
 
-
</div>
 
-
 
-
<div class="menuBar">
 
-
<ul id="nav">
 
-
 
-
<li>
 
-
<a href="https://2010.igem.org/Team:Calgary"
 
-
onmouseover="mopen('m1')"
 
-
onmouseout="mclosetime()">
 
-
Home</a>
 
-
</li>
 
-
 
-
<li>
 
-
<a href="https://2010.igem.org/Team:Calgary/Team"
 
-
onmouseover="mopen('m2')"
 
-
onmouseout="mclosetime()">
 
-
Team</a>
 
-
<div id="m2"
 
-
onmouseover="mcancelclosetime()"
 
-
onmouseout="mclosetime()">
 
-
<a href="https://igem.org/Team.cgi">Official Team Profile</a>
 
-
<a href="#">Biographies</a>
 
-
<a href="#">Facilitators</a>
 
-
<a href="#">Photographs</a>
 
-
<a href="#">About the University</a>
 
-
<a href="#">Acknowledgements</a>
 
-
</div>
 
-
</li>
 
-
 
-
<li>
 
-
<a href="https://2010.igem.org/Team:Calgary/Project"
 
-
onmouseover="mopen('m3')"
 
-
onmouseout="mclosetime()">
 
-
Project</a>
 
-
<div id="m3"
 
-
onmouseover="mcancelclosetime()"
 
-
onmouseout="mclosetime()">
 
-
<a href="#">Introduction</a>
 
-
<a href="#">Abstract</a>
 
-
<a href="#">Transcription/Translation</a>
 
-
<a href="#">Cpx Circuit</a>
 
-
<a href="#">IbpAB Circuit</a>
 
-
<a href="#">Results</a>
 
-
<a href="#">Discussion</a>
 
-
<a href="#">References</a>
 
-
<a href="#">Acknowledgements</a>
 
-
</div>
 
-
</li>
 
-
 
-
 
-
<li><a href="https://2010.igem.org/Team:Calgary/Parts"
 
-
onmouseover="mopen('m4')"
 
-
onmouseout="mclosetime()">
 
-
Parts</a>
 
-
<div id="m4"
 
-
onmouseover="mcancelclosetime()"
 
-
onmouseout="mclosetime()">
 
-
<a href="#">Parts Submitted</a>
 
-
<a href="#">Team Favourites</a>
 
-
<a href="#">Characterization</a>
 
-
</div>
 
-
</li>
 
-
 
-
 
-
<li><a href="https://2010.igem.org/Team:Calgary/Notebook"
 
-
onmouseover="mopen('m5')"
 
-
onmouseout="mclosetime()">
 
-
Notebook</a>
 
-
<div id="m5"
 
-
onmouseover="mcancelclosetime()"
 
-
onmouseout="mclosetime()">
 
-
<a href="#">Calendar</a>
 
-
<a href="#">Brainstorming</a>
 
-
<a href="#">Safety and Protocols</a>
 
-
</div>
 
-
</li>
 
-
 
-
 
-
<li><a href="#"
 
-
onmouseover="mopen('m6')"
 
-
onmouseout="mclosetime()">
 
-
Modelling</a>
 
-
<div id="m6"
 
-
onmouseover="mcancelclosetime()"
 
-
onmouseout="mclosetime()">
 
-
<a href="#">MATLAB</a>
 
-
<a href="#">Animation</a>
 
-
</div>
 
-
</li>
 
-
 
-
 
-
<li><a href="#"
 
-
onmouseover="mopen('m7')"
 
-
onmouseout="mclosetime()">
 
-
Community</a>
 
-
<div id="m7"
 
-
onmouseover="mcancelclosetime()"
 
-
onmouseout="mclosetime()">
 
-
<a href="#">Ethics</a>
 
-
<a href="#">Gallery</a>
 
-
<a href="#">Conferences</a>
 
-
<a href="http://igemcalgary2010.blogspot.com">Blog</a>
 
-
</div>
 
-
</li>
 
-
 
-
<li><a href="#">Sponsors</a></li>
 
-
 
-
</ul>
 
-
</div>
 
<div class="tabBox">
<div class="tabBox">
<img src="http://i872.photobucket.com/albums/ab287/iGEMCalgary_2010/TabMenu2.png"></img>
<img src="http://i872.photobucket.com/albums/ab287/iGEMCalgary_2010/TabMenu2.png"></img>
</div>
</div>
 +
<div class="miniBar">
<div class="miniBar">
Line 458: Line 187:
</div>
</div>
</div>
</div>
 +
<div class="twitterTicker">
<div class="twitterTicker">
Line 464: Line 194:
<p><a href="http://twitter.com/iGEMCalgary">Follow us on Twitter!</a></p>
<p><a href="http://twitter.com/iGEMCalgary">Follow us on Twitter!</a></p>
</div>
</div>
 +
<div class="boxContainer">
<div class="boxContainer">
Line 470: Line 201:
<p>Our modelling project description will arrive soon! Keep checking back!</p>
<p>Our modelling project description will arrive soon! Keep checking back!</p>
</div>
</div>
 +
<div class="boxSpacer"></div>
<div class="boxSpacer"></div>
 +
<div class="greenBox">
<div class="greenBox">
Line 477: Line 210:
<p></p>
<p></p>
</div>
</div>
 +
<div class="boxSpacer"></div>
<div class="boxSpacer"></div>
 +
<div class="purpleBox">
<div class="purpleBox">
<img src="http://i872.photobucket.com/albums/ab287/iGEMCalgary_2010/NewsFeed.png"></img>
<img src="http://i872.photobucket.com/albums/ab287/iGEMCalgary_2010/NewsFeed.png"></img>
<iframe width="400" height="300" style="border:none;" src="http://output17.rssinclude.com/output?type=iframe&id=138298&hash=53e22a9f7ec86cf9adb1e136f5752fef"></iframe>
<iframe width="400" height="300" style="border:none;" src="http://output17.rssinclude.com/output?type=iframe&id=138298&hash=53e22a9f7ec86cf9adb1e136f5752fef"></iframe>
-
 
</div>
</div>
 +
</div>
</div>
 +
<div class="projectDescContainer">
<div class="projectDescContainer">
Line 492: Line 228:
<p>Protein expression happens in three steps: the transcription of the DNA to mRNA, the translation of mRNA into an amino acid sequence, and the folding of that amino acid sequence into a protein. Our system detects possible errors in these three steps using two circuits. The first circuit has a fluorescent reporter that is produced when DNA is transcribed into mRNA and another that is produced when mRNA is translated into a functional protein. When both reporter proteins are expressed in the cell, it indicates both transcription and translation are successful. The second circuit involves reporter systems that are activated as a result of protein misfolding. Two native stress-activated promoters from E. coli were engineered upstream to fluorescent reporters that will respond to periplasmic and cytoplasmic protein misfolding. If the protein of interest misfolds in either area of the cell, one of the promoters will be activated and the corresponding fluorescence will be observed.</p>
<p>Protein expression happens in three steps: the transcription of the DNA to mRNA, the translation of mRNA into an amino acid sequence, and the folding of that amino acid sequence into a protein. Our system detects possible errors in these three steps using two circuits. The first circuit has a fluorescent reporter that is produced when DNA is transcribed into mRNA and another that is produced when mRNA is translated into a functional protein. When both reporter proteins are expressed in the cell, it indicates both transcription and translation are successful. The second circuit involves reporter systems that are activated as a result of protein misfolding. Two native stress-activated promoters from E. coli were engineered upstream to fluorescent reporters that will respond to periplasmic and cytoplasmic protein misfolding. If the protein of interest misfolds in either area of the cell, one of the promoters will be activated and the corresponding fluorescence will be observed.</p>
</div>
</div>
 +
<div class="sponsorsContainer">
<div class="sponsorsContainer">

Revision as of 16:31, 6 August 2010

<div style="background-color: none transparent;"><a href="http://www.rsspump.com/?web_widget/rss_widget/twitter_widget" title="web widget">Twitter Widget</a></div>

Follow us on Twitter!

Our modelling project description will arrive soon! Keep checking back!

Many synthetic biology projects involve the expression of recombinant proteins in microorganisms such as E. coli. The problems encountered with many synthetic biology projects often involve problems with protein expression. It is often very difficult to recognize the problem and pinpoint where it lies. The goal of the University of Calgary 2010 iGEM team is to build a protein expression "troubleshooting kit". This kit will contain two systems with which target genes can be inserted. In the resulting cell growth, fluorescent protein production will be used to determine whether there is a problem with protein expression as well as indicate where the protein expression is failing.

Protein expression happens in three steps: the transcription of the DNA to mRNA, the translation of mRNA into an amino acid sequence, and the folding of that amino acid sequence into a protein. Our system detects possible errors in these three steps using two circuits. The first circuit has a fluorescent reporter that is produced when DNA is transcribed into mRNA and another that is produced when mRNA is translated into a functional protein. When both reporter proteins are expressed in the cell, it indicates both transcription and translation are successful. The second circuit involves reporter systems that are activated as a result of protein misfolding. Two native stress-activated promoters from E. coli were engineered upstream to fluorescent reporters that will respond to periplasmic and cytoplasmic protein misfolding. If the protein of interest misfolds in either area of the cell, one of the promoters will be activated and the corresponding fluorescence will be observed.