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

Line 1: Line 1:
 
{{HZAU-China}}
 
{{HZAU-China}}
 
 
<html lang="en">
 
<html lang="en">
 
<head>
 
<head>
 
+
    <meta charset="UTF-8">
 +
    <title>chassis</title>
 
     <style>
 
     <style>
 
         *{margin: 0;padding: 0;}
 
         *{margin: 0;padding: 0;}
Line 35: Line 35:
 
             border-radius: 50%;
 
             border-radius: 50%;
 
         }
 
         }
      .content_part>a{
+
        .content_part>a{
 
             text-decoration: none;
 
             text-decoration: none;
 
             color: white;
 
             color: white;
Line 44: Line 44:
 
             padding-top: 5px;
 
             padding-top: 5px;
 
             height: 25px;
 
             height: 25px;
             width: 100%;
+
             width: 70%;
 
             background-color: #0e5386;
 
             background-color: #0e5386;
 
             float: left;
 
             float: left;
 
             margin-bottom: 5px;
 
             margin-bottom: 5px;
 
             transition: 0.3s;
 
             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{
 
         .my_submenu{
Line 78: Line 98:
 
             color: #e7376d;
 
             color: #e7376d;
 
         }
 
         }
        .random{
+
        .random{
 
             position: relative ;
 
             position: relative ;
 
         }
 
         }
Line 93: Line 113:
 
         }
 
         }
 
         .article h2{
 
         .article h2{
            padding-bottom:20px;
 
 
             font-size: 50px;
 
             font-size: 50px;
 
             font-family: Arial;
 
             font-family: Arial;
 
             color: #1e6ed0;
 
             color: #1e6ed0;
 
         }
 
         }
        .article h3{
+
        .article h3{
 +
            line-height:120%;
 
             display: block;
 
             display: block;
 
             background-color:white;
 
             background-color:white;
 
             padding-top:20px;
 
             padding-top:20px;
            padding-bottom:15px;
+
             font-size: 30px;
             font-size: 35px;
+
 
             font-family: Helvetica;
 
             font-family: Helvetica;
 
             color: #0783d6;
 
             color: #0783d6;
Line 110: Line 129:
 
         .article h4{
 
         .article h4{
 
             display: block;
 
             display: block;
             padding-top: 20px;
+
             padding-top: 18px;
            padding-bottom:15px;
+
 
             background-color: white;
 
             background-color: white;
 
             font-size: 25px;
 
             font-size: 25px;
 
             font-family: Calibri;
 
             font-family: Calibri;
 
             color: #0f9ad6;
 
             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;
 +
        }
 +
 +
        .related{
 +
            margin:0 auto;
 +
            color: #fff;
 +
            font-size: 1em;
 +
            position: absolute;
 +
            top:7100px;
 +
            font: times;
 +
            z-index:100;
 
         }
 
         }
  
       
 
 
     </style>
 
     </style>
 +
  
 
     <script type="text/javascript">
 
     <script type="text/javascript">
Line 144: Line 188:
 
         }
 
         }
 
     </script>
 
     </script>
 +
 
</head>
 
</head>
  
  
 
<body>
 
<body>
 +
 
<div class="content_wrapper">
 
<div class="content_wrapper">
  
Line 153: Line 199:
  
 
     <div class="main_part">
 
     <div class="main_part">
          
+
         <img src="https://static.igem.org/mediawiki/2016/2/2b/Hzau16_team_paper_main_picture.png" width="168px" height="2503px">
<table border="1" cellspacing="0" cellpadding="5">
+
  
  
         <h2>Basic Part</h2>
+
         <div class="article">
 
+
            <h2>Basic Part</h2>
 +
           
 +
<table border="1" cellspacing="0" cellpadding="5">
 
<tr>
 
<tr>
 
<th>Name</th>
 
<th>Name</th>
Line 229: Line 276:
 
<td>1377</td>
 
<td>1377</td>
 
</tr>
 
</tr>
 
 
         </div>
 
         </div>
  
 
     </div>
 
     </div>
 +
 +
    <div class="related">
 +
        <img src="https://static.igem.org/mediawiki/2016/2/23/T--HZAU-China--%E7%AC%AC.png">
 +
    </div>
 +
 +
 
</div>
 
</div>
  
 
</body>
 
</body>
 +
 
</html>
 
</html>

Revision as of 16:00, 19 October 2016

chassis

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