Team:Waterloo
From 2014.igem.org
(Difference between revisions)
Super.suzie (Talk | contribs) |
|||
(73 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | {{Team:Waterloo/CSS/baseWiki}} | |
- | + | {{Team:Waterloo/CSS/WaterlooTeam}} | |
- | + | {{Team:Waterloo/TopBar}} | |
- | + | ||
- | Team:Waterloo/ | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <html> | |
- | + | <title>Waterloo iGem 2014 Team</title> | |
- | + | <meta charset="UTF-8"> | |
- | + | <style> | |
- | + | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/ | |
- | + | </style> | |
- | + | <div style="position: relative; top: -30px; margin: 0px -5px;"> | |
- | + | <div class="blueOnGrey"> | |
- | + | <h1>Staphylocide</h1> | |
- | + | <h3 style="text-align: center">Delivery of an Antibiotic Resistance Gene Silencing Mechanism to a MRSA Population using Bacterial Conjugation</h3> | |
- | + | </div> | |
+ | <!--Content below images--> | ||
+ | <div class="content" style="margin-top: 0px;"> | ||
+ | <div class="tabcontents"> | ||
+ | <div class="anchor" id="view0" style="padding-top:0px;"> | ||
+ | <div style="padding-bottom:50px; min-height: 200px; margin-bottom: 40px;"> | ||
+ | <div class="half-column floatLeft"> | ||
+ | <h2 class="centerUpper blueOnGrey">Problem</h2> | ||
+ | <img class="smallIcon floatRight" src="https://static.igem.org/mediawiki/2014/c/cc/Waterloo_mrsa_face.png" /> | ||
+ | <p>MRSA is sweeping the nation, an antibiotic-resistant scourge migrating from hospitals into communities. We need a hero to fight it and Waterloo iGEM has designed a synthetic bacterium that just might do the trick...</p> | ||
+ | </div> | ||
+ | <div class="half-column floatRight"> | ||
+ | <h2 class="centerUpper blueOnGrey">Solution</h2> | ||
+ | <img class="smallIcon floatRight" src="https://static.igem.org/mediawiki/2014/9/94/Waterloo_staphylocide_face.png" /> | ||
+ | <p>...Staphylocide! Staphylocide delivers antibiotic resistance gene silencing <em>in vivo</em> and could one day be incorporated into a treatment that would help doctors defeat MRSA once and for all.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <p> </p> | ||
+ | <!-- here go the centered images --> | ||
+ | <h2 class="centerUpper blueOnGrey" style="margin-left: 2%; margin-right: 2%; margin-top: 80;"">Project Cornerstones</h2> | ||
+ | <div style="padding:20px 20px; text-align:center; width:100%; margin: auto;" > | ||
+ | <a href="https://2014.igem.org/Team:Waterloo/Deliver"><img src="https://static.igem.org/mediawiki/2014/9/98/Waterloo_deliver_icon.png" class="icon" /></a> | ||
+ | <a href="https://2014.igem.org/Team:Waterloo/Silence"><img src="https://static.igem.org/mediawiki/2014/9/9e/Waterloo_silence_icon.png" class="icon" /></a> | ||
+ | <a href="https://2014.igem.org/Team:Waterloo/Translate"><img src="https://static.igem.org/mediawiki/2014/7/7e/Waterloo_translate_icon.png" class="icon" /></a> | ||
+ | </div> | ||
+ | <div style="text-align: center; width: 90%; margin: auto;"><p>Explore the three cornerstones of this year's project: <a href="https://2014.igem.org/Team:Waterloo/Deliver">delivering</a> the silencing <em>in vivo</em> using conjugation, <a href="https://2014.igem.org/Team:Waterloo/Silence">silencing</a> <em>mecA</em> expression using CRISPRi and sRNA and <a href="https://2014.igem.org/Team:Waterloo/Translate">translating</a> from the lab to the patients.</p></div> | ||
+ | </div></div></div></div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | |||
+ | //Align headings | ||
+ | function alignHeadings(){ | ||
+ | var remainingWidth = $("div#topbar").width(); | ||
+ | var allheadings = $("ul#headings >li"); | ||
+ | allheadings.css("display", "block"); | ||
+ | $("ul#shortheadings >li").css("display", "none"); | ||
+ | allheadings.width(remainingWidth / (allheadings.length + 0.5)) | ||
+ | .css({"text-align":"center","line-height":"150%"}); | ||
+ | } | ||
+ | |||
+ | $(document).ready(alignHeadings); | ||
+ | $(window).resize(alignHeadings); | ||
+ | </script> | ||
+ | |||
+ | </html> | ||
+ | {{Template:Team:Waterloo/Footbar}} | ||
+ | {{Template:Team:Waterloo/JS/WaterlooTeam}} | ||
+ | {{Template:Team:Waterloo/JS/baseWiki}} |
Latest revision as of 02:33, 18 October 2014
Staphylocide
Delivery of an Antibiotic Resistance Gene Silencing Mechanism to a MRSA Population using Bacterial Conjugation
Problem
MRSA is sweeping the nation, an antibiotic-resistant scourge migrating from hospitals into communities. We need a hero to fight it and Waterloo iGEM has designed a synthetic bacterium that just might do the trick...
Solution
...Staphylocide! Staphylocide delivers antibiotic resistance gene silencing in vivo and could one day be incorporated into a treatment that would help doctors defeat MRSA once and for all.
Project Cornerstones
Explore the three cornerstones of this year's project: delivering the silencing in vivo using conjugation, silencing mecA expression using CRISPRi and sRNA and translating from the lab to the patients.