Difference between revisions of "Team:HZAU-China/Basic Part"

 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{HZAU-China}}
 +
<html lang="en">
 +
<head>
 +
    <meta charset="UTF-8">
 +
    <title>chassis</title>
 +
    <style>
 +
        *{margin: 0;padding: 0;}
 +
        .content_wrapper {
 +
            position: absolute;
 +
            top: 88px;
 +
            width: 100%;
 +
            height: 1800px;
 +
            background-color: white;
 +
        }
 +
        .main_part{
 +
            width: 80%;
 +
            height: 100%;
 +
            float: left;
 +
        }
 +
        .article{
 +
            width: 60%;
 +
            height: auto;
 +
            position: absolute;
 +
            top: 0;
 +
            left: 13%;
 +
            padding:0 2% 2% 2%;
 +
            background-color: white;
 +
        }
 +
        .content_part{
 +
            width: 20%;
 +
            height: auto;
 +
            position: fixed;
 +
            right: 0%;
 +
            background-color:white;
 +
            border-radius: 50%;
 +
        }
 +
        .content_part>a{
 +
            text-decoration: none;
 +
            color: white;
 +
            font-family: Arial;
 +
            font-size: 16px;
 +
            display: block;
 +
            padding-left: 10% ;
 +
            padding-top: 5px;
 +
            height: 25px;
 +
            width: 70%;
 +
            background-color: #0e5386;
 +
            float: left;
 +
            margin-bottom: 5px;
 +
            transition: 0.3s;
 +
        }
 +
        .menutitle{
 +
            height: 25px;
 +
            background-color: #0e5386;
 +
            cursor:pointer;
 +
            padding-top: 5px;
 +
            margin-bottom: 5px;
 +
            width:20%;
 +
            color: white;
 +
            float: right;
 +
        }
 +
        .little{
 +
            content: "";
 +
            float: left;
 +
            margin-top: 6px;
 +
            margin-left: 18px;
 +
            border-left: 6px solid transparent;
 +
            border-right: 6px solid transparent;
 +
            border-bottom: 6px solid #fff955;
 +
            opacity: 1;
 +
        }
 +
        .my_submenu{
 +
            margin:0 !important;
 +
            padding:0;
 +
            border:0;
 +
            margin-bottom: 0.5em;
 +
            text-align: center;
 +
            list-style: none;
 +
        }
 +
        .my_submenu a{
 +
            display: block;
 +
            background-image: linear-gradient(white, #efefef);
 +
            text-decoration: none;
 +
            background-color:white;
 +
            padding: 5px;
 +
            font-size: 14px;
 +
            font-family: Arial;
 +
            color: #3d42e8;
 +
        }
 +
        .menutitle:hover {
 +
            opacity: 0.2;
 +
        }
 +
        .content_part >a:hover{
 +
            background-color: rgba(14, 83, 134, 0.38);
 +
            color: #0e5386;
 +
        }
 +
        .my_submenu a:hover{
 +
            color: #e7376d;
 +
        }
 +
        .random{
 +
            position: relative ;
 +
        }
 +
        .random a{
 +
            position: absolute;
 +
            top: -88px;
 +
        }
 +
        .article p{
 +
            text-align:justify;
 +
            font-family: Verdana;
 +
            font-size: 18px !important;
 +
            line-height: 190%;
 +
            z-index:-1;
 +
        }
 +
        .article h2{
 +
            font-size: 50px;
 +
            font-family: Arial;
 +
            color: #1e6ed0;
 +
          line-height: 130%;
 +
        }
 +
        .article h3{
 +
            line-height:120%;
 +
            display: block;
 +
            background-color:white;
 +
            padding-top:20px;
 +
            font-size: 30px;
 +
            font-family: Helvetica;
 +
            color: #0783d6;
  
<html>
+
        }
 +
        .article h4{
 +
            display: block;
 +
            padding-top: 18px;
 +
            background-color: white;
 +
            font-size: 25px;
 +
            font-family: Calibri;
 +
            color: #0f9ad6;
 +
        }
 +
        .article h5{
 +
            display: block;
 +
            padding-top: 16px;
 +
            background-color: white;
 +
            font-size:18px;
 +
            font-family: Arial;
 +
            color:#3c7ab1;
 +
        }
 +
        .article img{
 +
            display:block;
 +
            margin:0 auto;
 +
        }
 +
        .article video{
 +
            display:block;
 +
            margin:0 auto;
 +
        }
  
<div class="column full_size judges-will-not-evaluate">
 
<h3>★  ALERT! </h3>
 
<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>
 
  
 +
    </style>
  
  
<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>
+
    <script type="text/javascript">
</div>
+
        if (document.getElementById){
 +
            document.write('<style type="text/css">\n')
 +
            document.write('.my_submenu{display: block;}\n')
 +
            document.write('</style>\n')
 +
        }
  
 +
        function SwitchMenu(obj){
 +
            if(document.getElementById){
 +
                var el = document.getElementById(obj);
 +
                var ar = document.getElementById("masterdiv").getElementsByTagName("span");
 +
                if(el.style.display != "block"){
 +
                    for (var i=0; i<ar.length; i++){
 +
                        if (ar[i].className=="my_submenu") //DynamicDrive.com change
 +
                            ar[i].style.display = "none";
 +
                    }
 +
                    el.style.display = "block";
 +
                }else{
 +
                    el.style.display = "none";
 +
                }
 +
            }
 +
        }
 +
    </script>
  
 +
</head>
  
  
<div class="column full_width">
+
<body>
  
 +
<div class="content_wrapper">
  
 +
    <div class="content_part" id="masterdiv"></div>
  
 +
    <div class="main_part">
 +
        <img src="https://static.igem.org/mediawiki/2016/6/69/T--HZAU-China--parts_c_1.png"  width="168px" >
  
<p>
 
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.
 
</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>
+
        <div class="article">
 +
            <h2>Basic Parts</h2>
 +
</br>
 +
           
 +
<table border="1" cellspacing="0" cellpadding="5">
 +
<tr>
 +
<th>Name</th>
 +
<th>Type</th>
 +
<th>Description</th>
 +
<th>Designer</th>
 +
<th>Length(bp)</th>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2012000">BBa_K2012000</a></td>
 +
<td>Inverter</td>
 +
<td>Tri-tandem riboswitches Bc3-5</td>
 +
<td>Pan Chu</td>
 +
<td>485</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2012001">BBa_K2012001</a></td>
 +
<td>Inverter</td>
 +
<td>Riboswitch Bc3</td>
 +
<td>Pan Chu</td>
 +
<td>175</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2012003">BBa_K2012003</a></td>
 +
<td>Inverter</td>
 +
<td>Riboswitch Bc4</td>
 +
<td>Pan Chu</td>
 +
<td>147</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2012010">BBa_K2012010</a></td>
 +
<td>Inverter</td>
 +
<td>Riboswitch Bc5</td>
 +
<td>Pan Chu</td>
 +
<td>149</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2012013">BBa_K2012013</a></td>
 +
<td>Generator</td>
 +
<td>Strong CheZ generator with a fusion GFP reporter</td>
 +
<td>Wenqi Huang</td>
 +
<td>1438</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2012014">BBa_K2012014</a></td>
 +
<td>Generator</td>
 +
<td>Medium CheZ generator with fusion GFP reporter</td>
 +
<td>Wenqi Huang</td>
 +
<td>1438</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2012016">BBa_K2012016</a></td>
 +
<td>Generator</td>
 +
<td>Weak CheZ generator with fusion GFP reporter</td>
 +
<td>Wenqi Huang</td>
 +
<td>1437</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2012002">BBa_K2012002</a></td>
 +
<td>Coding</td>
 +
<td>PleD</td>
 +
<td>Pan Chu</td>
 +
<td>1366</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2012007">BBa_K2012007</a></td>
 +
<td>Generator</td>
 +
<td>CheZ fused with GFP(CDS)</td>
 +
<td>Wenqi Huang</td>
 +
<td>1377</td>
 +
</tr>
 +
        </div>
  
 +
    </div>
  
  
  
 +
</div>
  
<div class="highlight">
 
<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>
 
 
 
</div>
 
  
 +
</body>
  
 
</html>
 
</html>

Latest revision as of 21:54, 19 October 2016

chassis

Basic Parts


Name Type Description Designer Length(bp)
BBa_K2012000 Inverter Tri-tandem riboswitches Bc3-5 Pan Chu 485
BBa_K2012001 Inverter Riboswitch Bc3 Pan Chu 175
BBa_K2012003 Inverter Riboswitch Bc4 Pan Chu 147
BBa_K2012010 Inverter Riboswitch Bc5 Pan Chu 149
BBa_K2012013 Generator Strong CheZ generator with a fusion GFP reporter Wenqi Huang 1438
BBa_K2012014 Generator Medium CheZ generator with fusion GFP reporter Wenqi Huang 1438
BBa_K2012016 Generator Weak CheZ generator with fusion GFP reporter Wenqi Huang 1437
BBa_K2012002 Coding PleD Pan Chu 1366
BBa_K2012007 Generator CheZ fused with GFP(CDS) Wenqi Huang 1377