Difference between revisions of "Team:Lethbridge HS/Introduction"

Line 12: Line 12:
 
         <script src="https://2015.igem.org/Team:Lethbridge_HS/jquery?action=raw&ctype=text/javascript" type="text/javascript"></script>  
 
         <script src="https://2015.igem.org/Team:Lethbridge_HS/jquery?action=raw&ctype=text/javascript" type="text/javascript"></script>  
 
             <script type="text/javascript">
 
             <script type="text/javascript">
  window.alert("hello");
+
window.alert("hello");
jQuery(document).ready(function() {
+
                     
+
                        jQuery("#projectTitle").addClass("appear");
+
   
+
                    var s = jQuery(".menu");
+
    var pos = s.position(); 
+
           
+
    jQuery(window).scroll(function() {
+
        var windowpos = jQuery(window).scrollTop(); 
+
         
+
        if (windowpos >= 100) {
+
           
+
            s.addClass("makeNavBarColor");
+
           
+
        } else {
+
         
+
            s.removeClass("makeNavBarColor");
+
           
+
        }
+
     
+
    }); 
+
                        var cookieVal = getCookie("projectType");
+
                     
+
                        if (cookieVal=="2"){
+
                            makeBiofilms();
+
                        }
+
                        if (cookieVal=="1"){
+
                            makeBees();
+
                        }
+
                           
+
});
+
                       
+
                  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;
+
}
+
           
+
               
+
                  $(function() {
+
  $('a[href*=#]:not([href=#])').click(function() {
+
    if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
+
      var target = $(this.hash);
+
      target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
+
      if (target.length) {
+
        $('html,body').animate({
+
          scrollTop: target.offset().top-40
+
        },1000);
+
        return false;
+
      }
+
    }
+
  });
+
});
+
                 
+
               
+
                function getCookie(cname) {
+
    var name = cname + "=";
+
    var ca = document.cookie.split(';');
+
    for(var i=0; i<ca.length; i++) {
+
        var c = ca[i];
+
        while (c.charAt(0)==' ') c = c.substring(1);
+
        if (c.indexOf(name) == 0) return c.substring(name.length,c.length);
+
    }
+
    return "";
+
}
+
               
+
                function myFunction() {
+
                  $("body").addClass("animateBody"); 
+
               
+
                   
+
                   
+
                   
+
                    var cookieValue = null;
+
                    cookieValue = getCookie("projectType");
+
                     
+
                        if (cookieValue=="2"){
+
                           
+
                            setCookie("projectType", "1", 365);
+
                           
+
                            makeBees();
+
                           
+
                        }
+
                    if (cookieValue=="1"){
+
                         
+
                        setCookie("projectType", "2", 365);
+
                       
+
                            makeBiofilms();
+
                         
+
                        }
+
                 
+
                   
+
                 
+
                    /************introSLide********************/
+
                 
+
                   
+
                 
+
                 
+
}
+
                function makeBiofilms(){
+
                    document.getElementById('pageStyle').setAttribute('href','css/main_biofilms.css');
+
                        $("#mainTitleText").text('Biofilms!!!');
+
                    $("#coloredTitle").text('Biofilms');
+
                    $("#slide1Title").text('Biofilm');
+
                    $("#slide1Paragraph").text('For years, bacterial biofilms have been a cause for concern in medicine. Biofilms are comprised of colonial microorganisms that can adhere to almost any surface with adequate moisture and nutrients. Biofilms often harbour pathogens, and can be extremely problematic in clinical settings. 65% of all hospital acquired infections can be attributed to pathogenic biofilms. Current methods to destroy biofilms include antimicrobial agents and hydraulic flushing. These are ineffective because biofilms are surrounded by a matrix of sugars and DNA. We intend to create an all-purpose biological counterattack capable of dispersing and eliminating a wide variety of biofilms by utilizing enzymes to destroy the structures within. This will be achieved through the secretion of dextranase, which degrades the exopolymeric matrix, and DNase, that targets the extracellular DNA responsible for maintaining biofilm structure. This double phased attack will be highly efficient compared to current removal methods.');
+
                    document.getElementById("projectIcon").src ="images/Plasmid.png";
+
                    document.getElementById("projectSwitchIcon").src = "images/Plasmid.png";
+
                    document.getElementById("slide1Image").src = "images/408.jpg";
+
                    $("#mainTitleText").style.color("#31B2DE");
+
                }
+
                function makeBees(){
+
                    document.getElementById('pageStyle').setAttribute('href','css/main.css');
+
                        $("#mainTitleText").text('Beees!!');
+
                    $("#coloredTitle").text('Beeee');
+
                    $("#slide1Title").text('Beeeeee');
+
                    $("#slide1Paragraph").text('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.');
+
                    document.getElementById("projectIcon").src ="images/plainicon.com-48232-512px-7b5.png";
+
                    document.getElementById("projectSwitchIcon").src = "images/plainicon.com-48232-512px-7b5.png";
+
                    document.getElementById("slide1Image").src = "images/honeybeeinflight.jpg";
+
                    $("#mainTitleText").style.color("#FFE545");
+
                }
+
               
+
               
+
                       
+
     
+
                   
+
   
+
 
              
 
              
 
                  
 
                  

Revision as of 05:05, 2 September 2015

Lethbridge High School iGEM

Eliminating Varoa Destructor

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

Read more

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.

Thanks to our amazing sponsors

Who are we
Blah blah blah