Difference between revisions of "Team:Lethbridge HS/Introduction"
Line 34: | Line 34: | ||
}); | }); | ||
+ | |||
+ | |||
var cookieVal = getCookie("projectType"); | var cookieVal = getCookie("projectType"); | ||
Line 46: | Line 48: | ||
− | + | function setCookie(cname, cvalue, exdays) { | |
+ | var d = new Date(); | ||
+ | d.setTime(d.getTime() + (exdays*24*60*60*1000)); | ||
+ | var expires = "expires="+d.toUTCString(); | ||
+ | document.cookie = cname + "=" + cvalue + "; " + expires; | ||
+ | } | ||
+ | |||
− | + | jQuery(function() { | |
− | + | jQuery('a[href*=#]:not([href=#])').click(function() { | |
− | + | if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { | |
− | + | var target = jQuery(this.hash); | |
− | + | target = target.length ? target : jQuery('[name=' + this.hash.slice(1) +']'); | |
− | + | if (target.length) { | |
− | + | jQuery('html,body').animate({ | |
+ | scrollTop: target.offset().top-40 | ||
+ | },1000); | ||
+ | return false; | ||
+ | } | ||
} | } | ||
− | + | }); | |
− | } | + | }); |
+ | |||
+ | |||
+ | |||
function myFunction() { | function myFunction() { |
Revision as of 05:10, 2 September 2015
Introduction
The top 100 food crops produced provide 90% of the world’s nutrition. 70% of these crops are pollinated by bees. A phenomenon called Colony Collapse Disorder (CCD) has decimated honeybee colonies across the world, halving the number of productive colonies worldwide. One of the main factors hypothesized to contribute to CCD is the mite and viral vector Varroa destructor. While feeding on the bee’s hemolymph, Varroa destructor expels RNA viruses into the bee crippling colony’s strength. Current commercial methods to eradicate Varroa have seen a gradual development of resistance in treated populations. Using synthetic biology, we plan to target Varroa more effectively by directly delivering the miticide, oxalic acid into Varroa and utilizing RNA interference to eliminate Varroa populations within commercial hives.
Aspects of our project
Human Practices
Our relationship with our community
Human Practices
Our relationship with our community
Human Practices
Our relationship with our community
Human Practices
Our relationship with our community
Human Practices
Our relationship with our community
Human Practices
Our relationship with our community
How does Oxalic Acid Work?
The top 100 food crops produced provide 90% of the world’s nutrition. 70% of these crops are pollinated by bees. A phenomenon called Colony Collapse Disorder (CCD) has decimated honeybee colonies across the world, halving the number of productive colonies worldwide. One of the main factors hypothesized to contribute to CCD is the mite and viral vector Varroa destructor. While feeding on the bee’s hemolymph, Varroa destructor expels RNA viruses into the bee crippling colony’s strength. Current commercial methods to eradicate Varroa have seen a gradual development of resistance in treated populations. Using synthetic biology, we plan to target Varroa more effectively by directly delivering the miticide, oxalic acid into Varroa and utilizing RNA interference to eliminate Varroa populations within commercial hives.