Difference between revisions of "Team:MIT/Description"

(Prototype team page)
 
Line 1: Line 1:
{{MIT}}
 
 
<html>
 
<html>
 +
<head>
 +
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
 +
    <meta name="viewport" content="width=device-width, initial-scale=1">
 +
    <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
 +
    <link href="https://fonts.googleapis.com/css?family=Dosis|Raleway" rel="stylesheet">
 +
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 +
   
 +
    <style type="text/css">
 +
          #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, #sideMenu, #menubar, .logo_2017, .printfooter, .firstHeading,.visualClear {
 +
              display: none;
 +
          } /*-- hides default wiki settings --*/
  
 +
          #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
              border: 0 none;
 +
              height: 3vw;
 +
              z-index: 100;
 +
              top: 0;
 +
              position: fixed;
 +
              width: 975px;
 +
              left: 50%;
 +
              margin-left: -487px;
 +
          }
  
 +
          #top_title, #top {
 +
              display: none;
 +
              z-index: -1000;
 +
          }
  
<div class="column full_size">
+
          .logo_2018 {
<h1>Description</h1>
+
              display: none;
 +
              z-index: -1000;
 +
          }
  
<p>Tell us about your project, describe what moves you and why this is something important for your team.</p>
+
          #globalWrapper, #content { /*-- changes default wiki settings --*/
 +
              width: 100%;
 +
              height: 100%;
 +
              border: none;
 +
              background-color: black;
 +
              margin: 0px;
 +
              padding: 0px;
 +
              letter-spacing: normal;
 +
             
 +
              font-weight: light;
 +
          }
  
</div>
+
          html, body, .wrapper { /*-- changes default wiki settings --*/
 +
              width: 100%;
 +
              height: 100%;
 +
              background-color: black;
 +
          }
  
 +
.menu {
 +
        list-style-type: none;
 +
        margin: 0vw;
 +
        padding: .3vw;
 +
        /*overflow: hidden;*/
 +
        background-color: #333;
 +
        position: fixed;
 +
        width: 100%;
 +
        height: 4.5vw;
 +
        -webkit-box-shadow: 0 8px 6px -6px #2c2c2c;
 +
        -moz-box-shadow: 0 8px 6px -6px #2c2c2c;
 +
        box-shadow: 0 8px 6px -6px #2c2c2c;
 +
        top: 1.1vw;
 +
        z-index: 20;
 +
    }
  
 +
    .sub {
 +
        font-family: 'Dosis', sans-serif;;
 +
        font-size: 1.5vw;
 +
float: left;
 +
height: 4.5vw;
 +
       
 +
    }
  
<div class="column two_thirds_size">
+
    .sub a {
<h3>What should this page contain?</h3>
+
        display: block;
<ul>
+
        color: white;
<li> A clear and concise description of your project.</li>
+
        text-align: center;
<li>A detailed explanation of why your team chose to work on this particular project.</li>
+
        padding: 1vw 1.5vw;
<li>References and sources to document your research.</li>
+
        text-decoration: none;
<li>Use illustrations and other visual resources to explain your project.</li>
+
    }
</ul>
+
</div>
+
  
<div class="column third_size" >
+
    .sub a:hover {
<div class="highlight decoration_A_full">
+
        background-color: #410081;
<h3>Inspiration</h3>
+
    }
<p>See how other teams have described and presented their projects: </p>
+
  
<ul>
+
    .active {
<li><a href="https://2016.igem.org/Team:Imperial_College/Description">2016 Imperial College</a></li>
+
        background-color: #9055ff;
<li><a href="https://2016.igem.org/Team:Wageningen_UR/Description">2016 Wageningen UR</a></li>
+
    }
<li><a href="https://2014.igem.org/Team:UC_Davis/Project_Overview"> 2014 UC Davis</a></li>
+
<li><a href="https://2014.igem.org/Team:SYSU-Software/Overview">2014 SYSU Software</a></li>
+
</ul>
+
</div>
+
</div>
+
  
 +
    .dropdown {
 +
        position: relative;
 +
        display: inline-block;
 +
    }
  
 +
    .dropdown-content {
 +
        font-family: 'Raleway', sans-serif;;
 +
        font-size: 1.2vw;
 +
        display: none;
 +
        position: absolute;
 +
        top: 4vw;
 +
        background-color: #2c2c2c;
 +
        min-width: 10vw;
 +
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 +
        z-index: 1;
 +
    }
  
 +
    .dropdown-content a {
 +
        color: white;
 +
        padding: .6vw .9vw;
 +
        text-decoration: none;
 +
        display: block;
 +
    }
  
<div class="column two_thirds_size" >
+
    .dropdown-content a:hover {background-color: #474747;}
<h3>Advice on writing your Project Description</h3>
+
  
<p>
+
    .dropdown:hover .dropdown-content {display: block;}
We encourage you to put up a lot of information and content on your wiki, but we also encourage you to include summaries as much as possible. If you think of the sections in your project description as the sections in a publication, you should try to be concise, accurate, and unambiguous in your achievements.  
+
body{
</p>
+
        margin:0;
 +
    }
  
</div>
+
    .bg{
 +
        position: absolute;
 +
    }
 +
.container:hover .overlay {
 +
        opacity: 1;
 +
    }
 +
    .container:hover .image{
 +
        opacity:.5;
 +
    }
  
<div class="column third_size">
+
    .h1{
<h3>References</h3>
+
        color: white;
<p>iGEM teams are encouraged to record references you use during the course of your research. They should be posted somewhere on your wiki so that judges and other visitors can see how you thought about your project and what works inspired you.</p>
+
        font-family: 'Dosis', sans-serif;;
 +
        font-size: 3.8vw;
 +
        position: absolute;
 +
        z-index: 5;
 +
    }
  
</div>
+
    p1{
 +
        color: white;
 +
        font-family: 'Raleway', sans-serif;;
 +
        font-size: 1.8vw;
 +
        position: absolute;
 +
        z-index: 8;
 +
        margin-right: 5vw;
 +
    }
  
 +
    p2{
 +
        color: white;
 +
        font-family: 'Raleway', sans-serif;;
 +
        font-size: 1.8vw;
 +
        position: absolute;
 +
        z-index: 8;
 +
        margin-right: none;
 +
    }
 +
    p3{
 +
        color: #410081 ;
 +
        font-family: 'Raleway', sans-serif;;
 +
        font-size: 1.6vw;
 +
        position: absolute;
 +
        z-index: 8;
 +
        margin-right: none;
 +
    }
 +
    .icon{}
 +
        .icon:hover{
 +
            width: 5vw;
  
 +
        }
 +
    .dropdown1 {
 +
        display: inline-block;
 +
        z-index: 6;
 +
    }
  
 +
    .dropdown-content1 {
 +
        display: none;
 +
        position: absolute;
 +
        width: 100%;
 +
        z-index: 6;
 +
    }
  
 +
    .dropdown:hover .dropdown-content {
 +
        display: block;
 +
    }
 +
    .icon2{}
 +
    .icon3{}
 +
    .icon4{}
 +
    .icon5{}
 +
    .icon2:hover{
 +
        width: 7.2vw;
 +
    }
 +
    .icon3:hover{
 +
        width: 4vw;
 +
    }
 +
    .icon4:hover{
 +
        width: 4.7vw;
 +
    }
 +
    .icon5:hover{
 +
        width: 25vw;
 +
    }
 +
    footer{
 +
        color: #410081 ;
 +
        font-family: 'Raleway', sans-serif;;
 +
        font-size: 1.2vw;
 +
        position: absolute;
 +
        z-index: 8;
 +
        position: absolute;
 +
        top: 298vw;
 +
        left: 2vw;
 +
        }
  
 +
    </style>
 +
 +
</head>
 +
 +
 +
 +
<body style="background-color: rgb(114,103,232)">
 +
 +
    <img class="bg" src="https://i.imgur.com/1hidNYz.png" style="width:100%;">
 +
 +
 +
<div class="menu">
 +
        <div class="sub"><a class="active" href="#home">Home</a></div>
 +
        <div class="dropdown">
 +
            <div class="sub"><a href="https://2018.igem.org/Team:MIT/Team">Team</a></div>
 +
            <div class="dropdown-content">
 +
                <a href="https://2018.igem.org/Team:MIT/Team">Team Members</a>
 +
                <a href="#">Collaborations</a>
 +
            </div>
 +
        </div>
 +
        <div class="dropdown">
 +
            <div class="sub"><a href="#project">Project</a></div>
 +
            <div class="dropdown-content">
 +
                <a href="#">Sensing</a>
 +
                <a href="#">Output</a>
 +
                <a href="#">Biofilm Assays</a>
 +
            </div>
 +
        </div>
 +
        <div class="dropdown">
 +
            <div class="sub"><a href="#project">Parts</a></div>
 +
            <div class="dropdown-content">
 +
                <a href="#">Basic Parts</a>
 +
                <a href="#">Composite Parts</a>
 +
            </div>
 +
        </div>
 +
        <div class="sub"><a href="#safety">Safety</a></div>
 +
        <div class="dropdown">
 +
            <div class="sub"><a href="#project">Human Practices</a></div>
 +
            <div class="dropdown-content">
 +
                <a href="#">Integrated Human Practices</a>
 +
                <a href="#">Public Engagement</a>
 +
            </div>
 +
        </div>
 +
        <div class="sub"><a href="#awards">Awards</a></div>
 +
    </div>
 +
 +
 +
    <div class="h1" style="position: absolute; top: 5vw; left: 40vw;">Background</divh1>
 +
    <p1 style="position: absolute; top: 13vw; left: 5vw;">
 +
        As a chronic but non-lethal condition, dental caries are often overlooked as a target for modern therapeutics, and the quality of
 +
        dental caries treatment has lagged behind that of more life-threatening diseases such as cancer. However, it is a well established
 +
        fact that oral health affects overall health--for example, severe cavities can lead to systemic illnesses such
 +
        as heart disease. Therefore, dental caries is still a prevalent and critical issue.
 +
        <p></p>
 +
        The process of cariogenesis is highly facilitated by the growth of dense, sticky biofilm on the surface of teeth. This bioflim
 +
    cuts off the bacteria's access to oxygen, thereby forcing them to revert to anaerobic respiration. Lactic acid is released as a
 +
    byproduct of bacterial respiration, and leads to demineralization of the enamel and cavity formation. </p1>
 +
    <h1 style="position: absolute; top: 59vw; left: 38vw;">Biofilm Formation</h1>
 +
    <p1 style="position: absolute; top: 67vw; left: 5vw; ">
 +
 +
 +
        In its natural, non-pathogenic state, <i>S. mutans</i> lives planktonically (free-floating).
 +
        The transition from the planktonic to biofilm state requires expression of virulence genes, which is coordinated via
 +
        quorum sensing: a mode of communication employed by many bacteria to coordinate gene expression
 +
        and synchronous behavior across a population or species. In the case of <i>S. mutans</i>, quorum sensing results in the expression of
 +
        genes coding for extracellular glucosyltransferase (GTF) enzymes. These enzymes synthesize adhesive glucans, which are used by
 +
        the bacteria to adhere both to each other and to the enamel of the tooth.
 +
        <p></p>
 +
        Most quorum-sensing systems involve small, diffusible peptides which are sent out as a signal by one bacteria and
 +
        received by another. The peptides are detected by a receptor on the membrane or in the cytoplasm of other bacteria, which then
 +
        initiate a signal transduction pathway that upregulates the quorum-sensing peptide, as well as other genes related to the coordinated
 +
        behavior of the population. Once enough of the signal has been received by the majority of the population, bacterial behavior
 +
        shifts to perform a synchronized activity.Biofilm formation is one of the synchronized behaviors initiated by quorum sensing.
 +
        During this process, <i>S. Mutans</i> create and perpetuate the Competence Stimulating Peptide (CSP), a small molecule that is used to
 +
        initiate the formation of dental plaque. The pathway through which the cells sense and respond to CSP is referred to the ComCDE pathway. </p1>
 +
 +
    <h1 style="color: #410081; position: absolute; top: 120vw; left: 48vw;">Quorum Sensing in <i>S. mutans</i> </h1>
 +
 +
    <div class="dropdown1">
 +
    <img class="icon" src="https://i.imgur.com/lCObuBL.png" style="position: absolute; top: 127vw; left: 14.5vw;">
 +
        <div class="dropdown-content1">
 +
        <p2 style="position: absolute; top: 130vw; left: 42vw;">Competence Stimulating Peptide (CSP)
 +
        <p></p>
 +
        Small peptide communication signal produced by <i>S. mutans</i> in quorum sensing.
 +
            <p> </p>
 +
 +
            THIS SECTION IS STILL IN PROGRESS! WAITING ON FORMAL TEXT FROM SENSING TEAM :)
 +
 +
        </p2>
 +
        </div>
 +
    </div>
 +
 +
    <div class="dropdown1">
 +
        <img class="icon2" src="https://i.imgur.com/QCDjdqU.png" style="position: absolute; top: 133vw; left: 13vw;">
 +
        <div class="dropdown-content1">
 +
            <p2 style="position: absolute; top: 130vw; left: 42vw;">ComD
 +
                <p></p>
 +
                ComD: Receptor of CSP
 +
            </p2>
 +
        </div>
 +
    </div>
 +
 +
    <div class="dropdown1">
 +
        <img class="icon3" src="https://i.imgur.com/gsdyHza.png" style="position: absolute; top: 149vw; left: 26vw;">
 +
        <div class="dropdown-content1">
 +
            <p2 style="position: absolute; top: 130vw; left: 42vw;">Phosphorylation
 +
                <p></p>
 +
                ComD phosphorylates the response regulator
 +
            </p2>
 +
        </div>
 +
    </div>
 +
 +
    <div class="dropdown1">
 +
        <img class="icon4" src="https://i.imgur.com/82MOpct.png" style="position: absolute; top: 152vw; left: 14.7vw;">
 +
        <div class="dropdown-content1">
 +
            <p2 style="position: absolute; top: 130vw; left: 42vw;">ComE
 +
                <p></p>
 +
                ComE: Response Regulator
 +
            </p2>
 +
        </div>
 +
    </div>
 +
 +
    <div class="dropdown1">
 +
        <img class="icon5" src="https://i.imgur.com/sWUEvMS.png" style="position: absolute; top: 166vw; left: 7vw;">
 +
        <div class="dropdown-content1">
 +
            <p2 style="position: absolute; top: 130vw; left: 42vw;">Genetic Response
 +
                <p></p>
 +
                Response regulator binds to and activates transcription of pro-biofilm genes
 +
            </p2>
 +
        </div>
 +
    </div>
 +
 +
    <p3 style="position: absolute; top: 174vw; left: 1vw;"><i>(hover over each element to learn about its role)</i></p3>
 +
 +
    <img src="https://i.imgur.com/X61EJIs.png" style="position: absolute; top: 183vw; left: 45vw; width:50vw; ">
 +
 +
    <h1 style="position: absolute; top: 180vw; left: 5vw;">Our Synthetic Circuit</h1>
 +
    <p1 style="position: absolute; top: 188vw; left: 5vw; margin-right: 58vw;">
 +
        Our goal is to port the ComCDE system into Human Embryonic Kidney (HEK) cells. This would allow our engineered cells
 +
        to sense the presence of CSP and therefore detect when biofilm formation is about to occur. ComD and ComE will be
 +
        expressed constitutively, while our three outputs (ScFv's P126 and P136, and Kappa casein) will be expressed under the ComE
 +
        promoter, which is activated by the ComE response regulator protein as described above.
 +
    </p1>
 +
 +
    <h1 style="position: absolute; top: 222vw; left: 5vw;">Outputs</h1>
 +
    <p1 style="position: absolute; top: 230vw; left: 5vw; margin-right: 5vw;">
 +
        Upon activation of our biofilm-sensing system, our cells will output proteins that have been shown to
 +
        reduce the biofilm-forming capabilities of <i>S. mutans</i>.
 +
    </p1>
 +
 +
    <p1 style="position: absolute; top: 255vw; left: 5vw; margin-right: 5vw;">
 +
        Our first protein is kappa casein, a protein derived from bovine milk. It interferes with the adhesive power of the
 +
        glucans post synthesis through a combination of hydrophilicity and negative charge (Vacca-Smith, 1994).
 +
    </p1>
 +
 +
    <p1 style="position: absolute; top: 280vw; left: 5vw; margin-right: 5vw;">
 +
        Our second option is using Single Chain Variable Fragments (ScFv's), which are comprised of the variable fragments of
 +
        monoclonal antibodies joined by a short peptide linker. Our two ScFv's, P126 and P136, bind to the N and C termini of the
 +
        glucosyltransferases, preventing the production of glucans. (Fukushima, 1992)
 +
    </p1>
 +
 +
<footer>
 +
    <p>
 +
        References:
 +
    <p></p>
 +
        Vacca-Smith, A.M., Van Wuyckhuyse, B.C., Tabak, L.A., Bowen, W.H. (1994). The effect of milk and casein proteins
 +
        on the adherence of Streptococcus mutans to saliva-coated hydroxyapatite.
 +
        <i>Archives of Oral Biology</i>, Volume 39: Issue 12. 1063-1069.
 +
    <p></p>
 +
        Fukushima, K., Okada, T., Ochiai, K. (1993). Production, characterization, and application of monoclonal antibodies
 +
        which distinguish three glucosyltransferases from Streptococcus mutans.
 +
        <i>Infect Immun.</i>, 61. 323-8.
 +
    </p>
 +
 +
</footer>
 +
</body>
  
 
</html>
 
</html>

Revision as of 21:04, 13 October 2018

Background As a chronic but non-lethal condition, dental caries are often overlooked as a target for modern therapeutics, and the quality of dental caries treatment has lagged behind that of more life-threatening diseases such as cancer. However, it is a well established fact that oral health affects overall health--for example, severe cavities can lead to systemic illnesses such as heart disease. Therefore, dental caries is still a prevalent and critical issue.

The process of cariogenesis is highly facilitated by the growth of dense, sticky biofilm on the surface of teeth. This bioflim cuts off the bacteria's access to oxygen, thereby forcing them to revert to anaerobic respiration. Lactic acid is released as a byproduct of bacterial respiration, and leads to demineralization of the enamel and cavity formation.

Biofilm Formation

In its natural, non-pathogenic state, S. mutans lives planktonically (free-floating). The transition from the planktonic to biofilm state requires expression of virulence genes, which is coordinated via quorum sensing: a mode of communication employed by many bacteria to coordinate gene expression and synchronous behavior across a population or species. In the case of S. mutans, quorum sensing results in the expression of genes coding for extracellular glucosyltransferase (GTF) enzymes. These enzymes synthesize adhesive glucans, which are used by the bacteria to adhere both to each other and to the enamel of the tooth.

Most quorum-sensing systems involve small, diffusible peptides which are sent out as a signal by one bacteria and received by another. The peptides are detected by a receptor on the membrane or in the cytoplasm of other bacteria, which then initiate a signal transduction pathway that upregulates the quorum-sensing peptide, as well as other genes related to the coordinated behavior of the population. Once enough of the signal has been received by the majority of the population, bacterial behavior shifts to perform a synchronized activity.Biofilm formation is one of the synchronized behaviors initiated by quorum sensing. During this process, S. Mutans create and perpetuate the Competence Stimulating Peptide (CSP), a small molecule that is used to initiate the formation of dental plaque. The pathway through which the cells sense and respond to CSP is referred to the ComCDE pathway.

Quorum Sensing in S. mutans

(hover over each element to learn about its role)

Our Synthetic Circuit

Our goal is to port the ComCDE system into Human Embryonic Kidney (HEK) cells. This would allow our engineered cells to sense the presence of CSP and therefore detect when biofilm formation is about to occur. ComD and ComE will be expressed constitutively, while our three outputs (ScFv's P126 and P136, and Kappa casein) will be expressed under the ComE promoter, which is activated by the ComE response regulator protein as described above.

Outputs

Upon activation of our biofilm-sensing system, our cells will output proteins that have been shown to reduce the biofilm-forming capabilities of S. mutans. Our first protein is kappa casein, a protein derived from bovine milk. It interferes with the adhesive power of the glucans post synthesis through a combination of hydrophilicity and negative charge (Vacca-Smith, 1994). Our second option is using Single Chain Variable Fragments (ScFv's), which are comprised of the variable fragments of monoclonal antibodies joined by a short peptide linker. Our two ScFv's, P126 and P136, bind to the N and C termini of the glucosyltransferases, preventing the production of glucans. (Fukushima, 1992)

References:

Vacca-Smith, A.M., Van Wuyckhuyse, B.C., Tabak, L.A., Bowen, W.H. (1994). The effect of milk and casein proteins on the adherence of Streptococcus mutans to saliva-coated hydroxyapatite. Archives of Oral Biology, Volume 39: Issue 12. 1063-1069.

Fukushima, K., Okada, T., Ochiai, K. (1993). Production, characterization, and application of monoclonal antibodies which distinguish three glucosyltransferases from Streptococcus mutans. Infect Immun., 61. 323-8.