Difference between revisions of "Team:Lambert GA/Part Collection"

 
(25 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
<head>
 
<head>
<style>
+
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"><style>
+
html{
 +
font-family: 'La', sans-serif;
 +
}
 +
 
 
#sideMenu { display:none; }
 
#sideMenu { display:none; }
  
Line 10: Line 13:
  
 
#mainContainer{
 
#mainContainer{
    background-color: white;
+
background-color: #7A7A79;
 
     width: 100%;
 
     width: 100%;
 
}
 
}
Line 17: Line 20:
 
margin: auto;
 
margin: auto;
 
     padding: 0px;
 
     padding: 0px;
    background-color: white;
 
 
}
 
}
  
body { background-color: white; margin: auto; padding: 0px; width: 100%;}
+
body { margin: 0px; padding: 0px; width: 100%;}
  
 
a.drplink {
 
a.drplink {
Line 26: Line 28:
 
}
 
}
 
a.drplink:hover {
 
a.drplink:hover {
color:dimgray;
 
}
 
 
a.partlink {
 
color:#D49AE6;
 
}
 
a.partlink:hover {
 
 
color:dimgray;
 
color:dimgray;
 
}
 
}
Line 38: Line 33:
  
 
div {
 
div {
color: gray;
+
color: white;
 
}
 
}
 +
  
 
#content {  
 
#content {  
margin: 0px auto;
+
margin: 0px;
background-color: white;
+
margin-top: -15px;
 +
background-color: #7A7A79;
 
width: 100%;
 
width: 100%;
 
padding: 0px;
 
padding: 0px;
 +
font-family: 'Roboto', sans-serif;
 
}
 
}
  
Line 59: Line 57:
 
p {
 
p {
 
margin: auto;
 
margin: auto;
width: 75%;
+
font-size: 20px;
color: gray;
+
color: white;
 
}
 
}
  
Line 93: Line 91:
 
#MainTitle {
 
#MainTitle {
 
padding-top: 50px;
 
padding-top: 50px;
padding-bottom: 7px;
+
padding-bottom: 20px;
 
font-size: 45px;
 
font-size: 45px;
color: dimgray; }
+
color: #D49AE6; }
  
  
Line 104: Line 102:
  
 
body{
 
body{
font-size:15px;
+
font-size:20px;
 
}
 
}
  
Line 115: Line 113:
 
h2{
 
h2{
 
color: #D49AE6;
 
color: #D49AE6;
 +
text-align:center;
 +
hspace="20"
 
}
 
}
  
Line 121: Line 121:
 
position: fixed;
 
position: fixed;
 
text-decoration: none;
 
text-decoration: none;
color: #b8975e;
+
color: #42413C;
 
width: 100%;
 
width: 100%;
 
height: 50px;
 
height: 50px;
 
line-height: 50px;
 
line-height: 50px;
background-color: white;
+
background-color: #555554;
margin: auto;
+
margin-top: 0px;
 
text-align:center;
 
text-align:center;
 
opacity: 0.9;
 
opacity: 0.9;
Line 145: Line 145:
 
     padding: 0px;
 
     padding: 0px;
 
display: block;
 
display: block;
margin: 0px auto;
+
margin: 0px auto;  
 
}
 
}
  
Line 172: Line 172:
 
}
 
}
  
 
+
.transparency {
.transparent {
+
 
     opacity: 0.4;
 
     opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
 
 
transition: opacity 0.5s ease-in-out;
 
transition: opacity 0.5s ease-in-out;
 +
filter: alpha(opacity=40);
 
-webkit-backface-visibility: hidden;
 
-webkit-backface-visibility: hidden;
 
}
 
}
  
  
.transparent:hover {
+
.transparency:hover {
     opacity: 1.0;
+
     opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
+
filter: alpha(opacity=100);
 +
    width = 100px;
 
-webkit-backface-visibility: hidden;
 
-webkit-backface-visibility: hidden;
 
}
 
}
 +
  
  
Line 224: Line 225:
 
   height: 100%;
 
   height: 100%;
 
   width: 100%;
 
   width: 100%;
  background-color: white;
 
 
   color: #D49AE6;
 
   color: #D49AE6;
 
   padding: 14px;
 
   padding: 14px;
Line 233: Line 233:
 
   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 245: Line 246:
 
     opacity: 0.0;
 
     opacity: 0.0;
 
     position: absolute;
 
     position: absolute;
     background-color: #D49AE6;
+
     background-color: #CFB9F7;
 
     min-width: 200px;
 
     min-width: 200px;
 
     text-align: left;
 
     text-align: left;
Line 251: Line 252:
 
     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 264: Line 266:
  
 
/* 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 279: Line 282:
 
.dropbtn:hover {
 
.dropbtn:hover {
 
     background-color: #D49AE6;
 
     background-color: #D49AE6;
     color: white;
+
     color: #4A555C;
 
}
 
}
  
Line 293: Line 296:
 
height: 50px;
 
height: 50px;
 
opacity:0.4;
 
opacity:0.4;
 +
}
 +
.bullet li:before {
 +
content: "•";
 +
  font-size: 170%;
 +
  padding-right: 5px;
 
}
 
}
 
</style>
 
</style>
Line 326: Line 334:
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Notebook">Notebook</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Notebook">Notebook</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/InterLab">InterLab</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/InterLab">InterLab</a>
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Contribution">Contribution</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/Results">Results</a><a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Demonstrate">Demonstrate</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Results">Results</a><a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Demonstrate">Demonstrate</a>
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Improve">Improve</a>
 
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Attributions">Attributions</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Attributions">Attributions</a>
 
        
 
        
Line 336: Line 343:
 
   </li><!--
 
   </li><!--
 
--><li class="dropdown" >
 
--><li class="dropdown" >
       <a href="https://2017.igem.org/Team:Lambert_GA/Parts" class="dropbtn">Parts</a>
+
       <a href="https://2017.igem.org/Team:Lambert_GA/Part Collection" 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/Parts">Parts</a>
+
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/Basic_Part">Basic 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>
     <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Part Collection">Part_Collection</a></div>
+
     </div>
 
   </li><!--
 
   </li><!--
 
--><!--
 
--><!--
 
--><a  href="https://2017.igem.org/Team:Lambert_GA/Safety"class="dropbtn">Safety</a><!--
 
--><a  href="https://2017.igem.org/Team:Lambert_GA/Safety"class="dropbtn">Safety</a><!--
 
--><li class="dropdown" >
 
--><li class="dropdown" >
       <a href="https://2017.igem.org/Team:Lambert_GA/Human_Practices" class="dropbtn">Human Practices</a>
+
       <a href="https://2017.igem.org/Team:Lambert_GA/HP/Silver" class="dropbtn">Human Practices</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/Human_Practices">Human Practices</a>
 
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Silver">Silver HP</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Silver">Silver HP</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Gold_Integrated">Integrated and Gold</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Gold_Integrated">Integrated and Gold</a>
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Integrated_Practices">Integrated Practices</a>
 
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Engagement">Public Engagement</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Engagement">Public Engagement</a>
 
     </div>
 
     </div>
Line 361: Line 365:
 
       <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/Applied_Design">Applied Design</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Applied_Design">Applied Design</a>
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Entrepreneurship">Entrepreneurship</a>
 
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Hardware">Hardware</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Hardware">Hardware</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/Plant">Plant</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>
 
   </li>
 
   </li>
<a  href="https://igem.org/2017_Judging_Form?team=Lambert_GA"class="dropbtn">JUDGING FORM</a>
+
<a  href="https://igem.org/2017_Judging_Form?team=Lambert_GA"class="dropbtn">Judging Form</a>
 
</div>
 
</div>
  
Line 377: Line 378:
  
 
<section>
 
<section>
<div class="container">
+
 
<div class="row">
+
 
<div class="col-md-12 col-sm-10">
+
<div class="column full_size" style="width:75%; font-size: 20px; margin:auto;" >
 +
 
 +
 
 +
 
 +
<br>
 +
<center> <h1 id="MainTitle"><b> Part Collection </b></h1>
 +
<img src="https://static.igem.org/mediawiki/2017/b/bc/T--Lambert_GA--purpleline.png" style="width:18%; margin:auto;"></center>
 +
<br>
 +
 
 +
<center>
 +
<a class="partlink" style="transition: color 0.5s ease-in-out;" href="http://parts.igem.org/Part:BBa_K2353000"> BBa_K2353000: tsPurple </a>
 +
 
  
 
<br><br>
 
<br><br>
<center> <h1 id="MainTitle"><b>Part Collection</b></h1><img src="https://static.igem.org/mediawiki/2017/b/bc/T--Lambert_GA--purpleline.png" style="width:18%; margin:auto;"> </center> <br>
+
 
 +
<a class="partlink" style="transition: color 0.5s ease-in-out;" href="http://parts.igem.org/Part:BBa_K2353001"> BBa_K2353001: tsPurpleDAS </a>
 +
 
 +
 
 +
<br><br>
 +
 
 +
<a class="partlink" style="transition: color 0.5s ease-in-out;" href="http://parts.igem.org/Part:BBa_K2353002"> BBa_K2353002: tsPurpleLAA </a>
 +
 
 +
 
 +
 
 +
</center>
 +
<br>
 +
<br>
 +
<br>
 +
</p>
 +
</div></div></div></div>
 +
</center>
 +
</section>
 +
 
 +
<div class="column full_size" style="width:70%; margin:auto;" >
 +
<div style="color:white">
 +
<p style="font-size:20px; text-indent:50px; color: white;">
 +
Our 2017 iGEM team used existing Biobrick parts from the Uppsala team (BBa_K1033906) and also the Endy Lab (BBa_M0050-LAA, M0052-DAS). They were trying to further Edinburgh’s work by expanding upon their experiments with GFP and the degradation tags. The team sought to do this by replacing GFP with the tsPurple chromoprotein and characterizing the ClpXP system. Lambert iGEM attempted to characterize these previous parts but ran into some obstacles while working with them.</p>
 +
<br><br>
 +
<p style="font-size:20px; text-indent:50px; color: white;">
 +
Lambert iGEM first obtained the tsPurple sequence from the 2013 Uppsala iGEM wiki page. They ordered the sequence online from IDT, hydrated it, and proceeded to carry out the 3A assembly procedures to create our constructs. The team had the tsPurple with no degradation tag, tsPurple with the LAA degradation tag, and tsPurple with the DAS degradation tag. The degradation tags were obtained from the Endy Lab sequencing and correspond to strong degradation for LAA and moderate for DAS. </p>
 +
<br><br>
 +
<p style="font-size:20px; text-indent:50px; color: white;">
 +
The team sought to improve upon the LAA and DAS degradation tags by showing their relative strength in degrading the tsPurple chromoprotein and they also sought to improve upon the characterization of the tsPurple gene so that its relative degradation may be present for anyone who needs it. </p>
 +
</div>
 +
<br><br>
 +
 
 
<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/8/8f/T--Lambert_GA--longhorn_iGEM_logo.png" class="transparent" style="height:100px;padding:20px;"></a>
+
<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 03:36, 2 November 2017

Our 2017 iGEM team used existing Biobrick parts from the Uppsala team (BBa_K1033906) and also the Endy Lab (BBa_M0050-LAA, M0052-DAS). They were trying to further Edinburgh’s work by expanding upon their experiments with GFP and the degradation tags. The team sought to do this by replacing GFP with the tsPurple chromoprotein and characterizing the ClpXP system. Lambert iGEM attempted to characterize these previous parts but ran into some obstacles while working with them.



Lambert iGEM first obtained the tsPurple sequence from the 2013 Uppsala iGEM wiki page. They ordered the sequence online from IDT, hydrated it, and proceeded to carry out the 3A assembly procedures to create our constructs. The team had the tsPurple with no degradation tag, tsPurple with the LAA degradation tag, and tsPurple with the DAS degradation tag. The degradation tags were obtained from the Endy Lab sequencing and correspond to strong degradation for LAA and moderate for DAS.



The team sought to improve upon the LAA and DAS degradation tags by showing their relative strength in degrading the tsPurple chromoprotein and they also sought to improve upon the characterization of the tsPurple gene so that its relative degradation may be present for anyone who needs it.