Team:Washington
From 2012.igem.org
(47 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
{{Template:Team:Washington/Templates/Top}} | {{Template:Team:Washington/Templates/Top}} | ||
__NOTOC__ | __NOTOC__ | ||
+ | ==<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> | ||
- | <html>< | + | <html> |
+ | <script type="text/javascript"> | ||
+ | function deviceCheck(){ | ||
+ | var uagent = navigator.userAgent.toLowerCase(); | ||
+ | if(uagent.search("ipad") > -1 || uagent.search("ipod") > -1 || uagent.search("iphone") > -1 | ||
+ | || uagent.search("android") > -1) | ||
+ | return true; | ||
+ | else | ||
+ | return false; | ||
+ | } | ||
+ | if (deviceCheck()) | ||
+ | window.location = "https://2012.igem.org/Team:Washington/Mobile" | ||
+ | </script> | ||
+ | </html> | ||
- | |||
- | |||
- | |||
- | |||
- | + | <html> | |
- | + | <style type="text/css"> | |
- | + | .view { | |
- | + | width: 225px; | |
- | + | height: 225px; | |
- | + | margin: 2px; | |
- | + | float: left; | |
- | + | border: 5px solid #FFFFFF; | |
- | + | overflow: hidden; | |
- | + | position: relative; | |
- | + | text-align: center; | |
- | + | box-shadow: 1px 1px 2px #FFFFFF; | |
- | < | + | cursor: default; |
+ | background: #fff url(../images/bgimg.jpg) no-repeat center center | ||
+ | } | ||
+ | .view .mask, .view .content { | ||
+ | width: 225px; | ||
+ | height: 225px; | ||
+ | position: absolute; | ||
+ | overflow: hidden; | ||
+ | top: 0; | ||
+ | left: 0 | ||
+ | } | ||
+ | .view img { | ||
+ | display: block; | ||
+ | position: relative | ||
+ | } | ||
+ | .view h2 { | ||
+ | color: #fff; | ||
+ | text-align: center; | ||
+ | position: relative; | ||
+ | font-family: Arial; | ||
+ | font-size: 20px; | ||
+ | padding: 5px; | ||
+ | background: rgba(0, 0, 0, 0.8); | ||
+ | margin: 30px 0 0 0 | ||
+ | } | ||
+ | .view p { | ||
+ | font-family: Arial; | ||
+ | font-size: 18px; | ||
+ | position: relative; | ||
+ | color: #fff; | ||
+ | padding: 10px 20px 20px; | ||
+ | text-align: center | ||
+ | } | ||
+ | .view a.info { | ||
+ | display: inline-block; | ||
+ | text-decoration: none; | ||
+ | padding: 7px 14px; | ||
+ | background: #000; | ||
+ | color: #fff; | ||
+ | box-shadow: 0 0 1px #000; | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | .view a.info:hover { | ||
+ | box-shadow: 0 0 5px #000 | ||
+ | } | ||
+ | .view-tenth img { | ||
+ | transform: scaleY(1); | ||
+ | -moz-transform: scaleY(1); | ||
+ | -webkit-transform: scaleY(1); | ||
+ | -o-transform: scaleY(1); | ||
+ | transition: all 0.4s ease-in-out; | ||
+ | -moz-transition:all 0.4s ease-in-out; | ||
+ | -webkit-transition:all 0.4s ease-in-out; | ||
+ | -o-transition:all 0.4s ease-in-out; | ||
+ | } | ||
+ | .view-tenth .mask { | ||
+ | background-color: rgba(116, 95, 141, 0.6); | ||
+ | transition: all 0.5s linear; | ||
+ | -moz-transition:all 0.5s linear; | ||
+ | -webkit-transition:all 0.5s linear; | ||
+ | -o-transition:all 0.5s linear; | ||
+ | opacity: 0; | ||
+ | } | ||
+ | .view-tenth h2{ | ||
+ | border-bottom: 1px solid rgba(0, 0, 0, 0.3); | ||
+ | background: transparent; | ||
+ | margin: 20px 40px 0px 40px; | ||
+ | transform: scale(0); | ||
+ | -moz-transform: scale(0); | ||
+ | -webkit-transform: scale(0); | ||
+ | -o-transform: scale(0); | ||
+ | color: #333; | ||
+ | transition: all 0.5s linear; | ||
+ | -moz-transition:all 0.5s linear; | ||
+ | -webkit-transition:all 0.5s linear; | ||
+ | -o-transition:all 0.5s linear; | ||
+ | opacity: 0; | ||
+ | } | ||
+ | .view-tenth p { | ||
+ | color: #333; | ||
+ | opacity: 0; | ||
+ | transform: scale(0); | ||
+ | -moz-transform: scale(0); | ||
+ | -webkit-transform: scale(0); | ||
+ | -o-transform: scale(0); | ||
+ | transition: all 0.5s linear; | ||
+ | -moz-transition:all 0.5s linear; | ||
+ | -webkit-transition:all 0.5s linear; | ||
+ | -o-transition:all 0.5s linear; | ||
+ | } | ||
+ | .view-tenth a.info { | ||
+ | opacity: 0; | ||
+ | transform: scale(0); | ||
+ | -moz-transform: scale(0); | ||
+ | -webkit-transform: scale(0); | ||
+ | -o-transform: scale(0); | ||
+ | transition: all 0.5s linear; | ||
+ | -moz-transition:all 0.5s linear; | ||
+ | -webkit-transition:all 0.5s linear; | ||
+ | -o-transition:all 0.5s linear; | ||
+ | } | ||
+ | .view-tenth:hover img { | ||
+ | transform: scale(10); | ||
+ | -moz-transform: scale(10); | ||
+ | -webkit-transform: scale(10); | ||
+ | -o-transform: scale(10); | ||
+ | opacity: 0; | ||
+ | } | ||
+ | .view-tenth:hover .mask { | ||
+ | opacity: 1; | ||
+ | } | ||
+ | .view-tenth:hover h2, | ||
+ | .view-tenth:hover p, | ||
+ | .view-tenth:hover a.info{ | ||
+ | transform: scale(1); | ||
+ | -moz-transform: scale(1); | ||
+ | -webkit-transform: scale(1); | ||
+ | -o-transform: scale(1); | ||
+ | opacity: 1; | ||
+ | } | ||
+ | </style> | ||
+ | <div class="view view-tenth"> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/4/41/Recycleapp.png" /> | ||
+ | <div class="mask"> | ||
+ | <h2>Plastic Degredation</h2> | ||
+ | <p>Turning trash into treasure</p> | ||
+ | <a href="https://2012.igem.org/Team:Washington/Plastics" class="info">Read More</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="view view-tenth"> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/e/ef/Fluapp.png" /> | ||
+ | <div class="mask"> | ||
+ | <h2 style="padding-top: 20px;">Flu Binders</h2> | ||
+ | <p>Targeting influenza - one protein at a time</p> | ||
+ | <a href="https://2012.igem.org/Team:Washington/Flu" class="info">Read More</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="view view-tenth"> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/e/e0/Lightapp.png" /> | ||
+ | <div class="mask"> | ||
+ | <h2 style="padding-top: 20px;">Optogenetics</h2> | ||
+ | <p>Shine a light (or several)</p> | ||
+ | <a href="https://2012.igem.org/Team:Washington/Optogenetics" class="info">Read More</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="view view-tenth"> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/c/ce/Community.png" /> | ||
+ | <div class="mask"> | ||
+ | <h2>Community Outreach</h2> | ||
+ | <p>See how we educated the community</p> | ||
+ | <a href="https://2012.igem.org/Team:Washington/Outreach" class="info">Read More</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </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.