Team:Washington
From 2012.igem.org
(16 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
{{Template:Team:Washington/Templates/Top}} | {{Template:Team:Washington/Templates/Top}} | ||
__NOTOC__ | __NOTOC__ | ||
- | |||
==<center>'''Overview:'''</center>== | ==<center>'''Overview:'''</center>== | ||
<p>Biological systems must often be painstakingly tuned before they will efficiently produce drugs or biofuels, degrade chemicals, or perform other useful tasks. Our team implemented broadly applicable methods to optimize biological systems through directed evolution, light-regulated gene expression, and computer aided protein design. We characterized light-inducible protein expression systems for multichromatic tuning of biological pathways. To provide an inexpensive method for tuning gene expression with light, we developed a tablet application that is freely available. We also used computer-aided design to develop proteins that more effectively bind isotypes of the flu protein Hemagglutinin. Finally, we implemented a continuous culture device (turbidostat) in order to apply directed evolution to the metabolism of ethylene glycol in E. coli. We have termed the research conducted this year “Apptogenetics” as all projects utilize purpose-built computational applications for biological research. </p> | <p>Biological systems must often be painstakingly tuned before they will efficiently produce drugs or biofuels, degrade chemicals, or perform other useful tasks. Our team implemented broadly applicable methods to optimize biological systems through directed evolution, light-regulated gene expression, and computer aided protein design. We characterized light-inducible protein expression systems for multichromatic tuning of biological pathways. To provide an inexpensive method for tuning gene expression with light, we developed a tablet application that is freely available. We also used computer-aided design to develop proteins that more effectively bind isotypes of the flu protein Hemagglutinin. Finally, we implemented a continuous culture device (turbidostat) in order to apply directed evolution to the metabolism of ethylene glycol in E. coli. We have termed the research conducted this year “Apptogenetics” as all projects utilize purpose-built computational applications for biological research. </p> | ||
Line 10: | Line 9: | ||
var uagent = navigator.userAgent.toLowerCase(); | var uagent = navigator.userAgent.toLowerCase(); | ||
if(uagent.search("ipad") > -1 || uagent.search("ipod") > -1 || uagent.search("iphone") > -1 | if(uagent.search("ipad") > -1 || uagent.search("ipod") > -1 || uagent.search("iphone") > -1 | ||
- | || uagent.search("android | + | || uagent.search("android") > -1) |
return true; | return true; | ||
else | else | ||
Line 55: | Line 54: | ||
font-family: Arial; | font-family: Arial; | ||
font-size: 20px; | font-size: 20px; | ||
- | padding: | + | padding: 5px; |
background: rgba(0, 0, 0, 0.8); | background: rgba(0, 0, 0, 0.8); | ||
margin: 30px 0 0 0 | margin: 30px 0 0 0 | ||
Line 166: | Line 165: | ||
<img src="https://static.igem.org/mediawiki/2012/e/ef/Fluapp.png" /> | <img src="https://static.igem.org/mediawiki/2012/e/ef/Fluapp.png" /> | ||
<div class="mask"> | <div class="mask"> | ||
- | <h2>Flu Binders</h2> | + | <h2 style="padding-top: 20px;">Flu Binders</h2> |
<p>Targeting influenza - one protein at a time</p> | <p>Targeting influenza - one protein at a time</p> | ||
<a href="https://2012.igem.org/Team:Washington/Flu" class="info">Read More</a> | <a href="https://2012.igem.org/Team:Washington/Flu" class="info">Read More</a> | ||
Line 174: | Line 173: | ||
<img src="https://static.igem.org/mediawiki/2012/e/e0/Lightapp.png" /> | <img src="https://static.igem.org/mediawiki/2012/e/e0/Lightapp.png" /> | ||
<div class="mask"> | <div class="mask"> | ||
- | <h2 | + | <h2 style="padding-top: 20px;">Optogenetics</h2> |
<p>Shine a light (or several)</p> | <p>Shine a light (or several)</p> | ||
<a href="https://2012.igem.org/Team:Washington/Optogenetics" class="info">Read More</a> | <a href="https://2012.igem.org/Team:Washington/Optogenetics" class="info">Read More</a> | ||
Line 188: | Line 187: | ||
</div> | </div> | ||
</html> | </html> | ||
- | |||
- | |||
- | |||
- |
Latest revision as of 16:07, 2 September 2013
Overview:
Biological systems must often be painstakingly tuned before they will efficiently produce drugs or biofuels, degrade chemicals, or perform other useful tasks. Our team implemented broadly applicable methods to optimize biological systems through directed evolution, light-regulated gene expression, and computer aided protein design. We characterized light-inducible protein expression systems for multichromatic tuning of biological pathways. To provide an inexpensive method for tuning gene expression with light, we developed a tablet application that is freely available. We also used computer-aided design to develop proteins that more effectively bind isotypes of the flu protein Hemagglutinin. Finally, we implemented a continuous culture device (turbidostat) in order to apply directed evolution to the metabolism of ethylene glycol in E. coli. We have termed the research conducted this year “Apptogenetics” as all projects utilize purpose-built computational applications for biological research.