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

(Prototype team page)
 
 
(29 intermediate revisions by 3 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> Project Description </h2>
+
<!-- Start of CSS-->
 +
<style type="text/css">
  
<p>Tell us about your project, describe what moves you and why this is something important for your team.</p>
+
@import url(font-awesome.min.css);
<br />
+
        @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> A clear and concise description of your project.</li>
+
margin: 0px auto;
<li>A detailed explanation of why your team chose to work on this particular project.</li>
+
}
<li>References and sources to document your research.</li>
+
<li>Use illustrations and other visual resources to explain 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 */
  
<br />
+
p, #content {
<h4>Advice on writing your Project Description</h4>
+
color:#808284;
 +
                        margin: 0 auto;
 +
}
  
<p>
+
a, a:visited {
We encourage you to put up a lot of information and content on your wiki, but we also encourage you to include summaries as much as possible. If you think of the sections in your project description as the sections in a publication, you should try to be consist, accurate and unambiguous in your achievements.
+
color:#22BCB9;
</p>
+
}
  
<p>
 
Judges like to read your wiki and know exactly what you have achieved. This is how you should think about these sections; from the point of view of the judge evaluating you at the end of the year.
 
</p>
 
  
  
<br />
+
/* PAGE LAYOUT */
<h4>References</h4>
+
<p>iGEM teams are encouraged to record references you use during the course of your research. They should be posted somewhere on your wiki so that judges and other visitors can see how you though about your project and what works inspired you.</p>
+
  
 +
 +
/* 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: 8 pt;
 +
font-weight: 300;
 +
  
 +
}
  
<h4>Inspiration</h4>
+
/* Creates a container that will wrap all of the content inside your wiki pages. */
<p>See how other teams have described and presented their projects: </p>
+
#mainContainer { 
 +
width: 980px;
 +
overflow:hidden;
 +
float:left;
 +
margin-left:20px;
 +
margin-bottom: 15px;
 +
background-color: #fff;
 +
border-bottom: 8px solid #153b68;
 +
}
  
<ul>
+
/* Creates the container for the menu */
<li><a href="https://2014.igem.org/Team:Imperial/Project"> Imperial</a></li>
+
#menuContainer  {
<li><a href="https://2014.igem.org/Team:UC_Davis/Project_Overview"> UC Davis</a></li>
+
float:left;
<li><a href="https://2014.igem.org/Team:SYSU-Software/Overview">SYSU Software</a></li>
+
width: 150px;
</ul>
+
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: 20px;
 +
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: 12px;
 +
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>
 +
<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>
 +
<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>Description</b></center></h2>
 +
 +
<table width="750" border="0">
 +
  <tbody>
 +
    <tr>
 +
      <td><p>This year our team chose to tackle the hairy global issue of keratin waste build-up. We are working to solve this issue by constructing a Keratinase-expressing E. coli system that will break down the keratin protein, leading to the rapid degradation of both hair and feathers in industrial waste streams.
 +
The reason that both hair and feathers present waste-management problems is that they are made up of the same protein: keratin. Keratin is one of the strongest proteins found in nature due to its hydrogen bonds, disulphide bonds, and its tightly wrapped helixes (1), or parallel sheets of polypeptide chains with amino acids (3). Keratinase is a proteolytic enzyme that is capable of breaking the strong bonds that hold keratin together. In nature, Keratinases are expressed in a variety of organisms, including bacteria and fungi, which exist in many different habitats. These habitats include Antarctic soils, soybean waste, Mediterranean Sea, solfataric muds, polluted rivers, and hot springs (2). The current understanding of Keratinase shows the Bacillus genera to be the most prominent natural Keratinase producers (2).</p></td>
 +
    </tr>
 +
    <tr>
 +
      <td align="center"><img src="https://static.igem.org/mediawiki/2015/9/95/OLS-Feathers-ProjectDes.png" width="375px" height="416px" rotate="90"/><p font-size="10px">Picture from http://blogs.inquirer.net/insidescience/2008/08/01/filipino-scientist-finds-good-use-for-chicken-feathers/</p><p>&nbsp;</p>
 +
      <img src="https://static.igem.org/mediawiki/2015/a/a8/OLS-Hair-ProjectDes.png" width="375" height="263px"/><p font-size="10px">Picture from http://slocumbros.com/category/news/ and the San Antonio Water System</p>
 +
     
 +
      </td>
 +
    </tr>
 +
    <tr>
 +
      <td><p>Our inspiration to tackle the issue of hair and feather build came from a cartoon that was published in our local paper entitled “The Epic Poo Race”. This cartoon was published as a funny way to educate the public about the issue that was effecting our town. Hair being flushed into wastewater treatment systems was getting tangled and trapped to the point of restricting the flow of sewage.</p></td>
 +
    </tr>
 +
    <tr>
 +
      <td align="center"><img  src="https://static.igem.org/mediawiki/2015/7/71/OLS-Picture5-ProjectDes.png" width="511" height="605" />
 +
<p font-size="10px" align="center">Photo courtesy of the Town of Canmore</p><br></td>
 +
    </tr>
 +
    <tr>
 +
      <td><p>From visiting our local waste water treatment plant we learnt that these build-ups of hair can be so damaging that they can stop pumps from working leading to backup in waste, blockages, and the breaking of many wastewater treatment equipment costing millions in repairs. Perhaps the worst thing about this issue is how the hair is currently removed from the waste treatment facilities. These clogs, no matter their size, must be removed manually by the unlucky worker given the task. Our team knew there must be a better way to tackle this problem. Of course, we thought that synthetic biology would be the perfect answer to this problem.</p>
 +
      </td>
 +
    </tr>
 +
    <tr>
 +
      <td><img src="https://static.igem.org/mediawiki/2015/4/4b/OLS-Picture2-ProjectDes.png">
 +
      <p font-size="10px" align="center">Team member Alina Arvisais at the Canmore Waste Water Treatment Plant</p></td>
 +
    </tr>
 +
    <tr>
 +
      <td><p>Designing a biological system that can produce functional Keratinase at a low cost and high output rate provides an opportunity for real improvement in the current reality of keratin waste management. Aside from the industrial applications already discussed, Keratinases can have expanded application value in the cosmetic industry; as a natural alternative to caustic drain cleaner products; in the leather production industry, to assist in dehairing hides; or as an animal feed supplement, allowing livestock to receive more nutrients from their food (2).
 +
            <p>&nbsp;</p>   
 +
        <p font-size="12px"><strong>Citations:</strong>
 +
        <ul>
 +
          <li>(1) Poultry News, Health, Welfare, Diseases, Markets and Econ, 2009</li>
 +
          <li>(2) Tulasi Satyanarayana, Jennifer Littlechild, Yutaka Kawarabayasi, Thermophilic Microbes in Environmental and Industrial Biotechnology, 2013, Springer.</li>
 +
          <li>(3) "keratin". Encyclopædia Britannica. Encyclopædia Britannica Online. Encyclopædia Britannica Inc., 2015. Web. 17 Sep. 2015.</li>
 +
          <li>(4) Jin, E., Reddy, N., Zhu, Z., &amp; Yang, Y. (2011). Graft polymerization of native chicken feathers for thermoplastic applications. Journal of agricultural and food chemistry, 59(5), 1729-1738.</li>
 +
          <li>(5) Hadas, A., &amp; Kautsky, L. (1994). Feather meal, a semi-slow-release nitrogen fertilizer for organic farming.Fertilizer research, 38(2), 165-170.</li>
 +
          <li>(6) Riffel, A., Lucas, F., Heeb, P., &amp; Brandelli, A. (2003). Characterization of a new keratinolytic bacterium that completely degrades native feather keratin. Archives of Microbiology, 179(4), 258-265.</li>
 +
          <li>(7) Tiwary, E., &amp; Gupta, R. (2010). Extracellular Expression of Keratinase from Bacillus licheniformis ER-15 in Escherichia coli. Journal of Agricultural and Food Chemistry, 58(14), 8380-8385.</li>
 +
          <li>(8) El-Nagar, K., Saleh, S. M., &amp; Ramadan, A. R. (2006). Utilization of feather waste to improve the properties of the Egyptian cotton fabrics. Jour. of Textile and Apparel Technology and Management, 2, 1-12.</li>
 +
        </ul>
 +
      </td>
 +
    </tr>
 +
  </tbody>
 +
</table>
 +
 +
</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:01, 19 September 2015

Description

This year our team chose to tackle the hairy global issue of keratin waste build-up. We are working to solve this issue by constructing a Keratinase-expressing E. coli system that will break down the keratin protein, leading to the rapid degradation of both hair and feathers in industrial waste streams. The reason that both hair and feathers present waste-management problems is that they are made up of the same protein: keratin. Keratin is one of the strongest proteins found in nature due to its hydrogen bonds, disulphide bonds, and its tightly wrapped helixes (1), or parallel sheets of polypeptide chains with amino acids (3). Keratinase is a proteolytic enzyme that is capable of breaking the strong bonds that hold keratin together. In nature, Keratinases are expressed in a variety of organisms, including bacteria and fungi, which exist in many different habitats. These habitats include Antarctic soils, soybean waste, Mediterranean Sea, solfataric muds, polluted rivers, and hot springs (2). The current understanding of Keratinase shows the Bacillus genera to be the most prominent natural Keratinase producers (2).

Picture from http://blogs.inquirer.net/insidescience/2008/08/01/filipino-scientist-finds-good-use-for-chicken-feathers/

 

Picture from http://slocumbros.com/category/news/ and the San Antonio Water System

Our inspiration to tackle the issue of hair and feather build came from a cartoon that was published in our local paper entitled “The Epic Poo Race”. This cartoon was published as a funny way to educate the public about the issue that was effecting our town. Hair being flushed into wastewater treatment systems was getting tangled and trapped to the point of restricting the flow of sewage.

Photo courtesy of the Town of Canmore


From visiting our local waste water treatment plant we learnt that these build-ups of hair can be so damaging that they can stop pumps from working leading to backup in waste, blockages, and the breaking of many wastewater treatment equipment costing millions in repairs. Perhaps the worst thing about this issue is how the hair is currently removed from the waste treatment facilities. These clogs, no matter their size, must be removed manually by the unlucky worker given the task. Our team knew there must be a better way to tackle this problem. Of course, we thought that synthetic biology would be the perfect answer to this problem.

Team member Alina Arvisais at the Canmore Waste Water Treatment Plant

Designing a biological system that can produce functional Keratinase at a low cost and high output rate provides an opportunity for real improvement in the current reality of keratin waste management. Aside from the industrial applications already discussed, Keratinases can have expanded application value in the cosmetic industry; as a natural alternative to caustic drain cleaner products; in the leather production industry, to assist in dehairing hides; or as an animal feed supplement, allowing livestock to receive more nutrients from their food (2).

 

Citations:

  • (1) Poultry News, Health, Welfare, Diseases, Markets and Econ, 2009
  • (2) Tulasi Satyanarayana, Jennifer Littlechild, Yutaka Kawarabayasi, Thermophilic Microbes in Environmental and Industrial Biotechnology, 2013, Springer.
  • (3) "keratin". Encyclopædia Britannica. Encyclopædia Britannica Online. Encyclopædia Britannica Inc., 2015. Web. 17 Sep. 2015.
  • (4) Jin, E., Reddy, N., Zhu, Z., & Yang, Y. (2011). Graft polymerization of native chicken feathers for thermoplastic applications. Journal of agricultural and food chemistry, 59(5), 1729-1738.
  • (5) Hadas, A., & Kautsky, L. (1994). Feather meal, a semi-slow-release nitrogen fertilizer for organic farming.Fertilizer research, 38(2), 165-170.
  • (6) Riffel, A., Lucas, F., Heeb, P., & Brandelli, A. (2003). Characterization of a new keratinolytic bacterium that completely degrades native feather keratin. Archives of Microbiology, 179(4), 258-265.
  • (7) Tiwary, E., & Gupta, R. (2010). Extracellular Expression of Keratinase from Bacillus licheniformis ER-15 in Escherichia coli. Journal of Agricultural and Food Chemistry, 58(14), 8380-8385.
  • (8) El-Nagar, K., Saleh, S. M., & Ramadan, A. R. (2006). Utilization of feather waste to improve the properties of the Egyptian cotton fabrics. Jour. of Textile and Apparel Technology and Management, 2, 1-12.

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