Difference between revisions of "Team:NJAU China"

Line 9: Line 9:
 
     <title>Home</title>
 
     <title>Home</title>
 
     <style type="text/css">
 
     <style type="text/css">
 +
*{
 +
padding:0;
 +
text-decoration:none;
 +
margin:0;}
 +
        body {
 +
            padding-bottom: 40px;
 +
            background:#ffa54f;
 +
            color: #ffffe0;
 +
            font-size: 16px;
 +
            font-family:Calibri;
 +
        }
 +
pre{
 +
font-size:14px;
 +
font-family:Calibri;}
 +
        #myheader{
 +
            width:1366px;
 +
    height:500px;
 +
    margin:0 auto;
 +
    position:relative;
 +
    font-family:Arial, Helvetica, sans-serif;
 +
            background:#ffffff url("https://static.igem.org/mediawiki/2015/f/fa/NJAU_China01.png");;
 +
        }
 +
        #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {
 +
            display: none;
 +
        }
 +
 +
        /*-- hides default wiki settings --*/
 +
     
  
h1, h2, h3, h4, h5 {
+
        h1, h2, h3, h4, h5 {
 
             font-family: Georgia, Times, "Calibri", serif;
 
             font-family: Georgia, Times, "Calibri", serif;
 
         }
 
         }
Line 87: Line 115:
 
             color: #ffa54f
 
             color: #ffa54f
 
         }
 
         }
 
+
#my_h1{position:absolute;top:70px;left:170px;border:none;}
/*my own content,over default property*/
+
#my_h1 a{display:block;width:190px;height:130px;text-indent:-9999px;}
#mycontent{
+
#my_nav{position:absolute;top:402px;left:200px;width:990px;height:50px;}
width:100%;
+
#my_nav ul{width:100%;margin:0;padding:0;list-style:none;font-size:24px;}
background:pink;
+
#my_nav ul li{display::inline-block;padding:9px 30px;float:left;list-style:none;position:relative;}
 +
#my_nav ul li:hover{background:#ffec8b;}#my_nav ul li a{color:#ffc125;text-decoration:none;}#project{display:none;position:absolute;z-index:100;top:47px;left:0px;background:#CF6;width:100px;}#project dd{width:135px;font-size:16px;
 +
background:#fff68f;height:40px;margin:0;}#project dd a{width:100%;height:40px;display:block;text-decoration:none;text-align:center;line-height:40px;}#project dd a:hover{background:#fffacd;}#achievement{display:none;position:absolute;top:47px;z-index:100;left:0px;background:#CF6;width:100px;}#achievement dd{width:198px;font-size:16px;background:#fff68f;height:40px;margin:0;}#achievement dd a{width:100%;height:40px;display:block;text-decoration:none;text-align:center;line-height:40px;}#achievement dd a:hover{background:#fffacd;}#prctice{display:none;position:absolute;top:47px;z-index:100;left:0px;background:#CF6;width:100px;}#prctice dd{width:300px;font-size:16px;background:#fff68f;height:40px;margin:0;}#prctice dd a{width:100%;height:40px;display:block;text-decoration:none;text-align:center;line-height:40px;}#prctice dd a:hover{background:#fffacd;}#ackonwledgement{display:none;position:absolute;top:47px;z-index:100;left:0px;background:#CF6;width:100px;}#ackonwledgement dd{width:257px;font-size:16px;background:#fff68f;height:40px;margin:0;}#ackonwledgement dd a{width:100%;height:40px;display:block;text-decoration:none;text-align:center;line-height:40px;}#ackonwledgement dd a:hover{backgrounda:#fffacd;}
 +
#my_content{
 +
width:1030px;
 +
margin:0px auto;}
 +
#my_abstract{
 +
width:300px;
 +
margin:0 0 0 25px;
 +
        float:left;
 +
}
 +
#my_abstract h2{
 +
height:50px;
 +
line-height:50px;
 +
text-indent:50px;
 +
border:none;
 +
background:#999;
 +
margin:0 0 20px 0;
 +
padding:0;
 
}
 
}
 
+
#my_abstract p{
body {
+
text-indent:30px;
/*font-family:Tahoma, Geneva, sans-serif;*/
+
height:240px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
+
overflow-y:scroll;
font-size:1em;
+
margin:0 auto;
+
 
}
 
}
.nav {
+
#my_contents{
    left:0;
+
width:1030px;
    width:auto;
+
    background-color:#252525;
+
    padding:0 100px;
+
 
position:relative;
 
position:relative;
 +
margin:0 auto;
 
}
 
}
 +
#my_contents h1{
 +
width:90%;
 +
margin:10px auto;
 +
}
 +
#my_contents h4{
 +
width:90%;
 +
margin:10px auto;
 +
}
 +
#my_contents p{
 +
width:90%;
 +
margin:10px auto;
 +
font-size:16px;
 +
text-indent:30px;}
 +
pre{
 +
width:90%;
 +
margin:0 auto;}
 +
        /*-- hides default wiki settings --*/
 +
    </style>
 +
<script type="text/javascript">
 +
window.onload = function(){
 +
xialashow('project_li','project');
 +
xialahidden('project_li','project');
 +
xialashow('achievement_li','achievement');
 +
xialahidden('achievement_li','achievement');
 +
xialashow('prctice_li','prctice');
 +
xialahidden('prctice_li','prctice');
 +
xialashow('ackonwledgement_li','ackonwledgement');
 +
xialahidden('ackonwledgement_li','ackonwledgement');}
 +
function xialashow(li_id,dl_id){var li_id = document.getElementById(li_id);var dl_id = document.getElementById(dl_id);li_id.onmouseover = function(){dl_id.style.display = 'block';}}
 +
function xialahidden(li_id,dl_id){var li_id = document.getElementById(li_id);var dl_id = document.getElementById(dl_id);li_id.onmouseout = function(){dl_id.style.display = 'none';}}
 +
</script>
  
/* general styles */
+
</head>
.menu, .menu ul {
+
    list-style: none;
+
width:100%;
+
    margin:0 auto;
+
}
+
.menu {
+
    height: 58px;
+
}
+
.menu li {
+
    background: -moz-linear-gradient(#292929, #252525);
+
    background: -ms-linear-gradient(#292929, #252525);
+
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #252525));
+
    background: -webkit-linear-gradient(#292929, #252525);
+
    background: -o-linear-gradient(#292929, #252525);
+
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#252525');
+
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#252525')";
+
    background: linear-gradient(#292929, #252525);
+
    border-bottom: 2px solid #181818;
+
    border-top: 2px solid #303030;
+
    min-width:100px;
+
   
+
}
+
.menu li img{
+
display:block;
+
width:60px;
+
height:54px;
+
margin:0;
+
}
+
.menu > li {
+
    display: block;
+
    float: left;
+
    position: relative;
+
}
+
.menu a {
+
    border-left: 3px solid rgba(0, 0, 0, 0);
+
    color: #FFF;
+
    display: block;
+
    font-family:Arial, Helvetica, sans-serif;
+
    font-size: 15px;
+
font-weight:bold;
+
    line-height: 54px;
+
    padding: 0 30px;
+
    text-decoration: none;
+
}
+
  
/* onhover styles */
+
<!-- NAVBAR
.menu li:hover {
+
================================================== -->
    background-color: #1c1c1c;
+
    background: -moz-linear-gradient(#1c1c1c, #1b1b1b);
+
    background: -ms-linear-gradient(#1c1c1c, #1b1b1b);
+
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c1c1c), color-stop(100%, #1b1b1b));
+
    background: -webkit-linear-gradient(#1c1c1c, #1b1b1b);
+
    background: -o-linear-gradient(#1c1c1c, #1b1b1b);
+
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#1b1b1b');
+
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#1b1b1b')";
+
    background: linear-gradient(#1c1c1c, #1b1b1b);
+
    border-bottom: 2px solid #222222;
+
    border-top: 2px solid #1B1B1B;
+
}
+
.menu li:hover > a {
+
    border-radius: 5px 0 0 0;
+
    border-left: 3px solid #369;
+
    color:#369;
+
}
+
 
+
/* submenu styles */
+
.submenu {
+
    left: 0;
+
    max-height: 0;
+
    position: absolute;
+
    top: 100%;
+
    z-index: 0;
+
min-width:220px;
+
    -webkit-perspective: 400px;
+
    -moz-perspective: 400px;
+
    -ms-perspective: 400px;
+
    -o-perspective: 400px;
+
    perspective: 400px;
+
+
}
+
.submenu li {
+
    opacity: 0;
+
    -webkit-transform: rotateY(90deg);
+
    -moz-transform: rotateY(90deg);
+
    -ms-transform: rotateY(90deg);
+
    -o-transform: rotateY(90deg);
+
    transform: rotateY(90deg);
+
 
+
    -webkit-transition: opacity .4s, -webkit-transform .5s;
+
    -moz-transition: opacity .4s, -moz-transform .5s;
+
    -ms-transition: opacity .4s, -ms-transform .5s;
+
    -o-transition: opacity .4s, -o-transform .5s;
+
    transition: opacity .4s, transform .5s;
+
}
+
.menu .submenu li:hover a {
+
    border-left: 3px solid #454545;
+
    border-radius: 0;
+
    color: #69F;
+
}
+
.menu > li:hover .submenu, .menu > li:focus .submenu {
+
    max-height: 2000px;
+
    z-index: 10;
+
}
+
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
+
    opacity: 1;
+
    -webkit-transform: none;
+
    -moz-transform: none;
+
    -ms-transform: none;
+
    -o-transform: none;
+
    transform: none;
+
}
+
 
+
/* CSS3 delays for transition effects */
+
.menu li:hover .submenu li:nth-child(1) {
+
    -webkit-transition-delay: 0s;
+
    -moz-transition-delay: 0s;
+
    -ms-transition-delay: 0s;
+
    -o-transition-delay: 0s;
+
    transition-delay: 0s;
+
}
+
.menu li:hover .submenu li:nth-child(2) {
+
    -webkit-transition-delay: 50ms;
+
    -moz-transition-delay: 50ms;
+
    -ms-transition-delay: 50ms;
+
    -o-transition-delay: 50ms;
+
    transition-delay: 50ms;
+
}
+
.menu li:hover .submenu li:nth-child(3) {
+
    -webkit-transition-delay: 100ms;
+
    -moz-transition-delay: 100ms;
+
    -ms-transition-delay: 100ms;
+
    -o-transition-delay: 100ms;
+
    transition-delay: 100ms;
+
}
+
.menu li:hover .submenu li:nth-child(4) {
+
    -webkit-transition-delay: 150ms;
+
    -moz-transition-delay: 150ms;
+
    -ms-transition-delay: 150ms;
+
    -o-transition-delay: 150ms;
+
    transition-delay: 150ms;
+
}
+
.menu li:hover .submenu li:nth-child(5) {
+
    -webkit-transition-delay: 200ms;
+
    -moz-transition-delay: 200ms;
+
    -ms-transition-delay: 200ms;
+
    -o-transition-delay: 200ms;
+
    transition-delay: 200ms;
+
}
+
.menu li:hover .submenu li:nth-child(6) {
+
    -webkit-transition-delay: 250ms;
+
    -moz-transition-delay: 250ms;
+
    -ms-transition-delay: 250ms;
+
    -o-transition-delay: 250ms;
+
    transition-delay: 250ms;
+
}
+
.menu li:hover .submenu li:nth-child(7) {
+
    -webkit-transition-delay: 300ms;
+
    -moz-transition-delay: 300ms;
+
    -ms-transition-delay: 300ms;
+
    -o-transition-delay: 300ms;
+
    transition-delay: 300ms;
+
}
+
.menu li:hover .submenu li:nth-child(8) {
+
    -webkit-transition-delay: 350ms;
+
    -moz-transition-delay: 350ms;
+
    -ms-transition-delay: 350ms;
+
    -o-transition-delay: 350ms;
+
    transition-delay: 350ms;
+
}
+
 
+
.submenu li:nth-child(1) {
+
    -webkit-transition-delay: 350ms;
+
    -moz-transition-delay: 350ms;
+
    -ms-transition-delay: 350ms;
+
    -o-transition-delay: 350ms;
+
    transition-delay: 350ms;
+
}
+
.submenu li:nth-child(2) {
+
    -webkit-transition-delay: 300ms;
+
    -moz-transition-delay: 300ms;
+
    -ms-transition-delay: 300ms;
+
    -o-transition-delay: 300ms;
+
    transition-delay: 300ms;
+
}
+
.submenu li:nth-child(3) {
+
    -webkit-transition-delay: 250ms;
+
    -moz-transition-delay: 250ms;
+
    -ms-transition-delay: 250ms;
+
    -o-transition-delay: 250ms;
+
    transition-delay: 250ms;
+
}
+
.submenu li:nth-child(4) {
+
    -webkit-transition-delay: 200ms;
+
    -moz-transition-delay: 200ms;
+
    -ms-transition-delay: 200ms;
+
    -o-transition-delay: 200ms;
+
    transition-delay: 200ms;
+
}
+
.submenu li:nth-child(5) {
+
    -webkit-transition-delay: 150ms;
+
    -moz-transition-delay: 150ms;
+
    -ms-transition-delay: 150ms;
+
    -o-transition-delay: 150ms;
+
    transition-delay: 150ms;
+
}
+
.submenu li:nth-child(6) {
+
    -webkit-transition-delay: 100ms;
+
    -moz-transition-delay: 100ms;
+
    -ms-transition-delay: 100ms;
+
    -o-transition-delay: 100ms;
+
    transition-delay: 100ms;
+
}
+
.submenu li:nth-child(7) {
+
    -webkit-transition-delay: 50ms;
+
    -moz-transition-delay: 50ms;
+
    -ms-transition-delay: 50ms;
+
    -o-transition-delay: 50ms;
+
    transition-delay: 50ms;
+
}
+
.submenu li:nth-child(8) {
+
    -webkit-transition-delay: 0s;
+
    -moz-transition-delay: 0s;
+
    -ms-transition-delay: 0s;
+
    -o-transition-delay: 0s;
+
    transition-delay: 0s;
+
}
+
    </style>
+
 
+
<html>
+
 
<body>
 
<body>
<div id="mycontent">
+
<div id="myheader">
<div class="nav" id="main" role="main">
+
<h1 id="my_h1"><a href="#">IGEM</a></h1>
<ul class="menu">
+
    <div id="my_nav">
<li><img src="images/NJAU_2015_navigemlogo.png"/></li>
+
        <ul>
<li><a href="#">HOME</a></li>
+
          <li><a href="https://2015.igem.org/Team:NJAU_China">Home</a></li>
<li><a href="#s1">TEAM</a>
+
          <li id="project_li"><a href="#">Project</a>
<ul class="submenu">
+
                <dl id="project">
<li><a href="#">team</a></li>
+
                    <dd><a href="https://2015.igem.org/Team:NJAU_China/Overview">Overview</a></dd>
<li><a href="#">notebook</a></li>
+
                    <dd><a href="https://2015.igem.org/Team:NJAU_China/System Design">System Design</a></dd>
<li><a href="#">attributes</a></li>
+
                    <dd><a href="https://2015.igem.org/Team:NJAU_China/Overview">Parts</a></dd>
</ul>
+
                </dl>
</li>
+
          </li>
<li><a href="#s1">PROGECT</a>
+
          <li><a href="https://2015.igem.org/Team:NJAU_China/Model">Model</a></li>
<ul class="submenu">
+
          <li id="achievement_li"><a href="#">Human Practice</a>
<li><a href="#">description</a></li>
+
                <dl id="achievement">
<li><a href="#">experiment&protocals</a></li>
+
                    <dd><a href="https://2015.igem.org/Team:NJAU_China/Project Evaluation">Project Evaluation</a></dd>
<li><a href="#">results</a></li>
+
                    <dd><a href="https://2015.igem.org/Team:NJAU_China/Protocol/Safety/Feasibility">Safety/Feasibility</a></dd>
<li><a href="#">design</a></li>
+
                    <dd><a href="https://2015.igem.org/Team:NJAU_China/Public Engagement">Public Engagement</a></dd>
<li><a href="#">team parts</a></li>
+
                    <dd><a href="https://2015.igem.org/Team:NJAU_China/Collaborations">Collaborations</a></dd>
</ul>
+
                </dl>
</li>
+
          </li>
<li class="active"><a href="#s2">HUMAN PRACTICES</a>
+
          <li><a href="https://2015.igem.org/Team:NJAU_China/Team">Team</a></li>
<ul class="submenu">
+
          <li id="ackonwledgement_li"><a href="#">Measurement</a>
<li><a href="#">humam practices</a></li>
+
                <dl id="Measurement">
<li><a href="#">collaborations</a></li>
+
                </dl>
<li><a href="#">safety</a></li>
+
          </li>
</ul>
+
      </ul>
</li>
+
    </div>
<li><a href="#">MODELING</a></li>
+
<li><a href="#">MEASUREMENT</a></li>
+
</ul>
+
 
</div>
 
</div>
 +
 +
<!------------------------------------------->
 +
<div id="my_contents">
 +
    <h1>Project Description</h1>
 +
    <p>The conversion of transient information into long-lasting responses is a common aspect of many biological processes and is crucial for the design of sophisticated synthetic circuits <sup> [1] </sup>. Whereas, the most cellular memories are limited to protein levels currently, which are transient, instantaneous and unapparent. To overcome these shortcuts, this year we design a system to achieve the storage of information by a transient stimulation but use a long-lasting response.</p>
 +
    <p>In this project, we try to complete a simulation of memorizer. The two processes are divided into separated bacterial strains to play as the “Recorder” and the “Saver”. The system is designed to be activated and deactivated via light- regulated fusion proteins <sup> [2] </sup>, which then active protein synthesis to complete the process. Once the system is activated by simulation of blue light, the information storage would be accomplished by conjugation, which cannot be carried out in usual time because of the specific gene deletion. When the memory needs to be erased, the CRISPR-Cas9 system in the “Saver” would be activated by the red light.</p>
 +
  <p>By design such a cellular memory technology, we make a bacterial memory storage device. And together with biological transistor and other bio-electronic component, we can preview the prototype of the biological computer.</p>
 +
    <div style="text-align:center"><img src="" /></div>
 +
    <h3>Refrences:</h3>
 +
    <p>[1] Farzadfard F, Lu T K. Genomically encoded analog memory with precise in vivo DNA writing in living cell populations[J]. science, 2014, 346(6211): 1256272.</p>
 +
    <p>[2] Möglich A, Ayers R A, Moffat K. Design and signaling mechanism of light-regulated histidine kinases[J]. Journal of molecular biology, 2009, 385(5): 1433-1444.</p>
 
</div>
 
</div>
<body>
+
 
 +
</body>
 
</html>
 
</html>

Revision as of 18:48, 17 September 2015

Home

Project Description

The conversion of transient information into long-lasting responses is a common aspect of many biological processes and is crucial for the design of sophisticated synthetic circuits [1] . Whereas, the most cellular memories are limited to protein levels currently, which are transient, instantaneous and unapparent. To overcome these shortcuts, this year we design a system to achieve the storage of information by a transient stimulation but use a long-lasting response.

In this project, we try to complete a simulation of memorizer. The two processes are divided into separated bacterial strains to play as the “Recorder” and the “Saver”. The system is designed to be activated and deactivated via light- regulated fusion proteins [2] , which then active protein synthesis to complete the process. Once the system is activated by simulation of blue light, the information storage would be accomplished by conjugation, which cannot be carried out in usual time because of the specific gene deletion. When the memory needs to be erased, the CRISPR-Cas9 system in the “Saver” would be activated by the red light.

By design such a cellular memory technology, we make a bacterial memory storage device. And together with biological transistor and other bio-electronic component, we can preview the prototype of the biological computer.

Refrences:

[1] Farzadfard F, Lu T K. Genomically encoded analog memory with precise in vivo DNA writing in living cell populations[J]. science, 2014, 346(6211): 1256272.

[2] Möglich A, Ayers R A, Moffat K. Design and signaling mechanism of light-regulated histidine kinases[J]. Journal of molecular biology, 2009, 385(5): 1433-1444.