NithikB123 (Talk | contribs) |
KevinYLi123 (Talk | contribs) |
||
(14 intermediate revisions by 2 users not shown) | |||
Line 10: | Line 10: | ||
#mainContainer{ | #mainContainer{ | ||
− | + | background-color: #7A7A79; | |
width: 100%; | width: 100%; | ||
} | } | ||
+ | |||
#main{ | #main{ | ||
width: 100%; | width: 100%; | ||
margin: auto; | margin: auto; | ||
padding: 0px; | padding: 0px; | ||
− | |||
} | } | ||
− | body { | + | body { margin: auto; padding: 0px; width: 100%;} |
a.drplink { | a.drplink { | ||
Line 31: | Line 31: | ||
div { | div { | ||
− | color: | + | color: white; |
} | } | ||
#content { | #content { | ||
margin: 0px auto; | margin: 0px auto; | ||
− | background-color: | + | margin-top: -15px; |
+ | background-color: #7A7A79; | ||
width: 100%; | width: 100%; | ||
padding: 0px; | padding: 0px; | ||
Line 88: | Line 89: | ||
padding-bottom: 7px; | padding-bottom: 7px; | ||
font-size: 45px; | font-size: 45px; | ||
− | color: | + | color: #D49AE6; } |
Line 114: | Line 115: | ||
position: fixed; | position: fixed; | ||
text-decoration: none; | text-decoration: none; | ||
− | color: # | + | color: #42413C; |
width: 100%; | width: 100%; | ||
height: 50px; | height: 50px; | ||
line-height: 50px; | line-height: 50px; | ||
− | background-color: | + | background-color: #555554; |
− | margin: | + | margin-top: 0px; |
text-align:center; | text-align:center; | ||
− | opacity: 0. | + | opacity: 0.9; |
} | } | ||
Line 166: | Line 167: | ||
− | + | .transparency { | |
opacity: 0.4; | opacity: 0.4; | ||
− | |||
transition: opacity 0.5s ease-in-out; | transition: opacity 0.5s ease-in-out; | ||
+ | filter: alpha(opacity=40); | ||
+ | -webkit-backface-visibility: hidden; | ||
} | } | ||
− | + | .transparency:hover { | |
− | opacity: 1 | + | opacity: 1; |
− | + | filter: alpha(opacity=100); | |
+ | width = 100px; | ||
+ | -webkit-backface-visibility: hidden; | ||
} | } | ||
Line 215: | Line 219: | ||
height: 100%; | height: 100%; | ||
width: 100%; | width: 100%; | ||
− | |||
color: #D49AE6; | color: #D49AE6; | ||
padding: 14px; | padding: 14px; | ||
Line 224: | Line 227: | ||
transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out; | transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out; | ||
} | } | ||
+ | |||
/* The container <div> - needed to position the dropdown content */ | /* The container <div> - needed to position the dropdown content */ | ||
Line 236: | Line 240: | ||
opacity: 0.0; | opacity: 0.0; | ||
position: absolute; | position: absolute; | ||
− | background-color: # | + | background-color: #CFB9F7; |
min-width: 200px; | min-width: 200px; | ||
text-align: left; | text-align: left; | ||
Line 242: | Line 246: | ||
transition: opacity 0.5s ease-in-out; | transition: opacity 0.5s ease-in-out; | ||
} | } | ||
+ | |||
/* Links inside the dropdown */ | /* Links inside the dropdown */ | ||
.dropdown-content a { | .dropdown-content a { | ||
− | color: white; | + | color: white; |
opacity: 0.0; | opacity: 0.0; | ||
padding: 0px 10px; | padding: 0px 10px; | ||
Line 255: | Line 260: | ||
/* Change color of dropdown links on hover */ | /* Change color of dropdown links on hover */ | ||
− | .dropdown-content a:hover {background-color: #D49AE6} | + | .dropdown-content a:hover {background-color: #D49AE6; |
+ | color: #4A555C;} | ||
/* Show the dropdown menu on hover */ | /* Show the dropdown menu on hover */ | ||
Line 270: | Line 276: | ||
.dropbtn:hover { | .dropbtn:hover { | ||
background-color: #D49AE6; | background-color: #D49AE6; | ||
− | color: | + | color: #4A555C; |
− | + | ||
− | + | ||
− | # | + | |
− | + | ||
} | } | ||
Line 329: | Line 331: | ||
<a href="https://2017.igem.org/Team:Lambert_GA/Parts" class="dropbtn">Parts</a> | <a href="https://2017.igem.org/Team:Lambert_GA/Parts" class="dropbtn">Parts</a> | ||
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
+ | <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Part Collection">Part_Collection</a> | ||
<a class="drplink" style="transition: color 0.5s ease-in-out;" | <a class="drplink" style="transition: color 0.5s ease-in-out;" | ||
− | href="https://2017.igem.org/Team:Lambert_GA/ | + | href="https://2017.igem.org/Team:Lambert_GA/Updated_Part">Updated Parts</a> |
− | + | ||
− | + | ||
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Composite Part">Composite Parts</a> | <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Composite Part">Composite Parts</a> | ||
− | + | </div> | |
</li><!-- | </li><!-- | ||
--><!-- | --><!-- | ||
Line 356: | Line 357: | ||
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Measurement">Measurement</a> | <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Measurement">Measurement</a> | ||
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a> | <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a> | ||
− | |||
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Software">Software</a> | <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Software">Software</a> | ||
</div> | </div> | ||
Line 375: | Line 375: | ||
<br> | <br> | ||
− | <center> <h1 id="MainTitle"><b> | + | <center> <h1 id="MainTitle"><b> Updated Parts </b></h1><img src="https://static.igem.org/mediawiki/2017/b/bc/T--Lambert_GA--purpleline.png" style="width:18%; margin:auto;"> </center> |
<br> | <br> | ||
<section> | <section> | ||
Line 415: | Line 415: | ||
<div id="sponsors-bottom"> | <div id="sponsors-bottom"> | ||
− | <a href="http://www.forsyth.k12.ga.us/lhs"><img src="https://static.igem.org/mediawiki/2017/ | + | <a href="http://www.forsyth.k12.ga.us/lhs"><img src="https://static.igem.org/mediawiki/2017/3/36/RevisedLambertLonghorn.png" style="height:100px;padding:20px;" class="transparency"></a> |
</div> | </div> |
Latest revision as of 20:34, 29 October 2017
Updated Parts
The ClpP gene codes for the ClpP subunit protein which works together with the ClpX subunit to break down proteins that are tagged with degradation tags. The ClpXP system identifies tagged proteins and proceeds to unfold the protein and break it down into individual amino acids. The ClpXP system along with degradation tags can be used to break down certain proteins which are produced by certain genes of interest and it has a range of applications such as measuring how fast a certain protein can be degraded in a cell. The ClpP sequence which was pulled from the E. coli genome contained illegal restriction enzyme sites. In order to remove these illegal sites, wobbles were introduced into the ClpP sequence so that the gene is not cut anywhere and is allowed to function properly. ClpP is a naturally present gene in the E. coli genome.