Difference between revisions of "Team:Lethbridge HS/Attributions"
(14 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | <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="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/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> | <script src="https://2015.igem.org/Team:Lethbridge_HS/Boostrap_min?action=raw&ctype=text/javascript"></script> | ||
− | + | ||
<script src="https://2015.igem.org/Team:Lethbridge_HS/pageControlScripts?action=raw&ctype=text/javascript" type="text/javascript"></script> | <script src="https://2015.igem.org/Team:Lethbridge_HS/pageControlScripts?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
− | |||
− | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
+ | jQuery(document).ready(function() { | ||
+ | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
var s = jQuery(".sideBarContent"); | var s = jQuery(".sideBarContent"); | ||
var pos = s.position(); | var pos = s.position(); | ||
− | + | jQuery(window).scroll(function() { | |
− | var windowpos = | + | var windowpos = $(window).scrollTop(); |
if (windowpos >= pos.top+450) { | if (windowpos >= pos.top+450) { | ||
Line 43: | Line 37: | ||
− | }); | + | }); |
− | + | ||
+ | |||
+ | |||
jQuery(document).ready(function() { | jQuery(document).ready(function() { | ||
Line 144: | Line 140: | ||
function makeBiofilms(){ | function makeBiofilms(){ | ||
+ | jQuery(".biofilms").show(); | ||
+ | jQuery(".bees").hide(); | ||
+ | jQuery(".active").addClass("biofilmsActive"); | ||
+ | |||
+ | document.getElementById("projectSwitchIcon").src = "https://static.igem.org/mediawiki/2015/8/88/LethHS2015_Varroa_icon.png"; | ||
+ | document.getElementById("nswitchIcon").style.backgroundColor = "#31B2DE"; | ||
+ | document.getElementById("coloredTitle").style.color = "#31B2DE"; | ||
document.getElementById("titleSlide").style.backgroundImage = "url(https://static.igem.org/mediawiki/2015/7/7e/LethHS2015_biofilms_intro_back.jpg)"; | document.getElementById("titleSlide").style.backgroundImage = "url(https://static.igem.org/mediawiki/2015/7/7e/LethHS2015_biofilms_intro_back.jpg)"; | ||
jQuery("#mainTitleText").text('Biofilms!!!'); | jQuery("#mainTitleText").text('Biofilms!!!'); | ||
jQuery("#coloredTitle").text('Biofilms'); | jQuery("#coloredTitle").text('Biofilms'); | ||
jQuery("#slide1Title").text('Biofilm'); | 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.'); | 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("projectIcon").src ="https://static.igem.org/mediawiki/2015/4/4b/LethHS2015_Plasmid.png"; | ||
− | + | ||
document.getElementById("slide1Image").src = "images/408.jpg"; | document.getElementById("slide1Image").src = "images/408.jpg"; | ||
jQuery("#mainTitleText").style.color("#31B2DE"); | jQuery("#mainTitleText").style.color("#31B2DE"); | ||
} | } | ||
function makeBees(){ | function makeBees(){ | ||
+ | jQuery(".bees").show(); | ||
+ | jQuery(".biofilms").hide(); | ||
+ | jQuery(".active").removeClass("biofilmsActive"); | ||
+ | |||
+ | 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)"; | document.getElementById("titleSlide").style.backgroundImage = "url(https://static.igem.org/mediawiki/2015/6/6c/LethHS2015_bees_intro_back.jpg)"; | ||
− | jQuery("#mainTitleText").text(' | + | jQuery("#mainTitleText").text('Lethbridge High School iGEM'); |
− | jQuery("#coloredTitle").text(' | + | jQuery("#coloredTitle").text('Varroa'); |
− | jQuery("#slide1Title").text(' | + | 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.'); | 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"; | document.getElementById("projectIcon").src ="https://static.igem.org/mediawiki/2015/8/88/LethHS2015_Varroa_icon.png"; | ||
− | document.getElementById(" | + | |
− | + | document.getElementById("slide1Image").src = "https://static.igem.org/mediawiki/2015/4/4d/LethHS2015_bees_intro_slide1_pic.jpg"; | |
jQuery("#mainTitleText").style.color("#FFE545"); | jQuery("#mainTitleText").style.color("#FFE545"); | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
+ | |||
</script> | </script> | ||
</head> | </head> | ||
Line 177: | Line 189: | ||
<!--Lethbridge HS iGEM Logo --> | <!--Lethbridge HS iGEM Logo --> | ||
<div class="navbar-header"> | <div class="navbar-header"> | ||
− | <a href=" | + | <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> |
Line 189: | Line 201: | ||
<div class="collapse navbar-collapse" id="myNavbar"> | <div class="collapse navbar-collapse" id="myNavbar"> | ||
<ul class="nav navbar-nav navbar-right scroll" id="navItems" style="font-weight:105;"> | <ul class="nav navbar-nav navbar-right scroll" id="navItems" style="font-weight:105;"> | ||
− | |||
− | + | ||
− | <li class= "dropdown"> | + | <li class= "dropdown texItem active" style="margin-top:2%;"> |
− | <a href=" | + | <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"> | <ul class="dropdown-menu"> | ||
<li> | <li> | ||
− | <a href=" | + | <a href="https://2015.igem.org/Team:Lethbridge_HS/Description">Background</a> |
− | <a href=" | + | <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> | ||
+ | |||
</li> | </li> | ||
</ul> | </ul> | ||
</li> | </li> | ||
− | <li><a href=" | + | <li class="texItem" style="margin-top:2%;"><a class="textItem" href="https://2015.igem.org/Team:Lethbridge_HS/Practices">Human Practices</a></li> |
− | <li ><a href=" | + | <li margin-top:2%; style="margin-top:2%;"><a class="textItem" href="https://2015.igem.org/Team:Lethbridge_HS/Notebook">Notebook</a></li> |
− | <li><a href=" | + | <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> | </ul> | ||
</div> | </div> | ||
</div> | </div> | ||
</nav> | </nav> | ||
− | + | ||
− | <div class="jumbotron" id="titleSlide_hp" | + | <div class="jumbotron" id="titleSlide_hp" style="background-image:url('https://static.igem.org/mediawiki/2015/b/bf/LethHS2015_Team_cover.jpg');"> |
− | + | ||
− | <p id="pageTitleText"> | + | <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> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | <div class="container-fluid" id="regularPageBody"> | + | <div class="container-fluid" id="regularPageBody" style="padding-left:10%; padding-right:10%;"> |
<div class="row"> | <div class="row"> | ||
− | <div class="col-md- | + | <div class="col-md-3" id="mainBodySideBar" style="display:none;"> |
<div class="sideBarContent"> | <div class="sideBarContent"> | ||
<ul> | <ul> | ||
− | <li><a href="#section1"> | + | <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> | </ul> | ||
</div> | </div> | ||
</div> | </div> | ||
− | <div class="col-md- | + | <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> | ||
</div> | </div> | ||
− | + | <script src="https://2015.igem.org/Team:Lethbridge_HS/Animations_JS?action=raw&ctype=text/javascript"></script> | |
</body> | </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.