Difference between revisions of "Team:HUST-China/Part Collection"

(Prototype team page)
 
Line 1: Line 1:
{{HUST-China}}
+
<html lang="en">
<html>
+
  
 +
<head>
 +
    <meta charset="UTF-8">
 +
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
    <!-- 使IE用最高模式渲染页面 -->
 +
    <meta name="renderer" content="webkit">
 +
    <!-- 极速模式 -->
 +
    <title>Parts</title>
 +
    <link rel="stylesheet" href="https://2016.igem.org/Team:HUST-China/css/bootstrap-theme?action=raw&amp;ctype=text/css">
 +
    <link rel="stylesheet" href="https://2016.igem.org/Team:HUST-China/css/bootstrap?action=raw&amp;ctype=text/css">
 +
    <link rel="stylesheet" href="https://2016.igem.org/Team:HUST-China/css/index?action=raw&amp;ctype=text/css">
 +
    <script src="../js/jquery-1.11.1.min.js"></script>
 +
    <script type="text/javascript" src="https://2016.igem.org/Team:HUST-China/js/bootstrap?action=raw&amp;ctype=text/javascript"></script>
 +
    <script type="text/javascript" src="https://2016.igem.org/Team:HUST-China/js/index?action=raw&amp;ctype=text/javascript"></script>
 +
    <!-- <script src="../js/jquery.tocible.min.js"></script> -->
 +
    <script type="text/javascript" src="https://2016.igem.org/Team:HUST-China/js/tocible?action=raw&amp;ctype=text/javascript"></script>
 +
    <style>
 +
    html {
 +
        overflow-x: hidden;
 +
        width: 100%;
 +
    }
 +
   
 +
    .banner-top {
 +
        margin-left: 15%;
 +
    }
 +
   
 +
    #igem_home_logo {
 +
        width: 100%;
 +
        margin-top: 80px;
 +
    }
 +
   
 +
    @media (min-width: 992px) {
 +
        .work-content .col-md-4 {
 +
            width: 25%;
 +
            margin-right: 8%;
 +
        }
 +
    }
 +
   
 +
    .carousel-control.left,
 +
    .carousel-control.right {
 +
        background-image: none;
 +
        padding-top: 18%;
 +
    }
 +
   
 +
    .carousel-indicators li {
 +
        background-color: #fff;
 +
        border: 1px solid #a94442;
 +
    }
 +
   
 +
    .carousel-indicators li.active {
 +
        background-color: #f0ad4e;
 +
    }
 +
   
 +
    #contentSub,
 +
    #contentcontainer,
 +
    #footer-box,
 +
    #sitesub,
 +
    #catlinks,
 +
    #search-controls,
 +
    #p-logo,
 +
    .h3,
 +
    .printfooter,
 +
    .firstHeading,
 +
    .visualClear {
 +
        display: none;
 +
        box-sizing: content-box;
 +
    }
 +
   
 +
    #sideMenu,
 +
    #top_title {
 +
        display: none;
 +
        box-sizing: content-box;
 +
    }
 +
   
 +
    #sideMenu .mainMenu_toggle,
 +
    #sideMenu .mainMenu_Title,
 +
    #sideMenu .sideMenuTitle,
 +
    #sideMenu .expand_subMenus {
 +
        box-sizing: content-box;
 +
    }
 +
   
 +
    #bodyContent h1,
 +
    #bodyContent h2,
 +
    #bodyContent h3,
 +
    #bodyContent h4,
 +
    #bodyContent h5 {
 +
        margin-bottom: 0px;
 +
    }
 +
   
 +
    #search_text {
 +
        color: #000;
 +
    }
 +
   
 +
    #globalWrapper,
 +
    #content {
 +
        position: absolute;
 +
        left: 0;
 +
        right: 0;
 +
        top: 0;
 +
        width: 100%;
 +
        height: 100%;
 +
        border: 0px;
 +
        background-color: transparent;
 +
        margin: 0px;
 +
        padding: 0px;
 +
    }
 +
   
 +
    @media (min-width: 1200px) {
 +
        .container-fluid .container {
 +
            width: 969px;
 +
            /* margin-left: 300px; */
 +
        }
 +
        .head-container {
 +
            width: 1170px;
 +
        }
 +
    }
 +
    /* article */
 +
   
 +
    .text-content article {
 +
        margin-bottom: 100px;
 +
    }
 +
   
 +
    .text-content article p {
 +
        text-indent: 20px;
 +
        margin: 10px 0;
 +
        font-size: 15px;
 +
        line-height: 24px;
 +
    }
 +
   
 +
    .text-content article img {
 +
        width: 80%;
 +
        padding-left: 20%;
 +
        /* margin-left: 20%; */
 +
    }
 +
   
 +
    .text-content article img.half_width {
 +
        width: 40%;
 +
        padding-left: 10%;
 +
        display: inline-block;
 +
        /* margin-left: 20%; */
 +
    }
 +
   
 +
    .text-content article table {
 +
        font-size: 12px;
 +
        color: #333333;
 +
        width: 80%;
 +
        margin-left: 10%;
 +
        border-width: 1px;
 +
        border-color: #729ea5;
 +
        border-collapse: collapse;
 +
    }
 +
   
 +
    .text-content article table th {
 +
        font-size: 12px;
 +
        background-color: #acc8cc;
 +
        border-width: 1px;
 +
        padding: 8px;
 +
        border-style: solid;
 +
        border-color: #729ea5;
 +
        text-align: left;
 +
    }
 +
   
 +
    .text-content article table tr {
 +
        background-color: #d4e3e5;
 +
    }
 +
   
 +
    .text-content article table td {
 +
        font-size: 12px;
 +
        border-width: 1px;
 +
        padding: 8px;
 +
        border-style: solid;
 +
        border-color: #729ea5;
 +
    }
 +
   
 +
    .text-content article table tr:hover {
 +
        background-color: #ffffff;
 +
    }
 +
    </style>
 +
</head>
  
 +
<body>
 +
    <header class="header">
 +
        <nav class="navbar navbar-default">
 +
            <div class="container">
 +
                <span class="menu"> Menu</span>
 +
                <div class="banner-top">
 +
                    <ul class="nav banner-nav">
 +
                        <li><a href="https://2016.igem.org/Team:HUST-China">HOME</a></li>
 +
                        <li class="dropdown1"><a class="down-scroll" href="#">PROJECT</a>
 +
                            <ul class="dropdown2">
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/project/background">Background</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Description">Description</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Proof">Proof of concept</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Demonstrate">Application</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/project/inprovement">Previous improvement</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Safety">Safety</a></li>
 +
                            </ul>
 +
                        </li>
 +
                        <li class="dropdown1"><a href="#" class="down-scroll">WETLAB</a>
 +
                            <ul class="dropdown2">
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Experiments">Experiments</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Results">Results</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/InterLab">Interlab</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Notebook">Notebook</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/wetlab/protocols">Protocols</a></li>
 +
                            </ul>
 +
                        </li>
 +
                        <li class="dropdown1"><a class="down-scroll" href="https://2016.igem.org/Team:HUST-China/Model">MODELING</a>
 +
                            <ul class="dropdown2">
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Model">Overview</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Model/model-pro">Prokaryotic circuit</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Model/model-euk">Eukaryotic circuit</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Model/model-app">Application circuit</a></li>
 +
                            </ul>
 +
                        </li>
 +
                        <li class="dropdown1"><a class="down-scroll active" href="">PARTS</a>
 +
                            <ul class="dropdown2">
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Parts">Summary</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Basic_Part">Basic part</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Composite_Part">Composite part</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Part_Collection">Part Collection</a></li>
 +
                            </ul>
 +
                        </li>
 +
                        <li class="dropdown1"><a class="down-scroll" href="#">HUMAN PRACTICES</a>
 +
                            <ul class="dropdown2">
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Integrated_Practices">Integrated HP</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Collaborations">Collaborations</a></li>
 +
                            </ul>
 +
                        </li>
 +
                        <li class="dropdown1"><a class="down-scroll" href="">TEAM</a>
 +
                            <ul class="dropdown2">
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Team">Team Roster</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Attributions">Attributions</a></li>
 +
                            </ul>
 +
                        </li>
 +
                    </ul>
 +
                    <script>
 +
                    $("span.menu").click(function() {
 +
                        $(" ul.nav").slideToggle("slow", function() {});
 +
                    });
 +
                    </script>
 +
                </div>
 +
                <div class="clearfix"> </div>
 +
            </div>
 +
            <!-- /.container-fluid -->
 +
        </nav>
 +
    </header>
 +
    <div class="container-fluid member-head">
 +
        <div class="container">
 +
            <h2 class="text-center">Part collection</h2>
 +
            <p style="color:#fff;margin-bottom:10px;text-align:center;">Following documented composite parts are respectively from three circuits this year:</p>
 +
        </div>
 +
    </div>
 +
    <div class="container-fluid">
 +
        <div class="text-content container" id="text-content">
 +
            <div class="ref"></div>
 +
            <article>
 +
            <h2>Collection list</h2>
 +
                <p>Here is the list of our part collection:</p>
 +
                <table border="1">
 +
<tr>
 +
  <td>Part Number</td>
 +
  <td>Name</td>
 +
  <td>Description</td>
 +
</tr>
 +
<tr>
 +
  <td><a href="http://parts.igem.org/Part:BBa_K2036009"> BBa_K2036009 </a></td>
 +
  <td> pRM-GFP-LVAssrAtag </td>
 +
  <td> A control group of Cro and pRM interaction characterization</td>
 +
</tr>
 +
<tr>
 +
  <td><a href="http://parts.igem.org/Part:BBa_K2036010"> BBa_K2036010 </a></td> 
 +
  <td>Cro-TT-pRM-RBS-GFP-LVAssrAtag </td>
 +
  <td> To test Cro and pRM interaction intensity.</td>
 +
</tr>
 +
<tr>
 +
  <td><a href="http://parts.igem.org/Part:BBa_K2036011"> BBa_K2036011 </a></td>
 +
  <td> pRE-GFP-LVAssrAtag</td>
 +
  <td> A control group of CII and pRE interaction</td>
 +
</tr>
 +
<tr>
 +
  <td><a href="http://parts.igem.org/Part:BBa_K2036013"> BBa_K2036013 </a></td>
 +
  <td> RBS-CII-TT-pRE-RBS-GFP-LVAssrAtag</td>
 +
  <td> To characterize CII’s interaction with pRE.</td>
 +
</tr>
 +
<tr>
 +
  <td><a href="http://parts.igem.org/Part:BBa_K2036014"> BBa_K2036014 </a></td>
 +
  <td> RBS-CIII-RBS-CIII-RBS-CII-TT-pRE-RBS-GFP-LVAssrAtag</td>
 +
  <td> To characterize CIII’s interaction with Ftsh.</td>
 +
</tr>
 +
<tr>
 +
  <td><a href="http://parts.igem.org/Part:BBa_K2036015"> BBa_K2036015 </a></td>
 +
  <td> RBS-CII-RBS-CII-RBS-CII-TT-pRE-RBS-GFP-LVAssrAtag</td>
 +
  <td>Tandem of CII amplifies its function.</td>
 +
</tr>
 +
<tr>
 +
  <td><a href="http://parts.igem.org/Part:BBa_K2036016"> BBa_K2036016 </a></td>
 +
  <td> pR-GFP-LVAssrAtag</td>
 +
  <td>A control group of CI and pR interaction.</td>
 +
</tr>
 +
<tr>
 +
  <td><a href="http://parts.igem.org/Part:BBa_K2036017"> BBa_K2036017 </a></td>
 +
  <td> CI-TT-pR-RBS-GFP-LVAssrAtag</td>
 +
  <td>To characterize CI and pR interaction.</td>
 +
</tr>
 +
<tr>
 +
  <td><a href="http://parts.igem.org/Part:BBa_K2036027"> BBa_K2036027</a></td>       
 +
<td>pRE-RBS-Cro-RBS-CII-TT-ptrp-RBS-CI-TT-pR-RBS-CIII-RBS-RFP-LAAssrAtag-TT-pRM-RBS-GFP-LVAssrAtag</td>
 +
  <td>To verify the function of the whole circuit with T7 and ptrp sensing the signals.</td>
 +
</tr>
 +
<tr>
 +
  <td><a href="http://parts.igem.org/Part:BBa_K2036028"> BBa_K2036028</a></td>       
 +
<td>placm-pRE-RBS-Cro-RBS-CII-TT-patp2-RBS-CI-TT-pR-RBS-CIII-RBS-ompA-iLDH-TT-pRM-RBS-beta-galactosidase</td>
 +
  <td>To verify bi-stable function of eukaryotic version of signal filter. </td>
 +
</tr>
 +
</table>
 +
              <p>The part collection well documents the prokaryote regulation circuit of our project with every detailed characterization of the transcriptional related proteins and promoter.</p>
 +
              <img src="https://static.igem.org/mediawiki/2016/8/88/T--HUST-China--Description-Fig-Eukaryote.png" alt="">
 +
              <p>The whole circuit employs bacteriaphage lambda operon and is redesigned as a positive feedback tri-stable switch. Users can define two inputs and three kinds of outputs to make a sense-response system or an analysis-report system. </p>
 +
              <img src="https://static.igem.org/mediawiki/2016/7/70/T--HUST-China--Logic-gate.jpg" alt="">
 +
              <p>To characterize the internal protein-protein and protein-promoter reactions, we build four sets of test circuits:</p>
 +
              <h2>1.Cro and pRM inhibition test:</h2>
  
 
+
                <table border="1">
<div class="column full_size judges-will-not-evaluate">
+
                    <tr>
<h3>★  ALERT! </h3>
+
                        <td>Part Number</td>
<p>This page is used by the judges to evaluate your team for the <a href="https://2016.igem.org/Judging/Awards#Special_Prizes">Part Collection special prize</a>. </p>
+
                        <td>Name</td>
 
+
                        <td>Description</td>
 
+
                    </tr>
 
+
                    <tr>
<p> Delete this box in order to be evaluated for this medal. See more information at <a href="https://2016.igem.org/Judging/Pages_for_Awards/Instructions"> Instructions for Pages for awards</a>.</p>
+
                        <td><a href="http://parts.igem.org/Part:BBa_K2036020"> BBa_K2036020 </a></td>
</div>
+
                        <td> RBS-CI-TT-pR-RBS-CIII-RBS-RFP-LAAssrAtag-TT-pRM-RBS-GFP-LVAssrAtag </td>
 
+
                        <td> To construct the verification circuit.</td>
 
+
                    </tr>
 
+
                    <tr>
 
+
                        <td><a href="http://parts.igem.org/Part:BBa_K2036027"> BBa_K2036027 </a></td>
 
+
                        <td>pRE-RBS-Cro-RBS-CII-TT-ptrp-RBS-CI-TT-pR-RBS-CIII-RBS-RFP-LAAssrAtag-TT-pRM-RBS-GFP-LVAssrAtag </td>
<div class="column full_size">
+
                        <td> To verify the function of the whole circuit with T7 and ptrp sensing the signals.</td>
 
+
                    </tr>
 
+
                </table>
 
+
                <img src="https://static.igem.org/mediawiki/2016/f/f0/T--HUST-China--Experiments-Fig14-1.png" alt="">
 
+
                <img src="https://static.igem.org/mediawiki/2016/e/e7/T--HUST-China--Experiments-Fig14-2.png" alt="">
 
+
                <img src="https://static.igem.org/mediawiki/2016/4/46/T--HUST-China--Experiments-Fig14-3.png " alt="">
<p>Did your team make a lot of great parts? Is there a theme that ties all your parts together? Do you have more than 10 parts in this collection? Did you make a CRISPR collection, a MoClo collection, or a collection of awesome pigment parts? Describe your parts collection on this page, so the judges can evaluate you for the Best Part Collection award.</p>
+
                <p>In ideal conditions, RFP is supposed to be visualized through fluorescence microscope when induced by IPTG. And after adding IAA into the medium, our host strain will turn to the other state of GFP expression. And because of LVAssrA tag’s effect, the RFP to GFP expression transition will be relatively obvious.</p>
 
+
               
<p>
+
                <h2>Application cicuit</h2>
While you should put all the characterization information for your parts on the Registry, you are encouraged to explain how all your parts form a collection on this page.  
+
                <p>To provide an application example, we constructed an application circuit based on this version to help relief lactose intolerance (<a href="https://2016.igem.org/Team:HUST-China/Demonstrate">more details see to application page</a>) .
 
</p>
 
</p>
 
+
                <img src="https://static.igem.org/mediawiki/2016/a/a3/T--HUST-China--modeling-application.png" alt="">
 
+
                <table border="1">
<div class="highlight">
+
<tr>
<h4>Note</h4>
+
  <td>Part Number</td>
<p>This page should list all the parts in the collection your team made during your project. You must add all characterization information for your parts on the Registry. You should not put characterization information on this page.</p>
+
  <td>Name</td>
 
+
  <td>Description</td>
</div>
+
</tr>
 
+
<tr>
</div>
+
  <td><a href="http://parts.igem.org/Part:BBa_K2036028"> BBa_K2036028</a></td>       
 +
<td>placm-pRE-RBS-Cro-RBS-CII-TT-patp2-RBS-CI-TT-pR-RBS-CIII-RBS-ompA-iLDH-TT-pRM-RBS-beta-galactosidase</td>
 +
  <td>To verify bi-stable function of eukaryotic version of signal filter. </td>
 +
</tr>
 +
</table>
 +
<p>In the bi-stable switch of prokaryotes, we set the gene of interest 1 as iLDH and gene of interest 2 as beta-galactosidase. For sensing the signal, we choose lactose inducible promoter plac(mutant) and base inducible promoter patp2 (works when the pH of microenvironment is about 7~9).</p>
 +
<img src="https://static.igem.org/mediawiki/2016/a/a3/T--HUST-China--modeling-application.png" alt="">
 +
<p> And we hope more team to join and add more posibilities to the circuit!</p>
 +
            </article>
 +
        </div>
 +
    </div>
 +
    <div class="returnTop">
 +
        <img src="https://static.igem.org/mediawiki/2016/f/f0/T--HUST-China--returnTop.png" alt="">
 +
    </div>
 +
    <script type="text/javascript">
 +
    $(document).ready(function(e) {
 +
        var widthYourScreen = document.documentElement.clientWidth || document.body.clientWidth;
 +
        if (widthYourScreen > 800) {
 +
            // 文章目录导航
 +
            //call tocible():
 +
            $('.text-content').tocible({
 +
                reference: '.ref',
 +
                title: 'Contents'
 +
            });
 +
        }
 +
    });
 +
    </script>
 +
</body>
  
 
</html>
 
</html>

Revision as of 19:50, 15 October 2016

Parts

Part collection

Following documented composite parts are respectively from three circuits this year:

Collection list

Here is the list of our part collection:

Part Number Name Description
BBa_K2036009 pRM-GFP-LVAssrAtag A control group of Cro and pRM interaction characterization
BBa_K2036010 Cro-TT-pRM-RBS-GFP-LVAssrAtag To test Cro and pRM interaction intensity.
BBa_K2036011 pRE-GFP-LVAssrAtag A control group of CII and pRE interaction
BBa_K2036013 RBS-CII-TT-pRE-RBS-GFP-LVAssrAtag To characterize CII’s interaction with pRE.
BBa_K2036014 RBS-CIII-RBS-CIII-RBS-CII-TT-pRE-RBS-GFP-LVAssrAtag To characterize CIII’s interaction with Ftsh.
BBa_K2036015 RBS-CII-RBS-CII-RBS-CII-TT-pRE-RBS-GFP-LVAssrAtag Tandem of CII amplifies its function.
BBa_K2036016 pR-GFP-LVAssrAtag A control group of CI and pR interaction.
BBa_K2036017 CI-TT-pR-RBS-GFP-LVAssrAtag To characterize CI and pR interaction.
BBa_K2036027 pRE-RBS-Cro-RBS-CII-TT-ptrp-RBS-CI-TT-pR-RBS-CIII-RBS-RFP-LAAssrAtag-TT-pRM-RBS-GFP-LVAssrAtag To verify the function of the whole circuit with T7 and ptrp sensing the signals.
BBa_K2036028 placm-pRE-RBS-Cro-RBS-CII-TT-patp2-RBS-CI-TT-pR-RBS-CIII-RBS-ompA-iLDH-TT-pRM-RBS-beta-galactosidase To verify bi-stable function of eukaryotic version of signal filter.

The part collection well documents the prokaryote regulation circuit of our project with every detailed characterization of the transcriptional related proteins and promoter.

The whole circuit employs bacteriaphage lambda operon and is redesigned as a positive feedback tri-stable switch. Users can define two inputs and three kinds of outputs to make a sense-response system or an analysis-report system.

To characterize the internal protein-protein and protein-promoter reactions, we build four sets of test circuits:

1.Cro and pRM inhibition test:

Part Number Name Description
BBa_K2036020 RBS-CI-TT-pR-RBS-CIII-RBS-RFP-LAAssrAtag-TT-pRM-RBS-GFP-LVAssrAtag To construct the verification circuit.
BBa_K2036027 pRE-RBS-Cro-RBS-CII-TT-ptrp-RBS-CI-TT-pR-RBS-CIII-RBS-RFP-LAAssrAtag-TT-pRM-RBS-GFP-LVAssrAtag To verify the function of the whole circuit with T7 and ptrp sensing the signals.

In ideal conditions, RFP is supposed to be visualized through fluorescence microscope when induced by IPTG. And after adding IAA into the medium, our host strain will turn to the other state of GFP expression. And because of LVAssrA tag’s effect, the RFP to GFP expression transition will be relatively obvious.

Application cicuit

To provide an application example, we constructed an application circuit based on this version to help relief lactose intolerance (more details see to application page) .

Part Number Name Description
BBa_K2036028 placm-pRE-RBS-Cro-RBS-CII-TT-patp2-RBS-CI-TT-pR-RBS-CIII-RBS-ompA-iLDH-TT-pRM-RBS-beta-galactosidase To verify bi-stable function of eukaryotic version of signal filter.

In the bi-stable switch of prokaryotes, we set the gene of interest 1 as iLDH and gene of interest 2 as beta-galactosidase. For sensing the signal, we choose lactose inducible promoter plac(mutant) and base inducible promoter patp2 (works when the pH of microenvironment is about 7~9).

And we hope more team to join and add more posibilities to the circuit!