Difference between revisions of "Team:SCAU-China/Improve"

 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
+
 
 
<style type="text/css">
 
<style type="text/css">
 
#top_title{
 
#top_title{
 
display:none;
 
display:none;
 
}
 
}
* {
+
* {
            box-sizing: border-box;
+
box-sizing: border-box;
        }
+
}
  
        a {
+
a {
            text-decoration: none;
+
text-decoration: none;
        }
+
}
  
        ul,
+
ul,
        ol {
+
ol {
            list-style: none;
+
list-style: none;
        }
+
}
  
        body {
+
body {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 14px;
+
font-size: 14px;
            line-height: 1.42857143;
+
line-height: 1.42857143;
            color: #333;
+
color: #333;
            min-width: 768px;
+
min-width: 768px;
        }
+
}
  
        .navbar-default {
+
.navbar-default {
            background-color: #EEE;
+
background-color: #EEE;
            border-color: #e7e7e7;
+
border-color: #e7e7e7;
            top: 16px;
+
top: 16px;
            border-width: 0 0 1px;
+
border-width: 0 0 1px;
            position: fixed;
+
position: fixed;
            right: 0;
+
right: 0;
            left: 0;
+
left: 0;
            z-index: 1030;
+
z-index: 1030;
            min-height: 50px;
+
min-height: 50px;
            margin-bottom: 20px;
+
margin-bottom: 20px;
            border: 1px solid transparent;
+
border: 1px solid transparent;
            min-width: 768px;
+
min-width: 768px;
        }
+
}
  
        .container {
+
.container {
            padding-right: 15px;
+
padding-right: 15px;
            padding-left: 15px;
+
padding-left: 15px;
            margin-right: auto;
+
margin-right: auto;
            margin-left: auto;
+
margin-left: auto;
        }
+
}
  
        @media screen and (min-width: 768px) {
+
@media screen and (min-width: 768px) {
            .container {
+
.container {
                width: 750px;
+
width: 750px;
            }
+
}
        }
+
}
  
        @media screen and (min-width: 992px) {
+
@media screen and (min-width: 992px) {
            .container {
+
.container {
                width: 970px;
+
width: 970px;
            }
+
}
        }
+
}
  
        @media screen and (min-width: 1200px) {
+
@media screen and (min-width: 1200px) {
            .container {
+
.container {
                width: 1170px;
+
width: 1170px;
            }
+
}
        }
+
}
  
        .navbar-header {
+
.navbar-header {
            float: left;
+
float: left;
        }
+
}
  
        .navbar-brand {
+
.navbar-brand {
            color: #777;
+
color: #777;
            float: left;
+
float: left;
            height: 50px;
+
height: 50px;
            padding: 15px 15px;
+
padding: 15px 15px;
            font-size: 18px;
+
font-size: 18px;
            line-height: 20px;
+
line-height: 20px;
        }
+
}
  
        .navbar>ul>li {
+
.navbar>ul>li {
            float: left;
+
float: left;
        }
+
}
  
        .nav>li {
+
.nav>li {
            position: relative;
+
position: relative;
            display: block;
+
display: block;
            margin-right: 10px;
+
margin-right: 10px;
        }
+
}
  
        .nav>li>a {
+
.nav>li>a {
            color: #777;
+
color: #777;
            position: relative;
+
position: relative;
            display: block;
+
display: block;
            padding: 8px 15px;
+
padding: 8px 15px;
            cursor: pointer;
+
cursor: pointer;
        }
+
}
  
        .nav>li>a:hover {
+
.nav>li>a:hover {
            color: #333;
+
color: #333;
        }
+
}
  
        .caret {
+
.caret {
            display: inline-block;
+
display: inline-block;
            width: 0;
+
width: 0;
            height: 0;
+
height: 0;
            margin-left: 2px;
+
margin-left: 2px;
            vertical-align: middle;
+
vertical-align: middle;
            border-top: 4px solid #777;
+
border-top: 4px solid #777;
            border-right: 4px solid transparent;
+
border-right: 4px solid transparent;
            border-left: 4px solid transparent;
+
border-left: 4px solid transparent;
            position: absolute;
+
position: absolute;
            top: 18px;
+
top: 18px;
            right: 1px;
+
right: 1px;
        }
+
}
  
        .nav>li>a:hover+span {
+
.nav>li>a:hover+span {
            border-top: 4px solid #333;
+
border-top: 4px solid #333;
        }
+
}
  
        .nav>li .dropdown-menu {
+
.nav>li .dropdown-menu {
            margin-top: 0;
+
margin-top: 0;
            border-top-left-radius: 0;
+
border-top-left-radius: 0;
            border-top-right-radius: 0;
+
border-top-right-radius: 0;
            position: absolute;
+
position: absolute;
            top: 35px;
+
top: 35px;
            left: 0;
+
left: 0;
            z-index: 1000;
+
z-index: 1000;
            float: left;
+
float: left;
            min-width: 160px;
+
min-width: 160px;
            padding: 5px 0;
+
padding: 5px 0;
            margin: 2px 0 0;
+
margin: 2px 0 0;
            font-size: 14px;
+
font-size: 14px;
            text-align: left;
+
text-align: left;
            list-style: none;
+
list-style: none;
            background-color: #fff;
+
background-color: #fff;
            -webkit-background-clip: padding-box;
+
-webkit-background-clip: padding-box;
            background-clip: padding-box;
+
background-clip: padding-box;
            border: 1px solid #ccc;
+
border: 1px solid #ccc;
            border: 1px solid rgba(0, 0, 0, .15);
+
border: 1px solid rgba(0, 0, 0, .15);
            border-radius: 4px;
+
border-radius: 4px;
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
+
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            display: none;
+
display: none;
        }
+
}
  
        .dropdown-menu>li {
+
.dropdown-menu>li {
            display: list-item;
+
display: list-item;
        }
+
}
  
        .dropdown-menu>li>a {
+
.dropdown-menu>li>a {
            display: block;
+
display: block;
            padding: 3px 20px;
+
padding: 3px 20px;
            clear: both;
+
clear: both;
            font-weight: normal;
+
font-weight: normal;
            line-height: 1.42857143;
+
line-height: 1.42857143;
            color: #333;
+
color: #333;
            white-space: nowrap;
+
white-space: nowrap;
        }
+
}
        .dropdown-menu>li>a:hover {
+
.dropdown-menu>li>a:hover {
            background-color: #eee;
+
background-color: #eee;
        }
+
}
 
html {
 
html {
  font-family: sans-serif;
+
font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
+
-webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
+
-ms-text-size-adjust: 100%;
 
}
 
}
 
#mainDiv{
 
#mainDiv{
+
 
  margin: 0;
+
margin: 0;
  height: 3500px;
+
height: 2480px;
  padding-top: 70px;
+
padding-top: 70px;
  min-width: 1140px;
+
min-width: 1140px;
  background: url('https://static.igem.org/mediawiki/2018/4/4b/T--SCAU-China--ziyeMain.jpg') center center;
+
background: url('https://static.igem.org/mediawiki/2018/4/4b/T--SCAU-China--ziyeMain.jpg') center center;
 
}
 
}
 
.heart {
 
.heart {
  width: 1140px;
+
width: 1140px;
  margin: 0 auto;/* 通用的版心 */
+
margin: 0 auto;/* 通用的版心 */
 
}
 
}
 
#mask {
 
#mask {
    width: 100%;
+
width: 100%;
    height: 3500px;
+
height: 2430px;
    background: rgba(0, 0, 0, 0.3);
+
background: rgba(0, 0, 0, 0.3);
    margin-top: -15px;
+
margin-top: -15px;
    padding-top: 15px;
+
padding-top: 15px;
 
}
 
}
 
.DBoard {/* 展板样式 */
 
.DBoard {/* 展板样式 */
    margin: 0px auto 40px auto;
+
margin: 0px auto 40px auto;
    width: 1000px;
+
width: 1000px;
    height: 500px;
+
height: 500px;
    border-radius: 3px;
+
border-radius: 3px;
    background-color: #fff;
+
background-color: #fff;
    overflow: hidden;
+
overflow: hidden;
    position: relative;
+
position: relative;
 
}
 
}
 
.DBoard0 {/*文字样式*/
 
.DBoard0 {/*文字样式*/
    margin: 0px auto 40px auto;
+
margin: 0px auto 40px auto;
    width: 1000px;
+
width: 1000px;
    height: 500px;
+
height: 500px;
    border-radius: 3px;
+
border-radius: 3px;
    color: white;
+
color: white;
    overflow: hidden;
+
overflow: hidden;
    position: relative;
+
position: relative;
 
}
 
}
 
#mask p {
 
#mask p {
    color: #fff;
+
color: #fff;
    text-align: center;
+
text-align: center;
 
}
 
}
 
#lists-DB {
 
#lists-DB {
    cursor: pointer;
+
cursor: pointer;
 
}
 
}
 
#lists-DB:hover #arr-l,#lists-DB:hover #arr-r{
 
#lists-DB:hover #arr-l,#lists-DB:hover #arr-r{
    display: block;
+
display: block;
 
}
 
}
 
#lists {
 
#lists {
    position: relative;
+
position: relative;
    width: 4000px;
+
width: 4000px;
 
}
 
}
 
#lists img {
 
#lists img {
    float: left;
+
float: left;
 
}
 
}
 
#arr-l,#arr-r {
 
#arr-l,#arr-r {
    display: block;
+
display: block;
    position: absolute;
+
position: absolute;
    width: 40px;
+
width: 40px;
    height: 60px;
+
height: 60px;
    background: rgba(0, 0, 0, .4);
+
background: rgba(0, 0, 0, .4);
    top: 50%;
+
top: 50%;
    margin-top: -30px;
+
margin-top: -30px;
    color: #fff;
+
color: #fff;
    font: 600 30px/60px "宋体";
+
font: 600 30px/60px "宋体";
    line-height: 60px;
+
line-height: 60px;
    text-align: center;
+
text-align: center;
    display: none;
+
display: none;
 
}
 
}
 
#arr-l:hover,#arr-r:hover {
 
#arr-l:hover,#arr-r:hover {
    background: rgba(0, 0, 0, .7);
+
background: rgba(0, 0, 0, .7);
 
}
 
}
 
#arr-l {
 
#arr-l {
    left: 0;
+
left: 0;
 
}
 
}
 
#arr-r {
 
#arr-r {
    right: 0;
+
right: 0;
 
}
 
}
 
#buttons {
 
#buttons {
    position: absolute;
+
position: absolute;
    bottom: 15px;
+
bottom: 15px;
    left: 50%;
+
left: 50%;
 
}
 
}
 
#buttons span {
 
#buttons span {
    width: 12px;
+
width: 12px;
    height: 12px;
+
height: 12px;
    background: #ccc;
+
background: #ccc;
    float: left;
+
float: left;
    border-radius: 50%;
+
border-radius: 50%;
    margin: 0 5px 0 5px;
+
margin: 0 5px 0 5px;
 
}
 
}
 
.on {
 
.on {
    background-color: #333 !important;
+
background-color: #333 !important;
 
}
 
}
 
#toTop {
 
#toTop {
    width: 50px;
+
width: 50px;
    height: 50px;
+
height: 50px;
    background: url("https://static.igem.org/mediawiki/2018/b/b6/T--SCAU-China--toTop.png") no-repeat center center rgba(0, 0, 0, .3);
+
background: url("https://static.igem.org/mediawiki/2018/b/b6/T--SCAU-China--toTop.png") no-repeat center center rgba(0, 0, 0, .3);
    position: fixed;
+
position: fixed;
    right: 50px;
+
right: 50px;
    bottom: 5px;
+
bottom: 5px;
    cursor: pointer;
+
cursor: pointer;
    display: none;
+
display: none;
 
}
 
}
  
   
+
 
 
}
 
}
 
#img4{
 
#img4{
    width: 10%;
+
width: 10%;
 
}
 
}
 
#content {
 
#content {
    width: 101%;
+
width: 101%;
    padding: 15px;
+
padding: 15px;
    border: none;
+
border: none;
    color: black;
+
color: black;
    margin-left: 20px;
+
margin-left: 20px;
    margin-right: auto;
+
margin-right: auto;
    background-color: #ffffff;
+
background-color: #ffffff;
    position: relative;
+
position: relative;
 
}
 
}
 
#content {
 
#content {
    position: relative;
+
position: relative;
    width: 101%;
+
width: 101%;
    margin: 0 auto;
+
margin: 0 auto;
    padding: 5px 5px 5px 5px;
+
padding: 5px 5px 5px 5px;
    background: white;
+
background: white;
    color: black;
+
color: black;
    border-left: 1px solid #444444;
+
border-left: 1px solid #444444;
    border-right: 1px solid #444444;
+
border-right: 1px solid #444444;
    line-height: 1.5em;
+
line-height: 1.5em;
    z-index: 2;
+
z-index: 2;
 
}
 
}
 
#title{
 
#title{
    height: 100px;
+
height: 100px;
    background: rgba(0, 0, 0, 0.3);
+
background: rgba(0, 0, 0, 0.3);
    text-align: left;
+
text-align: left;
    font-size: 60px;
+
font-size: 60px;
    color: white;
+
color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 100px;
+
line-height: 100px;
  
 
}
 
}
 
#article1{
 
#article1{
    background: rgba(0, 0, 0, 0);
+
background: rgba(0, 0, 0, 0);
 
height: 1710px;
 
height: 1710px;
  
Line 314: Line 314:
 
#article1 p{
 
#article1 p{
  
    text-align: left;
+
text-align: left;
    position: relative;
+
position: relative;
    color: white;
+
color: white;
    margin-top: 20px;
+
margin-top: 20px;
   
+
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+
    font-size:20px;
+
}
+
  
#article2{
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: url('https://static.igem.org/mediawiki/2018/9/9e/T--SCAU-CHINA--Description.png') no-repeat center center;
+
font-size:20px;
    height:400px;
+
}#title1{
+
    height: 50px;
+
    background: rgba(0, 0, 0, 0.3);
+
    text-align: left;
+
    font-size:30px;
+
    color: white;
+
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+
    line-height: 50px;
+
 
}
 
}
 +
 +
  
 
#title2{
 
#title2{
    height: 50px;
+
height: 50px;
    background: rgba(0, 0, 0, 0.3);
+
background: rgba(0, 0, 0, 0.3);
    text-align: left;
+
text-align: left;
    font-size:30px;
+
font-size:30px;
    color: white;
+
color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 50px;
+
line-height: 50px;
 
}
 
}
 
#art1{
 
#art1{
background: rgba(0, 0, 0, 0);
+
background: rgba(0, 0, 0, 0);
    height: 300px;
+
height: 210px;
 
}
 
}
 
#art2{
 
#art2{
background: rgba(0, 0, 0, 0);
+
background: rgba(0, 0, 0, 0);
    height: 200px;
+
height: 580px;
 +
}
 +
 
 +
#art3{
 +
background: rgba(0, 0, 0, 0);
 +
height: 2000px;
 
}
 
}
 
#art1 p{
 
#art1 p{
text-align: left;
+
text-align: left;
    position: relative;
+
position: relative;
    color: white;
+
color: white;
    margin-top: 0px;
+
margin-top: 0px;
   
+
 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:20px;
+
font-size:20px;
 
}
 
}
 
#art2 p{
 
#art2 p{
    text-align: left;
+
text-align: left;
    position: relative;
+
position: relative;
    color: white;
+
color: white;
    margin-top:0px;
+
margin-top:0px;
   
+
 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:20px;
+
font-size:20px;
 
}
 
}
 +
#art3 p{
 +
text-align: left;
 +
position: relative;
 +
color: white;
 +
margin-top:0px;
 +
 +
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 +
font-size:20px;
 +
}
 +
 +
 +
 +
 +
 +
 +
 
body {
 
body {
    background-color: white;
+
background-color: white;
 
}
 
}
 
</style>
 
</style>
Line 405: Line 415:
 
<span class="caret"></span>
 
<span class="caret"></span>
 
<ul class='dropdown-menu'>
 
<ul class='dropdown-menu'>
 
+
<li><a href="https://2018.igem.org/Team:SCAU-China/ProjectOverview">Overview</a></li>
 
<li><a href="https://2018.igem.org/Team:SCAU-China/Background">Background</a></li>
 
<li><a href="https://2018.igem.org/Team:SCAU-China/Background">Background</a></li>
 
<li><a href="https://2018.igem.org/Team:SCAU-China/Design">Design</a></li>
 
<li><a href="https://2018.igem.org/Team:SCAU-China/Design">Design</a></li>
Line 433: Line 443:
 
<span class="caret"></span>
 
<span class="caret"></span>
 
<ul class='dropdown-menu'>
 
<ul class='dropdown-menu'>
<li><a href="https://2018.igem.org/Team:SCAU-China/ModelOverview">Overview</a></li>
+
<li><a href="https://2018.igem.org/Team:SCAU-China/Model">Overview</a></li>
<li><a href="https://2018.igem.org/Team:SCAU-China/HAWNA">HAWNA</a></li>
+
<li><a href="https://2018.igem.org/Team:SCAU-China/Model/HAWNA">HAWNA</a></li>
<li><a href="https://2018.igem.org/Team:SCAU-China/PPIBoost">PPIBoost</a></li>
+
<li><a href="https://2018.igem.org/Team:SCAU-China/Model/PPIBoost">PPIBoost</a></li>
<li><a href="https://2018.igem.org/Team:SCAU-China/CultrueCondition">Cultrue Condition</a></li>
+
<li><a href="https://2018.igem.org/Team:SCAU-China/Model/CultrueCondition">Cultrue Condition</a></li>
<li><a href="https://2018.igem.org/Team:SCAU-China/Model">Model</a></li></ul>
+
</ul>
 
</li>
 
</li>
 
</ul>
 
</ul>
Line 464: Line 474:
 
</div>
 
</div>
 
</div>
 
</div>
 +
  
 
<div id="mainDiv">
 
<div id="mainDiv">
 
<div class="heart"><!-- 版心 -->
 
<div class="heart"><!-- 版心 -->
    <div id="mask"><!-- 半透明底板 -->
+
<div id="mask"><!-- 半透明底板 -->
     
+
 
      <div class="DBoard" id="title">  
+
<div class="DBoard" id="title">  
      coming soon      </div>
+
 
     
+
 
 +
Improve
  
   
 
      <p>School's name:SCAU</p>
 
      <p>Member's name:SCAU</p>
 
      <p>Designed by:SCAU</p>
 
    </div>
 
  </div>
 
 
</div>
 
</div>
  <!-- 回到顶部按钮 -->
+
<div class="DBoard" id="title2">
  <em id="toTop"></em>
+
  
<script>
+
BBa_K2559005 /BBa_K2559009
        var dropdownBoxs = document.getElementsByClassName('dropdown');
+
        var dropdownMenus = document.getElementsByClassName('dropdown-menu');
+
        for (let i = 0 ; i < dropdownBoxs.length ; i ++) {
+
            // console.log(dropdownBoxs[i]);
+
            // console.log(dropdownMenus[i]);
+
            dropdownBoxs[i].index = i;
+
            dropdownBoxs[i].onclick = function () {
+
                var styles = document.defaultView.getComputedStyle(dropdownMenus[i]) || dropdownMenus[i].currentStyle;
+
                // console.log(styles.display);
+
                if (styles.display == 'none') {
+
                    for (let j = 0 ; j < dropdownBoxs.length ; j ++) {
+
                        dropdownMenus[j].style.display = 'none';
+
                        dropdownMenus[i].style.display = 'block';
+
                    }
+
                } else {
+
                    for (let j = 0 ; j < dropdownBoxs.length ; j ++) {
+
                        dropdownMenus[j].style.display = 'none';
+
                    }
+
                }
+
            }
+
        }
+
    </script>
+
  
 +
</div>
 +
<div class="DBoard" id="art3">
 +
<p>
  
    <script type="text/javascript">
+
The part BBa_K2559006 has a sequence improvement on the basic part submitted by iGEM07_Peking (BBa_l714891) which encodes the SDY_eGFP. However, we found out a 16 bp nucleotides redundancy in the eGFP starting coding region in BBa_I714891, after checking the sequence of BBa_I714891 from NCBI. Therefore, we decided to delete the redundant 16 bp nucleotides in BBa_I714891 to amend the length of eGFP coding sequence. The amended eGFP coding biobrick is the BBa_K2559005.
 
+
</p>
      var a= function() {
+
<p>To test the function of BBa_K2559005, we designed a new E.coli expression vector containing our new part termed as BBa_K2559003under a strong E.coli endogenous promoter (PrplJ). Therefore, the amended eGFP in BBa_K2559005 was driven by PrplJ promoter, and expressed in DH10B. In addition, we also applied the BBa_K2559005 in the promoter intensity analysis of our other two new parts, the BBa_K2559004 and BBa_K2559011 which are relatively weaker E.coli endogenous promoters (PdapA and PcaiF) (Figure 1).</p>
    var box01 = document.getElementById("lists-DB");
+
<img src="https://static.igem.org/mediawiki/2018/8/80/T--SCAU-China--Measurement014.png" alt="" />
    var lis = document.getElementById("lists");//获得轮播图图片盒子
+
<br><br>
    var btns = document.getElementById("buttons");//获得按钮盒子
+
<img src="https://static.igem.org/mediawiki/2018/3/3f/T--SCAU-China--Measurement015.png" alt="" />
    var imgs = lis.getElementsByTagName("img");//获得图片伪数组
+
<p style="font-size:16px; text-align: center;">Figure 1: Fluorescent intensity of amended eGFP driven by by PrplJ, PdapA, PcaiF promoter.</p>
    btns.style.width = 24 * (imgs.length - 2) + "px";
+
<p>We summarized that our improvedpart, the amended eGFP coding biobrick BBa_K2559005 worked well in DH10B. We also hoped that our improvement on the BBa_I714891 can help their future applications by other groups in the future. However, it is difficult for us to perform additional experiments with BBa_K2559005 and BBa_I714891 due to the unavailable BBa_I714891.</p>
    btns.style.marginLeft = -(12 * (imgs.length - 2)) + "px";//动态赋值
+
<p>To expand the application of BBa_K2559005, we searched theBBa_J04450stored in registry and do another improvement in the BBa_J04450. The BBa_J04450 is a strong RFP expression vector in E.coli. As the main page of BBa_J04450 mentioned, the E.coli colonies with BBa_J04450 were in red color under normal light after about 18 hour culture on LB plate (Figure 2). We used the BBa_K2559005 to replace the RFP region in BBa_J04450, the modified part is BBa_K2559009. We transferred the BBa_K2559009 to DH5α by heat-shock, and found that the fluorescence signal can be observed under the UV (Figure 2).</p>
    for(var i = 0;i < imgs.length - 2; i++){
+
<img src="https://static.igem.org/mediawiki/2018/9/94/T--SCAU-CHINA--improve3.jpg" width="700px" height="700px" />
        //动态生成小圆点
+
<p style="font-size:16px; text-align: center;">Figure 2 Colonies with BBa_J04450 (red colony) and BBa_K2559009 (green colony) visualized under UV lightbox.</p>
        var span = document.createElement("span");
+
<p>So, we confirm that our improved part BBa_K2559005 can work in different E.coli expression system. We are also looking forward to more application of the BBa_K2559009!</p>
        btns.appendChild(span);
+
</div>
    }
+
  
 +
<p>School's name:SCAU</p>
 +
<p>Member's name:SCAU</p>
 +
<p>Designed by:SCAU</p>
 +
</div>
 +
</div>
 +
</div>
 +
<!-- 回到顶部按钮 -->
 +
<em id="toTop"></em>
  
    //轮播图正式部分
+
<script>
    var prev = document.getElementById("arr-l");
+
var dropdownBoxs = document.getElementsByClassName('dropdown');
    var next = document.getElementById("arr-r");
+
var dropdownMenus = document.getElementsByClassName('dropdown-menu');
    var animated = false;//防止计时器多次被触发变量
+
for (let i = 0 ; i < dropdownBoxs.length ; i ++) {
 +
// console.log(dropdownBoxs[i]);
 +
// console.log(dropdownMenus[i]);
 +
dropdownBoxs[i].index = i;
 +
dropdownBoxs[i].onclick = function () {
 +
var styles = document.defaultView.getComputedStyle(dropdownMenus[i]) || dropdownMenus[i].currentStyle;
 +
// console.log(styles.display);
 +
if (styles.display == 'none') {
 +
for (let j = 0 ; j < dropdownBoxs.length ; j ++) {
 +
dropdownMenus[j].style.display = 'none';
 +
dropdownMenus[i].style.display = 'block';
 +
}
 +
} else {
 +
for (let j = 0 ; j < dropdownBoxs.length ; j ++) {
 +
dropdownMenus[j].style.display = 'none';
 +
}
 +
}
 +
}
 +
}
 +
</script>
  
    function animate(offset) {
 
        var time = 300;//滚动一张图片总用时
 
        var inteval = 10;//滚动一次的间隔时间
 
        var speed = offset / (time / inteval);//每次滚动滑动的像素
 
        var left = parseInt(lis.style.left) + offset;//先计算出滚动后的left值
 
        function go() {
 
            animated = true;//为true代表正在运行
 
            //滑动函数
 
            if(((speed > 0) + (parseInt(lis.style.left) < left)===2) || ((speed < 0) + (parseInt(lis.style.left)) > left===2)){
 
                lis.style.left = parseInt(lis.style.left) + speed + "px";
 
                setTimeout(go,inteval);//设置计时器
 
            }
 
            else {
 
                lis.style.left = left + "px";
 
                if(parseInt(lis.style.left) > -1000) lis.style.left = -(1000 * (imgs.length - 2)) + "px";
 
                if(parseInt(lis.style.left) < -(1000 * (imgs.length - 2))) lis.style.left = -1000 + "px";
 
                animated = false;//结束运行
 
            }
 
        }
 
        go();//调用函数
 
       
 
    }
 
    prev.onclick = function() {
 
        if(animated) return;//正在轮播停止
 
        if(index == 0) index = spans.length - 1;
 
        else index --;
 
        animate(1000);
 
        showButton();
 
    }
 
    next.onclick = function() {
 
        if(animated) return;
 
        if(index == spans.length - 1) index = 0;
 
        else index ++;
 
        animate(-1000);
 
        showButton();
 
    }
 
    var index = 0;//记录现在className为on的按钮
 
  
    var spans = btns.getElementsByTagName("span");//得到btns下所有的span标签
+
<script type="text/javascript">
    spans[0].className = "on";
+
    for(var i = 0;i < spans.length;i ++ ) {
+
        spans[i].index = i;//自定义属性
+
        spans[i].onclick = function() {
+
            if(animated) return;
+
            if(this.className == "on") return;
+
            animate((index - this.index) * 1000);
+
            index = this.index;
+
            showButton();
+
        }
+
    }
+
  
    function showButton() { //显示按钮运动的函数
+
var a= function() {
        for(var j = 0;j < spans.length;j ++) {//排它思想
+
var box01 = document.getElementById("lists-DB");
                //if(spans[j].className == "on") oldIndex = j;
+
var lis = document.getElementById("lists");//获得轮播图图片盒子
                spans[j].className = "";
+
var btns = document.getElementById("buttons");//获得按钮盒子
                spans[index].className = "on";
+
var imgs = lis.getElementsByTagName("img");//获得图片伪数组
        }
+
btns.style.width = 24 * (imgs.length - 2) + "px";
    }
+
btns.style.marginLeft = -(12 * (imgs.length - 2)) + "px";//动态赋值
 +
for(var i = 0;i < imgs.length - 2; i++){
 +
//动态生成小圆点
 +
var span = document.createElement("span");
 +
btns.appendChild(span);
 +
}
  
    var timer;//计时器变量 , 这里为什么不能为null
 
    var interval = 3000;//点击间隔时间
 
  
    function play() {//自动点击next函数
+
//轮播图正式部分
        timer = setTimeout(function(){
+
var prev = document.getElementById("arr-l");
            next.onclick();//自动点击next
+
var next = document.getElementById("arr-r");
            play();//递归调用
+
var animated = false;//防止计时器多次被触发变量
        },interval);
+
    }
+
  
    function stop() {
+
function animate(offset) {
        //停止函数
+
var time = 300;//滚动一张图片总用时
        clearTimeout(timer);
+
var inteval = 10;//滚动一次的间隔时间
    }
+
var speed = offset / (time / inteval);//每次滚动滑动的像素
 +
var left = parseInt(lis.style.left) + offset;//先计算出滚动后的left值
 +
function go() {
 +
animated = true;//为true代表正在运行
 +
//滑动函数
 +
if(((speed > 0) + (parseInt(lis.style.left) < left)===2) || ((speed < 0) + (parseInt(lis.style.left)) > left===2)){
 +
lis.style.left = parseInt(lis.style.left) + speed + "px";
 +
setTimeout(go,inteval);//设置计时器
 +
}
 +
else {
 +
lis.style.left = left + "px";
 +
if(parseInt(lis.style.left) > -1000) lis.style.left = -(1000 * (imgs.length - 2)) + "px";
 +
if(parseInt(lis.style.left) < -(1000 * (imgs.length - 2))) lis.style.left = -1000 + "px";
 +
animated = false;//结束运行
 +
}
 +
}
 +
go();//调用函数
 +
 
 +
}
 +
prev.onclick = function() {
 +
if(animated) return;//正在轮播停止
 +
if(index == 0) index = spans.length - 1;
 +
else index --;
 +
animate(1000);
 +
showButton();
 +
}
 +
next.onclick = function() {
 +
if(animated) return;
 +
if(index == spans.length - 1) index = 0;
 +
else index ++;
 +
animate(-1000);
 +
showButton();
 +
}
 +
var index = 0;//记录现在className为on的按钮
 +
 
 +
var spans = btns.getElementsByTagName("span");//得到btns下所有的span标签
 +
spans[0].className = "on";
 +
for(var i = 0;i < spans.length;i ++ ) {
 +
spans[i].index = i;//自定义属性
 +
spans[i].onclick = function() {
 +
if(animated) return;
 +
if(this.className == "on") return;
 +
animate((index - this.index) * 1000);
 +
index = this.index;
 +
showButton();
 +
}
 +
}
 +
 
 +
function showButton() { //显示按钮运动的函数
 +
for(var j = 0;j < spans.length;j ++) {//排它思想
 +
//if(spans[j].className == "on") oldIndex = j;
 +
spans[j].className = "";
 +
spans[index].className = "on";
 +
}
 +
}
 +
 
 +
var timer;//计时器变量 , 这里为什么不能为null
 +
var interval = 3000;//点击间隔时间
 +
 
 +
function play() {//自动点击next函数
 +
timer = setTimeout(function(){
 +
next.onclick();//自动点击next
 +
play();//递归调用
 +
},interval);
 +
}
 +
 
 +
function stop() {
 +
//停止函数
 +
clearTimeout(timer);
 +
}
  
  
    box01.onmouseover = stop; //鼠标悬浮在轮播图上时停止
+
box01.onmouseover = stop; //鼠标悬浮在轮播图上时停止
    box01.onmouseout = play;//鼠标离开轮播图继续
+
box01.onmouseout = play;//鼠标离开轮播图继续
    play();//先自己调用一次
+
play();//先自己调用一次
 
}
 
}
 
a();
 
a();
  </script>
+
</script>
    <script type="text/javascript">
+
<script type="text/javascript">
            //封装函数js文件,方便调用
+
//封装函数js文件,方便调用
    function $(id) {return document.getElementById(id);}//封装获取id对象函数
+
function $(id) {return document.getElementById(id);}//封装获取id对象函数
    function show(obj) {obj.style.display = "block";}//封装显示函数
+
function show(obj) {obj.style.display = "block";}//封装显示函数
    function hidden(obj) {obj.style.display = "none";}//封装隐藏函数
+
function hidden(obj) {obj.style.display = "none";}//封装隐藏函数
    function scroll(){
+
function scroll(){
        if(window.pageYOffset != null) {
+
if(window.pageYOffset != null) {
            //ie9+ 和 其他浏览器
+
//ie9+ 和 其他浏览器
            return {
+
return {
                top: window.pageYOffset,
+
top: window.pageYOffset,
                left: window.pageXOffset
+
left: window.pageXOffset
            }
+
}
        }
+
}
        else if(document.compatMode == "CSS1Compat") {
+
else if(document.compatMode == "CSS1Compat") {
            //非怪异浏览器:没有头部的
+
//非怪异浏览器:没有头部的
            return {
+
return {
                top: document.documentElement.scrollTop,
+
top: document.documentElement.scrollTop,
                left: document.documentElement.scrollLeft
+
left: document.documentElement.scrollLeft
            }
+
}
        }
+
}
        return {//剩下的全部都是怪异浏览器
+
return {//剩下的全部都是怪异浏览器
            top: document.body.scrollTop,
+
top: document.body.scrollTop,
            left: document.body.scrollLeft
+
left: document.body.scrollLeft
        }
+
}
    }
+
}
  
    var leader = 0,target = 0,timer = null;//计时器变量
+
var leader = 0,target = 0,timer = null;//计时器变量
    window.onscroll = function() {
+
window.onscroll = function() {
        //滚动时执行的函数
+
//滚动时执行的函数
        scroll().top > 0 ? show($("toTop")) : hidden($("toTop"));//隐藏和显示totop
+
scroll().top > 0 ? show($("toTop")) : hidden($("toTop"));//隐藏和显示totop
        leader = scroll().top; //实时记录滚动距离
+
leader = scroll().top; //实时记录滚动距离
    }
+
}
  
    $("toTop").onclick = function() {
+
$("toTop").onclick = function() {
        //toTop被点击时执行的函数
+
//toTop被点击时执行的函数
        target = 0;
+
target = 0;
        timer = setInterval(function() {
+
timer = setInterval(function() {
            leader = leader + (target - leader) / 10;
+
leader = leader + (target - leader) / 10;
            window.scrollTo(0,leader);
+
window.scrollTo(0,leader);
            if(leader == target) clearInterval(timer);//当到达顶端清除计时器
+
if(leader == target) clearInterval(timer);//当到达顶端清除计时器
            //必须写在里面,因为在计时器执行时判断
+
//必须写在里面,因为在计时器执行时判断
        },20);
+
},20);
    }
+
}
  
    </script>
+
</script>
  
  
 
</html>
 
</html>

Latest revision as of 11:16, 17 October 2018

Improve
BBa_K2559005 /BBa_K2559009

The part BBa_K2559006 has a sequence improvement on the basic part submitted by iGEM07_Peking (BBa_l714891) which encodes the SDY_eGFP. However, we found out a 16 bp nucleotides redundancy in the eGFP starting coding region in BBa_I714891, after checking the sequence of BBa_I714891 from NCBI. Therefore, we decided to delete the redundant 16 bp nucleotides in BBa_I714891 to amend the length of eGFP coding sequence. The amended eGFP coding biobrick is the BBa_K2559005.

To test the function of BBa_K2559005, we designed a new E.coli expression vector containing our new part termed as BBa_K2559003under a strong E.coli endogenous promoter (PrplJ). Therefore, the amended eGFP in BBa_K2559005 was driven by PrplJ promoter, and expressed in DH10B. In addition, we also applied the BBa_K2559005 in the promoter intensity analysis of our other two new parts, the BBa_K2559004 and BBa_K2559011 which are relatively weaker E.coli endogenous promoters (PdapA and PcaiF) (Figure 1).



Figure 1: Fluorescent intensity of amended eGFP driven by by PrplJ, PdapA, PcaiF promoter.

We summarized that our improvedpart, the amended eGFP coding biobrick BBa_K2559005 worked well in DH10B. We also hoped that our improvement on the BBa_I714891 can help their future applications by other groups in the future. However, it is difficult for us to perform additional experiments with BBa_K2559005 and BBa_I714891 due to the unavailable BBa_I714891.

To expand the application of BBa_K2559005, we searched theBBa_J04450stored in registry and do another improvement in the BBa_J04450. The BBa_J04450 is a strong RFP expression vector in E.coli. As the main page of BBa_J04450 mentioned, the E.coli colonies with BBa_J04450 were in red color under normal light after about 18 hour culture on LB plate (Figure 2). We used the BBa_K2559005 to replace the RFP region in BBa_J04450, the modified part is BBa_K2559009. We transferred the BBa_K2559009 to DH5α by heat-shock, and found that the fluorescence signal can be observed under the UV (Figure 2).

Figure 2 Colonies with BBa_J04450 (red colony) and BBa_K2559009 (green colony) visualized under UV lightbox.

So, we confirm that our improved part BBa_K2559005 can work in different E.coli expression system. We are also looking forward to more application of the BBa_K2559009!

School's name:SCAU

Member's name:SCAU

Designed by:SCAU