Difference between revisions of "Team:Northwestern/project"

(Created page with "<!DOCTYPE html> <html> <title>W3.CSS Template</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="...")
 
 
(201 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://www.w3schools.com/lib/w3-theme-black.css">
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
+
 
<style>
 
<style>
html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif}
+
p.big {
 +
    line-height: 1.8;
 +
}
 
</style>
 
</style>
 +
<style>
 +
.foo img:last-child{display:none}
 +
.foo:hover img:first-child{display:none}
 +
.foo:hover img:last-child{display:inline-block}
 +
}
 +
 +
/*h2 {
 +
padding: 0;
 +
font-weight: 200;*/
 +
}
 +
 +
h2 span {
 +
margin-left: 1em;
 +
color: #aaa;
 +
font-size: 54%;
 +
}
 +
</style>
 +
 +
 +
<style>
 +
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>
 +
 
<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 -->
+
<h3><center>What is the problem we are trying to solve?</h3></center>
<div class="w3-top">
+
</div>
  <div class="w3-bar w3-theme w3-top w3-left-align w3-large">
+
<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>
    <a class="w3-bar-item w3-button w3-right w3-hide-large w3-hover-white w3-large w3-theme-l1" href="javascript:void(0)" onclick="w3_open()"><i class="fa fa-bars"></i></a>
+
    <a href="#" class="w3-bar-item w3-button w3-theme-l1">Logo</a>
+
    <a href="#" class="w3-bar-item w3-button w3-hide-small w3-hover-white">About</a>
+
    <a href="#" class="w3-bar-item w3-button w3-hide-small w3-hover-white">Values</a>
+
    <a href="#" class="w3-bar-item w3-button w3-hide-small w3-hover-white">News</a>
+
    <a href="#" class="w3-bar-item w3-button w3-hide-small w3-hover-white">Contact</a>
+
    <a href="#" class="w3-bar-item w3-button w3-hide-small w3-hide-medium w3-hover-white">Clients</a>
+
    <a href="#" class="w3-bar-item w3-button w3-hide-small w3-hide-medium w3-hover-white">Partners</a>
+
  </div>
+
 
</div>
 
</div>
  
<!-- Sidebar -->
+
<div>
<nav class="w3-sidebar w3-bar-block w3-collapse w3-large w3-theme-l5 w3-animate-left" style="z-index:3;width:250px;margin-top:43px;" id="mySidebar">
+
<figure><center>
  <a href="javascript:void(0)" onclick="w3_close()" class="w3-right w3-xlarge w3-padding-large w3-hover-black w3-hide-large" title="Close Menu">
+
<img src="https://static.igem.org/mediawiki/2017/a/ac/T--Northwestern--antibiotics1.png" width="170px" border="0">
    <i class="fa fa-remove"></i>
+
<img src="https://static.igem.org/mediawiki/2017/f/fa/T--Northwestern--antibiotics3.png" width="170px" border="0">
  </a>
+
<img src="https://static.igem.org/mediawiki/2017/f/fd/T--Northwestern--antibiotics4.png" width="170px" border="0">
  <h4 class="w3-bar-item"><b>Menu</b></h4>
+
<img src="https://static.igem.org/mediawiki/2017/2/20/T--Northwestern--antibiotics5.png" width="170px" border="0">
  <a class="w3-bar-item w3-button w3-hover-black" href="#">Link</a>
+
</center></figure>
  <a class="w3-bar-item w3-button w3-hover-black" href="#">Link</a>
+
</div>
  <a class="w3-bar-item w3-button w3-hover-black" href="#">Link</a>
+
  <a class="w3-bar-item w3-button w3-hover-black" href="#">Link</a>
+
</nav>
+
  
<!-- Overlay effect when opening sidebar on small screens -->
 
<div class="w3-overlay w3-hide-large" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
 
  
<!-- Main content: shift it to the right by 250 pixels when the sidebar is visible -->
+
<div>
<div class="w3-main" style="margin-left:250px">
+
<h3><center>Our proposed solution</h3></center>
 +
<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>
 +
</div>
  
  <div class="w3-row w3-padding-64">
 
    <div class="w3-twothird w3-container">
 
      <h1 class="w3-text-teal">Heading</h1>
 
      <p>Lorem ipsum dolor sit amet, consectetur adipisicing 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. Lorem ipsum
 
        dolor sit amet, consectetur adipisicing 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 class="w3-third w3-container">
 
      <p class="w3-border w3-padding-large w3-padding-32 w3-center">AD</p>
 
      <p class="w3-border w3-padding-large w3-padding-64 w3-center">AD</p>
 
    </div>
 
  </div>
 
  
  <div class="w3-row">
 
    <div class="w3-twothird w3-container">
 
      <h1 class="w3-text-teal">Heading</h1>
 
      <p>Lorem ipsum dolor sit amet, consectetur adipisicing 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. Lorem ipsum
 
        dolor sit amet, consectetur adipisicing 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 class="w3-third w3-container">
 
      <p class="w3-border w3-padding-large w3-padding-32 w3-center">AD</p>
 
      <p class="w3-border w3-padding-large w3-padding-64 w3-center">AD</p>
 
    </div>
 
  </div>
 
  
  <div class="w3-row w3-padding-64">
+
<div>
    <div class="w3-twothird w3-container">
+
<h3><center>Cas9 delivery</h3></center>
      <h1 class="w3-text-teal">Heading</h1>
+
<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>
      <p>Lorem ipsum dolor sit amet, consectetur adipisicing 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. Lorem ipsum
+
</div>
        dolor sit amet, consectetur adipisicing 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 class="w3-third w3-container">
+
      <p class="w3-border w3-padding-large w3-padding-32 w3-center">AD</p>
+
      <p class="w3-border w3-padding-large w3-padding-64 w3-center">AD</p>
+
    </div>
+
  </div>
+
  
  <!-- Pagination -->
+
<div>
  <div class="w3-center w3-padding-32">
+
<figure><center>  
    <div class="w3-bar">
+
<img src="https://static.igem.org/mediawiki/2017/4/4f/T--Northwestern--OMVs2.png" width="300px" border="0">
      <a class="w3-button w3-black" href="#">1</a>
+
</center></figure>
      <a class="w3-button w3-hover-black" href="#">2</a>
+
</div>
      <a class="w3-button w3-hover-black" href="#">3</a>
+
      <a class="w3-button w3-hover-black" href="#">4</a>
+
      <a class="w3-button w3-hover-black" href="#">5</a>
+
      <a class="w3-button w3-hover-black" href="#">»</a>
+
    </div>
+
  </div>
+
  
  <footer id="myFooter">
 
    <div class="w3-container w3-theme-l2 w3-padding-32">
 
      <h4>Footer</h4>
 
    </div>
 
  
    <div class="w3-container w3-theme-l1">
+
<div>
      <p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a></p>
+
<h3><center>What are OMVs</h3></center>
    </div>
+
<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>
  </footer>
+
</div>
 +
 
  
<!-- END MAIN -->
+
<div>
 +
<figure><center>
 +
<img src="https://static.igem.org/mediawiki/2017/5/5f/T--Northwestern--OMVs.png" width="400px" border="0">
 +
</center></figure>
 
</div>
 
</div>
  
<script>
+
<div>
// Get the Sidebar
+
<h3><center>References</h3></center>
var mySidebar = document.getElementById("mySidebar");
+
</div>
  
// Get the DIV with overlay effect
 
var overlayBg = document.getElementById("myOverlay");
 
  
// Toggle between showing and hiding the sidebar, and add overlay effect
+
<div>
function w3_open() {
+
<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>
    if (mySidebar.style.display === 'block') {
+
</div>
        mySidebar.style.display = 'none';
+
        overlayBg.style.display = "none";
+
    } else {
+
        mySidebar.style.display = 'block';
+
        overlayBg.style.display = "block";
+
    }
+
}
+
  
// Close the sidebar with the close button
+
<div>
function w3_close() {
+
<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>
    mySidebar.style.display = "none";
+
</div>
    overlayBg.style.display = "none";
+
 
}
+
<div>
</script>
+
<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>
 +
</div>
  
 
</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