Team:Harvard
From 2010.igem.org
Jjoonathan (Talk | contribs) |
|||
(132 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | |||
{{harvardmain}} | {{harvardmain}} | ||
+ | |||
+ | |||
<html> | <html> | ||
- | |||
- | |||
<div id="sidebar"> | <div id="sidebar"> | ||
- | <img src="https://static.igem.org/mediawiki/2010/9/9e/Harvard2010teamphoto.jpg" width="300px"> | + | <img id="teamphoto" src="https://static.igem.org/mediawiki/2010/9/9e/Harvard2010teamphoto.jpg" width="300px"> |
<div id="twitter_div"> | <div id="twitter_div"> | ||
- | < | + | <div id="twitter_head"> |
+ | <p>team updates<a href="http://twitter.com/harvardigem" id="twitter-link">follow us on twitter</a></p> | ||
+ | </div> | ||
+ | |||
<ul id="twitter_update_list"></ul> | <ul id="twitter_update_list"></ul> | ||
- | |||
</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><img src="https://static.igem.org/mediawiki/2010/1/11/Harvard2010leaficon.png"/><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> | ||
Line 18: | Line 59: | ||
<div id="maincontent"> | <div id="maincontent"> | ||
<div id="abstract"> | <div id="abstract"> | ||
- | <h1> | + | <h1>an open source toolkit for plant engineering</h1> |
- | < | + | <img src="https://static.igem.org/mediawiki/2010/1/15/Leaf_dark-green.png" width="190" style="float: left; margin-top: 10px; margin-right:40px"/> |
- | <p> | + | <div style="width: 600px"> |
+ | <p>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. In addition to a "genetic fence" designed to prevent the spread of introduced genetic material, we have developed three independent features to be included in this toolkit - inclusion of novel flavors, knockdown of plant allergens, and modification of petal color.</p> | ||
- | <p>The Harvard iGarden, beyond being | + | <p>All parts are BioBrick compatible and introduced into plants through agrobacterium-mediated transformation, using existing plant vectors modified with the BioBrick multiple cloning site.</p> |
- | + | ||
+ | <p>The Harvard iGarden, beyond being an application of the BioBrick system to plant engineering, is an effort to raise public awareness of synthetic biology, production of food, and how the two can intertwine. We envision the iGarden as a medium through which the non-scientist can see the power and potential of synthetic biology and apply it to everyday life. </p> | ||
</div> | </div> | ||
+ | <div> | ||
- | <div | + | </div> |
- | + | </div> | |
- | + | </div> | |
- | + | ||
- | + | <table width="950px" style="margin-top:10px"> | |
- | </ | + | <style> |
- | < | + | td{ |
+ | font-size:1.2em; | ||
+ | text-align:center; | ||
+ | } | ||
+ | a{ | ||
+ | color: #7F5217; | ||
+ | } | ||
+ | img.icon{ | ||
+ | border-style: solid; | ||
+ | border-color: white; | ||
+ | width:130px; | ||
+ | } | ||
+ | a.iconlink{ | ||
+ | border-style: solid; | ||
+ | border-width: 2px; | ||
+ | border-color: white; | ||
+ | } | ||
+ | a.iconlink:hover{ | ||
+ | border-style: solid; | ||
+ | border-width: 2px; | ||
+ | border-color: green; | ||
+ | } | ||
+ | </style> | ||
+ | <tr> | ||
+ | <td colspan=6><h2>iGarden development</h2> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a class="iconlink" href="https://2010.igem.org/Team:Harvard/vectors"><img class="icon" src="https://static.igem.org/mediawiki/2010/f/fe/Harvard2010vectorheading2.png"></a></td> | ||
+ | <td><a class="iconlink" href="https://2010.igem.org/Team:Harvard/allergy"><img class="icon" src="https://static.igem.org/mediawiki/2010/9/9f/Harvard2010allergyheading2.jpg"></a></td> | ||
+ | <td><a class="iconlink" href="https://2010.igem.org/Team:Harvard/flavor"><img class="icon" src="https://static.igem.org/mediawiki/2010/d/d2/Harvard2010flavorheading2.jpg"></a></td> | ||
+ | <td><a class="iconlink" href="https://2010.igem.org/Team:Harvard/color"><img class="icon" src="https://static.igem.org/mediawiki/2010/5/58/Harvard2010colorheading2.png"></a></td> | ||
+ | <td><a class="iconlink" href="https://2010.igem.org/Team:Harvard/fences"><img class="icon" src="https://static.igem.org/mediawiki/2010/e/ed/Harvard2010fenceheading2.jpg"></a></td> | ||
+ | <td><a class="iconlink" href="https://2010.igem.org/Team:Harvard/parts"><img class="icon" src="https://static.igem.org/mediawiki/2010/d/d7/Harvard2010partsheading2.jpg"></a></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>vectors</td> | ||
+ | <td>allergy</td> | ||
+ | <td>flavor</td> | ||
+ | <td>color</td> | ||
+ | <td>genetic fence</td> | ||
+ | <td>submitted parts</td> | ||
+ | </tr> | ||
+ | <tr style="height:20px"></tr> | ||
+ | <tr> | ||
+ | <td colspan=6><h2>beyond the bench</h2></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a class="iconlink" href="https://2010.igem.org/Team:Harvard/human_practices"><img class="icon" src="https://static.igem.org/mediawiki/2010/f/f9/Harvard2010hpheading2.png"></a></td> | ||
+ | <td><a class="iconlink" href="https://2010.igem.org/Team:Harvard/human_practices/vision"><img class="icon" src="https://static.igem.org/mediawiki/2010/d/d7/EarthEYE.jpg" height="102px"></a></td> | ||
+ | <td><a class="iconlink" href="http://www.hcs.harvard.edu/usundergrad/test/test4.php"><img class="icon" src="https://static.igem.org/mediawiki/2010/5/5c/Harvard2010virtualheadingsmall.png"></a></td> | ||
+ | <td><a class="iconlink" href="https://2010.igem.org/Team:Harvard/recycling"><img class="icon" src="https://static.igem.org/mediawiki/2010/7/7a/Harvard2010recyclingheading.jpg"></a></td> | ||
+ | <td><a class="iconlink" href="https://2010.igem.org/Team:Harvard/gallery"><img class="icon" src="https://static.igem.org/mediawiki/2010/6/6f/Camera.tiff"></a></td> | ||
+ | <td><a class="iconlink" href="https://2010.igem.org/Team:Harvard/credits"><img class="icon" src="https://static.igem.org/mediawiki/2010/7/74/Nobelprizemedal.jpeg" height="102px"></a></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>human practices</td> | ||
+ | <td>our vision</td> | ||
+ | <td>virtual iGarden</td> | ||
+ | <td>recycling columns</td> | ||
+ | <td>pictures & video</td> | ||
+ | <td>credits</td> | ||
+ | </tr> | ||
+ | |||
+ | </table> | ||
+ | <br /><br /> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
</div> | </div> | ||
</div> | </div> | ||
+ | <p> | ||
<!-- !END HARVARD --> | <!-- !END HARVARD --> | ||
</html> | </html> |
Latest revision as of 15:30, 27 October 2010
an open source toolkit for plant engineering
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. In addition to a "genetic fence" designed to prevent the spread of introduced genetic material, we have developed three independent features to be included in this toolkit - inclusion of novel flavors, knockdown of plant allergens, and modification of petal color.
All parts are BioBrick compatible and introduced into plants through agrobacterium-mediated transformation, using existing plant vectors modified with the BioBrick multiple cloning site.
The Harvard iGarden, beyond being an application of the BioBrick system to plant engineering, is an effort to raise public awareness of synthetic biology, production of food, and how the two can intertwine. We envision the iGarden as a medium through which the non-scientist can see the power and potential of synthetic biology and apply it to everyday life.
iGarden development | |||||
vectors | allergy | flavor | color | genetic fence | submitted parts |
beyond the bench |
|||||
human practices | our vision | virtual iGarden | recycling columns | pictures & video | credits |