Team:Harvard
From 2010.igem.org
Jjoonathan (Talk | contribs) |
Jjoonathan (Talk | contribs) |
||
Line 12: | Line 12: | ||
<a href="http://twitter.com/harvardigem" id="twitter-link" style="display:block; margin-left: 10px;">follow us on twitter</a> | <a href="http://twitter.com/harvardigem" id="twitter-link" style="display:block; margin-left: 10px;">follow us on twitter</a> | ||
</div> | </div> | ||
+ | <!-- BAD TWITTER CODE | ||
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script> | <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script> | ||
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/harvardigem.json?callback=twitterCallback2&count=5"></script> | <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/harvardigem.json?callback=twitterCallback2&count=5"></script> | ||
+ | END BAD CODE--> | ||
+ | <script type="text/javascript"> | ||
+ | var xhr = new XMLHTTPRequest(); | ||
+ | xhr.open('GET','http://twitter.com/statuses/user_timeline/harvardigem.json?count=5',true) | ||
+ | xhr.onreadystatechange = (function(){ | ||
+ | return function() { | ||
+ | if (xhr.readyState!=4) {return;} | ||
+ | var result = JSON.parse(xhr.responseText); | ||
+ | var tdiv = document.getElementById("twitter_update_list"); | ||
+ | } | ||
+ | })(xhr) | ||
+ | xhr.send('') | ||
+ | </script> | ||
</div> | </div> | ||
Revision as of 19:33, 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.