Difference between revisions of "Team:UMBC-Maryland/Results"

 
(16 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template_All_Teams}}
+
{{Team:UMBC-Maryland/TemplateTop}}
[[File:Team_UMBC-Maryland_banner.jpg|600px]]
+
 
<html>
 
<html>
 +
<div class="divider-bar"></div>
 +
<h2> Project Results</h2>
  
<style type="text/css">
+
We genetically engineered several strains of E. coli in an effort to increase copper resistance and collection. We named each strain after our school's mascot, the Chesapeake Bay Retriever. Retriever 1 (Ret1) has been given the yeast metallothionein gene CUP1. Retriever 2 (Ret2) has been given the same CUP1 gene codon optimized for E. coli. Retriever 3 (Ret3) has been given the CUP1 gene codon optimized, fused with bacteriophage lambda receptor (LamB). Each strain was tested for cell density and extracellular copper concentration at different initial copper sulfate concentrations for 7-10 hours.
 +
<br>
 +
<br>
  
/* PAGE LAYOUT */
+
Ret1 and Ret3 showed no significant cell growth, possibly due to the toxicity of the protein, or due to the stress placed on the cell from protein synthesis.
+
/* page background color*/
+
body {
+
background-color: #A7A9AB;
+
}
+
  
 +
The Ret1 strain showed no significant difference from control in either copper uptake or cell viability in copper. The Ret2 strain showed increased cell viability in high copper concentrations, but did not show any significant increase in copper uptake ability.  The Ret3 strain showed very low growth most likely due to excessive protein load.  However, it showed a marked increase in copper uptake as compared to the control strain.
 +
<br>
 +
<br>
 +
In the future, we would like to adjust the expression of the LamB metallothionein fusion in order to increase the viability of the cell line.  Eventually, we would like to insert a gasification gene in order to allow for the easy collection of copper laden E. coli.
 +
<br>
 +
<br>
  
/* Creates a container that will wrap all of the content inside your wiki pages. */
 
#mainContainer { 
 
width: 980px;
 
overflow: hidden;
 
float:left;
 
margin-left: 20px;
 
background-color: #EEEDEA;
 
border-bottom: 6px solid #EE3e53;
 
}
 
  
/* Creates the container for the menu */
 
#menuContainer  {
 
float:right;
 
width: 150px;
 
background-color: #0e232f;
 
height: 100%;
 
border-top: 6px solid #EE3e53;
 
font-family: "Arial", Helvetica, sans-serif;
 
}
 
  
/* Creates the container for the content */
 
#contentContainer {
 
background-color: #EEEDEA;
 
width: 810px;
 
float: left;
 
padding: 10px;
 
border-top: 6px solid #EE3e53;
 
}
 
 
 
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
 
 
 
/*Change the styling of text for everything inside main container*/
 
#mainContainer p {
 
font-family: "Arial", Helvetica, sans-serif;
 
font-size: 12px;
 
color: #0e232f;
 
}
 
 
/*This changes the color and font family */
 
#contentContainer h1, h2, h3, h4, h5, h6 {
 
font-family: "Arial", Helvetica, sans-serif;
 
color: #0e232f;
 
border-bottom: none;
 
font-weight: bold;
 
text-transform: uppercase;
 
}
 
 
/*Style of the links - links are different inside the menu */
 
#contentContainer a {
 
font-weight: bold;
 
color: #ee3e53;
 
}
 
 
  /* Styling links on hover- links are different inside the menu */
 
#contentContainer a:hover{
 
color: #f4b248;
 
}
 
 
/*Change the styling of tables */
 
        #contentContainer table {
 
    border: 1px solid #0e232f;
 
    border-collapse: collapse;
 
    width: 90%
 
    margin: auto;
 
    margin-bottom: 15px;
 
    margin-top: 15px;
 
    margin-right: 10px;
 
    margin-left: 10px;
 
    }
 
 
/*Change the styling of table cells*/
 
    #contentContainer  td {
 
    padding: 10px;
 
    border: 1px solid #0e232f;
 
    border-collapse: collapse;
 
    vertical-align: text-top;
 
    background-color: #EEEDEA;
 
    }
 
 
/*Change the styling of table headers */
 
    #contentContainer th {
 
    padding: 10px;
 
    border: 1px solid #0e232f;
 
    border-collapse: collapse;
 
    vertical-align: text-top;
 
    background-color: #e8d5b7;
 
    }
 
 
 
/*MENU STYLING */
 
 
/*Styling for the links in the menu */
 
#menuContainer a {
 
color: #EEEDEA;
 
text-decoration:none;
 
font-weight: bold;
 
}
 
 
/* Sets the style for lists inside menuContainer  */
 
#menuContainer ul {
 
width:100%;
 
list-style: none;
 
margin: auto;
 
padding-top: 10px;
 
padding-bottom: 10px;
 
 
}
 
 
/*Styles the list items to become menu buttons */
 
#menuContainer ul li {
 
display: block;
 
position: relative;
 
padding: 10px;
 
margin-bottom:5px;
 
padding-left: -20px;
 
}
 
 
#menuContainer ul li:hover {
 
background: #F4B248;
 
color: #0e232f;
 
}
 
 
 
/*HIde the submenus and removes the padding */
 
#menuContainer li ul {
 
display: none;
 
padding-top:15px;
 
margin-left: -9px;
 
}
 
 
/*Shows the submenus once you hover*/
 
#menuContainer li:hover ul {
 
display: block;
 
}
 
 
/*style the submenu buttons*/
 
#menuContainer li ul li {
 
background: #0E232F;
 
width: 100%;
 
}
 
 
#menuContainer li ul li:hover {
 
background: #EE3E53;
 
color: #fff;
 
}
 
 
 
 
/*CLASSES */
 
/*Clear class for all the pages, adds spacing too*/
 
.clear{
 
clear:both;
 
height: 10px;
 
}
 
 
/* highlight box for special messages */
 
    .highlightBox {
 
    width:500px;
 
            margin:auto;
 
            background-color: #E8D5B7;
 
    margin-bottom: 15px;
 
    margin-top: 15px;
 
    padding: 15px;
 
    padding-top: 5px;
 
          }
 
 
</style>
 
<!-- End of CSS -->
 
 
 
<!-- Start of the template html elements. -->
 
<div id ="mainContainer"><!--This div will close on the page.-->
 
 
<div id="bannerContainer">
 
<br> <br>
 
 
</div>
 
 
<!-- Start of menu -->
 
<div id="menuContainer">
 
<!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
 
<ul>
 
<a href="https://2015.igem.org/Team:UMBC-Maryland"><li>HOME</li></a>
 
 
<a href="https://2015.igem.org/Team:UMBC-Maryland/Team"><li>TEAM</li></a>
 
 
 
<a href="#"><li>PROJECT
 
            <ul>
 
<a href="https://2015.igem.org/Team:UMBC-Maryland/Description"><li>Description</li></a>
 
<a href="https://2015.igem.org/Team:UMBC-Maryland/Experiments"><li>Experiments & Protocols</li></a> 
 
<a href="https://2015.igem.org/Team:UMBC-Maryland/Results"><li>Results</li></a> 
 
</ul>
 
</li></a>
 
 
<a href="#"><li>PARTS
 
            <ul>
 
<a href="https://2015.igem.org/Team:UMBC-Maryland/Parts"><li>Team Parts</li></a>
 
<a href="https://2015.igem.org/Team:UMBC-Maryland/Basic_Part"><li>Basic Parts</li></a> 
 
<a href="https://2015.igem.org/Team:UMBC-Maryland/Composite_Part"><li>Composite Parts</li></a>
 
<a href="https://2015.igem.org/Team:UMBC-Maryland/Part_Collection"><li>Part Collection</li></a> 
 
</ul>
 
</li></a>
 
 
<a href="https://2015.igem.org/Team:UMBC-Maryland/Notebook"><li>NOTEBOOK</li></a>
 
     
 
<a href="https://2015.igem.org/Team:UMBC-Maryland/Attributions"><li>ATTRIBUTIONS</li></a>
 
 
<a href="https://2015.igem.org/Team:UMBC-Maryland/Safety"><li>SAFETY</li></a>
 
 
 
</ul>
 
</div>
 
<!-- End of menu  -->
 
 
<!-- Start of content -->
 
<div id="contentContainer"><!--This div will close on the page.-->
 
 
</html>
 
</html>
 +
[[File:UMBCRet1OD.jpg|700px]]
 
<html>
 
<html>
 
+
<br>
<h2> Project Results</h2>
+
<br>
 
+
We genetially engienered several strains of E. coli in an effort to increase copper resistance and collection. We named each strain after our school's mascot, the Chesapeake Bay Retriever. Retriever 1 (Ret1) has been given the yeast metallothionein gene CUP1. Retriever 2 (Ret2) has been given the same CUP1 gene codon optimized for E. coli.
+
 
+
 
</html>
 
</html>
[[File:UMBCCu8_19_15.jpg]]
+
[[File:UMBCRet1Cu.jpg|500px]]
[[File:UMBCOD8_19_15a.jpg]]
+
[[File:UMBCOD8_19_15b.jpg]]
+
 
<html>
 
<html>
<p>Here you can describe the results of your project and your future plans. </p>
+
<br>
 
+
<br>
<h5>What should this page contain?</h5>
+
</html>
<ul>
+
[[File:UMBCRet2OD.jpg|700px]]
<li> Clearly and objectively describe the results of your work.</li>
+
<html>
<li> Future plans for the project </li>
+
<br>
<li> Considerations for replicating the experiments </li>
+
<br>
</ul>
+
</html>
 
+
[[File:UMBCRet2Cu.jpg|500px]]
 
+
<html>
 
+
<br>
 
+
<br>
 
+
</html>
<h4> Project Achievements </h4>
+
[[File:UMBCRet3OD.jpg|700px]]
 
+
<html>
<p>You can also include a list of bullet points (and links) of the successes and failures you have had over your summer. It is a quick reference page for the judges to see what you achieved during your summer.</p>
+
<br>
 
+
<br>
<ul>
+
</html>
<li>A list of linked bullet points of the successful results during your project</li>
+
[[File:UMBCRet3Cu.jpg|500px]]
<li>A list of linked bullet points of the unsuccessful results during your project. This is about being scientifically honest. If you worked on an area for a long time with no success, tell us so we know where you put your effort.</li>
+
<html>
</ul>
+
<br>
 
+
<br>
 
+
<br>
 
+
<br>
<h4>Inspiration</h4>
+
<p>See how other teams presented their results.</p>
+
<ul>
+
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Results/Pathway">2014 TU Darmstadt </a></li>
+
<li><a href="https://2014.igem.org/Team:Imperial/Results">2014 Imperial </a></li>
+
<li><a href="https://2014.igem.org/Team:Paris_Bettencourt/Results">2014 Paris Bettencourt </a></li>
+
</ul>
+
 
+
</div>
+
 
</html>
 
</html>
 +
{{Team:UMBC-Maryland/TemplateBottom}}

Latest revision as of 02:52, 19 September 2015

Project Results

We genetically engineered several strains of E. coli in an effort to increase copper resistance and collection. We named each strain after our school's mascot, the Chesapeake Bay Retriever. Retriever 1 (Ret1) has been given the yeast metallothionein gene CUP1. Retriever 2 (Ret2) has been given the same CUP1 gene codon optimized for E. coli. Retriever 3 (Ret3) has been given the CUP1 gene codon optimized, fused with bacteriophage lambda receptor (LamB). Each strain was tested for cell density and extracellular copper concentration at different initial copper sulfate concentrations for 7-10 hours.

Ret1 and Ret3 showed no significant cell growth, possibly due to the toxicity of the protein, or due to the stress placed on the cell from protein synthesis. The Ret1 strain showed no significant difference from control in either copper uptake or cell viability in copper. The Ret2 strain showed increased cell viability in high copper concentrations, but did not show any significant increase in copper uptake ability. The Ret3 strain showed very low growth most likely due to excessive protein load. However, it showed a marked increase in copper uptake as compared to the control strain.

In the future, we would like to adjust the expression of the LamB metallothionein fusion in order to increase the viability of the cell line. Eventually, we would like to insert a gasification gene in order to allow for the easy collection of copper laden E. coli.

UMBCRet1OD.jpg

UMBCRet1Cu.jpg

UMBCRet2OD.jpg

UMBCRet2Cu.jpg

UMBCRet3OD.jpg

UMBCRet3Cu.jpg