Difference between revisions of "Team:Northwestern/project"

 
(200 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<!DOCTYPE html>
+
{{Northwestern_Page_Head_temp}}
 +
{{Navbar_temp}}
 +
 
 
<html>
 
<html>
<title>W3.CSS Template</title>
+
<head>  
<meta charset="UTF-8">
+
<meta name="viewport" content="width=device-width, initial-scale=1">
+
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
+
 
<style>
 
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
+
p.big {
body, html {
+
    height: 100%;
+
    color: #777;
+
 
     line-height: 1.8;
 
     line-height: 1.8;
 
}
 
}
 
+
</style>
/* Create a Parallax Effect */
+
<style>
.bgimg-1, .bgimg-2, .bgimg-3 {
+
.foo img:last-child{display:none}
    background-attachment: fixed;
+
.foo:hover img:first-child{display:none}
    background-position: center;
+
.foo:hover img:last-child{display:inline-block}
    background-repeat: no-repeat;
+
    background-size: cover;
+
 
}
 
}
  
/* First image (Logo. Full height) */
+
/*h2 {
.bgimg-1 {
+
padding: 0;
    background-image: url('/w3images/parallax1.jpg');
+
font-weight: 200;*/
    min-height: 100%;
+
 
}
 
}
  
/* Second image (Portfolio) */
+
h2 span {
.bgimg-2 {
+
margin-left: 1em;
    background-image: url("/w3images/parallax2.jpg");
+
color: #aaa;
    min-height: 400px;
+
font-size: 54%;
 
}
 
}
 +
</style>
  
/* Third image (Contact) */
 
.bgimg-3 {
 
    background-image: url("/w3images/parallax3.jpg");
 
    min-height: 400px;
 
}
 
  
.w3-wide {letter-spacing: 10px;}
+
<style>
.w3-hover-opacity {cursor: pointer;}
+
p {padding-top: 0px; padding-right: 250px; padding-bottom: 10px; padding-left: 250px;}
 +
p{ background-color: #f7f3ed;}
 +
button{border: 0; background-color: #f7f3ed;}
 +
figure {background-color: #f7f3ed;}
 +
figure {padding-top: 0px; padding-right: 250px; padding-bottom: 10px; padding-left: 250px;}
 +
h2{margin: 0; background-color: #f7f3ed;}
 +
h3{margin: 0; background-color: #f7f3ed;}
 +
body{background-color: #f7f3ed;}
 +
</style>
 +
</head>
  
/* Turn off parallax scrolling for tablets and phones */
 
@media only screen and (max-device-width: 1024px) {
 
    .bgimg-1, .bgimg-2, .bgimg-3 {
 
        background-attachment: scroll;
 
    }
 
}
 
</style>
 
 
<body>
 
<body>
 +
<div>
 +
<figure>
 +
<br><br><br>
 +
<center><img src="https://static.igem.org/mediawiki/2017/3/3b/T--Northwestern--description1.png" width="400px" border="0">
 +
</center></figure>
  
<!-- Navbar (sit on top) -->
+
<h3><center>What is the problem we are trying to solve?</h3></center>
<div class="w3-top">
+
  <div class="w3-bar" id="myNavbar">
+
    <a class="w3-bar-item w3-button w3-hover-black w3-hide-medium w3-hide-large w3-right" href="javascript:void(0);" onclick="toggleFunction()" title="Toggle Navigation Menu">
+
      <i class="fa fa-bars"></i>
+
    </a>
+
    <a href="#home" class="w3-bar-item w3-button">HOME</a>
+
    <a href="#about" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-user"></i> ABOUT</a>
+
    <a href="#portfolio" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-th"></i> PORTFOLIO</a>
+
    <a href="#contact" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-envelope"></i> CONTACT</a>
+
    <a href="#" class="w3-bar-item w3-button w3-hide-small w3-right w3-hover-red">
+
      <i class="fa fa-search"></i>
+
    </a>
+
  </div>
+
 
+
  <!-- Navbar on small screens -->
+
  <div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium">
+
    <a href="#about" class="w3-bar-item w3-button" onclick="toggleFunction()">ABOUT</a>
+
    <a href="#portfolio" class="w3-bar-item w3-button" onclick="toggleFunction()">PORTFOLIO</a>
+
    <a href="#contact" class="w3-bar-item w3-button" onclick="toggleFunction()">CONTACT</a>
+
    <a href="#" class="w3-bar-item w3-button">SEARCH</a>
+
  </div>
+
 
</div>
 
</div>
 
+
<p style="padding-top:2%; padding-right: 15%; padding-left:15%; font-size:14px;" class="big"> <br>Antibiotics are among the most frequently administered drugs in human medicine. However, overprescription and failure to complete the prescribed course have contributed to <b>microbes becoming resistant.</b> In 2014, the World Health Organization classified antibiotic resistance as a global epidemic, highlighting the need for a solution. Inactivating resistance genes via Cas9 nuclease-mediated cleavage has been shown to be an effective means of combating this epidemic; however, methods of in vivo delivery are currently limited.<font></p>
<!-- First Parallax Image with Logo Text -->
+
<div class="bgimg-1 w3-display-container w3-opacity-min" id="home">
+
  <div class="w3-display-middle" style="white-space:nowrap;">
+
    <span class="w3-center w3-padding-large w3-black w3-xlarge w3-wide w3-animate-opacity">MY <span class="w3-hide-small">WEBSITE</span> LOGO</span>
+
  </div>
+
 
</div>
 
</div>
  
<!-- Container (About Section) -->
+
<div>
<div class="w3-content w3-container w3-padding-64" id="about">
+
<figure><center>  
  <h3 class="w3-center">ABOUT ME</h3>
+
<img src="https://static.igem.org/mediawiki/2017/a/ac/T--Northwestern--antibiotics1.png" width="170px" border="0">
  <p class="w3-center"><em>I love photography</em></p>
+
<img src="https://static.igem.org/mediawiki/2017/f/fa/T--Northwestern--antibiotics3.png" width="170px" border="0">
  <p>We have created a fictional "personal" website/blog, and our fictional character is a hobby photographer. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+
<img src="https://static.igem.org/mediawiki/2017/f/fd/T--Northwestern--antibiotics4.png" width="170px" border="0">
    quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa
+
<img src="https://static.igem.org/mediawiki/2017/2/20/T--Northwestern--antibiotics5.png" width="170px" border="0">
    qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
+
</center></figure>
  <div class="w3-row">
+
    <div class="w3-col m6 w3-center w3-padding-large">
+
      <p><b><i class="fa fa-user w3-margin-right"></i>My Name</b></p><br>
+
      <img src="/w3images/avatar_hat.jpg" class="w3-round w3-image w3-opacity w3-hover-opacity-off" alt="Photo of Me" width="500" height="333">
+
    </div>
+
 
+
    <!-- Hide this text on small devices -->
+
    <div class="w3-col m6 w3-hide-small w3-padding-large">
+
      <p>Welcome to my website. I am lorem ipsum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure
+
        dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor
+
        incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
+
    </div>
+
  </div>
+
  <p class="w3-large w3-center w3-padding-16">Im really good at:</p>
+
  <p class="w3-wide"><i class="fa fa-camera"></i>Photography</p>
+
  <div class="w3-light-grey">
+
    <div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:90%">90%</div>
+
  </div>
+
  <p class="w3-wide"><i class="fa fa-laptop"></i>Web Design</p>
+
  <div class="w3-light-grey">
+
    <div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:85%">85%</div>
+
  </div>
+
  <p class="w3-wide"><i class="fa fa-photo"></i>Photoshop</p>
+
  <div class="w3-light-grey">
+
    <div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:75%">75%</div>
+
  </div>
+
 
</div>
 
</div>
  
<div class="w3-row w3-center w3-dark-grey w3-padding-16">
 
  <div class="w3-quarter w3-section">
 
    <span class="w3-xlarge">14+</span><br>
 
    Partners
 
  </div>
 
  <div class="w3-quarter w3-section">
 
    <span class="w3-xlarge">55+</span><br>
 
    Projects Done
 
  </div>
 
  <div class="w3-quarter w3-section">
 
    <span class="w3-xlarge">89+</span><br>
 
    Happy Clients
 
  </div>
 
  <div class="w3-quarter w3-section">
 
    <span class="w3-xlarge">150+</span><br>
 
    Meetings
 
  </div>
 
</div>
 
  
<!-- Second Parallax Image with Portfolio Text -->
+
<div>
<div class="bgimg-2 w3-display-container w3-opacity-min">
+
<h3><center>Our proposed solution</h3></center>
  <div class="w3-display-middle">
+
<p style="padding-top:2%; padding-right: 15%; padding-left:15%; font-size:14px;" class="big"> Cas9, when bound to guide RNA, results in a versatile gene editing tool that gives rise to a wide range of potential applications. Through non-homologous end joining of the double stranded break, bases are added and subtracted knocking out the gene of interest. Scientists hope to use this system to battle infectious diseases and treat multi-drug resistant microorganisms.<a href="http://onlinelibrary.wiley.com/doi/10.1111/cmi.12693/full"><sup>(1)</sup></a> Despite the promise behind CRISPR-Cas9, the shift from its use as a research tool to a therapeutic device poses many challenges such as undesirable host immune responses and cleavage in unwanted locations due to low system specificity. Our team is researching the use of <b>Outer Membrane Vesicles (OMVs) as a Cas9 delivery system</b>. We hypothesize that the successful packaging and delivery of Cas9, when combined with a specific guide RNA that defines the genomic target, could be used in a therapeutic setting to combat antibiotic resistance.<font></p>
    <span class="w3-xxlarge w3-text-white w3-wide">PORTFOLIO</span>
+
  </div>
+
 
</div>
 
</div>
  
<!-- Container (Portfolio Section) -->
 
<div class="w3-content w3-container w3-padding-64" id="portfolio">
 
  <h3 class="w3-center">MY WORK</h3>
 
  <p class="w3-center"><em>Here are some of my latest lorem work ipsum tipsum.<br> Click on the images to make them bigger</em></p><br>
 
  
  <!-- Responsive Grid. Four columns on tablets, laptops and desktops. Will stack on mobile devices/small screens (100% width) -->
 
  <div class="w3-row-padding w3-center">
 
    <div class="w3-col m3">
 
      <img src="/w3images/p1.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="The mist over the mountains">
 
    </div>
 
  
    <div class="w3-col m3">
+
<div>
      <img src="/w3images/p2.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Coffee beans">
+
<h3><center>Cas9 delivery</h3></center>
    </div>
+
<p style="padding-top:2%; padding-right: 15%; padding-left:15%; font-size:14px;" class="big"> Typical methods for delivery of Cas9 into cell cultures include electroporation, nucleofection, and lipofectamine-mediated transfection.<a href="http://online.liebertpub.com/doi/abs/10.1089/hum.2015.069"><sup>(2)</sup></a> However, these methods work exclusively for in vitro delivery of Cas9, and not in vivo. Thus, an alternative delivery system to transport this protein to target cells is needed. Two common in vivo methods for Cas9 delivery are viral vectors and hydrodynamic injection. The latter of these two approaches resulted in both liver and cardiovascular damage to mice, and therefore does not seem viable for humans. Alternatively, bacteriophages have been effectively used for the delivery and expression of genes, but fall short in their size limitation and their potential to harm the host’s immune system. Thus, we believe that a non-viral approach is optimal and have selected OMVs as the <b>simplest, most viable option for delivery of Cas9 as well as the guide RNA.</b><font></p>
 +
</div>
  
    <div class="w3-col m3">
+
<div>
      <img src="/w3images/p3.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Bear closeup">
+
<figure><center>
    </div>
+
<img src="https://static.igem.org/mediawiki/2017/4/4f/T--Northwestern--OMVs2.png" width="300px" border="0">
 +
</center></figure>
 +
</div>
  
    <div class="w3-col m3">
 
      <img src="/w3images/p4.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Quiet ocean">
 
    </div>
 
  </div>
 
  
  <div class="w3-row-padding w3-center w3-section">
+
<div>
    <div class="w3-col m3">
+
<h3><center>What are OMVs</h3></center>
      <img src="/w3images/p5.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="The mist">
+
<p style="padding-top:2%; padding-right: 15%; padding-left:15%; font-size:14px;" class="big"> Outer Membrane Vesicles, or OMVs, are spheroid structures whose lipid barrier resembles that of the outer membrane of Gram-negative bacteria and internal composition shows a high degree of similarity with the bacterial periplasm. OMVs pinch off from the outer cell membrane and move independently from the host cell, allowing them to serve numerous functions such as the removal of toxic compounds and regulation of bacterial colonies by facilitating cell-cell communication. <a href="https://www.ncbi.nlm.nih.gov/pubmed/26373371"><sup>(3)</sup></a> Because OMVs are innately produced by bacteria, they are excellent candidates for non-viral lipid-based delivery systems.<font></p>
    </div>
+
</div>
  
    <div class="w3-col m3">
 
      <img src="/w3images/p6.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="My beloved typewriter">
 
    </div>
 
  
    <div class="w3-col m3">
+
<div>
      <img src="/w3images/p7.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Empty ghost train">
+
<figure><center>
    </div>
+
<img src="https://static.igem.org/mediawiki/2017/5/5f/T--Northwestern--OMVs.png" width="400px" border="0">
 +
</center></figure>
 +
</div>
  
    <div class="w3-col m3">
+
<div>
      <img src="/w3images/p8.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Sailing">
+
<h3><center>References</h3></center>
    </div>
+
    <button class="w3-button w3-padding-large w3-light-grey" style="margin-top:64px">LOAD MORE</button>
+
  </div>
+
 
</div>
 
</div>
  
<!-- Modal for full size images on click-->
+
 
<div id="modal01" class="w3-modal w3-black" onclick="this.style.display='none'">
+
<div>
  <span class="w3-button w3-large w3-black w3-display-topright" title="Close Modal Image"><i class="fa fa-remove"></i></span>
+
<p style="padding-top:2%; padding-right: 15%; padding-left:15%; font-size:14px;" class="big"> <br><a href="http://onlinelibrary.wiley.com/doi/10.1111/cmi.12693/full"><sup>(1)</sup></a>       Doerflinger, M., Forsyth, W., Ebert, G., Pellegrini, M., & Herold, M. (2016). CRISPR/Cas9-The ultimate weapon to battle infectious diseases? Cellular Microbiology, 19(2). doi:10.1111/cmi.12693</font></p>
  <div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64">
+
    <img id="img01" class="w3-image">
+
    <p id="caption" class="w3-opacity w3-large"></p>
+
  </div>
+
 
</div>
 
</div>
  
<!-- Third Parallax Image with Portfolio Text -->
+
<div>
<div class="bgimg-3 w3-display-container w3-opacity-min">
+
<p style="padding-top:2%; padding-right: 15%; padding-left:15%; font-size:14px;" class="big"> <a href="http://online.liebertpub.com/doi/abs/10.1089/hum.2015.069"><sup>(2)</sup></a>      Schwechheimer, C., & Kuehn, M. J. (2015). Outer-membrane vesicles from Gram-negative bacteria: biogenesis and functions. Nature Reviews Microbiology,13(10), 605-619. doi:10.1038/nrmicro3525</p>
  <div class="w3-display-middle">
+
    <span class="w3-xxlarge w3-text-white w3-wide">CONTACT</span>
+
  </div>
+
 
</div>
 
</div>
  
<!-- Container (Contact Section) -->
+
<div>
<div class="w3-content w3-container w3-padding-64" id="contact">
+
<p style="padding-top:2%; padding-right: 15%; padding-left:15%; font-size:14px;" class="big"> <a href="https://www.ncbi.nlm.nih.gov/pubmed/26373371"><sup>(3)</sup></a>Berleman, J., & Auer, M. (2012). The role of bacterial outer membrane vesicles for intra- and interspecies delivery. Environmental Microbiology, 15(2), 347-354. doi:10.1111/1462-2920.1204</p>
  <h3 class="w3-center">WHERE I WORK</h3>
+
  <p class="w3-center"><em>I'd love your feedback!</em></p>
+
 
+
  <div class="w3-row w3-padding-32 w3-section">
+
    <div class="w3-col m4 w3-container">
+
      <!-- Add Google Maps -->
+
      <div id="googleMap" class="w3-round-large w3-greyscale" style="width:100%;height:400px;"></div>
+
    </div>
+
    <div class="w3-col m8 w3-panel">
+
      <div class="w3-large w3-margin-bottom">
+
        <i class="fa fa-map-marker fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Chicago, US<br>
+
        <i class="fa fa-phone fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Phone: +00 151515<br>
+
        <i class="fa fa-envelope fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Email: mail@mail.com<br>
+
      </div>
+
      <p>Swing by for a cup of <i class="fa fa-coffee"></i>, or leave me a note:</p>
+
      <form action="/action_page.php" target="_blank">
+
        <div class="w3-row-padding" style="margin:0 -16px 8px -16px">
+
          <div class="w3-half">
+
            <input class="w3-input w3-border" type="text" placeholder="Name" required name="Name">
+
          </div>
+
          <div class="w3-half">
+
            <input class="w3-input w3-border" type="text" placeholder="Email" required name="Email">
+
          </div>
+
        </div>
+
        <input class="w3-input w3-border" type="text" placeholder="Message" required name="Message">
+
        <button class="w3-button w3-black w3-right w3-section" type="submit">
+
          <i class="fa fa-paper-plane"></i> SEND MESSAGE
+
        </button>
+
      </form>
+
    </div>
+
  </div>
+
 
</div>
 
</div>
 
<!-- Footer -->
 
<footer class="w3-center w3-black w3-padding-64 w3-opacity w3-hover-opacity-off">
 
  <a href="#home" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
 
  <div class="w3-xlarge w3-section">
 
    <i class="fa fa-facebook-official w3-hover-opacity"></i>
 
    <i class="fa fa-instagram w3-hover-opacity"></i>
 
    <i class="fa fa-snapchat w3-hover-opacity"></i>
 
    <i class="fa fa-pinterest-p w3-hover-opacity"></i>
 
    <i class="fa fa-twitter w3-hover-opacity"></i>
 
    <i class="fa fa-linkedin w3-hover-opacity"></i>
 
  </div>
 
  <p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></p>
 
</footer>
 
 
<!-- Add Google Maps -->
 
<script>
 
function myMap()
 
{
 
  myCenter=new google.maps.LatLng(41.878114, -87.629798);
 
  var mapOptions= {
 
    center:myCenter,
 
    zoom:12, scrollwheel: false, draggable: false,
 
    mapTypeId:google.maps.MapTypeId.ROADMAP
 
  };
 
  var map=new google.maps.Map(document.getElementById("googleMap"),mapOptions);
 
 
  var marker = new google.maps.Marker({
 
    position: myCenter,
 
  });
 
  marker.setMap(map);
 
}
 
 
// Modal Image Gallery
 
function onClick(element) {
 
  document.getElementById("img01").src = element.src;
 
  document.getElementById("modal01").style.display = "block";
 
  var captionText = document.getElementById("caption");
 
  captionText.innerHTML = element.alt;
 
}
 
 
// Change style of navbar on scroll
 
window.onscroll = function() {myFunction()};
 
function myFunction() {
 
    var navbar = document.getElementById("myNavbar");
 
    if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
 
        navbar.className = "w3-bar" + " w3-card-2" + " w3-animate-top" + " w3-white";
 
    } else {
 
        navbar.className = navbar.className.replace(" w3-card-2 w3-animate-top w3-white", "");
 
    }
 
}
 
 
// Used to toggle the menu on small screens when clicking on the menu button
 
function toggleFunction() {
 
    var x = document.getElementById("navDemo");
 
    if (x.className.indexOf("w3-show") == -1) {
 
        x.className += " w3-show";
 
    } else {
 
        x.className = x.className.replace(" w3-show", "");
 
    }
 
}
 
</script>
 
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBu-916DdpKAjTmJNIgngS6HL_kDIKU0aU&callback=myMap"></script>
 
<!--
 
To use this code on your website, get a free API key from Google.
 
Read more at: https://www.w3schools.com/graphics/google_maps_basic.asp
 
-->
 
  
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 02:39, 2 November 2017

Northwestern Template Northwestern Template




What is the problem we are trying to solve?


Antibiotics are among the most frequently administered drugs in human medicine. However, overprescription and failure to complete the prescribed course have contributed to microbes becoming resistant. In 2014, the World Health Organization classified antibiotic resistance as a global epidemic, highlighting the need for a solution. Inactivating resistance genes via Cas9 nuclease-mediated cleavage has been shown to be an effective means of combating this epidemic; however, methods of in vivo delivery are currently limited.

Our proposed solution

Cas9, when bound to guide RNA, results in a versatile gene editing tool that gives rise to a wide range of potential applications. Through non-homologous end joining of the double stranded break, bases are added and subtracted knocking out the gene of interest. Scientists hope to use this system to battle infectious diseases and treat multi-drug resistant microorganisms.(1) Despite the promise behind CRISPR-Cas9, the shift from its use as a research tool to a therapeutic device poses many challenges such as undesirable host immune responses and cleavage in unwanted locations due to low system specificity. Our team is researching the use of Outer Membrane Vesicles (OMVs) as a Cas9 delivery system. We hypothesize that the successful packaging and delivery of Cas9, when combined with a specific guide RNA that defines the genomic target, could be used in a therapeutic setting to combat antibiotic resistance.

Cas9 delivery

Typical methods for delivery of Cas9 into cell cultures include electroporation, nucleofection, and lipofectamine-mediated transfection.(2) However, these methods work exclusively for in vitro delivery of Cas9, and not in vivo. Thus, an alternative delivery system to transport this protein to target cells is needed. Two common in vivo methods for Cas9 delivery are viral vectors and hydrodynamic injection. The latter of these two approaches resulted in both liver and cardiovascular damage to mice, and therefore does not seem viable for humans. Alternatively, bacteriophages have been effectively used for the delivery and expression of genes, but fall short in their size limitation and their potential to harm the host’s immune system. Thus, we believe that a non-viral approach is optimal and have selected OMVs as the simplest, most viable option for delivery of Cas9 as well as the guide RNA.

What are OMVs

Outer Membrane Vesicles, or OMVs, are spheroid structures whose lipid barrier resembles that of the outer membrane of Gram-negative bacteria and internal composition shows a high degree of similarity with the bacterial periplasm. OMVs pinch off from the outer cell membrane and move independently from the host cell, allowing them to serve numerous functions such as the removal of toxic compounds and regulation of bacterial colonies by facilitating cell-cell communication. (3) Because OMVs are innately produced by bacteria, they are excellent candidates for non-viral lipid-based delivery systems.

References


(1) Doerflinger, M., Forsyth, W., Ebert, G., Pellegrini, M., & Herold, M. (2016). CRISPR/Cas9-The ultimate weapon to battle infectious diseases? Cellular Microbiology, 19(2). doi:10.1111/cmi.12693

(2) Schwechheimer, C., & Kuehn, M. J. (2015). Outer-membrane vesicles from Gram-negative bacteria: biogenesis and functions. Nature Reviews Microbiology,13(10), 605-619. doi:10.1038/nrmicro3525

(3)Berleman, J., & Auer, M. (2012). The role of bacterial outer membrane vesicles for intra- and interspecies delivery. Environmental Microbiology, 15(2), 347-354. doi:10.1111/1462-2920.1204