Difference between revisions of "Team:Cornell/Parts"

(Prototype team page)
 
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Cornell}}
 
 
<html>
 
<html>
 +
<head>
 +
<style>
 +
        /* hides "Team:Cornell" and iGEM logo */
 +
        #top_title {
 +
            display: none;
 +
        }
  
 +
        /* removes padding below footer */
 +
        #globalWrapper {
 +
            padding: 0;
 +
        }
  
<div class="column full_size">
+
        #content {
<h1>Parts</h1>
+
            padding: 0px;
<p>Each team will make new parts during iGEM and will add them to the Registry of Standard Biological Parts. The iGEM provides an easy way to present the parts your team has created. The <code>&lt;groupparts&gt;</code> tag (see below) will generate a table with all of the parts that your team adds to your team sandbox.</p>
+
            width: 100% !important;
<p>Remember that the goal of proper part documentation is to describe and define a part, so that it can be used without needing to refer to the primary literature. Registry users in future years should be able to read your documentation and be able to use the part successfully. Also, you should provide proper references to acknowledge previous authors and to provide for users who wish to know more.</p>
+
            margin-top: 0px;
</div>
+
            margin-left: 0px ;
 +
        }
  
<div class="column full_size">
+
        /* removes default styling for home banner tagline */
<div class="highlight decoration_background">
+
        #HQ_page p {
<h3>Note</h3>
+
            font-family: 'Open Sans', sans-serif;
<p>Note that parts must be well documented on each part's <a href="http://parts.igem.org/Main_Page">Main Page on the Registry</a>. This documentation includes all of the characterization data for your parts. <b>The part's data MUST be on the part's Main Page on the Registry for your team to be eligible for medals and special prizes pertaining to parts.</b> <br><br>
+
            font-size: 16px;
This page serves to <i>showcase</i> the parts you have made and should include links to the Registry pages for your parts. Future teams and other users and are much more likely to find parts by looking in the Registry than by looking at your team wiki.</p>
+
            font-weight: 100;
</div>
+
            color: #000;
</div>
+
            padding-top: 0;
 +
            padding-bottom: 0;
 +
        }
  
<div class="clear extra_space"></div>
+
        /* removes small extra margin at very bottom below footer */
<div class="line_divider"></div>
+
        p {
<div class="clear extra_space"></div>
+
            margin: 0;
 +
        }
  
 +
        /* removes bullets from Toolkit dropdown menu */
 +
        ul {
 +
            list-style-image: none;
 +
        }
  
 +
    /******************** ALL FONTS START ********************/
 +
    @import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans:400,700|Raleway');
 +
    @font-face {
 +
        font-family: 'Futura';
 +
        src: url('../futura/futura\ medium\ bt.ttf');
 +
    }
  
 +
    body {
 +
        font-family: 'Open Sans', sans-serif;
 +
    }
  
 +
    .dropbtn, .dropdown-content {
 +
        font-size: 16px;
 +
    }
  
<div class="column two_thirds_size">
+
    .parts-page-banner > svg > text, .standard-page-content-title, .standard-page-side-bar-wrapper {
<div class="highlight decoration_B_full">
+
        font-family: 'Futura', sans-serif;
 +
    }
 +
    /******************** ALL FONTS END ********************/
  
<h3>Adding parts to the registry</h3>
+
    html,
<p>You can add parts to the Registry at our <a href="http://parts.igem.org/Add_a_Part_to_the_Registry">Add a Part to the Registry</a> link.</p>
+
    body {
 +
        width: 100%;
 +
        height: 100%;
 +
        margin: 0;
 +
        padding: 0;
 +
        overflow-x: hidden;
 +
    }
  
<p>We encourage teams to start completing documentation for their parts on the Registry as soon as you have it available. The sooner you put up your parts, the better you will remember all the details about your parts. Documentation includes the characterization data of your parts.</p>
+
    body {
<div class="button_link">
+
        background-size: 40px 40px;
<a href="http://parts.igem.org/Add_a_Part_to_the_Registry">
+
    }
ADD PARTS
+
</a>
+
</div>
+
  
</div>
+
    p {
</div>
+
        color: #000;
 +
    }
  
 +
    nav {
 +
        padding-top: 30px;
 +
        padding-bottom: 30px;
 +
        padding-right: 100px;
 +
        background-color: #a0e0bd;
 +
        height: 98px;
 +
    }
  
 +
    .nav-bar-logo {
 +
        vertical-align: top;
 +
        display: inline-block;
 +
        float: left;
 +
        margin-left: 80px;
 +
        margin-top: -5px;
 +
    }
  
<div class="column third_size">
+
    .nav-bar-logo img {
<div class="highlight decoration_A_full">
+
        width: 140px;
<h3>Inspiration</h3>
+
    }
<p>We have a created  a <a href="http://parts.igem.org/Well_Documented_Parts">collection of well documented parts</a> that can help you get started.</p>
+
  
<p> You can also take a look at how other teams have documented their parts in their wiki:</p>
+
    .dropbtn {
<ul>
+
        background-color: transparent;
<li><a href="https://2014.igem.org/Team:MIT/Parts"> 2014 MIT </a></li>
+
        text-decoration: none;
<li><a href="https://2014.igem.org/Team:Heidelberg/Parts"> 2014 Heidelberg</a></li>
+
        padding: 15px;
<li><a href="https://2014.igem.org/Team:Tokyo_Tech/Parts">2014 Tokyo Tech</a></li>
+
        margin: 0px;
</ul>
+
        font-size: 15px;
</div>
+
        border: none;
</div>
+
        color: #fff;
 +
    }
  
 +
    @media (max-width: 1050px) {
 +
        .dropbtn {
 +
            font-size: 12px;
 +
        }
 +
    }
  
<div class="clear extra_space"></div>
+
    .dropdown {
 +
        position: relative;
 +
        vertical-align: top;
 +
        display: inline-block;
 +
        float: right;
 +
    }
  
 +
    .dropdown ul {
 +
        list-style-type: none;
 +
    }
  
 +
    .dropdown a {
 +
        position: relative;
 +
        display: inline-block;
 +
        color: #e8b023;
 +
        text-decoration: none;
 +
    }
  
 +
    .dropdown-content {
 +
        display: none;
 +
        position: absolute;
 +
        background-color: #016c64;
 +
        color: #ffffff;
 +
        width: 200px;
 +
        font-size: 14px;
 +
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
 +
        z-index: 1;
 +
    }
  
<div class="column full_size">
+
    .dropdown-content a:hover {
 +
        background-color: #a0e0bd !important;
 +
    }
  
<h3>What information do I need to start putting my parts on the Registry?</h3>
+
    .toolkit-dropdown-content {
<p>The information needed to initially create a part on the Registry is:</p>
+
        width: 630px;
<ul>
+
        left: -160px;
<li>Part Name</li>
+
    }
<li>Part type</li>
+
<li>Creator</li>
+
<li>Sequence</li>
+
<li>Short Description (60 characters on what the DNA does)</li>
+
<li>Long Description (Longer description of what the DNA does)</li>
+
<li>Design considerations</li>
+
</ul>
+
  
<p>
+
    .modeling-dropdown-content {
We encourage you to put up <em>much more</em> information as you gather it over the summer. If you have images, plots, characterization data and other information, you must also put it up on the part page. </p>
+
        left: -40px;
 +
    }
  
</div>
+
    .human-dropdown-content {
 +
        left: 12px;
 +
    }
  
 +
    .outreach-dropdown-content {
 +
        width: 230px;
 +
        left: -40px;
 +
    }
  
<div class="clear extra_space"></div>
+
    .team-dropdown-content {
<div class="line_divider"></div>
+
        width: 140px;
<div class="clear extra_space"></div>
+
        left: -35px;
 +
    }
  
<div class="column full_size">
+
    .dropdown-content a {
<h3>Part Table </h3>
+
        color: #ffffff;
 +
        padding: 12px 16px;
 +
        text-decoration: none !important;
 +
        display: block;
 +
    }
  
<p>Please include a table of all the parts your team has made during your project on this page. Remember part characterization and measurement data must go on your team part pages on the Registry. </p>
+
    .wet-lab-list-title,
 +
    .doc-list-title,
 +
    .pd-list-title {
 +
        padding-top: 12px;
 +
        padding-left: 16px;
 +
        padding-bottom: 14px;
 +
    }
  
</html>
+
    .nav-second-col {
<groupparts>iGEM19 Cornell</groupparts>
+
        margin-left: 30px;
<html>
+
    }
</div>
+
 
 +
    .nav-third-col {
 +
        margin-left: 30px;
 +
    }
 +
 
 +
    .dropbtn:hover,
 +
    .active-page {
 +
        color: #016c64;
 +
        transition-duration: 0.5s;
 +
    }
 +
 
 +
    .dropdown-content a:hover {
 +
        color: #016c64;
 +
        background-color: #ffffff;
 +
    }
 +
 
 +
    .dropdown:hover .dropdown-content {
 +
        display: block;
 +
    }
 +
 
 +
    footer {
 +
        padding: 35px;
 +
        position: relative;
 +
        text-align: center;
 +
        background-color: #a0e0bd;
 +
    }
 +
 
 +
    .footer-wrapper {
 +
        margin: auto;
 +
        display: inline-block;
 +
    }
 +
 
 +
    .icon-wrapper {
 +
        display: inline-block;
 +
        position: relative;
 +
        padding-right: 18px;
 +
        padding-left: 18px;
 +
        border-right: 0.5px solid white;
 +
    }
 +
 
 +
    .icon-wrapper-last {
 +
        border-right: none;
 +
    }
 +
 
 +
    .icon {
 +
        margin: 16px;
 +
    }
 +
 
 +
    .icon img {
 +
        height: 24px;
 +
    }
 +
 
 +
    /******************** STANDARD PAGE START ********************/
 +
 
 +
    .standard-page-banner {
 +
        background-image: url(https://2019igem.org/wiki/images/6/63/T--Cornell--TeamPic.png);
 +
        background-size: cover;
 +
        fill: black;
 +
        font-size: 14px;
 +
    }
 +
 
 +
    .standard-page-side-bar-content-wrapper {
 +
        padding: 5% 0;
 +
    }
 +
 
 +
    .standard-page-side-bar>li>a {
 +
        text-decoration: none;
 +
        color: #016c64;
 +
        font-size: 16px;
 +
    }
 +
 
 +
    .standard-page-side-bar {
 +
        list-style-type: none;
 +
        padding-left: 15px;
 +
        padding-right: 15px;
 +
        vertical-align: middle;
 +
        margin: 40px !important;
 +
    }
 +
 
 +
    .standard-page-side-bar>li {
 +
        margin-bottom: 15px;
 +
    }
 +
 
 +
    .standard-page-content-title {
 +
        font-size: 24px;
 +
        color: #000 !important;
 +
        position: relative;
 +
    }
 +
 
 +
    .green-accent-line-left {
 +
        border: #a0e0bd solid 1px;
 +
        display: block;
 +
        float: left;
 +
        margin: 1em auto 1em auto;
 +
        width: 80px;
 +
    }
 +
 
 +
    .standard-page-content-subheading {
 +
        font-size: 18px;
 +
        color: #000;
 +
        padding-top: 40px;
 +
        padding-bottom: 0;
 +
    }
 +
 
 +
    .standard-page-content-section {
 +
        margin-top: 40px;
 +
        margin-bottom: 40px;
 +
    }
 +
 
 +
 
 +
    /******************** STANDARD PAGE END ********************/
 +
 
 +
    /******************** PARTS PAGE START ********************/
 +
    .parts-page-banner {
 +
    background-image: url(https://static.igem.org/mediawiki/2019/1/1f/T--Cornell--parts-rachel.jpeg);
 +
    background-size: cover;
 +
    fill: black;    }
 +
   
 +
    .parts-page-content-wrapper {
 +
        padding-bottom: 5%;
 +
    }
 +
   
 +
    .parts-content-wrapper {
 +
        padding-right: 100px;
 +
        padding-left: 90px;
 +
        padding-top: 35px;
 +
        padding-bottom: 35px;
 +
    }
 +
   
 +
    .parts-header-text {
 +
        font-size: 24pt !important;
 +
        text-align: center !important;
 +
        color: #000;
 +
    }
 +
   
 +
    .parts-text-wrapper {
 +
        padding-top: 20px;
 +
    }
 +
   
 +
    .parts-body-text {
 +
        color: #000;
 +
        margin-top: 20px;
 +
    }
 +
 
 +
    /******************** PARTS PAGE END ********************/
 +
 
 +
  /******************** PARTS PAGE GRID START ********************/
 +
    nav {
 +
        grid-area: navbar;
 +
    }
 +
 
 +
    .nav-bar-main-menu .dropdown:nth-child(5) .dropdown-contentx {
 +
        display: grid;
 +
        grid-template-columns: auto auto auto;
 +
    }
 +
 
 +
    .nav-first-col {
 +
        display: inline-grid;
 +
    }
 +
 
 +
    .nav-second-col {
 +
        display: inline-grid;
 +
    }
 +
 
 +
    .nav-third-col {
 +
        display: inline-grid;
 +
    }
 +
 
 +
    footer {
 +
        grid-area: footer;
 +
    }
 +
  /******************** PARTS PAGE GRID END ********************/
 +
 
 +
    /******************** STANDARD PAGE START ********************/
 +
 
 +
    .parts-page-wrapper {
 +
        display: grid;
 +
        grid-template-columns: auto;
 +
        grid-template-rows: 100px 550px auto 100px;
 +
        grid-template-areas: 'navbar' 'partspagebanner' 'standardpagesidebarcontent' 'footer';
 +
    }
 +
 
 +
    .standard-page-side-bar-content-wrapper {
 +
        display: inline-grid;
 +
        grid-area: standardpagesidebarcontent;
 +
        grid-template-columns: 7.5% 20% 65% 7.5%;
 +
        grid-template-areas: '. standardpagesidebar standardpagecontent .';
 +
    }
 +
 
 +
    .standard-page-side-bar-wrapper {
 +
        grid-area: standardpagesidebar;
 +
    }
 +
 
 +
    .standard-page-content-wrapper {
 +
        grid-area: standardpagecontent;
 +
    }
 +
 
 +
    .parts-page-banner {
 +
        grid-area: partspagebanner;
 +
    }
  
 +
    a.icon {
 +
      padding: 0 !important;
 +
    }
  
 +
    /******************** STANDARD PAGE END ********************/
 +
    </style>
 +
<title>Team:Cornell/Notebook - 2019.igem.org</title>
 +
<!-- JS -->
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 +
<script src="js/main.js" type="text/javascript"></script>
 +
</head>
 +
<body>
 +
  <div class="parts-page-wrapper">
 +
<!------------------------ NAV BAR START ------------------------>
 +
    <nav>
 +
        <div class="nav-bar-wrapper">
 +
            <div class="nav-bar-logo">
 +
                    <a href="https://2019.igem.org/Team:Cornell"><img src="https://static.igem.org/mediawiki/2019/9/94/T--Cornell--Logo.png" alt="reHAB"></a>
 +
            </div>
 +
            <div class="nav-bar-main-menu">
 +
                <div class="dropdown">
 +
                    <button class="dropbtn">TEAM</button>
 +
                    <div class="dropdown-content team-dropdown-content">
 +
                        <a href="https://2019.igem.org/Team:Cornell/Team">BIOS</a>
 +
                        <a href="https://2019.igem.org/Team:Cornell/Sponsors">SPONSORS</a>
 +
                        <a href="https://2019.igem.org/Team:Cornell/Attributions">ATTRIBUTIONS</a>
 +
                    </div>
 +
                </div>
 +
                <div class="dropdown">
 +
                    <button class="dropbtn">OUTREACH</button>
 +
                    <div class="dropdown-content outreach-dropdown-content">
 +
                        <a href="https://2019.igem.org/Team:Cornell/Public_Engagement">EDUCATION & ENGAGEMENT</a>
 +
                        <a href="https://2019.igem.org/Team:Cornell/Collaborations">COLLABORATIONS</a>
 +
                    </div>
 +
                </div>
 +
                <div class="dropdown">
 +
                    <button class="dropbtn">HUMAN PRACTICES</button>
 +
                    <div class="dropdown-content human-dropdown-content">
 +
                        <a href="https://2019.igem.org/Team:Cornell/Human_Practices">INTEGRATED PRACTICES</a>
 +
                        <a href="https://2019.igem.org/Team:Cornell/Policies">POLICIES</a>
 +
                        <a href="https://2019.igem.org/Team:Cornell/Entrepreneurship">ENTREPRENEURSHIP</a>
 +
                    </div>
 +
                </div>
 +
                <div class="dropdown">
 +
                    <button class="dropbtn"
 +
                        onclick="location.href='https://2019.igem.org/Team:Cornell/Model'">MODELING</button>
 +
                </div>
 +
                <div class="dropdown">
 +
                    <button class="dropbtn active-page">TOOLKIT</button>
 +
                    <div class="dropdown-content toolkit-dropdown-content">
 +
                        <ul>
 +
                            <div class="nav-first-col">
 +
                                <li class="wet-lab-list-title"><b>WET LAB</b></li>
 +
                                <li><a href="https://2019.igem.org/Team:Cornell/Foundations">FOUNDATIONS</a></li>
 +
                                <li><a href="https://2019.igem.org/Team:Cornell/Demonstrate">DEMONSTRATE</a></li>
 +
                                <li><a href="https://2019.igem.org/Team:Cornell/Parts">PARTS</a></li>
 +
                                <li><a href="https://2019.igem.org/Team:Cornell/BasicParts">BASIC PARTS</a></li>
 +
                                <li><a href="https://2019.igem.org/Team:Cornell/CompositeParts">COMPOSITE PARTS</a></li>
 +
                            </div>
 +
                            <div class="nav-second-col">
 +
                                <li class="pd-list-title"><b>PRODUCT DEVELOPMENT</b></li>
 +
                                <li><a href="https://2019.igem.org/Team:Cornell/DesignProcess">DESIGN PROCESS</a></li>
 +
                                <li><a href="https://2019.igem.org/Team:Cornell/Hardware">HARDWARE</a></li>
 +
                            </div>
 +
                            <div class="nav-third-col">
 +
                                <li class="doc-list-title"><b>DOCUMENTATION</b></li>
 +
                                <li><a href="https://2019.igem.org/Team:Cornell/Notebook">NOTEBOOK</a></li>
 +
                                <li><a href="https://2019.igem.org/Team:Cornell/Safety">SAFETY</a></li>
 +
                            </div>
 +
                        </ul>
 +
                    </div>
 +
                </div>
 +
                <div class="dropdown">
 +
                    <button class="dropbtn"
 +
                        onclick="location.href='https://2019.igem.org/Team:Cornell/Description'">ABOUT</button>
 +
                </div>
 +
                <div class="dropdown">
 +
                    <button class="dropbtn"
 +
                        onclick="location.href='https://2019.igem.org/Team:Cornell'">HOME</button>
 +
                </div>
 +
            </div>
 +
        </div>
 +
    </nav>
 +
    <!------------------------ NAV BAR END ------------------------>
 +
   
 +
<!------------------------ STANDARD PAGE BANNER START ------------------------>
 +
    <header class="parts-page-banner">
 +
            <svg viewBox="0 0 100 100" width=100% height=100%>
 +
                <text text-anchor="middle" alignment-baseline="middle" x=50% y=50%>Parts</text>
 +
            </svg>
 +
        </header>
 +
    <!------------------------ STANDARD PAGE BANNER END ------------------------>
  
 +
<!------------------------ STANDARD PAGE SIDE BAR + CONTENT START ------------------------>
 +
        <div class="standard-page-side-bar-content-wrapper">
 +
            <!------------------------ STANDARD PAGE SIDE BAR START ------------------------>
 +
            <div class="standard-page-side-bar-wrapper">
 +
                <ul class="standard-page-side-bar">
 +
                    <li><a href="#pageheading1">Mlr Gene Cassette (BBa_k2960001-11)</a></li>
 +
                    <li><a href="#pageheading2">Aptamer (BBa_k2960000)</a></li>
 +
                    <li><a href="#pageheading3">References</a></li>
 +
                </ul>
 +
            </div>
 +
            <!------------------------ STANDARD PAGE SIDE BAR END ------------------------>
 +
            <!------------------------ STANDARD PAGE CONTENT START ------------------------>
 +
            <div class="standard-page-content-wrapper">
 +
                <div class="standard-page-content-section">
 +
                    <div class="standard-page-content-title"><div id="pageheading1">Mlr Gene Cassette (BBa_k2960001-11)</div></div>
 +
                    <hr class="green-accent-line-left">
 +
                    <div class="standard-page-content-subheading"></div>
 +
                    <p class="standard-page-content-text">
 +
                        A cassette of proteins endogenous to Sphingopyxis sp. has been shown to sequentially break down microcystin-LR (Figure 1). The proteins have been named mlrA, mlrB, mlrC, mlrD, mlrE, and mlrF [2]. The genes for these proteins are the basis of our composite biobricks.
 +
                    </p>
 +
                    <img class="standard-page-content-image" style = "height: 400px; width: 800px" src="https://static.igem.org/mediawiki/2019/1/13/T--Cornell--Ecoli.png">
 +
                    <figcaption><strong>Figure 1.</strong> MC-LR degradation pathway. MlrE and MlrF not depicted because their function/mechanism is unknown.</figcaption><br><br>
 +
                    <p>
 +
                        <strong>MlrA</strong> is the first enzyme in the microcystin-degradation pathway. It is a microcystinase that degrades cyclic microcystin-LR to form a linear intermediate. To do so, mlrA hydrolyzes the peptide bond between Adda at position 5 and the amino acid residue at position 4 [2]. <br><br>
 +
                        <strong>MlrB</strong>  is the second enzyme in the microcystin-degradation pathway. MlrB is a serine protease that catalyzes the hydrolysis of linearized MCs via the cutting of the peptide bond between alanine at position 1 and a variable amino acid (e.g. leucine) residue at position 2. This results in the formation of a tetrapeptide that is subsequently degraded by MlrC [2]. <br><br>
 +
                        <strong>MlrC</strong> is the third enzyme in the microcystin-degradation pathway. MlrC is assumed to be a metallopeptidase. It cleaves the tetrapeptide intermediate into an Adda amino acid and other smaller peptides. The exact smaller peptides that result are still unknown [2, 3, 4, 5]. <br><br>
 +
                        <strong>MlrD</strong> codes for what is most likely a transmembrane transporter protein responsible for transporting the cyclic microcystin-LR toxin from the extracellular environment into the cell. However, its exact function is yet to be characterized. Although mlrD does not ultimately play a role in our project, we have added this part so that the entire mlr cassette is documented in the Registry [2]. <br><br>
 +
                        <strong>MlrE</strong> has recently been identified in the genome of Sphingopyxis sp. strain C-1 and may be involved in microcystin degradation. Its exact function is still unknown. The gene for mlrE is, however, close in proximity to the gene for mlrB, so it is hypothesized that mlrE enhances the function of mlrB (or vice versa), [6]. <br><br>
 +
                        <strong>MlrF</strong> has recently been identified in the genome of Sphingopyxis sp. strain C-1 and may be involved in microcystin degradation; is the expected sixth enzyme in the microcystin-degradation pathway. Its exact function is still unknown but it likely is involved with catalyzing reactions downstream to those of mlrA through C [6].<br><br>
 +
                        For the exception of mlrD, the transporter protein, we have also included the <strong>TorA twin-arginine translocation tag</strong> in each composite part. The twin-arginine translocation (Tat) pathway is responsible for the export of folded proteins across the cytoplasmic membrane of bacteria into the periplasmic space (Figure 2). The Tat pathway acts separately from the general secretory pathway, which transports proteins in an unfolded state. A specific signal peptide, which contains three domains: a positively charged N-terminal domain, a hydrophobic domain, and a C-terminal domain, is necessary to initiate protein export by the Tat pathway [1]. 
 +
                    </p>
 +
                    <img class="standard-page-content-image" style = "height: 400px; width: 700px" src="https://static.igem.org/mediawiki/2019/a/a1/T--Cornell--TatFigure.png">
 +
                    <figcaption><strong>Figure 2.</strong> Schematic of TorA twin-arginine translocation pathway altered to transport folded mlr proteins.</figcaption><br><br>
 +
                    <p>
 +
                        We have included this tag with the goal of transporting the microcystin-degrading enzyme into the bacterial periplasmic space. This biobrick was designed for expression in bacteria contained in a bioreactor. Moving the enzymes closer to the periphery of the bacterial cell, and therefore closer to the flow of contaminated water passing through the bioreactor, increases the efficiency of the degradation.<br><br>
 +
                        As an additional note, we decided to utilize the Twin-Arginine Translocation pathway because of its ability to transport fully folded proteins. Many proteins (such as GFP), are unable to fold properly if exported unfolded into the periplasm. The periplasm is an oxidizing environment, which promotes the formation of aberrant disulfide bonds. This can cause proteins to misfold, aggregate, and become inactive. By exporting our enzymes fully-folded into the periplasmic space, we avoid this problem.<br><br>
 +
                        Moreover, inclusion of the tag negates the need to transport individual MC-LR proteins into the cell with mlrD, which may further slow the degradation process. Furthermore, we do not need to express the entire mlr casette in each cell, which would place a high metabolic strain on the cell. Instead, we can engineer the cells to produce only one of the mlr protein species. These different cell types are then encapsulated in alginate beads and packed sequentially in the bioreactor. When microcystin-contaminated water is passed through the reactor, it is first degraded by mlrA, then these byproducts digested by mlrB, and so on.
 +
                        Finally, we have also included a 3X FLAG tag at the end of the sequence. This permits protein expression to be detected, quantified and/or purified by western blot, SDS-PAGE, and other methods.<br><br>
 +
                    </p>
 +
                </div>
 +
                <div class="standard-page-content-section">
 +
                    <div class="standard-page-content-title"><div id="pageheading2">Aptamer (BBa_k2960000)</div></div>
 +
                    <hr class="green-accent-line-left">
 +
                    <div class="standard-page-content-subheading"></div>
 +
                    <p class="standard-page-content-text">
 +
                        Aptamers are oligonucleotide or peptide molecules that bind to a target molecule with high affinity, specificity and selectivity. They are widely used for environmental monitoring as “chemical antibodies.” We chose to use a DNA aptamer because it is easy to synthesize, small in size, and of excellent chemical stability.<br><br>
 +
                        Our aptamer codes for a ssDNA aptamer which binds with high specificity to microcystin-LR. <br><br>
 +
                        The aptamer was used to create a rapid colorimetric microcystin-detection sensor. Gold nanoparticles (AuNPs) were adsorbed onto the aptamer surface. Normally, in the presence of NaCl, AuNPs aggregate, shifting the solution color from red to blue. Adsorption of the AuNPs onto the aptamer, however, prevents aggregation.<br><br>
 +
                        In the presence of microcystin, the aptamer dissociates from the AuNPs and preferentially binds to the microcystin. Thus, the AuNPs will again aggregate when induced by salt. This results in a predictable shift in the absorption spectra of a solution containing microcystins [7, 8]. <br><br>
 +
                    </p>
 +
                    <img class="standard-page-content-image" style = "height: 400px; width: 700px" src="https://static.igem.org/mediawiki/2019/a/a0/T--Cornell--Aptamer.png">
 +
                    <figcaption><strong>Figure 3.</strong> Binding of aptamer prevents salt-induced aggregation (and resulting color change) of AuNPs. In the presence of MC-LR, the aptamer dissociates from the AuNPs and aggregation occurs.</figcaption><br><br>
 +
                </div>
 +
                <div class="standard-page-content-section">
 +
                    <div class="standard-page-content-title"><div id="pageheading3">References</div></div>
 +
                    <hr class="green-accent-line-left">
 +
                    <div class="standard-page-content-subheading"></div>
 +
                    <p class="standard-page-content-text">
 +
                        [1] Lee, P. A., Tullman-Ercek, D., & Georgiou, G. (2006). The bacterial twin-arginine translocation pathway. Annual review of microbiology, 60, 373–395. doi:10.1146/annurev.micro.60.080805.142212 <br>
 +
                        [2] Zhang, J., Lu, Q., Ding, Q., Yin, L., & Pu, Y. (2017). A Novel and Native Microcystin-Degrading Bacterium of Sphingopyxis sp. Isolated from Lake Taihu. International journal of environmental research and public health, 14(10), 1187. doi:10.3390/ijerph14101187 <br>
 +
                        [3] Family M81. (n.d.). Retrieved from https://www.ebi.ac.uk/merops/cgi-bin/famsum?family=M81. <br>
 +
                        [4] Cerdà-Costa, N., & Gomis-Rüth, F. X. (2014). Architecture and function of metallopeptidase catalytic domains. Protein science : a publication of the Protein Society, 23(2), 123–144. doi:10.1002/pro.2400 <br>
 +
                        [5] BLAST: Basic Local Alignment Search Tool. (n.d.). Retrieved from https://blast.ncbi.nlm.nih.gov/Blast.cgi#alnHdr_BAI47772. <br>
 +
                        [6] Wang, J., Wang, C., Li, J., Bai, P., Li, Q., Shen, M., … Zhao, J. (2018). Comparative Genomics of Degradative Novosphingobium Strains With Special Reference to Microcystin-Degrading Novosphingobium sp. THN1. Frontiers in Microbiology, 9. doi: 10.3389/fmicb.2018.02238 <br>
 +
                        [7] Li, X., Cheng, R., Shi, H., Tang, B., Xiao, H., & Zhao, G. (2016). A simple highly sensitive and selective aptamer-based colorimetric sensor for environmental toxins microcystin-LR in water samples. Journal of Hazardous Materials, 304, 474–480. doi: 10.1016/j.jhazmat.2015.11.016 <br>
 +
                        [8] Aptamer-Based Biosensors to Detect Aquatic Phycotoxins and Cyanotoxins Isabel Cunha 1,*, Rita Biltes 1 , MGF Sales 2,3 and Vitor Vasconcelos 1,4
 +
                    </p>
 +
                    <img class="standard-page-content-image" src="">
 +
                </div>
 +
            </div>
 +
            <!------------------------ STANDARD PAGE CONTENT END ------------------------>
 +
        </div>
 +
        <!------------------------ STANDARD PAGE SIDE BAR + CONTENT END ------------------------>
  
 +
<!------------------------ FOOTER START ------------------------>
 +
<footer>
 +
            <div class="footer-wrapper">
 +
                <div class="icon-wrapper">
 +
                    <a class="icon" href="http://facebook.com/cornelligem"><img src="https://static.igem.org/mediawiki/2019/4/44/T--Cornell--Facebook.png"></a>
 +
                </div>
 +
                <div class="icon-wrapper">
 +
                    <a class="icon" href="http://twitter.com/cugem"><img src="https://static.igem.org/mediawiki/2019/8/80/T--Cornell--Twitter.png"></a>
 +
                </div>
 +
                <div class="icon-wrapper">
 +
                    <a class="icon" href="https://www.instagram.com/cugem/"><img src="https://static.igem.org/mediawiki/2019/3/37/T--Cornell--Instagram.png"></a>
 +
                </div>
 +
                <div class="icon-wrapper icon-wrapper-last">
 +
                    <a class="icon" href="https://www.youtube.com/channel/UCJt-5JfyoucUJXC1EsTllhg"><img src="https://static.igem.org/mediawiki/2019/3/3c/T--Cornell--Youtube.png"></a>
 +
                </div>
 +
            </div>
 +
        </footer>
 +
<!------------------------ FOOTER END ------------------------>
 +
  </div>
 +
</body>
 
</html>
 
</html>

Latest revision as of 23:07, 21 October 2019

Team:Cornell/Notebook - 2019.igem.org

Parts
Mlr Gene Cassette (BBa_k2960001-11)

A cassette of proteins endogenous to Sphingopyxis sp. has been shown to sequentially break down microcystin-LR (Figure 1). The proteins have been named mlrA, mlrB, mlrC, mlrD, mlrE, and mlrF [2]. The genes for these proteins are the basis of our composite biobricks.

Figure 1. MC-LR degradation pathway. MlrE and MlrF not depicted because their function/mechanism is unknown.


MlrA is the first enzyme in the microcystin-degradation pathway. It is a microcystinase that degrades cyclic microcystin-LR to form a linear intermediate. To do so, mlrA hydrolyzes the peptide bond between Adda at position 5 and the amino acid residue at position 4 [2].

MlrB is the second enzyme in the microcystin-degradation pathway. MlrB is a serine protease that catalyzes the hydrolysis of linearized MCs via the cutting of the peptide bond between alanine at position 1 and a variable amino acid (e.g. leucine) residue at position 2. This results in the formation of a tetrapeptide that is subsequently degraded by MlrC [2].

MlrC is the third enzyme in the microcystin-degradation pathway. MlrC is assumed to be a metallopeptidase. It cleaves the tetrapeptide intermediate into an Adda amino acid and other smaller peptides. The exact smaller peptides that result are still unknown [2, 3, 4, 5].

MlrD codes for what is most likely a transmembrane transporter protein responsible for transporting the cyclic microcystin-LR toxin from the extracellular environment into the cell. However, its exact function is yet to be characterized. Although mlrD does not ultimately play a role in our project, we have added this part so that the entire mlr cassette is documented in the Registry [2].

MlrE has recently been identified in the genome of Sphingopyxis sp. strain C-1 and may be involved in microcystin degradation. Its exact function is still unknown. The gene for mlrE is, however, close in proximity to the gene for mlrB, so it is hypothesized that mlrE enhances the function of mlrB (or vice versa), [6].

MlrF has recently been identified in the genome of Sphingopyxis sp. strain C-1 and may be involved in microcystin degradation; is the expected sixth enzyme in the microcystin-degradation pathway. Its exact function is still unknown but it likely is involved with catalyzing reactions downstream to those of mlrA through C [6].

For the exception of mlrD, the transporter protein, we have also included the TorA twin-arginine translocation tag in each composite part. The twin-arginine translocation (Tat) pathway is responsible for the export of folded proteins across the cytoplasmic membrane of bacteria into the periplasmic space (Figure 2). The Tat pathway acts separately from the general secretory pathway, which transports proteins in an unfolded state. A specific signal peptide, which contains three domains: a positively charged N-terminal domain, a hydrophobic domain, and a C-terminal domain, is necessary to initiate protein export by the Tat pathway [1].

Figure 2. Schematic of TorA twin-arginine translocation pathway altered to transport folded mlr proteins.


We have included this tag with the goal of transporting the microcystin-degrading enzyme into the bacterial periplasmic space. This biobrick was designed for expression in bacteria contained in a bioreactor. Moving the enzymes closer to the periphery of the bacterial cell, and therefore closer to the flow of contaminated water passing through the bioreactor, increases the efficiency of the degradation.

As an additional note, we decided to utilize the Twin-Arginine Translocation pathway because of its ability to transport fully folded proteins. Many proteins (such as GFP), are unable to fold properly if exported unfolded into the periplasm. The periplasm is an oxidizing environment, which promotes the formation of aberrant disulfide bonds. This can cause proteins to misfold, aggregate, and become inactive. By exporting our enzymes fully-folded into the periplasmic space, we avoid this problem.

Moreover, inclusion of the tag negates the need to transport individual MC-LR proteins into the cell with mlrD, which may further slow the degradation process. Furthermore, we do not need to express the entire mlr casette in each cell, which would place a high metabolic strain on the cell. Instead, we can engineer the cells to produce only one of the mlr protein species. These different cell types are then encapsulated in alginate beads and packed sequentially in the bioreactor. When microcystin-contaminated water is passed through the reactor, it is first degraded by mlrA, then these byproducts digested by mlrB, and so on. Finally, we have also included a 3X FLAG tag at the end of the sequence. This permits protein expression to be detected, quantified and/or purified by western blot, SDS-PAGE, and other methods.

Aptamer (BBa_k2960000)

Aptamers are oligonucleotide or peptide molecules that bind to a target molecule with high affinity, specificity and selectivity. They are widely used for environmental monitoring as “chemical antibodies.” We chose to use a DNA aptamer because it is easy to synthesize, small in size, and of excellent chemical stability.

Our aptamer codes for a ssDNA aptamer which binds with high specificity to microcystin-LR.

The aptamer was used to create a rapid colorimetric microcystin-detection sensor. Gold nanoparticles (AuNPs) were adsorbed onto the aptamer surface. Normally, in the presence of NaCl, AuNPs aggregate, shifting the solution color from red to blue. Adsorption of the AuNPs onto the aptamer, however, prevents aggregation.

In the presence of microcystin, the aptamer dissociates from the AuNPs and preferentially binds to the microcystin. Thus, the AuNPs will again aggregate when induced by salt. This results in a predictable shift in the absorption spectra of a solution containing microcystins [7, 8].

Figure 3. Binding of aptamer prevents salt-induced aggregation (and resulting color change) of AuNPs. In the presence of MC-LR, the aptamer dissociates from the AuNPs and aggregation occurs.


References

[1] Lee, P. A., Tullman-Ercek, D., & Georgiou, G. (2006). The bacterial twin-arginine translocation pathway. Annual review of microbiology, 60, 373–395. doi:10.1146/annurev.micro.60.080805.142212
[2] Zhang, J., Lu, Q., Ding, Q., Yin, L., & Pu, Y. (2017). A Novel and Native Microcystin-Degrading Bacterium of Sphingopyxis sp. Isolated from Lake Taihu. International journal of environmental research and public health, 14(10), 1187. doi:10.3390/ijerph14101187
[3] Family M81. (n.d.). Retrieved from https://www.ebi.ac.uk/merops/cgi-bin/famsum?family=M81.
[4] Cerdà-Costa, N., & Gomis-Rüth, F. X. (2014). Architecture and function of metallopeptidase catalytic domains. Protein science : a publication of the Protein Society, 23(2), 123–144. doi:10.1002/pro.2400
[5] BLAST: Basic Local Alignment Search Tool. (n.d.). Retrieved from https://blast.ncbi.nlm.nih.gov/Blast.cgi#alnHdr_BAI47772.
[6] Wang, J., Wang, C., Li, J., Bai, P., Li, Q., Shen, M., … Zhao, J. (2018). Comparative Genomics of Degradative Novosphingobium Strains With Special Reference to Microcystin-Degrading Novosphingobium sp. THN1. Frontiers in Microbiology, 9. doi: 10.3389/fmicb.2018.02238
[7] Li, X., Cheng, R., Shi, H., Tang, B., Xiao, H., & Zhao, G. (2016). A simple highly sensitive and selective aptamer-based colorimetric sensor for environmental toxins microcystin-LR in water samples. Journal of Hazardous Materials, 304, 474–480. doi: 10.1016/j.jhazmat.2015.11.016
[8] Aptamer-Based Biosensors to Detect Aquatic Phycotoxins and Cyanotoxins Isabel Cunha 1,*, Rita Biltes 1 , MGF Sales 2,3 and Vitor Vasconcelos 1,4