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

(Prototype team page)
 
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Lethbridge_HS}}
 
{{Lethbridge_HS}}
<html>
+
<html lang="en">
 +
<head>
 +
          <meta charset="utf-8">
 +
        <meta name="viewport" content="width=device-width, initial-scale=1">
 +
     
 +
      <link rel="stylesheet" href="https://2015.igem.org/Team:Lethbridge_HS/Bootstrap_css?action=raw&ctype=text/css">
 +
        <link id="pageStyle" rel="stylesheet" href="https://2015.igem.org/Team:Lethbridge_HS/CSS?action=raw&ctype=text/css" type="text/css" media="screen" />
 +
<link id="" rel="stylesheet" href="https://2015.igem.org/Team:Lethbridge_HS/CSS_animations?action=raw&ctype=text/css" type="text/css" media="screen" />
 +
        <script src="https://2015.igem.org/Team:Lethbridge_HS/jquery1.1?action=raw&ctype=text/javascript"></script>
 +
        <script src="https://2015.igem.org/Team:Lethbridge_HS/Boostrap_min?action=raw&ctype=text/javascript"></script>
  
<h2> Attributions</h2>
+
<script src="https://2015.igem.org/Team:Lethbridge_HS/pageControlScripts?action=raw&ctype=text/javascript" type="text/javascript"></script>  
 +
            <script type="text/javascript">
  
<p> Each team must clearly attribute work done by the student team members on this page. The team must distinguish work done by the students from work done by others, including the host labs, advisors, instructors, and individuals not on the team roster. </p>
+
                        jQuery(document).ready(function() {
 +
                 
  
 +
                 
 +
    var s = jQuery(".sideBarContent");
 +
    var pos = s.position(); 
 +
           
 +
  jQuery(window).scroll(function() {
 +
        var windowpos = $(window).scrollTop(); 
 +
         
 +
        if (windowpos >= pos.top+450) {
 +
            s.addClass("stick");
 +
           
 +
        } else {
 +
            s.removeClass("stick");
 +
           
 +
        }
 +
     
 +
    });
 +
                 
 +
                 
 +
                 
 +
                 
 +
});       
 +
     
 +
             
  
<div class="highlightBox">
+
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");
 +
           
 +
        }
 +
     
 +
    }); 
  
<h4> Can we base our project on a previous one? </h4>
 
<p>Yes! You can have a project based on a previous team, or based on someone else's idea, <b>as long as you state this fact very clearly and give credit for the original project.</b> </p>
 
</div>
 
  
 +
                        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 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() {
 +
                  jQuery("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();
 +
                         
 +
                        }
 +
if (cookieValue=="null"){
 +
                         
 +
                        setCookie("projectType", "2", 365);
 +
                       
 +
                            makeBiofilms();
 +
                         
 +
                        }
 +
                 
 +
                   
 +
                 
 +
                    /************introSLide********************/
 +
                 
 +
                   
 +
                 
 +
                 
 +
}
 +
   
 +
                    function makeBiofilms(){
 +
jQuery(".biofilms").show();
 +
jQuery(".bees").hide();
 +
jQuery(".active").addClass("biofilmsActive");
  
<h4> Why is this page needed? </h4>
+
                    document.getElementById("projectSwitchIcon").src = "https://static.igem.org/mediawiki/2015/8/88/LethHS2015_Varroa_icon.png";
<p>The Attribution requirement helps the judges know what you did yourselves and what you had help with. We don't mind if you get help with difficult or complex techniques, but you must report what work your team did and what work was done by others.</p>
+
document.getElementById("nswitchIcon").style.backgroundColor = "#31B2DE";
<p>
+
document.getElementById("coloredTitle").style.color = "#31B2DE";
For example, you might choose to work with an animal model during your project. Working with animals requires getting a license and applying far in advance to conduct certain experiments in many countries. This is difficult to achieve during the course of a summer, but much easier if you can work with a postdoc or PI who has the right licenses.</p>
+
                  document.getElementById("titleSlide").style.backgroundImage = "url(https://static.igem.org/mediawiki/2015/7/7e/LethHS2015_biofilms_intro_back.jpg)";
 +
                        jQuery("#mainTitleText").text('Biofilms!!!');
 +
                    jQuery("#coloredTitle").text('Biofilms');
 +
                    jQuery("#slide1Title").text('Biofilm');
 +
document.getElementById("projectText1").write('The purpose of hospitals is to help people get better. However, in the United States, 2 million people are infected during their hospital stay and bacterial biofilms are responsible of 65% of all hospital acquired infections. A biofilm is a conglomeration of bacteria that is enclosed in a matrix of sugars and extracellular DNA, this helps to hold the bacteria together like');
 +
                    jQuery("#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 ="https://static.igem.org/mediawiki/2015/4/4b/LethHS2015_Plasmid.png";
  
 +
                    document.getElementById("slide1Image").src = "images/408.jpg";
 +
                    jQuery("#mainTitleText").style.color("#31B2DE");
 +
                }
 +
                function makeBees(){
 +
jQuery(".bees").show();
 +
jQuery(".biofilms").hide();
 +
jQuery(".active").removeClass("biofilmsActive");
  
<h5> What should this page have?</h5>
+
                    document.getElementById("projectSwitchIcon").src = "https://static.igem.org/mediawiki/2015/4/4b/LethHS2015_Plasmid.png";
 +
document.getElementById("nswitchIcon").style.backgroundColor = "#FFE545";
 +
document.getElementById("coloredTitle").style.color = "#FFE545";
 +
                  document.getElementById("titleSlide").style.backgroundImage = "url(https://static.igem.org/mediawiki/2015/6/6c/LethHS2015_bees_intro_back.jpg)";
 +
                        jQuery("#mainTitleText").text('Lethbridge High School iGEM');
 +
                    jQuery("#coloredTitle").text('Varroa');
 +
                    jQuery("#slide1Title").text('Introduction');
 +
                    jQuery("#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 ="https://static.igem.org/mediawiki/2015/8/88/LethHS2015_Varroa_icon.png";
  
<ul>
+
                    document.getElementById("slide1Image").src = "https://static.igem.org/mediawiki/2015/4/4d/LethHS2015_bees_intro_slide1_pic.jpg";
<li>General Support</li>
+
                    jQuery("#mainTitleText").style.color("#FFE545");
<li>Project support and advice</li>
+
                }
<li>Fundraising help and advice</li>
+
               
<li>Lab support</li>
+
                 
<li>Difficult technique support</li>
+
                 
<li>Project advisor support</li>
+
               
<li>Wiki support</li>
+
        </script>
<li>Presentation coaching</li>
+
</head>
<li>Human Practices support</li>
+
<li> Thanks and acknowledgements for all other people involved in helping make a successful iGEM team</li>
+
</ul>
+
  
 +
<body class="body_human_practices">
 +
        <nav class="navbar navbar-inverse navbar-fixed-top menu" id="">
 +
            <div class="container-fluid">
 +
             
 +
                <!--Lethbridge HS iGEM Logo -->
 +
                <div class="navbar-header">
 +
                    <a href="https://2015.igem.org/Team:Lethbridge_HS/Introduction" id="nav-head" class="navbar-brand" style="margin-top:10px;"><h1 id="headerText" style="font-weight:100; font-family: 'existence'; ">Lethbridge iGEM      </h1></a>
 +
               
  
<h4>Inspiration</h4>
+
                <button class= "navbar-toggle" data-toggle = "collapse" data-target = "#myNavbar">
<p>Take a look at what other teams have done:</p>
+
                    <span class="icon-bar"></span>
<ul>
+
                    <span class="icon-bar"></span>
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Team">2011 Imperial College London</a> (scroll to the bottom)</li>
+
                    <span class="icon-bar"></span>
<li><a href="https://2014.igem.org/Team:Exeter/Attributions">2014 Exeter </a></li>
+
                </button>
<li><a href="https://2014.igem.org/Team:Melbourne/Attributions">2014 Melbourne </a></li>
+
                </div>
<li><a href="https://2014.igem.org/Team:Valencia_Biocampus/Attributions">2014 Valencia Biocampus</a></li>
+
                <!-- Nav Bar Menu Items -->
</ul>
+
                <div class="collapse navbar-collapse" id="myNavbar">
 +
                    <ul class="nav navbar-nav navbar-right scroll" id="navItems" style="font-weight:105;">
 +
                       
 +
                       
 +
                        <li class= "dropdown texItem active" style="margin-top:2%;">
 +
                            <a href="https://2015.igem.org/Team:Lethbridge_HS/Description" class="dropdown-toggle textItem" data-toggle = "dropdown">Project<b class="caret"></b></a>
 +
                            <ul class="dropdown-menu">
 +
                                <li>
 +
                                    <a href="https://2015.igem.org/Team:Lethbridge_HS/Description">Background</a>
 +
<a href="https://2015.igem.org/Team:Lethbridge_HS/Experiments">Experiments</a>
 +
<a href="https://2015.igem.org/Team:Lethbridge_HS/Results">Results</a>
 +
                                    <a href="https://2015.igem.org/Team:Lethbridge_HS/Parts">Parts</a>
 +
<a href="https://2015.igem.org/Team:Lethbridge_HS/Achievements">Achievements</a>
  
</div>
+
                                </li>
 +
                            </ul>   
 +
                        </li>
 +
<li class="texItem" style="margin-top:2%;"><a class="textItem" href="https://2015.igem.org/Team:Lethbridge_HS/Practices">Human Practices</a></li>
 +
                        <li margin-top:2%; style="margin-top:2%;"><a class="textItem" href="https://2015.igem.org/Team:Lethbridge_HS/Notebook">Notebook</a></li>
 +
                        <li margin-top:2%; style="margin-top:2%;"><a class="textItem" href="https://2015.igem.org/Team:Lethbridge_HS/Safety">Safety</a></li>
 +
<li class= "dropdown texItem" style="margin-top:2%;">
 +
                            <a class="textItem" href="https://2015.igem.org/Team:Lethbridge_HS/Team" class="dropdown-toggle" data-toggle = "dropdown">Team<b class="caret"></b></a>
 +
                            <ul class="dropdown-menu">
 +
                                <li>
 +
                                    <a href="https://2015.igem.org/Team:Lethbridge_HS/Team">Students</a>
 +
                                    <a href="https://2015.igem.org/Team:Lethbridge_HS/Team#section2">Advisors</a>
 +
<a class="texItem" href="https://2015.igem.org/Team:Lethbridge_HS/Team#section3">Sponsors</a>
 +
<a class="texItem" href="https://2015.igem.org/Team:Lethbridge_HS/Attributions">Attributions</a>
 +
<a class="texItem" href="https://2015.igem.org/Team:Lethbridge_HS/Collaborations">Collaborations</a>
 +
                                </li>
 +
                            </ul>   
 +
                        </li>
 +
                      <li class=""><a class="picItem" href="https://2015.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2015/2/21/LethHS2015_igemlogo.png" width="50px" height="45px" style="margin-top:-9%; margin-bottom:-10%;"></a></li>
 +
<li class=""><div onclick="myFunction()" id="nswitchIcon" class="navBarSwitchButton picItem"><img id="projectSwitchIcon" src="images/plainicon.com-48232-512px-7b5.png" class="img-responsive"></div> </li>
 +
                    </ul>
 +
                </div>
 +
            </div>
 +
        </nav>
 +
 
 +
            <div class="jumbotron" id="titleSlide_hp" style="background-image:url('https://static.igem.org/mediawiki/2015/b/bf/LethHS2015_Team_cover.jpg');">
 +
 
 +
<div style="z-index:2;" class="pageIcon flaticon-business53"></div>
 +
                <p id="pageTitleText">Team<br></p><p id="pageSubtitleText"><span>Collaborations</span></p>
 +
                </div>
 +
       
 +
                <div class="container-fluid" id="regularPageBody" style="padding-left:10%; padding-right:10%;">
 +
                    <div class="row">
 +
                        <div class="col-md-3" id="mainBodySideBar" style="display:none;">
 +
                            <div class="sideBarContent">
 +
                                <ul>
 +
                                    <li><a href="#section1"><h2>Description</h2></a></li>
 +
                                    <li class="biofilms"><a href="#section1"><p>What is nuclease? What is dextranase?</p></a></li>
 +
<li class="biofilms"><a href="#section1"><p>What we are doing differently</p></a></li>           
 +
<li class="biofilms"><a href="#section1"><p>Extracellular Polymeric Substance Matrix</p></a></li>                       
 +
                                </ul>
 +
                            </div>
 +
                        </div>
 +
                        <div class="col-md-12 col-sm-12">
 +
        <section id="section1">                   
 +
<h1 id="projecttext1" class="contentSubTitle">Attributions<br><small></small></h1>
 +
<p>We thank:<br><br>
 +
Sydnee Calhoun, Tiffany Dang, Dinula De Silva, Ronja Kothe, Jonathan Kwan, Anileen Pageni, and Aum Patel for conducting lab experiments. <br><br>
 +
Eyram Asem, Sydnee Calhoun, Dinula De Silva, Marissa King, Ronja Kothe, Anileen Pageni, Kaatje O’Donnell, Ross Oliver, Jessica Semmelrock, Sunny Sun, and David Zhang for contributing their time to human practices .<br><br>
 +
Tiffany Dang for helping raise funds to support our project endeavors.<br><br>
 +
Dinula De Silva, Marissa King, and Jonathan Kwan for their work on the wiki.<br><br>
 +
University of Lethbridge, Chemistry and Biochemistry Department for hosting the wet lab workspace as well as the classrooms for our weekly meetings. <br><br>
 +
Wieden and Kothe lab for providing wet lab equipment and reagents needed in day-to-day experiments.<br><br>
 +
Dr. Hans-Joachim Wieden for hosting the iGEM program and overseeing administrative matters.<br><br>
 +
Dr. Brian Dempsey for mentoring the team in day-to-day affairs, planning and organizing high school workshops, and handling administrative matters. <br><br>
 +
Advisor Kieran McCormack for hosting wet lab times and executing biofilm related experiments.<br><br>
 +
Advisor Chris Isaac for hosting wet lab times and executing bee related experiments. <br><br>
 +
Advisor Yoyo Yao for helping in construct building and getting team T-shirts<br><br>
 +
Joe Mauro for guiding us in the direction of how we would approach changing a bylaw. <br><br>
 +
Shannon Phillips for sitting down with us for an interview on her thoughts about our Bee/Biofilms project. <br><br>
 +
Ryan Carriere for letting us interview him to discuss our urban planning ideas for Lethbridge.<br><br>
 +
Audrey and Ron King for their kind donation towards our Boston travel fees.<br><br>
 +
Lethbridge School District 51 for allowing us to present in their classrooms and provide us with outreach opportunities for fellow high schoolers. <br><br>
 +
Dr. John Hasell, Plastic and Reconstructive surgeon, for giving us his time in answering some questions in regards to how our biofilms project can be implemented in the real world. <br><br>
 +
The beekeepers who showed us their beehives, their time, and provided valuable insight into beekeeping. <br><br>
 +
 
 +
</p>
 +
</section>
 +
 
 +
                    </div>
 +
                    </div>
 +
       
 +
    <script src="https://2015.igem.org/Team:Lethbridge_HS/Animations_JS?action=raw&ctype=text/javascript"></script>
 +
    </body>
 
</html>
 
</html>

Latest revision as of 01:51, 19 September 2015

Team

Collaborations

Attributions

We thank:

Sydnee Calhoun, Tiffany Dang, Dinula De Silva, Ronja Kothe, Jonathan Kwan, Anileen Pageni, and Aum Patel for conducting lab experiments.

Eyram Asem, Sydnee Calhoun, Dinula De Silva, Marissa King, Ronja Kothe, Anileen Pageni, Kaatje O’Donnell, Ross Oliver, Jessica Semmelrock, Sunny Sun, and David Zhang for contributing their time to human practices .

Tiffany Dang for helping raise funds to support our project endeavors.

Dinula De Silva, Marissa King, and Jonathan Kwan for their work on the wiki.

University of Lethbridge, Chemistry and Biochemistry Department for hosting the wet lab workspace as well as the classrooms for our weekly meetings.

Wieden and Kothe lab for providing wet lab equipment and reagents needed in day-to-day experiments.

Dr. Hans-Joachim Wieden for hosting the iGEM program and overseeing administrative matters.

Dr. Brian Dempsey for mentoring the team in day-to-day affairs, planning and organizing high school workshops, and handling administrative matters.

Advisor Kieran McCormack for hosting wet lab times and executing biofilm related experiments.

Advisor Chris Isaac for hosting wet lab times and executing bee related experiments.

Advisor Yoyo Yao for helping in construct building and getting team T-shirts

Joe Mauro for guiding us in the direction of how we would approach changing a bylaw.

Shannon Phillips for sitting down with us for an interview on her thoughts about our Bee/Biofilms project.

Ryan Carriere for letting us interview him to discuss our urban planning ideas for Lethbridge.

Audrey and Ron King for their kind donation towards our Boston travel fees.

Lethbridge School District 51 for allowing us to present in their classrooms and provide us with outreach opportunities for fellow high schoolers.

Dr. John Hasell, Plastic and Reconstructive surgeon, for giving us his time in answering some questions in regards to how our biofilms project can be implemented in the real world.

The beekeepers who showed us their beehives, their time, and provided valuable insight into beekeeping.