Template:UCR/Breaking-RNA/HEAD: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 36: Line 36:
   font-weight: 700;
   font-weight: 700;
   color: Black;
   color: Black;
  padding: 10px 50px;
}
}
h3 {
h3 {
Line 184: Line 185:
</ul>
</ul>
</div>
</div>
<!--<h3><u>A Synthetic Oscillatory System using Enzyme Aptamers</u></h3>
  <p>In this topology, E1 and E2 are enzymes, while R1,R2,R3, and R4 represent RNA strands. Our aim is to develop an oscillatory system, where E1 would inhibit E2, and E2 would activate E1. The negative feedback loop of E1 is essential for the current model to oscillate, while the positive feedback loop may serve to improve the oscillations observed.</p>-->


</body>
</body>
</html>
</html>

Revision as of 15:22, 23 September 2014

UNDER CONSTRUCTION

<html lang=""> <head>

  <meta charset='utf-8'>
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="styles.css">
  <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
  <script src="script.js"></script>
  <title>Breaking RNA</title>

<style>

  1. column-one,.toc {
 display: none;

} body.mediawiki {

 background: url(http://openwetware.org/images/8/8c/Breaking_RNA_Background.png);
 background-size: cover;

}

  1. globalWrapper{
 width: 1200px;
 margin: 0px 0px 0px 150px;
 position: absolute;

}

  1. content{
 margin: 0px;

<!-- background: #e6e6e6; -->

 background: white;

}

h1,h2,h3,p,ul,li {

 font-family: 'Open Sans', sans-serif;
 font-weight: 700;
 color: Black;
 padding: 10px 50px;

} h3 {

 font-size: 20px;

} p {

 font-size: 15px;

} @import url(http://fonts.googleapis.com/css?family=Open+Sans:700);

#cssmenu {

 background: url(http://openwetware.org/images/8/8c/Breaking_RNA_Background.png);
 background-size: cover;
 width: auto;
 border: 3px solid rgba(0,0,0,0.8);

} #cssmenu ul { list-style: none; margin: 0; padding: 0; line-height: 1; display: block; zoom: 1; } #cssmenu ul:after { content: " "; display: block; font-size: 0; height: 0; clear: both; visibility: hidden; } #cssmenu ul li { display: inline-block; padding: 0; margin: 0; } #cssmenu.align-right ul li { float: right; } #cssmenu.align-center ul { text-align: center; } #cssmenu ul li a { color: #ffffff; text-decoration: none; display: block; padding: 15px 25px; font-family: 'Open Sans', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 14px; position: relative; -webkit-transition: color .25s; -moz-transition: color .25s; -ms-transition: color .25s; -o-transition: color .25s; transition: color .25s; } #cssmenu ul li a:hover { color: #dd1a1a; } #cssmenu ul li a:hover:before { width: 100%; } #cssmenu ul li a:after { content: ""; display: block; position: absolute; right: -3px; top: 19px; height: 6px; width: 6px; background: #ffffff; opacity: .5; } #cssmenu ul li a:before { content: ""; display: block; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background: #c91616; -webkit-transition: width .25s; -moz-transition: width .25s; -ms-transition: width .25s; -o-transition: width .25s; transition: width .25s; } #cssmenu ul li.last > a:after, #cssmenu ul li:last-child > a:after { display: none; } #cssmenu ul li.active a { color: #aaaaaa; } #cssmenu ul li.active a:before { width: 100%; } #cssmenu.align-right li.last > a:after, #cssmenu.align-right li:last-child > a:after { display: block; } #cssmenu.align-right li:first-child a:after { display: none; } @media screen and (max-width: 768px) { #cssmenu ul li { float: none; display: block; } #cssmenu ul li a { width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: 1px solid #ffffff; } #cssmenu ul li.last > a, #cssmenu ul li:last-child > a { border: 0; } #cssmenu ul li a:after { display: none; } #cssmenu ul li a:before { display: none; } }

</style> </head> <body>

<img src="http://openwetware.org/images/4/4e/Bistable_Ribose_Logo.png" >

<div id='cssmenu'> <ul>

  <li><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA'><span>Home</span></a></li>
  <li><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Project'><span>The Project</span></a></li>
  <li><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Methods'><span>Methods & Results</span></a></li>

<!-- <li><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Results'><span>The Results</span></a></li> -->

  <li><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Members'><span>The Members</span></a></li>
  <li><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Achievements'><span>Achievements</span></a></li>
  <li class='last'><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Acknowledgements'><span>Acknowledgements</span></a></li>

</ul> </div>

<!--<h3><u>A Synthetic Oscillatory System using Enzyme Aptamers</u></h3>

 <p>In this topology, E1 and E2 are enzymes, while R1,R2,R3, and R4 represent RNA strands. Our aim is to develop an oscillatory system, where E1 would inhibit E2, and E2 would activate E1. The negative feedback loop of E1 is essential for the current model to oscillate, while the positive feedback loop may serve to improve the oscillations observed.</p>-->

</body> </html>