Team:Harvard
From 2010.igem.org
Jjoonathan (Talk | contribs) |
Jjoonathan (Talk | contribs) |
||
Line 18: | Line 18: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
var xhr = new XMLHttpRequest(); | var xhr = new XMLHttpRequest(); | ||
- | xhr.open('GET','http://twitter.com/statuses/user_timeline/harvardigem.json?count=5',true) | + | xhr.open('GET','http://twitter.com/statuses/user_timeline/harvardigem.json?count=5',true); |
xhr.onreadystatechange = (function(){ | xhr.onreadystatechange = (function(){ | ||
return function() { | return function() { | ||
Line 25: | Line 25: | ||
var tdiv = document.getElementById("twitter_update_list"); | var tdiv = document.getElementById("twitter_update_list"); | ||
} | } | ||
- | })(xhr) | + | })(xhr); |
- | xhr.send( | + | xhr.send() |
</script> | </script> | ||
</div> | </div> |
Revision as of 19:45, 14 July 2010
project description
The Harvard iGarden is a venture into plant engineering. Our aim is to create a toolkit for the cultivation of a personalized garden containing features introduced through synthetic biology. We are currently working on two independent features to be included in this toolkit - inclusion of novel flavors and knockdown of plant allergens. In addition, we are working on the creation of a "genetic fence" to prevent the spread of foreign genetic material. All components are designed to fit the biobrick standard.
We are introducing biobrick parts to plants through agrobacterium-mediated transformation. To do so, we have modified existing agrobacterium vectors designed for plant transformation to include the biobrick multiple cloning site.
The Harvard iGarden, beyond being a simple application of the biobrick system to plant engineering, is an effort to raise public awareness of synthetic biology by bringing its effects down to a personal and more tangible level. We envision the iGarden as an introduction of sort to the world of genetic engineering, a medium through which the non-scientist can see the power and potential of such technology.