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

(Prototype team page)
 
 
(130 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{OLS_Canmore_AB_CA}}
+
{{Template_All_Teams}}
<html>
+
<h2> Welcome to iGEM 2015! </h2>
+
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
  
<h4>Before you start: </h4>
+
<!-- Declare that you are going to use html code instead of wiki code -->
<p> Please read the following pages:</p>
+
<html>
<ul>
+
<li>  <a href="https://2015.igem.org/Requirements">Requirements page </a> </li>
+
<li> <a href="https://2015.igem.org/Wiki_How-To">Wiki Requirements page</a></li>
+
</ul>
+
  
<div class="highlightBox">
+
<!-- Start of CSS-->
<h4> Styling your wiki </h4>
+
<style type="text/css">
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
+
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>
+
</div>
+
  
<h4> Editing your wiki </h4>
+
@import url(font-awesome.min.css);
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>
+
        @import url("http://fonts.googleapis.com/css?family=Roboto:500,300");
<p> <a href="https://2015.igem.org/wiki/index.php?title=Team:OLS_Canmore_AB_CA&action=edit"> Click here to edit this page! </a></p>
+
<p>See tips on how to edit your wiki on the <a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation</a> page.</p>
+
  
 +
#top_menu_inside {
 +
width: 1020px;
 +
margin: 0px auto;
 +
}
  
<h4>Templates </h4>
+
/* since the background is dark, we change the color of the text and links so they are visible on "show preview" mode */
<p> This year we have created templates for teams to use freely. More information on how to use and edit the templates can be found on the
+
<a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation </a> page.</p>
+
  
 +
p, #content {
 +
color:#808284;
 +
                        margin: 0 auto;
 +
}
  
<h4>Tips</h4>
+
a, a:visited {
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
+
color:#22BCB9;
<ul>
+
}
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
<li>Be clear about what you are doing and how you plan to do this.</li>
+
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
+
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2015.igem.org/Calendar_of_Events">iGEM 2015 calendar</a> </li>
+
<li>Have lots of fun! </li>
+
</ul>
+
  
  
<h4>Inspiration</h4>
 
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
 
<ul>
 
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
 
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
 
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
 
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
 
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
 
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
 
</ul>
 
  
<h4> Uploading pictures and files </h4>
+
/* PAGE LAYOUT */
<p> You can upload your pictures and files to the iGEM 2015 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. <br />
+
When you upload, set the "Destination Filename" to <code>Team:YourOfficialTeamName/NameOfFile.jpg</code>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p>
+
  
<a href="https://2015.igem.org/Special:Upload">CLICK HERE TO UPLOAD FILES</a>
+
 +
/* 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;
 +
}
  
</div></div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.-->
+
/* 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>
 +
<li></li>
 +
<li></li>
 +
<li></li>
 +
<li></li>
 +
</ul>
 +
</div>
 +
<!-- End of menu  -->
 +
 +
<!-- Start of content -->
 +
<div id="contentContainer"> <!--This div will close on the page.-->
 +
                                <h2><center><b>The BreaKERs</b></center></h2>
 +
 +
 +
 +
<table width="792" border="0" cellpadding="0">
 +
  <tbody>
 +
    <tr>
 +
      <td height="168"><p>We are the &quot;Our Lady of The Snows Catholic Academy - OLS&quot; team from Canmore, Alberta, Canada. Our project aims to break down hair in wastewater treatment facilities, and to break down feather waste in the poultry industry. </p>
 +
<br>
 +
      <p>Our plan is to genetically engineer <i>E.coli</i> K12 to express Keratinase&mdash;an enzyme that breaks down the protein keratin, found in feathers and hair.  We will use the KeratinaseA (KERA) and KeratinaseUS (KERUS) genetic sequences found naturally in the <i>Bacillus</i> genera.  The KERA and KERUS sequences will be optimized for expression in <i>E.coli</i>, synthesized into plasmid rings, and ligated into a standard biobrick backbone for submission to the iGEM parts registry.  It is from 'Keratinase' and 'keratin break-down' that we chose our name, The BreaKERs, and our motto, that we are KER-ate chopping the keratin waste.</p></td>
 +
    </tr>
 +
    <tr>
 +
      <td height="322" align="center">      <img src="https://static.igem.org/mediawiki/2015/d/d5/OLShome_picture5.png" width="428" height="296" align="middle"/></td>
 +
    </tr>
 +
    <tr>
 +
      <td height="283"><p>After much brainstorming (above), we chose our project topic because our small community is struggling to deal with hair build-up in our wastewater treatment facilities.  These build-ups have caused equipment failure, clogs, and increased maintenance costs for our town.  We researched and found that the only current strategy being applied to these blockages is to manually remove the accumulated hair. We thought there must be a better way, using synthetic biology, to solve this problem.
 +
Through our research we also found that keratin waste is a huge issue in the poultry processing industry, as feathers are also made up of the protein keratin.  Billions of tonnes of feather wastes build-up, with limited options for disposal.  Currently, feathers are often being disposed of in environmentally harmful ways. One method is incineration, which leads to the release of many pollutants, foul odours, and harmful runoff contaminating livestock and plants in the surrounding area.  Burying the waste is another common disposal method, which leads to harmful leachates.  As keratin is protein-rich, there is an option of turning keratin waste into products such as animal feed or fertilizer; however this process is extremely extensive, expensive and time consuming, often producing products of low quality.<br>
 +
<br>
 +
Our project this year will provide an inexpensive and efficient method to more completely break down the keratin proteins in both hair and feathers, providing a step towards solving the issue of keratin waste treatment.</p></td>
 +
    </tr>
 +
    <tr>
 +
      <td align="center"><img src="https://static.igem.org/mediawiki/2015/c/c9/OLShome_picture1.jpeg" width="750" height="500"/></td>
 +
    </tr>
 +
  </tbody>
 +
</table>
 +
 +
 +
 +
                  </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 19:39, 30 October 2015

The BreaKERs

We are the "Our Lady of The Snows Catholic Academy - OLS" team from Canmore, Alberta, Canada. Our project aims to break down hair in wastewater treatment facilities, and to break down feather waste in the poultry industry.


Our plan is to genetically engineer E.coli K12 to express Keratinase—an enzyme that breaks down the protein keratin, found in feathers and hair. We will use the KeratinaseA (KERA) and KeratinaseUS (KERUS) genetic sequences found naturally in the Bacillus genera. The KERA and KERUS sequences will be optimized for expression in E.coli, synthesized into plasmid rings, and ligated into a standard biobrick backbone for submission to the iGEM parts registry. It is from 'Keratinase' and 'keratin break-down' that we chose our name, The BreaKERs, and our motto, that we are KER-ate chopping the keratin waste.

After much brainstorming (above), we chose our project topic because our small community is struggling to deal with hair build-up in our wastewater treatment facilities. These build-ups have caused equipment failure, clogs, and increased maintenance costs for our town. We researched and found that the only current strategy being applied to these blockages is to manually remove the accumulated hair. We thought there must be a better way, using synthetic biology, to solve this problem. Through our research we also found that keratin waste is a huge issue in the poultry processing industry, as feathers are also made up of the protein keratin. Billions of tonnes of feather wastes build-up, with limited options for disposal. Currently, feathers are often being disposed of in environmentally harmful ways. One method is incineration, which leads to the release of many pollutants, foul odours, and harmful runoff contaminating livestock and plants in the surrounding area. Burying the waste is another common disposal method, which leads to harmful leachates. As keratin is protein-rich, there is an option of turning keratin waste into products such as animal feed or fertilizer; however this process is extremely extensive, expensive and time consuming, often producing products of low quality.

Our project this year will provide an inexpensive and efficient method to more completely break down the keratin proteins in both hair and feathers, providing a step towards solving the issue of keratin waste treatment.

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