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

Line 1: Line 1:
 
{{HZAU-China}}
 
{{HZAU-China}}
<html>
 
  
 +
<html lang="en">
 +
<head>
  
 +
    <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: 100%;
 +
            background-color: #0e5386;
 +
            float: left;
 +
            margin-bottom: 5px;
 +
            transition: 0.3s;
 +
        }
 +
        .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{
 +
            padding-bottom:20px;
 +
            font-size: 50px;
 +
            font-family: Arial;
 +
            color: #1e6ed0;
 +
        }
 +
        .article h3{
 +
            display: block;
 +
            background-color:white;
 +
            padding-top:20px;
 +
            padding-bottom:15px;
 +
            font-size: 35px;
 +
            font-family: Helvetica;
 +
            color: #0783d6;
  
 +
        }
 +
        .article h4{
 +
            display: block;
 +
            padding-top: 20px;
 +
            padding-bottom:15px;
 +
            background-color: white;
 +
            font-size: 25px;
 +
            font-family: Calibri;
 +
            color: #0f9ad6;
 +
        }
  
 +
       
 +
    </style>
  
<div class="column full_width">
+
    <script type="text/javascript">
 +
        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>
  
  
<groupparts>BBa_K2012000</groupparts>
+
<body>
<p>
+
<div class="content_wrapper">
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="content_part" id="masterdiv"></div>
  
 +
    <div class="main_part">
 +
       
 +
<table border="1" cellspacing="0" cellpadding="5">
  
  
 +
        <h2>Basic Part</h2>
  
 +
<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>
  
 
+
</body>
 
</html>
 
</html>

Revision as of 15:54, 19 October 2016

Basic Part

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