Team:Wisconsin-Madison

From 2012.igem.org

(Difference between revisions)
 
(106 intermediate revisions not shown)
Line 1: Line 1:
 +
{{Template:Wisconsin-Madison}}
<html>
<html>
-
<!--All iGEM Madison codes start from here-->
 
-
<style>
 
-
/*division defination!*/
 
-
#divscontainer
 
-
{
 
-
width:1000px;
 
-
height:auto;
 
-
position:relative;
 
-
        top:-130px;
 
-
}
 
-
 
-
#divthehead
 
-
{
 
-
width:960px;
 
-
height:240px;
 
-
margin-left:0;
 
-
margin-right:0;
 
-
color: #FFF;
 
-
}
 
-
 
-
#divthebuttons
 
-
{
 
-
width:960px;
 
-
height:25px;
 
-
margin-left:0;
 
-
margin-right:0;
 
-
}
 
-
 
-
#divthecontent
 
-
{
 
-
width:960px;
 
-
height:700px;
 
-
margin-left:0;
 
-
margin-right:0;
 
-
position:relative;
 
-
background-color:#FFF;
 
-
 
-
}
 
-
 
-
#divtheoverview
 
-
{
 
-
width:900px;
 
-
height:100px;
 
-
margin-left:5px;
 
-
margin-right:5px;
 
-
}
 
-
 
-
#divthepic
 
-
{
 
-
width:400px;
 
-
height:450px;
 
-
float:left;
 
-
margin-left:20px;
 
-
position:relative;
 
-
}
 
-
 
-
#divthedescription
 
-
{
 
-
width:500px;
 
-
height:450px;
 
-
float:right;
 
-
margin-right:20px;
 
-
}
 
-
 
-
#divthesmallpic
 
-
{
 
-
width:200px;
 
-
height:100px;
 
-
float:right;
 
-
margin-right:5px;
 
-
top:-50px;
 
-
position:relative;
 
-
}
 
-
#divthecontent2
 
-
{
 
-
width:960px;
 
-
height:500px;
 
-
margin-left:0;
 
-
margin-right:0;
 
-
position:relative;
 
-
background-color:#FFF;
 
-
}
 
-
#divthepic2
 
-
{
 
-
width:400px;
 
-
height:450px;
 
-
float:right;
 
-
margin-right:20px;
 
-
position:relative;
 
-
}
 
-
 
-
#divthedescription2
 
-
{
 
-
width:500px;
 
-
height:450px;
 
-
float:left;
 
-
margin-left:20px;
 
-
}
 
-
 
-
#divthelowbanner
 
-
{
 
-
width:960px;
 
-
height:50px;
 
-
margin:auto;
 
-
bottom:150px;
 
-
}
 
-
 
-
#divthefooter
 
-
{
 
-
width:960px;
 
-
height:100px;
 
-
margin:auto;
 
-
bottom:100px;
 
-
}
 
-
 
-
body {
 
-
background-image: url(http://www.wisc.edu/images/bgGradient.jpg);
 
-
background-repeat: repeat-x;
 
-
background-color: #FFF;
 
-
}
 
-
 
-
 
-
 
-
 
-
 
-
/*Whatever it takes to get ride of the wiki header and wiki footer! Also, note that all changes made in this part, you would have to hard refresh the browser to make visualized (or using IE cored browser) so no need gets frustrated if it does not work*/
 
-
/*delete the double slash to make a certain command functional*/
 
-
 
-
#top-section
 
-
{
 
-
//display:none !important;
 
-
border-left:0px !important;
 
-
border-right:0px !important;
 
-
border-bottom:0px !important;
 
-
}
 
-
/*this one above destroys the editing panel and everything else as header IF you set the diaplay none as functional. Your call...*/
 
-
/*on the condition that you deleted the whole panel, I bet you want it back. then insert the following code about menubar*/
 
-
#top-section menubar
 
-
{
 
-
display:inline !important;
 
-
}
 
-
#p-logo
 
-
{
 
-
display:none !important;
 
-
}
 
-
/*this one above destroys the iGEM Logo*/
 
-
 
-
#top
 
-
{
 
-
display:none !important;
 
-
}
 
-
.firstHeading
 
-
{
 
-
display:none !important;
 
-
}
 
-
/*this one destorys the big h1 of the domain's name*/
 
-
 
-
/* now that you realize that the formatting of the page becomes weird for a bit... but that is alright, that is because we override a couple original css, but not them all, so the reminants get a little bit of... less of restriant. What we can do is that, still, let the readers ignore them*/
 
-
/* I can keep lowering the importance of div#content by overriding it and... make it nonsense and does not give restraints to its children elements, that means... mine stuffs*/
 
-
 
-
#content
 
-
{
 
-
        margin:auto; !important;
 
-
width: 1200px !important;
 
-
position: relative!important;
 
-
padding: 0px !important;
 
-
background: none !important;
 
-
border-left: 0px !important;
 
-
border-right: 0px !important;
 
-
}
 
-
/*okay!now you are about get what you want: kill the original rules... but you see, right there the footer was flowing upward now. That is because we did not define a height for the div#content. From now on you might want to do something different to mine. Either choose override the footer like what I am going to do, or depends on your content, give a proper value under the div#content to define its height. The second option keeps the original footer which looks kind of cool as well*/
 
-
 
-
#footer-box
 
-
{
 
-
display: none !important;
 
-
}
 
-
#footer
 
-
{
 
-
display: none !important;
 
-
}
 
-
#f-list
 
-
{
 
-
display: none !important;
 
-
}
 
-
/*no mercy ya see, kill 'em all*/
 
-
/*no that you see there is what you want, you successfully override them all! (or at least I hope you do... contact ycai27@wisc.edu if it does not work...) the very next step you can do is to move up your content to occupy the original space belongs to the iGEM wiki. To do this, go back to your divscontainer, which is in a sense is your own globalWrapper. Decorate it with a property called top and give a value to it such as top:-200px so that your stuffs all move upwards, Play with it and see which value suits best for your site!*/
 
-
/*oh, btw, if you realize that the menubar, either div#menubar.right-menu.nopoint or the left one, whose name you can find in view code function of most major browsers. they can be Over your picture, like... poking out, so you want to change the position of it. simply go ahead and define a css towards it.*/
 
-
#search-controls
 
-
{
 
-
display:none !important;
 
-
}
 
-
#catlinks
 
-
{
 
-
        display: none !important;
 
-
}
 
-
/*now that I am done, are you done?*/
 
-
/*starts the class definition here*/
 
-
.classtheoverview
 
-
{
 
-
        font-size: 18px;
 
-
color:  #000000;
 
-
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
 
-
}
 
-
.classtheinlinecontent
 
-
{
 
-
font-size:15px;
 
-
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
 
-
}
 
-
.classtheinlinecontentHyperlink
 
-
{
 
-
font-size:15px;
 
-
color:rgb(183, 1, 1);
 
-
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
 
-
}
 
-
/*end of inline text class defination*/
 
-
/*** navigation menus ***/
 
-
.main-menu  {
 
-
width: 100%;
 
-
background: transparent url(../images/nav_bg.jpg) repeat-x;
 
-
color: #333;
 
-
position: relative;
 
-
z-index: 50000;
 
-
box-shadow: 0 3px 4px rgba(60, 60, 60, 0.3);
 
-
-moz-box-shadow: 0 3px 4px rgba(60, 60, 60, 0.3);
 
-
-webkit-box-shadow: 0 3px 4px rgba(60, 60, 60, 0.3);
 
-
}
 
-
 
-
.main-menu > li {
 
-
display: inline-block;
 
-
vertical-align: top;
 
-
font-size: 0.8125em;
 
-
line-height: 25px;
 
-
background: transparent url(../images/nav_button_border.gif) no-repeat right;
 
-
height: 25px;
 
-
/*min-width: 120px;*/
 
-
position: relative;
 
-
}
 
-
 
-
.main-menu > li a {padding-left: 0;}
 
-
 
-
.main-menu h2 {
 
-
height: 100%;
 
-
  width: 100%;
 
-
}
 
-
 
-
.main-menu h2 > a {
 
-
display: block;
 
-
height: 100%;
 
-
padding: 0 15px;
 
-
text-align: center;
 
-
color: #b70101;
 
-
background-color: transparent;
 
-
position: relative;
 
-
line-height: 24px;
 
-
}
 
-
.main-menu .current h2 > a {color: #333;}
 
-
 
-
.main-menu h2 > a:hover {
 
-
text-decoration: none;
 
-
}
 
-
 
-
.main-menu > li:hover, .main-menu > a:focus, .main-menu > a:hover, .main-menu > a:active, .main-menu .current {
 
-
background-color: #e7d9c1;
 
-
text-decoration: none;
 
-
}
 
-
 
-
.main-menu > #n_search:hover {
 
-
background-color: transparent;
 
-
}
 
-
 
-
.current a { color: #333; }
 
-
 
-
 
-
/*** submenus ***/
 
-
 
-
.main-menu > li:hover > ul,
 
-
.main-menu > .sfHover > ul {
 
-
position: absolute;
 
-
left: -1px;
 
-
top: 25px; /* match top ul list item height */
 
-
z-index: 99;
 
-
}
 
-
 
-
.submenu {
 
-
padding: 10px 0;
 
-
background-color: #e7d9c1;
 
-
opacity: .95;
 
-
border-color: #AB907D;
 
-
border-width: 1px;
 
-
border-style: none none solid solid;
 
-
box-shadow: 3px 3px 4px rgba(60, 60, 60, 0.4);
 
-
-moz-box-shadow: 3px 3px 4px rgba(60, 60, 60, 0.4);
 
-
-webkit-box-shadow: 3px 3px 4px rgba(60, 60, 60, 0.4);
 
-
width: 200px;
 
-
}
 
-
 
-
.submenu > li {
 
-
margin-left: 7px;
 
-
margin-right: 4px;
 
-
margin-bottom: .75em;
 
-
display: block;
 
-
line-height: 1.2;
 
-
background-color: transparent;
 
-
}
 
-
 
-
.submenu > li > a:link {
 
-
margin-left: 7px;
 
-
margin-right: 4px;
 
-
text-align: left;
 
-
font-size: 1.5em;
 
-
color:#b70101;
 
-
text-transform: none;
 
-
}
 
-
 
-
.submenu > li > a:hover, .submenu > li > a:focus {
 
-
color: #b70101;
 
-
background-color: #d0bd9a;
 
-
text-decoration: none;
 
-
}
 
-
 
-
/*** additional superfish rules (adapted from superfish.css) ***/
 
-
.main-menu, .main-menu * {
 
-
margin: 0;
 
-
padding: 0;
 
-
list-style: none;
 
-
}
 
-
.main-menu {
 
-
line-height: 1.0;
 
-
}
 
-
.main-menu .submenu {
 
-
position: absolute;
 
-
top: -999em;
 
-
width: 20em; /* left offset of submenus need to match (see below) */
 
-
}
 
-
.main-menu .submenu li {
 
-
max-width: 90%;
 
-
}
 
-
.main-menu li:hover {
 
-
visibility: inherit; /* fixes IE7 'sticky bug' */
 
-
}
 
-
.main-menu li {
 
-
position: relative;
 
-
}
 
-
.main-menu a {
 
-
display: block;
 
-
position: relative;
 
-
}
 
-
.main-menu li:hover .submenu,
 
-
.main-menu li.sfHover .submenu {
 
-
left: 0;
 
-
top: 25px; /* match top ul list item height */
 
-
padding-top: 10px;
 
-
z-index: 99;
 
-
}
 
-
ul.main-menu li:hover li .submenu,
 
-
ul.main-menu li.sfHover li .submenu {
 
-
top: -999em;
 
-
}
 
-
 
-
ul.main-menu li li:hover .submenu,
 
-
ul.main-menu li li.sfHover .submenu {
 
-
left: 20em; /* match ul width */
 
-
top: 0;
 
-
}
 
-
ul.main-menu li li:hover li .submenu,
 
-
ul.main-menu li li.sfHover li .submenu {
 
-
top: -999em;
 
-
}
 
-
ul.sf-menu li li li:hover ul,
 
-
ul.sf-menu li li li.sfHover ul {
 
-
left: 10em; /* match ul width */
 
-
top: 0;
 
-
}
 
-
/*modification. giving width to each column*/
 
-
#n_team
 
-
{width:150px;}
 
-
#n_project
 
-
{width:150px;}
 
-
#n_note
 
-
{width:150px;}
 
-
#n_part
 
-
{width:150px;}
 
-
#n_safety
 
-
{width:150px;}
 
-
#n_modeling
 
-
{width:150px;}
 
-
/** end of decoration for the menubar, retrieved from UW Home page**/
 
-
 
-
</style>
 
-
 
-
 
-
<!--content starts where style ends-->
 
-
<script src="" type="text/javascript"></script>
 
-
<link href="" rel="stylesheet" type="text/css">
 
-
<body>
 
-
<center>
 
-
<div id = "divscontainer">
 
-
 
 
-
  <center>
 
-
  <div id = "divthehead"><img src="http://www.google.com/url?source=imgres&ct=img&q=http://monograms.com/commonsite/headers/cities/Cochin/1.jpg&sa=X&ei=Tw5BUJ3mJNK5yQHDzoCYAg&ved=0CAQQ8wc4igE&usg=AFQjCNH5WMm2fthTMnmzD4ylfiIVZWcTTA" width="960" height="240"></div>
 
-
  <div id = "divthebuttons">
 
-
 
-
<!--navigation menu!-->
 
-
<ul class="main-menu">
 
-
     
 
-
      <li id="n_team"><h2><a href="/team/"><strong>Team</strong></a></h2>
 
-
      <ul class="submenu">
 
-
        <li><a href="/team#members/">Team members</a></li>
 
-
        <li><a href="/team#advisors/">Advisors</a></li>
 
-
        <li><a href="/team#contributors/">Contributors</a></li>
 
-
        <li><a href="/thanksponsors/">Sponsors</a></li>
 
-
      </ul>
 
-
      </li>
 
-
     
 
-
      <li id="n_project"><h2><a href="/project/"><strong>Projects</strong></a></h2>
 
-
      <ul class="submenu">
 
-
        <li><a href="/project#lemon">Limonene production in E.coli</a></li>
 
-
        <li><a href="/project#SDF">Surface display and flocculation</a></li>
 
-
        <li><a href="/project#iGEME">iGEM Enterpreneurship</a></li>
 
-
      </ul>
 
-
      </li>
 
-
     
 
-
      <li id="n_note"><h2><a href="#"><strong>Notes</strong></a></h2>
 
-
      <ul class="submenu">
 
-
        <li><a href="/schedule/">Schedule</a></li>
 
-
        <li><a href="/protocol/">protocol</a></li>
 
-
      </ul>
 
-
      </li>
 
-
     
 
-
      <li id="n_part"><h2><a href="/parts/"><strong>Parts</strong></a></h2>
 
-
      <ul class="submenu">
 
-
        <li><a href="/parts#1/">Part one</a></li>
 
-
        <li><a href="/parts#2/">Part two</a></li>
 
-
        <li><a href="/parts#3/">part three</a></li>
 
-
        <li><a href="/parts#4/">part four</a></li>
 
-
      </ul>
 
-
      </li>
 
-
     
 
-
      <li id="n_safety"><h2><a href="/safety/"><strong>Safety</strong></a></h2>
 
-
   
 
-
      </li>
 
-
     
 
-
      <li id="n_modeling"><h2><a href="/modeling/"><strong>Modeling</strong></a></h2>
 
-
   
 
-
      </li>
 
-
     
 
-
</ul>
 
<!--end of the navigation menubar!-->
<!--end of the navigation menubar!-->
Line 453: Line 7:
   </div>
   </div>
-
   
 
-
   
 
-
   
 
   <div id = "divthecontent">
   <div id = "divthecontent">
-
   
+
     <div id = "divtheoverview" style="height:auto;"><br>
-
     <div id = "divtheoverview"><br>
+
      <p class = "classtheoverview"> <strong> The Translational Coupling Cassette: a tool for evaluating the translation of heterologous proteins in <i>Escherichia coli</i>. </strong></p>
-
  <p class = "classtheoverview">
+
      <p align="left" class = "classtheinlinecontent2"> A powerful method for the production of novel metabolites is the expression of heterologous enzymes in a bacterial host. A common challenge when using non-native genes in metabolic engineering is determining if they are being properly expressed. To address this issue, we have constructed a BioFusion-compatible system for testing the translation of a gene of interest. This system couples the translation of the target gene to a fluorescent reporter gene; fluorescence will only be detected when the target gene is entirely translated. This construct enables synthetic biologists to quickly determine if a gene is being expressed without the need for costly antibodies or analytical instruments (e.g. mass spectrometry). Currently, we are utilizing this cassette to optimize the expression of limonene synthase, an enzyme that catalyzes the production of limonene, a monoterpene with potential as a renewable jet fuel.</p>
-
    The goal and introduction of iGEM @ Wisconsin-Madison 2012.  
+
    </div><br>
-
    The goal and introduction of iGEM @ Wisconsin-Madison 2012.
+
  <div style="float:left; margin-left:20px;"><a href="https://static.igem.org/mediawiki/2012/0/02/IMG_1410.jpg"> <img src="https://static.igem.org/mediawiki/2012/e/e2/UWMIMG_1411.jpeg" width="640" height="427"></a></div>
-
    The goal and introduction of iGEM @ Wisconsin-Madison 2012.
+
  <div style="float:right; width: 250px; margin-right: 20px;">
-
    The goal and introduction of iGEM @ Wisconsin-Madison 2012.
+
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
-
    The goal and introduction of iGEM @ Wisconsin-Madison 2012.
+
<script>
-
  </p>
+
new TWTR.Widget({
-
  </div> <!--close div the overview!-->
+
  version: 2,
-
  <br>
+
  type: 'profile',
-
  <br>
+
  rpp: 4,
-
    <br>
+
  interval: 6000,
-
<br>
+
  width: 250,
 +
  height: 350,
 +
  theme: {
 +
    shell: {
 +
      background: '#9c8bb0',
 +
      color: '#ffffff'
 +
    },
 +
    tweets: {
 +
      background: '#d8cee5',
 +
      color: '#47296d',
 +
      links: '#a47cd5'
 +
    }
 +
  },
 +
  features: {
 +
    scrollbar: false,
 +
    loop: false,
 +
    live: true,
 +
    hashtags: true,
 +
    timestamp: true,
 +
    avatars: true,
 +
    behavior: 'all'
 +
  }
 +
}).render().setUser('LabBadger').start();
 +
</script>
-
    <div id = "divthepic">
+
</div>
-
      <img src="http://www.diveaqaba.com/news/bullshark/06.jpg" width="400" height="450">
+
-
      </div> <!-- close the divpic for the first one!-->
+
-
    <div id = "divthedescription">
+
-
      <!--text wrapper code starts-->
+
-
      <div style="float:right;clear:right;height:15px;width:185px"></div><div style="float:right;clear:right;height:15px;width:185px"><span style="margin-top:-320px"><img src="http://www.google.com/url?source=imgres&ct=img&q=http://www.flyforums.co.uk/customgroupicons/socialgroupicon_22_1275813528.gif&sa=X&ei=bhFBUMapLajbyAG65YDACA&ved=0CAQQ8wc&usg=AFQjCNFU4rKQiDvWJGSicGrK70lp4Hixiw" width="200" height="150"></span></div><div style="float:right;clear:right;height:15px;width:185px"></div><div style="float:right;clear:right;height:15px;width:185px"></div><div style="float:right;clear:right;height:15px;width:185px"></div><div style="float:right;clear:right;height:15px;width:185px"></div><div style="float:right;clear:right;height:15px;width:185px"></div><div style="float:right;clear:right;height:15px;width:185px"></div><div style="float:right;clear:right;height:15px;width:185px"></div><div style="float:right;clear:right;height:15px;width:185px"></div><div style="float:right;clear:right;height:15px;width:185px"></div><div style="float:right;clear:right;height:15px;width:185px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px">
+
-
      </div> <!-- close the wrapper code!-->
+
-
      <!--text wrapper code ends, goes to http://www.csstextwrap.com-->
+
-
      <p class="classtheinlinecontent">
+
-
        Tobilu asebeyo toniy! Ekete nemiced robiba nope: Ra den epilima asuler re gim operagi areremub. Ete utaca apa ranisa recihar dan resa, jorubo con sale cit kutas gidie dilisi, ce besis macofu celo fem aporini gasere ge mosoba, sucoke anibi oneno mipiye ace ireririy eyopul mese lolu: Hom pawi pog heviv.
+
-
        iy! Ekete nemiced robiba nope: Ra den epilima asuler re gim operagi areremub. Ete utaca apa ranisa recihar dan resa, jorubo con sale cit kutas gidie dilisi, ce besis macofu celo fem aporini gasere ge mosoba, sucoke anibi oneno mipiye ace ireririy eyopul mese lolu: <a class="classtheinlinecontentHyperlink" href="asdasd">Hom pawi pog heiy! Ekete </a>nemiced robiba nope: Ra den epilima asuler re gim operagi areremub. Ete utaca apa ranisa recihar dan resa, jorubo con sale cit kutas gidie dilisi, ce besis macofu celo fem aporini gasere ge mosoba, sucoke anibi oneno mipiye ace ireririy eyopul mese lolu: Hom pawi pog heiy! Ekete nemiced robiba nope: Ra den epilima asuler re gim operagi areremub. Ete utaca apa ranisa recihar dan resa, jorubo con sale cit kutas gidie dilisi, ce besis macofu celo fem aporini gasere ge mosoba, sucoke anibi oneno mipiye ace ireririy eyopul mese lolu: Hom pawi pog he</p>
+
-
      <!-- this is no longer neccesary <div id = "divthesmallpic" style="margin-top:-320px">
+
-
      </div>
+
-
      !-->
+
-
      </div> <!-- close the description!-->
+
-
      </div>
+
-
 
+
-
  <br>
+
<br>
<br>
<br>
<br>
 +
<div style=" float:left;">
 +
<p align="left" class="classtheinlinecontent"><strong><span style="font-size:24px"></strong>
-
  <div id = "divthecontent2">
+
</p><br />
-
  <br>
+
<p align="left" class="classtheinlinecontent2"></p>
 +
<br />
 +
<p align="left" class="classtheinlinecontent"><strong><span style="font-size:24px"></strong>
 +
 
 +
</p>
 +
<br />
 +
<p align="left" class="classtheinlinecontent2">
 +
</p><br>
<br>
<br>
-
 
+
</div>
-
    <div id = "divthedescription2">
+
</div>
-
      <!--text wrapper code starts-->
+
  <!--div close the content!-->
-
<div style="float:left;clear:left;height:15px;width:200px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:200px"><span style="margin-top:-320px"><img src="http://www.google.com/url?source=imgres&ct=img&q=http://www.flyforums.co.uk/customgroupicons/socialgroupicon_22_1275813528.gif&sa=X&ei=bhFBUMapLajbyAG65YDACA&ved=0CAQQ8wc&usg=AFQjCNFU4rKQiDvWJGSicGrK70lp4Hixiw" alt="" width="200" height="150"></span></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:200px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:200px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:200px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:200px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:200px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:200px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:200px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:200px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:200px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:200px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:Infinitypx"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div><div style="float:left;clear:left;height:15px;width:0px"></div><div style="float:right;clear:right;height:15px;width:0px"></div>
+
-
      <!--text wrapper code ends, goes to http://www.csstextwrap.com-->
+
-
      <p class="classtheinlinecontent">
+
-
        Tobilu asebeyo toniy! Ekete nemiced robiba nope: Ra den epilima asuler re gim operagi areremub. Ete utaca apa ranisa recihar dan resa, jorubo con sale cit kutas gidie dilisi, ce besis macofu celo fem aporini gasere ge mosoba, sucoke anibi oneno mipiye ace ireririy eyopul mese lolu: Hom pawi pog heviv.
+
-
        iy! Ekete nemiced robiba nope: Ra den epilima asuler re gim operagi areremub. Ete utaca apa ranisa recihar dan resa, jorubo con sale cit kutas gidie dilisi, ce besis macofu celo fem aporini gasere ge mosoba, sucoke anibi oneno mipiye ace ireririy eyopul mese lolu: <a class="classtheinlinecontentHyperlink" href="asdasd">Hom pawi pog heiy! Ekete </a>nemiced robiba nope: Ra den epilima asuler re gim operagi areremub. Ete utaca apa ranisa recihar dan resa, jorubo con sale cit kutas gidie dilisi, ce besis macofu celo fem aporini gasere ge mosoba, sucoke anibi oneno mipiye ace ireririy eyopul mese lolu: Hom pawi pog heiy! Ekete nemiced robiba nope: Ra den epilima asuler re gim operagi areremub. Ete utaca apa ranisa recihar dan resa, jorubo con sale cit kutas gidie dilisi, ce besis macofu celo fem aporini gasere ge mosoba, sucoke anibi oneno mipiye ace ireririy eyopul mese lolu: Hom pawi pog he</p>
+
-
      </div>
+
-
    <div id = "divthepic2">
+
-
      <img src="http://www.diveaqaba.com/news/bullshark/06.jpg" width="400" height="450">
+
-
      </div>
+
-
+
-
      <!--this is no longer neccesary
+
-
      <div id = "divthesmallpic" style="margin-top:-320px"></div>
+
-
      </div>
+
-
      !-->
+
-
  </div>
+
-
 
+
-
 
+
-
 
+
-
  </div>
+
-
   
+
      
      
   <div id = "divthelowbanner">
   <div id = "divthelowbanner">
-
     <img src="http://www.google.com/url?source=imgres&ct=img&q=http://www.rogue-magazine.com/wp-content/themes/church_30(Fixed)/images/header.png&sa=X&ei=BBdBUKbNC8GyyAHK9ICgCw&ved=0CAQQ8wc&usg=AFQjCNGWEzCUqOx1OQvsnBnNSQuTyrPQSg" width="960" height="100"></div>
+
     <img src="http://vtb.bme.wisc.edu/image/temp/iGEMFooter2.png" width="960"></div>
      
      
   </center>
   </center>
    
    
-
</div>
+
</div> <!--close div container!-->
</html>
</html>

Latest revision as of 20:08, 26 October 2012


The Translational Coupling Cassette: a tool for evaluating the translation of heterologous proteins in Escherichia coli.

A powerful method for the production of novel metabolites is the expression of heterologous enzymes in a bacterial host. A common challenge when using non-native genes in metabolic engineering is determining if they are being properly expressed. To address this issue, we have constructed a BioFusion-compatible system for testing the translation of a gene of interest. This system couples the translation of the target gene to a fluorescent reporter gene; fluorescence will only be detected when the target gene is entirely translated. This construct enables synthetic biologists to quickly determine if a gene is being expressed without the need for costly antibodies or analytical instruments (e.g. mass spectrometry). Currently, we are utilizing this cassette to optimize the expression of limonene synthase, an enzyme that catalyzes the production of limonene, a monoterpene with potential as a renewable jet fuel.