|
|
Line 1: |
Line 1: |
− | {{HUST-China}}
| + | <html lang="en"> |
− | <html> | + | |
| | | |
− | <div class="column full_size judges-will-not-evaluate"> | + | <head> |
− | <h3>★ ALERT! </h3> | + | <meta charset="UTF-8"> |
− | <p>This page is used by the judges to evaluate your team for the <a href="https://2016.igem.org/Judging/Awards#Special_Prizes">basic part special prize</a>. </p> | + | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
− | | + | <!-- 使IE用最高模式渲染页面 --> |
− | | + | <meta name="renderer" content="webkit"> |
− | | + | <!-- 极速模式 --> |
− | <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> | + | <title>Parts</title> |
− | </div> | + | <link rel="stylesheet" href="https://2016.igem.org/Team:HUST-China/css/bootstrap-theme?action=raw&ctype=text/css"> |
− | | + | <link rel="stylesheet" href="https://2016.igem.org/Team:HUST-China/css/bootstrap?action=raw&ctype=text/css"> |
− | | + | <link rel="stylesheet" href="https://2016.igem.org/Team:HUST-China/css/index?action=raw&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&ctype=text/javascript"></script> |
− | <div class="column full_width"> | + | <script type="text/javascript" src="https://2016.igem.org/Team:HUST-China/js/index?action=raw&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&ctype=text/javascript"></script> |
− | | + | <style> |
− | | + | html { |
− | <p> | + | overflow-x: hidden; |
− | A <b>basic part</b> is a functional unit of DNA that cannot be subdivided into smaller component parts. <a href="http://parts.igem.org/wiki/index.php/Part:BBa_R0051">BBa_R0051</a> is an example of a basic part, a promoter regulated by lambda cl.
| + | width: 100%; |
− | </p> | + | } |
− | | + | |
− | <p>Most genetically-encoded functions have not yet been converted to BioBrick parts. Thus, there are <b>many</b> opportunities to find new, cool, and important genetically encoded functions, and refine and convert the DNA encoding these functions into BioBrick standard biological parts. </p>
| + | .banner-top { |
− | | + | margin-left: 15%; |
− | | + | } |
− | | + | |
− | | + | #igem_home_logo { |
− | | + | width: 100%; |
− | <div class="highlight">
| + | margin-top: 80px; |
− | <h4>Note</h4>
| + | } |
− | <p>This page should list all the basic parts your team has 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>
| + | |
− | | + | @media (min-width: 992px) { |
− | | + | .work-content .col-md-4 { |
− | </div> | + | 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">Basic Part</h2> |
| + | <p class="text-center" style="color:#fff;margin-bottom:10px;">Following documented basic parts are respectively from three circuit this year:</p> |
| + | </div> |
| + | </div> |
| + | <div class="container-fluid"> |
| + | <div class="text-content container" id="text-content"> |
| + | <div class="ref"></div> |
| + | <article> |
| + | <h2>Prokaryotic version of Signal Filter:</h2> |
| + | <img src="https://static.igem.org/mediawiki/2016/8/88/T--HUST-China--Description-Fig-Eukaryote.png" alt=""> |
| + | <h3>Transcriptional regulation:</h3> |
| + | <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_K2036000"> BBa_K2036000 </a></td> |
| + | <td> RBS-CII </td> |
| + | <td> A protein in the bacteriophage λ operon which can activate promoter RE.</td> |
| + | </tr> |
| + | <tr> |
| + | <td><a href="http://parts.igem.org/Part:BBa_K2036001"> BBa_K2036001 </a></td> |
| + | <td> CIII </td> |
| + | <td> A protein in the bacteriophage λ operon which can free CII from its inhibitor, FtsH.</td> |
| + | </tr> |
| + | <tr> |
| + | <td><a href="http://parts.igem.org/Part:BBa_K2036006"> BBa_K2036006 </a></td> |
| + | <td> RBS-CIII </td> |
| + | <td> A protein in the bacteriophage λ operon which can free CII from its inhibitor, FtsH.</td> |
| + | </tr> |
| + | </table> |
| + | <p>Note: We didn’t submit the single parts of pRE, pRM and pR because they too small to construct, but we have constructed and submitted the composite type of them, using GFP as the report gene in the characterization pathways.</p> |
| + | <h3>Protein promoter interaction:</h3> |
| + | <img src="https://static.igem.org/mediawiki/2016/0/06/T--HUST-China--Experiments-Fig10.png" alt=""> |
| + | <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_K2036007"> BBa_K2036007 </a></td> |
| + | <td>RBS-CII-RBS-CII</td> |
| + | <td>A protein in the bacteriophage λ operon which can activate promoter RE. We use tandem to amplify its function.</td> |
| + | </tr> |
| + | <tr> |
| + | <td><a href="http://parts.igem.org/Part:BBa_K2036012"> BBa_K2036012 </a></td> |
| + | <td>RBS-CII-TT</td> |
| + | <td>A protein in the bacteriophage λ operon which can activate promoter RE. We use tandem to amplify its function.</td> |
| + | </tr> |
| + | <tr> |
| + | <td><a href="http://parts.igem.org/Part:BBa_K2036011"> BBa_K2036011 </a></td> |
| + | <td>pRE-GFP-LVAssrAtag</td> |
| + | <td>The report part of the characterization pathway and it’s used to characterize the promoter RE.</td> |
| + | </tr> |
| + | <tr> |
| + | <td><a href="http://parts.igem.org/Part:BBa_K2036032"> BBa_K2036032 </a></td> |
| + | <td>CII-TT-pRE-RBS-GFP-LVAssrAtag</td> |
| + | <td>To characterize CII’s function.</td> |
| + | </tr> |
| + | </table> |
| + | <h3>Protein&protein interaction:</h3> |
| + | <img src="https://static.igem.org/mediawiki/2016/f/f9/T--HUST-China--Experiments-Fig6.png" alt=""> |
| + | <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_K2036007"> BBa_K2036007 </a></td> |
| + | <td> RBS-CII-RBS-CII </td> |
| + | <td> A protein in the bacteriophage λ operon which can activate promoter RE. We use tandem to amplify its function.</td> |
| + | </tr> |
| + | <tr> |
| + | <td><a href="http://parts.igem.org/Part:BBa_K2036008"> BBa_K2036008 </a></td> |
| + | <td> RBS-CIII-RBS-CIII </td> |
| + | <td> A protein in the bacteriophage λ operon which can free CII from its inhibitor, FtsH. We use tandem to amplify its function.</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 function.</td> |
| + | </tr> |
| + | </table> |
| + | <p>Note: CIII and CII circuit above shares the same assembly composition of pRE-RBS-GFP-LVAssrAtag with CII and pRE characterization circuit so the part is not listed repeatedly.</p> |
| + | <h3>Tri-stable function:</h3> |
| + | <img src="https://static.igem.org/mediawiki/2016/1/17/T--HUST-China--Experiments-Fig14.png" alt=""> |
| + | <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_K2036018"> BBa_K2036018 </a></td> |
| + | <td> pRE-RBS-Cro-RBS-CII-TT-ptrp </td> |
| + | <td> Used to construct the circuit. A part of the positive feedback system.</td> |
| + | </tr> |
| + | <tr> |
| + | <td><a href="http://parts.igem.org/Part:BBa_K2036019"> BBa_K2036019 </a></td> |
| + | <td> RFP-LVAssrAtag-TT-pRM-RBS-GFP-LVAssrAtag </td> |
| + | <td> The report part of the circuit, using RFP as the gene of interest 1 and GFP as the gene of interest 2.</td> |
| + | </tr> |
| + | <tr> |
| + | <td><a href="http://parts.igem.org/Part:BBa_K2036020"> BBa_K2036020 </a></td> |
| + | <td> RBS-CI-TT-pR-RBS-CIII-RBS-RFP-LVAssrAtag-TT-pRM-RBS-GFP-LVAssrAtag </td> |
| + | <td> Used to construct the circuit.</td> |
| + | </tr> |
| + | </table> |
| + | <h2>Eukaryotic version of Signal Filter:</h2> |
| + | <h3>Functional protein and promoter:</h3> |
| + | <img src="https://static.igem.org/mediawiki/2016/1/1e/T--HUST-China--Description-Fig-prokaryote.png" alt=""> |
| + | <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_K2036005"> BBa_K2036005 </a></td> |
| + | <td> PP2CA </td> |
| + | <td> Clade A protein phosphatases type 2C which can dephosphorylate ABF2.</td> |
| + | </tr> |
| + | <tr> |
| + | <td><a href="http://parts.igem.org/Part:BBa_K2036004"> BBa_K2036004 </a></td> |
| + | <td> ABF2</td> |
| + | <td> A leucine zipper transcription factor which can activate pRD29A.</td> |
| + | </tr> |
| + | <tr> |
| + | <td><a href="http://parts.igem.org/Part:BBa_K2036003"> BBa_K2036003 </a></td> |
| + | <td> SnRK2.2</td> |
| + | <td> Sucrose Nonfermenting1-Related Subfamily2(SnRK2s) protein kinase which can phosphorylate ABF2.</td> |
| + | </tr> |
| + | <tr> |
| + | <td><a href="http://parts.igem.org/Part:BBa_K2036002"> BBa_K2036002 </a></td> |
| + | <td> prd29A </td> |
| + | <td> A promoter in the Abscisic acid signaling network which can be activated by ABF2.</td> |
| + | </tr> |
| + | </table> |
| + | <h3>Bi-stable-function</h3> |
| + | <img src="https://static.igem.org/mediawiki/2016/b/be/T--HUST-China--Experiments-Fig4-2.png" alt="" class="half_width"><img src="https://static.igem.org/mediawiki/2016/b/be/T--HUST-China--Experiments-Fig4-2.png" alt="" class="half_width"> |
| + | <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_K2036025"> BBa_K2036025 </a></td> |
| + | <td> Kozak-Snrk2.2-TTADH1-pCyc </td> |
| + | <td> Used to construct the circuit.</td> |
| + | </tr> |
| + | <tr> |
| + | <td><a href="http://parts.igem.org/Part:BBa_K2036029"> BBa_K2036029 </a></td> |
| + | <td> Kozak-ABF2-TTADH1-prd29A-Kozak-GFP-LVAssrAtag </td> |
| + | <td> The report part of the circuit, using GFP as the gene of interest.</td> |
| + | </tr> |
| + | <tr> |
| + | <td><a href="http://parts.igem.org/Part:BBa_K2036031"> BBa_K2036031 </a></td> |
| + | <td> PP2CA-TTADH1-pCyc </td> |
| + | <td> Used to construct the circuit.</td> |
| + | </tr> |
| + | </table> |
| + | <h2>Application of Signal Filter:</h2> |
| + | <img src="https://static.igem.org/mediawiki/2016/a/a3/T--HUST-China--modeling-application.png" alt=""> |
| + | <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_K2036021"> BBa_K2036021 </a></td> |
| + | <td> placm-pRE-RBS-Cro-RBS-CII-TT </td> |
| + | <td> Used to construct the circuit. A part of the positive feedback system. placm can response to the lactose signal.</td> |
| + | </tr> |
| + | <tr> |
| + | <td><a href="http://parts.igem.org/Part:BBa_K2036022"> BBa_K2036022 </a></td> |
| + | <td> patp2-RBS-CI-TT-pR-RBS-CIII </td> |
| + | <td> Used to construct the circuit. Patp2 can response to the base signal.</td> |
| + | </tr> |
| + | <tr> |
| + | <td><a href="http://parts.igem.org/Part:BBa_K2036023"> BBa_K2036023 </a></td> |
| + | <td> RBS-iLDH-TT-pRM-RBS-beta-galactosidase </td> |
| + | <td> The report part of the application circuit, using iLDH as the gene of interest 1 and beta-galactosidase as the gene of interest 2.</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> The whole circuit of the application.</td> |
| + | </tr> |
| + | </table> |
| + | </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> |