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> | ||
- | <script | + | <script> |
+ | /* based on http://twitter.com/javascripts/blogger.js */ | ||
+ | function twitterCallback2(twitters) { | ||
+ | var statusHTML = []; | ||
+ | for (var i=0; i<twitters.length; i++){ | ||
+ | var username = twitters[i].user.screen_name; | ||
+ | var status = twitters[i].text.replace(/((https?|s?ftp|ssh)\:\/\/[^"\s\<\>]*[^.,;'">\:\s\<\>\)\]\!])/g, function(url) { | ||
+ | return '<a href="'+url+'">'+url+'</a>'; | ||
+ | }).replace(/\B@([_a-z0-9]+)/ig, function(reply) { | ||
+ | return reply.charAt(0)+'<a href="http://twitter.com/'+reply.substring(1)+'">'+reply.substring(1)+'</a>'; | ||
+ | }); | ||
+ | statusHTML.push('<li><span>'+status+'</span> <a style="font-size:85%" href="http://twitter.com/'+username+'/statuses/'+twitters[i].id+'">'+relative_time(twitters[i].created_at)+'</a></li>'); | ||
+ | } | ||
+ | document.getElementById('twitter_update_list').innerHTML = statusHTML.join(''); | ||
+ | } | ||
+ | |||
+ | function relative_time(time_value) { | ||
+ | var values = time_value.split(" "); | ||
+ | time_value = values[1] + " " + values[2] + ", " + values[5] + " " + values[3]; | ||
+ | var parsed_date = Date.parse(time_value); | ||
+ | var relative_to = (arguments.length > 1) ? arguments[1] : new Date(); | ||
+ | var delta = parseInt((relative_to.getTime() - parsed_date) / 1000); | ||
+ | delta = delta + (relative_to.getTimezoneOffset() * 60); | ||
+ | |||
+ | if (delta < 60) { | ||
+ | return 'less than a minute ago'; | ||
+ | } else if(delta < 120) { | ||
+ | return 'about a minute ago'; | ||
+ | } else if(delta < (60*60)) { | ||
+ | return (parseInt(delta / 60)).toString() + ' minutes ago'; | ||
+ | } else if(delta < (120*60)) { | ||
+ | return 'about an hour ago'; | ||
+ | } else if(delta < (24*60*60)) { | ||
+ | return 'about ' + (parseInt(delta / 3600)).toString() + ' hours ago'; | ||
+ | } else if(delta < (48*60*60)) { | ||
+ | return '1 day ago'; | ||
+ | } else { | ||
+ | return (parseInt(delta / 86400)).toString() + ' days ago'; | ||
+ | } | ||
+ | } | ||
+ | </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> | ||
</div> | </div> |
Revision as of 20:20, 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.