Difference between revisions of "Team:NYMU-Taipei"

Line 61: Line 61:
 
top:-275px;
 
top:-275px;
 
}
 
}
 
#panel
 
{
 
    z-index: 100;
 
    position: fixed;
 
    height: 40px;
 
    width: 98.8%;
 
    left: 8px;
 
    top: 0px;
 
    background-color: #303030;
 
    font-family: 'Product Sans', Arial, sans-serif;
 
}
 
 
.centered-list
 
{
 
    text-align: center;
 
    width: 95%;
 
    margin: auto;
 
}
 
 
#panel-ul
 
{
 
    margin: 0px;
 
    padding: 0px;
 
    list-style-type: none;
 
    display: inline-block;
 
}
 
 
#panel-ul li
 
{
 
display: inline-block;
 
    margin: 0px;
 
    padding: 0px 20px;
 
}
 
 
#panel-ul li a
 
{
 
    color: white;
 
    text-decoration: none;
 
    margin: 0px;
 
    padding: 0px;
 
}
 
 
#panel-ul-logo
 
{
 
    display: inline-block;
 
    margin: 0;
 
}
 
 
#panel-ul-logo img
 
{
 
    vertical-align: middle;
 
    width: 112px;
 
    height: 40px;
 
}
 
 
#panel-ul li:hover > a, #panel-ul-logo:hover
 
{
 
    text-decoration: none;
 
    transition: opacity 0.2s ease;
 
    -webkit-transition: opacity 0.3s ease;
 
    -moz-transition: opacity 0.3s ease;
 
    -o-transition: opacity 0.3s ease;
 
    opacity: 0.65;
 
}
 
 
 
#panel-ul li
 
{
 
margin: 0;
 
padding: 0;
 
float: left;
 
border-right: 1px solid #999;
 
}
 
#panel-ul li a
 
{
 
padding: 10px 15px;
 
display: block;
 
color: #fff;
 
text-decoration: none;
 
}
 
#panel-ul li:hover ul
 
{
 
display: block;
 
margin: 0;
 
list-style: none;
 
position: absolute;
 
width: 100px;
 
color: #303030;
 
}
 
 
#panel-ul li:hover
 
{
 
color:  #FFFFFF;
 
background-color: #000000;
 
}
 
 
/*Submenus are not displayed as default*/
 
#panel-ul li ul
 
{
 
display: none;
 
padding-top:15px;
 
margin-left: 10px;
 
}
 
 
/*Submenus are displayed when hovering the menu button */
 
#panel-ul li:hover ul
 
{
 
/*display: inline-block; */
 
display: block;
 
position: absolute;
 
float:right;
 
margin-left:0px;
 
margin-top:-11px;
 
}
 
 
/*Style the submenu buttons*/
 
#panel-ul li ul li
 
{
 
background-color: #303030;
 
padding-left:2px;
 
padding-right:2px;
 
padding-top:1px;
 
padding-bottom: 4px;
 
        margin-top:-4px;
 
color: #FFFFFF;
 
width: 200px;
 
height:40px;
 
}
 
 
  
 
</style>
 
</style>

Revision as of 12:22, 15 August 2016

Overview

As synthetic biologists continue to construct increasingly complex gene regulatory networks, the need for accurate quantitative characterization of their regulatory components becomes more pressing. Despite the BioBrick registry's thorough characterization of the average strength of promoters, there is insufficient description of the variability in their expression.

Our Project

As synthetic biologists continue to construct increasingly complex gene regulatory networks, the need for accurate quantitative characterization of their regulatory components becomes more pressing. Despite the BioBrick registry's thorough characterization of the average strength of promoters, there is insufficient description of the variability in their expression.

Prototype

As synthetic biologists continue to construct increasingly complex gene regulatory networks, the need for accurate quantitative characterization of their regulatory components becomes more pressing. Despite the BioBrick registry's thorough characterization of the average strength of promoters, there is insufficient description of the variability in their expression.

Human Practice

As synthetic biologists continue to construct increasingly complex gene regulatory networks, the need for accurate quantitative characterization of their regulatory components becomes more pressing. Despite the BioBrick registry's thorough characterization of the average strength of promoters, there is insufficient description of the variability in their expression.