Difference between revisions of "Team:OUC-China"

Line 1: Line 1:
 
 
<html><head>
 
<html><head>
 
<meta charset="utf-8">
 
<meta charset="utf-8">
 
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />
 
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />
 
<meta name="renderer" content="webkit">
 
<meta name="renderer" content="webkit">
<title>indexdemo</title>
+
 
 
<script type="text/javascript" src="https://2015.igem.org/common/jquery-latest.min.js"></script>  
 
<script type="text/javascript" src="https://2015.igem.org/common/jquery-latest.min.js"></script>  
 +
<style type="text/css">
 +
/* hiding the top section*/
 +
body{position:absolute; top:0px; width:100%;background:#fcf5ed;}
 +
#top-section{
 +
  height:0px;
 +
    border:none;
 +
    width:980px;
 +
    margin:0 auto;
 +
    padding:0;
 +
    background-color:transparent;
 +
    overflow:hide;
  
<!--Home background msap replacement-->
 
<script  language="javascript" type="text/javascript">
 
    var images_id= new Array("images/f1.jpg", "images/f2.jpg", "images/f3.jpg");
 
    var index = 0;
 
    function switch_background(){   
 
    if(index ==images_id.length-1)
 
    {       
 
        index = 0; 
 
    }else{ 
 
        index++;     
 
    } 
 
    document.getElementById("indexFlash").style.backgroundImage="url("+images_id[index]+")";
 
 
}
 
}
window.onload = function()
+
#p-logo{display:none;}
{
+
#search-controls{display:none;}
    setInterval(switch_background, 1000);
+
#top{display:none;}
} </script>
+
.firstHeading{display:none;}
<style>
+
/* end of hiding the top section*/
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
+
  
.firstHeading {
+
/* global setting*/
width: 975px;  
+
#globalWrapper{position:absolute; top:0px;left:0px; width:100%; padding:0 0 0 0;margin:0 0 0 0;height:100%;font-family: calibri, Arial, Helvetica, sans-serif;}
margin: 0px auto;
+
#content{
padding-top: 100px;
+
    background-color:transparent;
margin-bottom: 20px;
+
    border:none;
font-family: Georgia, Times, "Times New Roman", serif;  
+
    width:100%;
}
+
    height:700px;
 +
    marign:0 auto;
 +
    padding:0 0 0 0;
 +
    }
 +
#bodyContent{
 +
    background-color:transparent;
 +
    border:none;
 +
    margin-top:-20px;
 +
    }
 +
siteSub{
 +
    display:none;
 +
    border:none;
 +
    }
 +
contentSub{
 +
    display:none;
 +
    }
 +
/* end of global setting*/
  
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
+
/*hiding the footer-box*/
 +
#footer-box{display:none;}
 +
#catlinks{display:none;}
 +
/*end of hiding the footer book*/
  
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
+
/* menu (page, edit ...) */
background-color: #383838;
+
#menubar {
border: 0 none;
+
    background-color:transparent;
height: 14px;
+
    position: relative;
z-index: 100;
+
    float:left;
top: 0;
+
    white-space: nowrap;
position: fixed;
+
    width: 490px;
width: 975px;  
+
    z-index: 5000;
left: 50%;
+
margin-left: -487px;
+
 
}
 
}
 
+
#menubar ul:hover {
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
+
    background:black;
background-color: #383838;
+
height: 14px;
+
display: block;
+
z-index: 10;
+
position: fixed;
+
width: 100%;
+
top: 0;
+
 
}
 
}
 
+
#menubar ul li a {
#menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
+
    filter:alpha(opacity=0);
color: #727272;  
+
    -moz-opacity:0;
text-decoration: none;  
+
    opacity:0;
background-color: transparent;
+
    text-align: left;
 +
    color:#999999;
 +
    text-transform: lowercase;
 
}
 
}
 
+
#menubar ul li a:hover{
body {  
+
    filter:alpha(opacity=100);
background-color: #fff;
+
    -moz-opacity:1;
 +
    opacity:1;
 +
    color: #fff;
 +
    background-color: transparent;
 
}
 
}
  
#globalWrapper, #content { /*-- changes default wiki settings --*/
+
.right-menu{width:400px; float:right}
width: 100%;  
+
.right-menu, .right-menu a {
height: 100%;
+
    right: 0px;
border: 0px;
+
    text-align: right;
background-color: transparent;
+
    color: #fff;
margin: 0px;
+
padding: 0px;
+
 
}
 
}
 
+
#menubar ul {
html, body, .wrapper { /*-- changes default wiki settings --*/
+
    list-style: none;
width: 100%;
+
height: 100%;
+
background-color: transparent;
+
 
}
 
}
 
+
#menubar li {
#contentcontainer { /*-- creates container for all content on page --*/
+
    display: inline;
font-family: Arial, Helvetica, sans-serif;  
+
    position: relative;
font-weight: normal;  
+
    cursor: pointer;
font-size: 14px;  
+
    padding-left: 0px;
color: #414141;
+
    padding-right: 0px;
width: 960px;
+
    color:#fff;
margin-left: auto;  
+
margin-right: auto;  
+
background-color: #transparent;
+
margin-top: 0px;  
+
 
}
 
}
 
+
.left-menu ul li:last-child {
.sidemenu, .sidemenu li {  
+
    filter:alpha(opacity=0);
list-style-type: none;  
+
    -moz-opacity:0;
list-style-image: none;  
+
    opacity:0;
font-family: verdana;
+
text-decoration: none;
+
color:#000;
+
font-size: 14px;
+
 
}
 
}
  
.sidemenu li {display: block;}
 
 
.sidemenu a {
 
text-decoration:none;
 
color: #000;
 
display: block;
 
width: 180px;
 
height: 100%;
 
padding: 3px 5px;
 
transition: .25s ease-in-out;
 
-moz-transition: .25s ease-in-out;
 
-webkit-transition: .25s ease-in-out;
 
}
 
 
.sidemenu a.greyout { color: #909090; }
 
 
.sidemenu a:hover {
 
color:#666;
 
background-color: #d9f5aa;
 
}
 
 
.sub-sidemenu {font-size: 10px; margin-bottom: 20px; color: #666; display: none;}
 
.sub-sidemenu a {color: #666;}
 
 
div.underconst
 
{
 
padding:10px;
 
border-radius:5px;
 
background-color:pink;
 
text-align:center;
 
}
 
 
a.anchor{display: block; position: relative; top: -80px; visibility: hidden;}
 
 
.contentpara {margin-bottom: 30px;}
 
 
span.email{font-family: monospace; font-weight: normal;}
 
 
fieldset {border: 1px solid #337f53;}
 
 
.greyout {color: #A0A0A0;}
 
.highlightme {background-color: #FFFF00;}
 
 
#alertContainer { margin-bottom: 10px; width: 936px;}
 
#annContainer {margin-left: 8px;}
 
#newsContainer {border: 1px solid #ccc;}
 
 
.newsTitle {
 
display: block;
 
color: #414141;
 
font-size: 25px; 
 
        font-family: Georgia, Times, "Times New Roman", serif;
 
padding: 10px 15px 5px 10px;
 
border-bottom: 1px solid #ccc;
 
margin-bottom: 0px;
 
}
 
 
.newsItem {
 
border-bottom: 1px solid #ccc;
 
display: block;
 
padding: 5px 15px 0px 10px;
 
margin-bottom: 0px;
 
}
 
 
.newsItem h3 {
 
width: auto;
 
display: inline;
 
font-size: 14px;
 
font-family: Arial, Helvetica, sans-serif;
 
padding: 0px;
 
margin: 0px;
 
}
 
 
.newsItem img {
 
float: right;
 
clear: right;
 
width: 80px;
 
padding-left: 15px;
 
display: inline-block;
 
}
 
 
.newsItem .newsDate {
 
font-style: italic;
 
font-size: 14px;
 
display: inline-block;
 
color: #999;
 
float: right;
 
padding: 0px 0px 10px 15px;
 
}
 
 
.newsItem p, .newsItem ul, .newsItem li {
 
padding: 0px;
 
margin-left: 20px;
 
font-size: 12px;
 
line-height: 1.2;
 
}
 
 
.newsItem p {margin-top: 10px;}
 
 
.annItem {
 
border: 2px solid #414141;
 
display: block;
 
padding: 0px 15px 10px 10px;
 
margin-bottom: 18px;
 
position: relative;
 
height: 160px;
 
vertical-align: middle;
 
}
 
 
.annItem .annCentered {
 
display: table-cell;
 
vertical-align: middle;
 
height: 160px;
 
}
 
 
.annCentered h3 {
 
padding: 0px;
 
display: block;
 
margin-left: auto;
 
margin-right: auto;
 
text-align: center;
 
}
 
 
.annItem ul, .annItem li {padding: 0px; margin: 0px;}
 
.annItem li {list-style: none; margin: 5px}
 
 
 
</style>
 
<script>
 
        if ($('.firstHeading')) $('.firstHeading').remove();
 
    </script>
 
 
<style>
 
<style>
  

Revision as of 01:53, 7 August 2015

Abstract
Gene regulation has typically employed chemically mediated expression systems, which are slow and could be limited by medium during drug diffusion. The development of remote regulation systems that could response to physical signals is in demand. This summer, we are trying to design a platform responsed to electromagnetic signal. This platform is composed of 2 sessions : magnetic receiver and thermosensitive regulator.
Receiver
For magnetic receiver, we chose ferritin, the iron-storage protein in organisms, which could synthesize ferric oxihydroxide core in its hollow protein shell. When exposed to electromagnetic field, the ferric oxihydroxide core would be heated, which would trigger thermosensitive regulator.
Regulator
For thermosensitive regulator, we chose RNA thermometer and constructed a thermosensitive T7 RNA polymerase. RNA thermometer is a structured RNA which could expose RBS only when heated. The thermosensitive T7 RNA polymerase is a normal T7 RNA polymerase at the selected locus of which was inserted by a temperature-sensitive intein, which could self-splice at specific temperature.
Achievement
123
      follow us on Facebook@IGEM OUC
            mail to:oucigem@163.com
https://www.facebook.com/oucigem