Team:TU Munich

From 2011.igem.org

(Difference between revisions)
Line 28: Line 28:
function PushPicOut(image) {
function PushPicOut(image) {
$(image).stop().animate({marginLeft:'-67px',marginRight:'0px'},{duration: 500});
$(image).stop().animate({marginLeft:'-67px',marginRight:'0px'},{duration: 500});
-
}
+
}
 +
function PushIn(image) {
 +
$(image).stop().animate({left:'0px'},{duration: 500});
 +
}
 +
function PushOut(image) {
 +
$(image).stop().animate({left:'-67px'},{duration: 500});
 +
}
                         </script>
                         </script>
  <tr>
  <tr>
Line 40: Line 46:
   <tr>
   <tr>
   <td>
   <td>
-
       <div style="height:225px;width=300px;overflow:hidden;background: url('https://static.igem.org/mediawiki/2011/4/43/TumLabsmall.jpg')" onmouseout="PushPicOut('#teamto')" onmouseover="PushPicIn('#teamto')">
+
       <div style="height:225px;width=300px;overflow:hidden;z-index:1;background: url('https://static.igem.org/mediawiki/2011/4/43/TumLabsmall.jpg')" onmouseout="PushOut('#teamto')" onmouseover="PushIn('#teamto')">
-
     <a href="https://2011.igem.org/Team:TU_Munich/lab"><img id="teamto" src="https://2011.igem.org/File:TumTeamto.png" width="67" height="225" style="left:0px;top:0px;margin-left:-67px;margin-right:0px;"></a></div>
+
     <a href="https://2011.igem.org/Team:TU_Munich/lab"><img id="teamto" src="https://2011.igem.org/File:TumTeamto.png" width="67" height="225" style="left:-67px;top:0px;z-index:2;"></a></div>
   </td>
   </td>
   <td>
   <td>

Revision as of 10:39, 3 September 2011

Latest Tweets:
    follow us on Twitter

    General Project Outline


    This year, we aim to develop a light-controlled 3D-printer by innovative utilization of optogenetics. As a first step, we want to develop a genetic logical AND-gate sensitive to light of two different wavelengths (e.g. blue and red light). The bacteria are then immobilized in a transparent gel matrix, where they can be precisely actuated when hit by both blue and red light at the same time. If both of these inputs are positive, gene expression is induced. Various different gene products can be expressed using this system. For example, a simple colored pigment will allow us to create colored three dimensional objects, while expressing collagen and consecutive biomineralization and generation of hydroxylapatite could be used to create bone.