Team:Wageningen UR/Summary
From 2013.igem.org
Karrenbelt (Talk | contribs) |
Karrenbelt (Talk | contribs) |
||
Line 20: | Line 20: | ||
document.getElementById('li_'+tab).setAttribute("class", "active"); | document.getElementById('li_'+tab).setAttribute("class", "active"); | ||
} | } | ||
+ | |||
+ | $(window).scroll(function(){ | ||
+ | |||
+ | var windowPos = $(window).scrollTop(); // get the offset of the window from the top of page | ||
+ | var windowHeight = $(window).height(); // get the height of the window | ||
+ | var docHeight = $(document).height(); | ||
+ | var docAction = (docHeight -60) - windowHeight; | ||
+ | |||
+ | if( windowPos >= docAction ){ | ||
+ | $('.tournavleft, .tournavright').addClass('mar'); | ||
+ | } else { | ||
+ | $('.tournavleft, .tournavright').removeClass('mar'); | ||
+ | } | ||
+ | |||
+ | }); | ||
</script> | </script> | ||
<div class="projectheader"> | <div class="projectheader"> | ||
Line 130: | Line 145: | ||
</p> | </p> | ||
+ | </div> | ||
+ | <div class="tournavleft"> | ||
+ | <a href="https://2013.igem.org/Team:Wageningen_UR/Host_engineering" class="tourprev"><span class="prev">Previous</span><span class="tourr">Tour Page</span></a> | ||
+ | </div> | ||
+ | <div class="tournavright"> | ||
+ | <a href="https://2013.igem.org/Team:Wageningen_UR/Masterclass" class="tournext"><span class="prev">Next</span><span class="tourr">Tour Page</span></a> | ||
</div> | </div> | ||
</html> | </html> | ||
<!--- Footer Template ---> | <!--- Footer Template ---> | ||
{{:Team:Wageningen_UR/Templates/Page Footer}} | {{:Team:Wageningen_UR/Templates/Page Footer}} |
Revision as of 17:23, 4 October 2013
- Safety introduction
- General safety
- Fungi-related safety
- Biosafety Regulation
- Safety Improvement Suggestions
- Safety of the Application
Summary
Subtitle
Concluding our iGEM project in 2013, we introduced Aspergillu Niger as a potential host into iGEM. With the host engineering, we stepped further to the next level of synthetic biology. In this GRAS organism, we established a modular system of domain shuffling in order to express a variety of secondary metabolites. The lovastatin as a crucial compound in medical industry was further studied and the domains of its key enzyme was assembled and modular. Via the modularity approach, their physiology was modified to some extent to comply the need of industry. Additionally, to target the production of specific compartment, a toolkit including pH sensor, ATP sensor and visible chromoprotein display was created. It accelerated the exploration of more potentiality.
For the further study, we recommend to make the toolkit more completed and increase the repertoire with new part and devices. And our mix-match assembling method can be better improved to produce more valuable secondary metabolites.