Team:Wisconsin-Madison

From 2011.igem.org

(Difference between revisions)
 
(41 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
 +
    <style>
 +
        hr
 +
        { border: none;
 +
            border-top: 1px #000000 solid;
 +
        }
-
<style>
+
        #globalWrapper
 +
        { //background: url('https://static.igem.org/mediawiki/2011/a/a5/Bg2.jpg') top center;
 +
            //width: 100%;
 +
            //position: fixed;
 +
            //margin-left: auto;
 +
            //margin-right: auto;
 +
            background-color: #222423;
 +
        }
-
html
+
        #top-section
-
{ background-color: #FFFFFF;
+
        { display: none;
-
}
+
        }
-
P
+
        #sddm
-
{ margin: 0px;
+
        { margin: 0;
-
}
+
            padding: 0;
 +
        z-index: 30
 +
        }
-
hr
+
        #sddm li
-
{ border: none;
+
        { margin: 0;
-
border-top: 1px #000000 solid;
+
            padding: 0;
-
}
+
            list-style: none;
 +
            float: left;
 +
            font: bold 11px arial
 +
        }
-
#globalWrapper
+
        #sddm li a
-
{ background: url('https://static.igem.org/mediawiki/2011/a/a5/Bg2.jpg') top center no-repeat;
+
        { display: block;
-
//width: 100%;
+
            margin: 0 1px 0 0;
-
//position: fixed;
+
            padding: 4px 30px;
-
//margin-left: auto;
+
            width: 101px;
-
//margin-right: auto;
+
            background: #222423;
-
}
+
            color: #FFF;
 +
            text-align: center;
 +
            text-decoration: none
 +
        }
-
#top-section
+
        #sddm li a:hover
-
{ display: none;
+
        { background: #434343
-
}
+
        }
-
//#menubar
+
        #sddm div
 +
        { position: absolute;
 +
            visibility: hidden;
 +
            margin: 0;
 +
            padding: 0;
 +
            background: #EAEBD8;
 +
            border: 1px solid #5970B2
 +
        }
-
//{ display: none;
+
        #sddm div a
-
//}
+
        { position: relative;
-
 
+
            display: block;
-
#sddm
+
            margin: 0;
-
{ margin: 0;
+
            padding: 5px 10px;
-
padding: 0;
+
            width: auto;
-
z-index: 30
+
            white-space: nowrap;
-
}
+
            text-align: left;
-
 
+
            text-decoration: none;
-
#sddm li
+
            background: #eeeeee;
-
{ margin: 0;
+
            color: #535353;
-
padding: 0;
+
            font: 11px arial
-
list-style: none;
+
        }
-
float: left;
+
-
font: bold 11px arial
+
-
}
+
-
 
+
-
#sddm li a
+
-
{ display: block;
+
-
margin: 0 1px 0 0;
+
-
padding: 4px 30px;
+
-
width: 99px;
+
-
background: #5970B2;
+
-
color: #FFF;
+
-
text-align: center;
+
-
text-decoration: none
+
-
}
+
-
 
+
-
#sddm li a:hover
+
-
{ background: #49A3FF
+
-
}
+
-
 
+
-
#sddm div
+
-
{ position: absolute;
+
-
visibility: hidden;
+
-
margin: 0;
+
-
padding: 0;
+
-
background: #EAEBD8;
+
-
border: 1px solid #5970B2
+
-
}
+
-
 
+
-
#sddm div a
+
-
{ position: relative;
+
-
display: block;
+
-
margin: 0;
+
-
padding: 5px 10px;
+
-
width: auto;
+
-
white-space: nowrap;
+
-
text-align: left;
+
-
text-decoration: none;
+
-
background: #EAEBD8;
+
-
color: #2875DE;
+
-
font: 11px arial
+
-
}
+
-
 
+
-
#sddm div a:hover
+
-
{ background: #49A3FF;
+
-
color: #FFF
+
-
}
+
-
 
+
-
</style>
+
-
 
+
-
<head>
+
-
 
+
-
<script type="text/javascript">
+
-
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';
+
-
}
+
        #sddm div a:hover
-
// close showed layer
+
        { background: #4e4e4e;
-
function mclose()
+
            color: #FFF
-
{
+
        }
-
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
+
       
 +
        #footerfake
 +
        {   position:absolute;
 +
            bottom: -55px;
 +
            left:-5px;
 +
            width:100%;
 +
            // Height of the footer
 +
            height:1px;
 +
            //background:#222423;
}
}
-
// go close timer
+
        #fcoli
-
function mclosetime()
+
        {  position:absolute;
-
{
+
            bottom: -40px;
-
closetimer = window.setTimeout(mclose, timeout);
+
            left:770px;
-
}
+
            // Height of the footer
 +
            height:1px;
 +
            //background:#222423;
 +
        }
 +
       
 +
        table
 +
        {  
 +
        table-layout: fixed;
 +
        margin-left: 15px;
 +
        margin-right: 15px
 +
        }
-
// cancel close timer
+
    </style>
-
function mcancelclosetime()
+
            <!--STYLE ENDS HURRRRRRRRRR-->
-
{
+
   
-
if(closetimer)
+
-
{
+
-
window.clearTimeout(closetimer);
+
-
closetimer = null;
+
-
}
+
-
}
+
-
// close layer when click-out
+
    <head>
-
document.onclick = mclose;  
+
        <script type="text/javascript">
-
</script>
+
            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);
 +
            }
-
</head>
+
            // cancel close timer
 +
            function mcancelclosetime()
 +
            {  if(closetimer)
 +
                {window.clearTimeout(closetimer);
 +
                closetimer = null;
 +
                }
 +
            }
-
<center>
+
            // close layer when click-out
-
<img src="https://static.igem.org/mediawiki/2011/1/19/Madison_logo2.jpg"; style="position:absolute; left:0px; top:0px"/>
+
            document.onclick = mclose;  
-
</center>
+
        </script>
 +
    </head>
 +
   
 +
    <!--BODYYYYYYYYYYYYY STARTS HUR-->
-
.<p>.<p>.<p>.<p>.<p>.<p>.<p>.<p>.<p>.<p>.<p>.<p>.<p>.<p>.<p><br>
+
    <body>
-
<body>
+
<center style="position:absolute; left:2px; top:210px">
-
 
+
-
<center>
+
<ul id="sddm">
<ul id="sddm">
-
<li><a href="#" onmouseover="mopen('m1')" onmouseout="mclosetime()">Home</a>
+
<li><a href="https://2011.igem.org/Team:Wisconsin-Madison" onmouseover="mopen('m1')" onmouseout="mclosetime()">Home</a>
<div id="m1" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
<div id="m1" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
-
<a href="#">Main</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison">Main</a>
-
<a href="#">What is iGEM?</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/whatisigem">What is iGEM?</a>
 +
<a href="https://2011.igem.org/Team:Wisconsin-Madison/ca">Contributions & Attributions</a>
</div>
</div>
</li>
</li>
-
<li><a href="#" onmouseover="mopen('m2')" onmouseout="mclosetime()">Project</a>
+
<li><a href="https://2011.igem.org/Team:Wisconsin-Madison/projectoverview" onmouseover="mopen('m2')" onmouseout="mclosetime()">Project</a>
-
 
+
<div id="m2" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
<div id="m2" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
-
<a href="#">Overview</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/projectoverview">Overview</a>
-
<a href="#">Tiger Blood Sensor</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/ethanol">Ethanol Sensor</a>
-
<a href="#">Bacardi 151 Sensor</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/alkane">Alkane Sensor</a>
-
<a href="#">Hidden Sleeve Compartment</a>
+
                <a href="https://2011.igem.org/Team:Wisconsin-Madison/directedevolution">Directed Evolution</a>
 +
<a href="https://2011.igem.org/Team:Wisconsin-Madison/bmc">Microcompartment</a>
 +
                <a href="https://2011.igem.org/Team:Wisconsin-Madison/parts">Parts</a>
</div>
</div>
</li>
</li>
-
 
+
<li><a href="https://2011.igem.org/Team:Wisconsin-Madison/teamoverview" onmouseover="mopen('m3')" onmouseout="mclosetime()">Team</a>
-
<li><a href="#" onmouseover="mopen('m3')" onmouseout="mclosetime()">Team</a>
+
<div id="m3" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
<div id="m3" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
-
<a href="#">Overview</a>
+
                <a href="https://2011.igem.org/Team:Wisconsin-Madison/teamoverview">Overview</a>
-
<a href="#">Members</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/teammembers">Members</a>
-
<a href="#">Faculty</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/teamadvisors">Advisors</a>
 +
<a href="https://2011.igem.org/Team:Wisconsin-Madison/teamsponsors">Sponsors</a>
</div>
</div>
</li>
</li>
-
<li><a href="#" onmouseover="mopen('m4')" onmouseout="mclosetime()">Notebook</a>
+
<li><a href="https://2011.igem.org/Team:Wisconsin-Madison/calender" onmouseover="mopen('m4')" onmouseout="mclosetime()">Notebook</a>
-
 
+
<div id="m4" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
<div id="m4" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
-
<a href="#">Protocols</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/protocols">Protocols</a>
-
<a href="#">Calender</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/calender">Calendar</a>
-
<a href="#">Experiment</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/references">References</a>
-
<a href="#">References</a>
+
</div>
</div>
</li>
</li>
-
<li><a href="#" onmouseover="mopen('m5')" onmouseout="mclosetime()">Outreach</a>
+
<li><a href="https://2011.igem.org/Team:Wisconsin-Madison/outreach" onmouseover="mopen('m5')" onmouseout="mclosetime()">Outreach</a>
<div id="m5" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
<div id="m5" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
-
<a href="#">Science Olympiad</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/scienceolympiad">Science Olympiad</a>
-
<a href="#">Lectures</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/reuposterSession">REU Poster Session</a>
 +
<a href="https://2011.igem.org/Team:Wisconsin-Madison/socialmedia">Social Media</a>
</div>
</div>
</li>
</li>
-
<li><a href="#" onmouseover="mopen('m6')" onmouseout="mclosetime()">Safety</a>
+
<li><a href="https://2011.igem.org/Team:Wisconsin-Madison/safety" onmouseover="mopen('m6')" onmouseout="mclosetime()">Safety</a>
-
<div id="m5" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
+
<div id="m6" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
-
<a href="#">Science Olympiad</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/humanpractice">Human Practice</a>
-
<a href="#">Lectures</a>
+
</div>
</div>
</li>
</li>
</ul>
</ul>
</center>
</center>
 +
 +
 +
<center>
 +
    <img src="https://static.igem.org/mediawiki/2011/a/aa/Logo_v2.2.jpg"; style="position:absolute; left:-10px; top:-10px"/>
 +
</center>
 +
 +
 +
<p><br> <p><br> <p><br> <p><br> <p><br> <p><br> <p><br> <p><br>
 +
<!--COOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONTENT STARTS HUR-->
 +
 +
 +
<center><img src="https://static.igem.org/mediawiki/2011/4/4b/REAL_SENSING2.png"></center>
 +
<table border="0" cellspacing="4" cellpadding="0">
<table border="0" cellspacing="4" cellpadding="0">
<tr><td>
<tr><td>
-
<a href="https://2011.igem.org/Team:Wisconsin-Madison/team">Link text</a>
+
 
 +
<p><strong><a href="https://2011.igem.org/Main_Page">iGEM 2011</a>: Wisconsin-Madison</strong><p>
 +
 
 +
This summer, the UW-Madison <a href="https://2011.igem.org/Team:Wisconsin-Madison/whatisigem">iGEM</a> team will be working on streamlining the <a href="https://2011.igem.org/Team:Wisconsin-Madison/biofuel">biofuel</a> discovery and production processes through the use of <a href="https://2011.igem.org/Team:Wisconsin-Madison/biosensor">biosensors</a>. The necessity for sustainable, economical sources of fuel is ever growing, and <a href="http://www.wisc.edu/">UW-Madison</a> is a forefront institution in the hunt for such supplies. In association with the Great Lakes Bioenergy Research Center (<a href="http://www.glbrc.org/">GLBRC</a>), we are creating new E. coli biosensors that can accelerate high throughput screening of potential fuel sources. We’re specifically interested in <a href="https://2011.igem.org/Team:Wisconsin-Madison/ethanol">ethanol</a> and <a href="https://2011.igem.org/Team:Wisconsin-Madison/alkane">alkane</a>, derived from sources ranging from cellulose to metabolically engineered E. coli.
 +
<p>
 +
We have found regulatory systems which respond to each of the biofuels of interest, and are using standard <a href="https://2011.igem.org/Team:Wisconsin-Madison/biobrick">BioBricks</a> assembly to create E. coli strains which can be used to perform <a href="https://2011.igem.org/Team:Wisconsin-Madison/platereader"> fluorescence-based</a> assays. By using fluorescent biosensors, we hope to lower costs (in both equipment and cost-per-sample) while maintaining a high degree of accuracy. In the interest of creating robust and accurate assays, we are also attempting to increase the magnitude and range of the linear fluorescence response through directed evolution. We hope to leverage multiple selections to both decrease basal fluorescence and increase the point where the response becomes saturated.
 +
<p>
 +
As a more direct approach to increasing microbial biofuel yields, we also pursued the use of <a href="https://2011.igem.org/Team:Wisconsin-Madison/bmc">bacterial microcompartments</a> (BMCs) as scaffolding for key enzymes in the ethanol producing and sensing processes. Through localizing crucial anabolic enzymes, as well as the beginning of our sensing cascades, to the BMC surfaces, we can increase fuel titers as well as our reliability in accurately sensing them. However, due to the complexity of this project and the time investment needed, we have stopped work on the BMC. More information can be found on the <a href="https://2011.igem.org/Team:Wisconsin-Madison/bmc">Microcompartments</a> page.
<p><br>
<p><br>
-
Main Project Title
+
We hope that when combined our projects will produce a useful toolkit for researchers in and beyond the GLBRC to aid the discovery and engineering of promising fuel sources and processes.  
-
<p><br>
+
<p><br> <p>
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus venenatis congue nulla nec tincidunt. Praesent porta vehicula magna eget accumsan. Morbi vel dolor urna. Nunc ullamcorper nisi sit amet enim faucibus eu laoreet arcu lacinia. Vivamus elit felis, tristique vitae eleifend nec, pretium ac tortor. Suspendisse potenti. Curabitur at eros purus, ac rhoncus velit. Morbi luctus sagittis accumsan. Praesent id odio est. Nulla a consequat mi. Aenean tincidunt neque consectetur est commodo at consequat metus condimentum. In porttitor diam id tortor facilisis facilisis. In condimentum turpis nec nisi dictum interdum. Suspendisse est lorem, semper sed tempus ac, faucibus a orci. Pellentesque eleifend dui quis mauris luctus pretium.
+
-
<p><br>
+
-
What is iGem?
+
-
<p><br>
+
-
iGEM is a synthetic biology competition and stands for Internationally Genetically Engineered Machines. It began as a friendly competition between 10 MIT teams in 2004, and has since grown to over 130 teams in 2010 from all different countries around the globe. This year even more teams are anticipated, and there will be regional competitions held before the annual international jamboree held at MIT in the fall.
+
-
<p><br>
+
-
iGEM revolves around two main ideas: Biobricks and the Registry. Biobricks are pieces of DNA that have been given a similar structure and that code for something useful. They can be big or small and may contain one or many individual pieces of useful information all packaged into one coherent piece. The “packaging” for each Biobrick is the same, facilitating the use of the parts.
+
-
<p><br>
+
-
Each new part, once confirmed, is sent to MIT and physically stored there in the Registry. Any other iGEM team can order any Biobrick from the Registry for use in their project, and get physical copies that are easily cultured and can be quickly used, without having to be manufactured by the teams. This open source structure speeds up progress and makes it easier for researchers to accomplish their projects.
+
 +
<b>Click <a href="https://2011.igem.org/Team:Wisconsin-Madison/ca">here</a> to see our contributions and attributions page.</b>
 +
<p>
 +
<b>And <a href="https://2011.igem.org/Team:Wisconsin-Madison/data">here</a> to see our data page.</b>
 +
</td><td align = "left" valign="top" width="150">
 +
<p><br>
-
</td><td valign="top" width="200">
 
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
Line 223: Line 240:
   version: 2,
   version: 2,
   type: 'profile',
   type: 'profile',
-
   rpp: 3,
+
   rpp: 4,
   interval: 6000,
   interval: 6000,
-
   width: 'auto',
+
   width: 250,
-
   height: 300,
+
   height: 400,
   theme: {
   theme: {
     shell: {
     shell: {
-
       background: '#ffffff',
+
       background: '#878787',
-
       color: '#007bff'
+
       color: '#ffffff'
     },
     },
     tweets: {
     tweets: {
-
       background: '#ffffff',
+
       background: '#fafafa',
-
       color: '#000000',
+
       color: '#404040',
-
       links: '#07abeb'
+
       links: '#5c64ff'
     }
     }
   },
   },
Line 248: Line 265:
   }
   }
}).render().setUser('LabBadger').start();
}).render().setUser('LabBadger').start();
-
</script><center>
+
</script>
-
</td></table>
+
-
 
+
 +
</td></table>
 +
<p><br>
 +
    <div id="footerfake">
 +
        <img src="https://static.igem.org/mediawiki/2011/3/3e/Medium_footer.jpg">
 +
    </div>
-
</body>
+
    <div id="fcoli">
 +
        <img src="https://static.igem.org/mediawiki/2011/e/ee/Mini_ecoli.png">
 +
    </div>

Latest revision as of 23:14, 28 September 2011









iGEM 2011: Wisconsin-Madison

This summer, the UW-Madison iGEM team will be working on streamlining the biofuel discovery and production processes through the use of biosensors. The necessity for sustainable, economical sources of fuel is ever growing, and UW-Madison is a forefront institution in the hunt for such supplies. In association with the Great Lakes Bioenergy Research Center (GLBRC), we are creating new E. coli biosensors that can accelerate high throughput screening of potential fuel sources. We’re specifically interested in ethanol and alkane, derived from sources ranging from cellulose to metabolically engineered E. coli.

We have found regulatory systems which respond to each of the biofuels of interest, and are using standard BioBricks assembly to create E. coli strains which can be used to perform fluorescence-based assays. By using fluorescent biosensors, we hope to lower costs (in both equipment and cost-per-sample) while maintaining a high degree of accuracy. In the interest of creating robust and accurate assays, we are also attempting to increase the magnitude and range of the linear fluorescence response through directed evolution. We hope to leverage multiple selections to both decrease basal fluorescence and increase the point where the response becomes saturated.

As a more direct approach to increasing microbial biofuel yields, we also pursued the use of bacterial microcompartments (BMCs) as scaffolding for key enzymes in the ethanol producing and sensing processes. Through localizing crucial anabolic enzymes, as well as the beginning of our sensing cascades, to the BMC surfaces, we can increase fuel titers as well as our reliability in accurately sensing them. However, due to the complexity of this project and the time investment needed, we have stopped work on the BMC. More information can be found on the Microcompartments page.


We hope that when combined our projects will produce a useful toolkit for researchers in and beyond the GLBRC to aid the discovery and engineering of promising fuel sources and processes.


Click here to see our contributions and attributions page.

And here to see our data page.