Difference between revisions of "Team:OLS Canmore AB CA/Experiments"

(Prototype team page)
 
 
(27 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{OLS_Canmore_AB_CA}}
+
{{Template_All_Teams}}
 +
 
 +
<!-- Declare that you are going to use html code instead of wiki code -->
 
<html>
 
<html>
  
<h2>Experiments &amp; Protocols</h2>
+
<!-- Start of CSS-->
 +
<style type="text/css">
  
<p>Describe the experiments, research and protocols you used in your iGEM project.</p>
+
@import url(font-awesome.min.css);
 +
        @import url("http://fonts.googleapis.com/css?family=Roboto:500,300");
  
<h5>What should this page contain?</h5>
+
#top_menu_inside {
<ul>
+
width: 1020px;
<li> Protocols </li>
+
margin: 0px auto;
<li> Experiments </li>
+
}
<li>Documentation of the development of your project </li>
+
</ul>
+
  
 +
/* since the background is dark, we change the color of the text and links so they are visible on "show preview" mode */
  
 +
p, #content {
 +
color:#808284;
 +
                        margin: 0 auto;
 +
}
  
<h4>Inspiration</h4>
+
a, a:visited {
<ul>
+
color:#22BCB9;
<li><a href="https://2014.igem.org/Team:Colombia/Protocols">2014 Colombia </a></li>
+
}
<li><a href="https://2014.igem.org/Team:Imperial/Protocols">2014 Imperial </a></li>
+
 
<li><a href="https://2014.igem.org/Team:Caltech/Project/Experiments">2014 Caltech </a></li>
+
 
</ul>
+
 
 +
/* PAGE LAYOUT */
 +
 
 +
 +
/* Set up a width, height and color of the body wrapper*/
 +
body {
 +
background-color: #29221F;
 +
              width: 1020px;
 +
              margin: 0 auto;
 +
                font-family: "Roboto", Helvetica, sans-serif;
 +
font-size: 12 pt;
 +
font-weight: 300;
 +
 +
 
 +
}
 +
 
 +
/* Creates a container that will wrap all of the content inside your wiki pages. */
 +
#mainContainer { 
 +
width: 980px;
 +
overflow:hidden;
 +
float:left;
 +
margin-left:20px;
 +
margin-bottom: 15px;
 +
background-color: #fff;
 +
border-bottom: 8px solid #153b68;
 +
}
 +
 
 +
/* Creates the container for the menu */
 +
#menuContainer  {
 +
float:left;
 +
width: 150px;
 +
padding: 20px 0px;
 +
background-color: #0879ae;
 +
border-top: 8px solid #153b68;
 +
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 +
}
 +
 
 +
/* Creates the container for the content */
 +
#contentContainer {
 +
padding-top: 0px;
 +
padding-right:10px;
 +
margin-bottom: 20px;
 +
width: 800px;
 +
padding-left: 20px;
 +
float: left;
 +
border-top: 8px solid #153b68;
 +
background-color: #fff;
 +
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 +
}
 +
 
 +
 
 +
/*Set up height place holder for the banner*/
 +
#bannerContainer {
 +
margin-top: 0px;
 +
text-align: center;
 +
color: #40aadb;
 +
}
 +
 
 +
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
 +
 
 +
/*Change the styling of text for everything inside main container*/
 +
#mainContainer p {
 +
font-size: 14px;
 +
color: #000000;
 +
}
 +
 +
/*This changes the color and font family */
 +
#contentContainer h1, h2, h3, h4, h5, h6 {
 +
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 +
color: #29221F;
 +
border-bottom: none;
 +
 +
margin-top:10px;
 +
}
 +
 
 +
/*Style of the links - links are different inside the menu */
 +
#contentContainer a {
 +
font-weight: ;
 +
color: #40aadb;
 +
}
 +
 
 +
  /* Styling links on hover- links are different inside the menu */
 +
#contentContainer a:hover {
 +
color: #0885c0;
 +
}
 +
 
 +
/*Change the styling of tables */
 +
        #contentContainer table {
 +
    border: 0px solid #29221F;
 +
    border-collapse: collapse;
 +
    margin: auto;
 +
    margin-bottom: 15px;
 +
    margin-top: 15px;
 +
    margin-right: 10px;
 +
    margin-left: 10px;
 +
    }
 +
 
 +
/*Change the styling of table cells*/
 +
    #contentContainer  td {
 +
    background-color: #fff;
 +
    padding: 10px;
 +
    border: 0px solid #29221F;
 +
    border-collapse: collapse;
 +
   
 +
    }
 +
 
 +
 
 +
/*Change the styling of table headers */
 +
    #contentContainer th {
 +
    background-color: #F4F0D8;
 +
    padding: 10px;
 +
    border: 0px solid #29221F;
 +
    border-collapse: collapse;
 +
    vertical-align: text-top;
 +
    }
 +
 
 +
 
 +
 
 +
 
 +
/*MENU STYLING */
 +
 
 +
/*Styling for the links in the menu */
 +
#menuContainer a {
 +
color: #fff;
 +
text-decoration:none;
 +
font-weight: ;
 +
}
 +
 
 +
/* Sets the style for lists inside menuContainer  */
 +
#menuContainer ul {
 +
list-style: none;
 +
margin-left:0px;
 +
}
 +
 
 +
/*Styles the list items to become menu buttons */
 +
#menuContainer ul li {
 +
text-align: center;
 +
display: block;
 +
width: 100%;
 +
height:30px;
 +
padding-top:10px;
 +
}
 +
 
 +
/*For the menu buttons, changes the color when hovering*/
 +
#menuContainer li:hover {
 +
color:  #FFF;
 +
background-color: #0885c0;
 +
}
 +
 
 +
/*Submenus are not displayed as default*/
 +
#menuContainer li ul {
 +
display: none;
 +
padding-top:15px;
 +
margin-left: -19px;
 +
}
 +
 
 +
/*Submenus are displayed when hovering the menu button */
 +
#menuContainer li:hover ul {
 +
/*display: inline-block; */
 +
display: block;
 +
position: absolute;
 +
float:right;
 +
margin-left: 150px;
 +
margin-top:-42px;
 +
}
 +
 
 +
/*Style the submenu buttons*/
 +
#menuContainer li ul li{
 +
background-color: #1697d3;
 +
padding-left:20px;
 +
padding-right:20px;
 +
height:30px;
 +
                                font-color:#fff
 +
padding-top:10px;
 +
margin-top:-2px;
 +
color: #28221E;
 +
width: 170px;
 +
}
 +
 
 +
/*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: #F4F0D8;
 +
    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">
 +
<img src="https://static.igem.org/mediawiki/2015/4/43/Team_OLS_Canmore_AB_CA_Banner.jpeg" width:"980px" height:"200px"/>
 +
</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:OLS_Canmore_AB_CA"><li>HOME</li></a>
 +
 
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Team"><li>TEAM</li></a>
 +
 
 +
<a href="#"><li>PROJECT
 +
            <ul>
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Description"><li>Description</li></a>
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Experiments"><li>Experiments & Protocols</li></a> 
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Results"><li>Results</li></a>
 +
                                                        <a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Design"><li>Design</li></a> 
 +
</ul>
 +
</li></a>
 +
 
 +
<a href="#"><li>PARTS
 +
            <ul>
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Parts"><li>Team Parts</li></a>
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Basic_Part"><li>Basic Parts</li></a> 
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Composite_Part"><li>Composite Parts</li></a>
 +
</ul>
 +
</li></a>
 +
 
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Notebook"><li>NOTEBOOK</li></a>
 +
     
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Attributions"><li>ATTRIBUTIONS</li></a>
 +
 
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Collaborations"><li>COLLABORATIONS</li></a>
 +
 
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Practices"><li>HUMAN PRACTICES</li></a>
 +
 
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Safety"><li>SAFETY</li></a>
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Faith"><li>FAITH</li></a>
 +
 
 +
<li></li><li></li>
 +
<li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li>
 +
 
 +
</ul>
 +
</div>
 +
<!-- End of menu  -->
 +
 
 +
<!-- Start of content -->
 +
<div id="contentContainer">
 +
<h2><center><b>Experiments and Protocols</b></center></h2>
 +
 
 +
<table width="750" border="0">
 +
  <tbody>
 +
    <tr>
 +
      <td>
 +
<p>All protocols followed can be found in the Alberta Innovates Technology Futures Synthetic Biology Guidebook for High School iGEM.  The protocols followed are on pages 121 to 142.</p>
 +
<p>Here is a link to access the guidebook:</p><p>&nbsp;</p><p><a href="https://static.igem.org/mediawiki/igem.org/7/71/AITF_iGEMHS_Guidebook_Final.pdf">https://static.igem.org/mediawiki/igem.org/7/71/AITF_iGEMHS_Guidebook_Final.pdf</a></p><p>&nbsp;</p>
 +
</td></tr>
 +
<tr><td align="center">
 +
<img src="https://static.igem.org/mediawiki/2015/d/d5/OLSLethbridgeworkshop8.jpeg" height="833" width="600"/><p>&nbsp;</p></td></tr><tr><td>
 +
<p>Moving forward from this year, we plan to complete a qualitative assay and a quantitative assay for our parts.  The first of these would simply determine if the Keratinase is effectively breaking down keratin by comparing it against a control flask containing keratin, and non-Keratinase producing E.coli K12.  The second, and quantitative assay will provide us with information on speed of keratin breakdown due to Keratinase activity.  This will help determine the effectiveness of our construct and its viability as an alternative to current keratin waste treatment methods.  From this, we will move forward with optimization tests for pH, temperature, and other enzymatic conditions.  </p><p>&nbsp;</p>
 +
 
 +
<p>The following links are to two different viable quantitative assays to measure keratin breakdown due to enzyme activity:
 +
<p>&nbsp;</p>
 +
<li><a href="http://www.hindawi.com/journals/er/2011/523780/">http://www.hindawi.com/journals/er/2011/523780/</a></li>
 +
<li><a href="http://www.scielo.br/pdf/bjmbr/v44n3/394.pdf">http://www.scielo.br/pdf/bjmbr/v44n3/394.pdf</a></li>     
 +
  </p>
 +
     
 +
     
 +
     
 +
      </td>
 +
    </tr>
 +
    </tbody>
 +
</table>
 +
 
 +
<!--This div will close on the page.-->
 +
</div>
 
</div>
 
</div>
 +
<p font-color:"#fff"><center>Contact us at <strong>alinaarvisais@isidore.redeemer.ab.ca</strong> or <strong>taliadixon@isidore.redeemer.ab.ca</strong>, or even send a message to our facebook page: <a href="https://www.facebook.com/OLeSsence">https://www.facebook.com/OLeSsence</a></center><p>
 
</html>
 
</html>

Latest revision as of 00:00, 19 September 2015

Experiments and Protocols

All protocols followed can be found in the Alberta Innovates Technology Futures Synthetic Biology Guidebook for High School iGEM. The protocols followed are on pages 121 to 142.

Here is a link to access the guidebook:

 

https://static.igem.org/mediawiki/igem.org/7/71/AITF_iGEMHS_Guidebook_Final.pdf

 

 

Moving forward from this year, we plan to complete a qualitative assay and a quantitative assay for our parts. The first of these would simply determine if the Keratinase is effectively breaking down keratin by comparing it against a control flask containing keratin, and non-Keratinase producing E.coli K12. The second, and quantitative assay will provide us with information on speed of keratin breakdown due to Keratinase activity. This will help determine the effectiveness of our construct and its viability as an alternative to current keratin waste treatment methods. From this, we will move forward with optimization tests for pH, temperature, and other enzymatic conditions.

 

The following links are to two different viable quantitative assays to measure keratin breakdown due to enzyme activity:

 

  • http://www.hindawi.com/journals/er/2011/523780/
  • http://www.scielo.br/pdf/bjmbr/v44n3/394.pdf
  • Contact us at alinaarvisais@isidore.redeemer.ab.ca or taliadixon@isidore.redeemer.ab.ca, or even send a message to our facebook page: https://www.facebook.com/OLeSsence