Team:UCSF/Project/Background1

From 2013.igem.org

(Difference between revisions)
 
(26 intermediate revisions not shown)
Line 199: Line 199:
font-family: Georgia, Serif;
font-family: Georgia, Serif;
}
}
-
#sidebar{
 
-
position: absolute;
 
-
width: 200px;
 
-
z-index: 0;
 
-
}
 
-
/*
 
-
#sidebarimg{
 
-
width: 214px;
 
-
height: 144px;
 
-
background: #ffffff;
 
-
margin: 5px 0px;
 
-
border: 3px solid #ffffff;
 
-
}
 
-
*/
 
-
 
-
#sidebar #list{
 
-
background: #ffffff;
 
-
}
 
-
#sidebar h2{
 
-
color: #008000;
 
-
padding: 20px 15px 0px 15px;
 
-
font-size: 2.0em;
 
-
}
 
-
#sidebar ul{
 
-
list-style: none;
 
-
margin: 0px 15px;
 
-
}
 
-
#sidebar #list > ul{
 
-
padding-bottom: 20px;
 
-
}
 
-
#sidebar a{
 
-
color: #008000;
 
-
font-family: Calibri, Sans-Serif;
 
-
font-size: 1.2em;
 
-
display: block;
 
-
line-height: 1.2em;
 
-
}
 
-
#sidebar a:hover{
 
-
text-decoration: none;
 
-
color: #009E99;
 
-
}
 
#box1{
#box1{
width: 750px;
width: 750px;
Line 266: Line 225:
<!-------------------------------------------------------------------------->
<!-------------------------------------------------------------------------->
-
<!----{{Template:12SJTU_theme_css}}---->
 
-
<style type="text/css">
 
-
table.head /*Important!*/
 
-
{
 
-
height: 200px;
 
-
width: 1012px;
 
-
z-index:999;
 
-
display: block;
 
-
box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
 
-
-webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
 
-
-moz-box-shadow: 0px 0px 16px rgba(0,0,0,0.4);
 
-
}
 
-
table.mainouter /*Important*/
 
-
{
 
-
width:1012px !important;
 
-
position:relative;
 
-
box-shadow: 0px 10px 16px rgba(0,0,0,0.4);
 
-
-webkit-box-shadow: 0px 10px 16px rgba(0,0,0,0.4);
 
-
-moz-box-shadow: 0px 10px 16px rgba(0,0,0,0.4);
 
-
border-collapse:separate;
 
-
}
 
-
td.bottom /*Important*/
 
-
{
 
-
border-right: medium none;
 
-
border-top: medium none;
 
-
border-left: medium none;
 
-
border-bottom: medium none
 
-
}
 
-
</style>
 
-
<!----End {{Template:12SJTU_theme_css}}---->
 
-
 
<!----{{Template:12SJTU_js}}---->
<!----{{Template:12SJTU_js}}---->
<script type="text/javascript" >
<script type="text/javascript" >
Line 329: Line 257:
                 var states = match[1].split("");
                 var states = match[1].split("");
                 for (var i = 0; i < states.length; i++)
                 for (var i = 0; i < states.length; i++)
-
                     this.submenus[i].className = (states[i] == 0 ? "collapsed" : "");
+
                     this.submenus[i].className = (states[i] == 0 ? "collapsed" : "");           }
-
                    this.submenus[i].className = (states[i] == 0 ? "collapsed_ab" : "");
+
-
            }
+
         }
         }
     };
     };
Line 379: Line 305:
                 submenu.style.height = "";
                 submenu.style.height = "";
                 submenu.className = "collapsed";
                 submenu.className = "collapsed";
-
                submenu.className = "collapsed_ab";
 
                 mainInstance.memorize();
                 mainInstance.memorize();
             }
             }
Line 419: Line 344:
             for (var i = 0; i < this.submenus.length; i++)
             for (var i = 0; i < this.submenus.length; i++)
                 states.push(this.submenus[i].className == "collapsed" ? 0 : 1);
                 states.push(this.submenus[i].className == "collapsed" ? 0 : 1);
-
                states.push(this.submenus[i].className == "collapsed_ab" ? 0 : 1);
 
             var d = new Date();
             var d = new Date();
             d.setTime(d.getTime() + (30 * 24 * 60 * 60 * 1000));
             d.setTime(d.getTime() + (30 * 24 * 60 * 60 * 1000));
Line 431: Line 355:
<style type="text/css">
<style type="text/css">
div.sdmenu {
div.sdmenu {
-
font-family: Arial, sans-serif;
+
font-family: Myriad Pro, Gill Sans MT, Trebuchet MS, Arial, Sans-Serif;
-
padding-bottom: 10px;
+
        font-size: 1.2em;
 +
padding-bottom: 5px;
color: #fff;
color: #fff;
}
}
div.sdmenu div {
div.sdmenu div {
-
background-color: #CD7D1F;
+
background-color: #6BAFAB;
overflow: hidden;
overflow: hidden;
}
}
div.sdmenu div.collapsed {
div.sdmenu div.collapsed {
-
height: 30px;
+
height: 30px;}
-
}
+
-
 
+
-
div.sdmenu div.collapsed_ab {
+
-
height: 60px;
+
-
}
+
-
 
+
div.sdmenu div span {
div.sdmenu div span {
display: block;
display: block;
padding: 6px 25px;
padding: 6px 25px;
-
width: 130px;
+
width: 150px;
font-weight: bold;
font-weight: bold;
color: white;
color: white;
Line 460: Line 379:
}
}
div.sdmenu div:hover{
div.sdmenu div:hover{
-
background-color: #f79a2d;
+
background-color: #51C9C9;
}
}
div.sdmenu div.collapsed span {
div.sdmenu div.collapsed span {
-
background-image: url(/wiki/images/2/20/12SJTU_floatnav_collapsed.gif);
 
-
}
 
-
div.sdmenu div.collapsed_ab span {
 
background-image: url(/wiki/images/2/20/12SJTU_floatnav_collapsed.gif);
background-image: url(/wiki/images/2/20/12SJTU_floatnav_collapsed.gif);
}
}
div.sdmenu div a {
div.sdmenu div a {
padding: 5px 10px;
padding: 5px 10px;
-
background: #eee;
+
background: #DDE7E2;
display: block;
display: block;
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #ddd;
-
color: #014d67;
+
color: #3F7572;
}
}
div.sdmenu div a.current {
div.sdmenu div a.current {
-
background : #ccc;
+
background : #B7CDC2;
}
}
div.sdmenu div a:hover {
div.sdmenu div a:hover {
-
background : #014d67 url(/wiki/images/2/2d/12SJTU_floatnav_linkarrow.gif) no-repeat right center;
+
background : #31A29F url(/wiki/images/2/2d/12SJTU_floatnav_linkarrow.gif) no-repeat right center;
color: #fff;
color: #fff;
text-decoration: none;
text-decoration: none;
Line 512: Line 428:
<body>
<body>
-
<div class="floatbox" id="12SJTU_floatnav" style="top:220px; left:2px;">
+
<div class="floatbox" id="12SJTU_floatnav" style="top:200px; left:2px;">
-
<table border="0" width="190" cellspacing="0" cellpadding="0">
+
<table border="0" width="150" cellspacing="0" cellpadding="0">
  <tr>
  <tr>
<td width="100%">
<td width="100%">
Line 540: Line 456:
       <div class="collapsed">
       <div class="collapsed">
         <span>CRISPRi Circuit</span>
         <span>CRISPRi Circuit</span>
-
         <a href="/Team:UCSF/Project/Circuit/Data">Design">Design</a>
+
         <a href="/Team:UCSF/Project/Circuit/Design">Design</a>
         <a href="/Team:UCSF/Project/Circuit/Data">Data</a>
         <a href="/Team:UCSF/Project/Circuit/Data">Data</a>
       </div>
       </div>
-
    </div>
+
       <div class="collapsed">
-
       <div class="collapsed_ab">
+
         <span>CRISPRi Conjugation</span>         
         <span>CRISPRi Conjugation</span>         
         <a href="/Team:UCSF/Project/Conjugation/Design">Design</a>
         <a href="/Team:UCSF/Project/Conjugation/Design">Design</a>
         <a href="/Team:UCSF/Project/Conjugation/Data">Data</a>
         <a href="/Team:UCSF/Project/Conjugation/Data">Data</a>
       </div>
       </div>
 +
</div>
        
        
<!--End {{Template:12SJTU_nav_project}}-->
<!--End {{Template:12SJTU_nav_project}}-->

Latest revision as of 21:47, 27 October 2013

Operation CRISPR: Deploying precision guided tools to target unique species in a complex microbiome

Rarely in nature do bacterial strains exist in isolation; they form complex microbial communities that interact with various organisms. We ourselves contain a major microbial community in our digestive tract that has shown to directly affect our health and well-being. As shown on the left, to improve and maintain healthly living it would be useful to have the ability to change the microbial community. For example, if a large of amount of a certain sugar was present in your gut ("signal #1") you might want to slow the growth of a certain bacterial populations . In another scenario ("signal #2") it might be useful to increase the growth of other specific bacteria in your gut. But targeting precise bacterial community strains and controlling their growth, activity, and outputs is difficult and requires many new tools.
At the beginning of this summer, we asked ourselves a question: “What could we introduce to a microbiome which would allow targeting and eventual gene expression changes in a specific bacteria?” The difficulty faced with this situation is in
  1. Introduce a targeting system into a defined mixture of bacteria such that you can select and introduce manipulations without negatively affecting other bacteria.
  2. Creating easy to transfer pathways or circuits that can produce a multitude of outcomes (killing, repressing, upregulating)
1. Introducing CRISPRi to a bacterial community: To selectively target and eliminate harmful bacteria, we are utilizing the CRISPRi system, a tool repurposed from a natural adaptive immunity system in bacteria (see diagram below). This tool is comprised of a catalytically dead Cas9 (dCas9) protein that complexes with guide RNAs (gRNA) complementary to the target bacteria’s DNA sequence. This complex binds to DNA complementary to the gRNA and prevents transcription, therefore repressing gene expression.