Team:ITESM-Guadalajara

From 2014.igem.org

(Difference between revisions)
Line 5: Line 5:
<head>
<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-
<meta name="description" content="Team ITESM - Guadalajara Wiki for the iGEM competition of 2014">
+
  <meta name="description" content="Team ITESM - Guadalajara Wiki for the iGEM competition of 2014">
-
<meta name="keywords" content="iGEM, Chitosan, 2014, ITESM Guadalajara, Wiki">
+
  <meta name="keywords" content="iGEM, Chitosan, 2014, ITESM Guadalajara, Wiki">
-
<meta name="author" content="Gerardo Martín del Campo">
+
  <meta name="author" content="Gerardo Martín del Campo">
-
<meta name="title" content="Team ITESM - Guadalajara Wiki">
+
  <meta name="title" content="Team ITESM - Guadalajara Wiki">
   <!-- External scripts -->
   <!-- External scripts -->
Line 18: Line 18:
   <script>
   <script>
-
$(document).ready(function(){
+
    $(document).ready(function(){
-
//Loading screen functionallity
+
      //Loading screen functionallity
-
$('.loading').animate(
+
      $('.loading').animate(
-
{opacity:0},
+
          {opacity:0},
-
500,
+
          500,
-
function(){
+
          function(){
-
$('.loading').attr("style", "display:none");
+
            $('.loading').attr("style", "display:none");
-
}
+
          }
       );
       );
Line 41: Line 41:
           $('.menu-item').removeClass('subselected');
           $('.menu-item').removeClass('subselected');
           $(this).addClass('subselected');
           $(this).addClass('subselected');
-
           if($(this).attr("data")=="#home"){
+
           if($(this).attr("data")=="#top"){
               $('html, body').animate({
               $('html, body').animate({
                   scrollTop: 0
                   scrollTop: 0
Line 47: Line 47:
           }else{
           }else{
               $('html, body').animate({
               $('html, body').animate({
-
                   scrollTop: $($(this).attr("data")).offset().top-64
+
                   scrollTop: $($(this).attr("data")).offset().top-70
               }, 1000);
               }, 1000);
           }
           }
Line 58: Line 58:
       });
       });
-
});
+
    });
-
/*//Stellar JS for Parallax effect
+
    /*//Stellar JS for Parallax effect
-
$(function(){
+
    $(function(){
-
$.stellar({
+
      $.stellar({
-
horizontalScrolling: false,
+
        horizontalScrolling: false,
-
verticalOffset: 0
+
        verticalOffset: 0
-
});
+
      });
-
});
+
    });
     */
     */
-
+
   
   </script>
   </script>
   <style>
   <style>
-
  body,
+
    body,
-
  html{
+
    html{
-
  margin: 0;
+
      margin: 0;
-
  padding:0;
+
      padding:0;
       font-family: font-family: 'Yanone Kaffeesatz', sans-serif;
       font-family: font-family: 'Yanone Kaffeesatz', sans-serif;
-
  }
+
    }
     /* REMOVE UNWANTED ELEMENTS AND STYLE OTHERS */
     /* REMOVE UNWANTED ELEMENTS AND STYLE OTHERS */
Line 91: Line 91:
-
  /* LOADING SCREEN */
+
    /* LOADING SCREEN */
-
  .loading{
+
    .loading{
-
  position:fixed;
+
      position:fixed;
-
  width:100%;
+
      width:100%;
-
  height:100%;
+
      height:100%;
-
  top:0;
+
      top:0;
-
  left:0;
+
      left:0;
-
  z-index:5;
+
      z-index:5;
-
  background-color:#555;
+
      background-color:#555;
-
  color:#fff;
+
      color:#fff;
-
  text-align: center;
+
      text-align: center;
-
  }
+
    }
-
  .loading p{
+
    .loading p{
-
  position: relative;
+
      position: relative;
-
  width:100%;
+
      width:100%;
-
  height:10%;
+
      height:10%;
-
  top:45%;
+
      top:45%;
-
  left:0;
+
      left:0;
-
  }
+
    }
-
  /* MENU STYLING */
+
    /* MENU STYLING */
-
  .menu{
+
    .menu{
-
  position:fixed;
+
      position:fixed;
-
  width:100%;
+
      width:100%;
-
  height:51px;
+
      height:56px;
       top:14px;
       top:14px;
-
  background-color: #47a3da;
+
      background-color: #47a3da;
-
  z-index:4;
+
      z-index:4;
-
  border-collapse: collapse;
+
      border-collapse: collapse;
-
  text-align:center;
+
      text-align:center;
-
  }
+
    }
-
  .menu tr td{
+
    .menu tr td{
-
  text-align: center;
+
      text-align: center;
-
  vertical-align: middle;
+
      vertical-align: middle;
-
      padding-bottom:5px;
+
       font-weight: 700;
       font-weight: 700;
-
  font-size:16px;
+
      font-size:16px;
-
  color:#fff;
+
      color:#fff;
-
  width:7%;
+
      width:7%;
-
  }
+
    }
-
  .menu tr td.menu-item:hover{
+
    .menu tr td.menu-item:hover{
-
  background-color:#258ecd;
+
      background-color:#258ecd;
-
  cursor: pointer;
+
      cursor: pointer;
-
  }
+
    }
-
  .menu tr td.menu-logo{
+
-
  width:9%;
+
-
  }
+
     .subselected{
     .subselected{
       background-color: #258ecd;
       background-color: #258ecd;
     }
     }
-
  .container{
+
    .container{
-
  position:relative;
+
      position:relative;
-
  width:100%;
+
      width:100%;
-
  top:50px;
+
      top:50px;
-
  }
+
    }
-
  #top{
+
    .container .subcontainer{
-
  background-size: cover;
+
      position:absolute;
-
  background-image: url("http://i1191.photobucket.com/albums/z475/alex0892/Guadalajara%20Minerva/171120111899.jpg");
+
      width:95%;
-
  overflow:hidden;
+
      height:90%;
-
  }
+
      top:5%;
 +
      left:2.5%;
 +
    }
 +
    #top{
 +
      background-size: cover;
 +
      background-image: url("http://i1191.photobucket.com/albums/z475/alex0892/Guadalajara%20Minerva/171120111899.jpg");
 +
      overflow:hidden;
 +
    }
   </style>
   </style>
Line 164: Line 167:
<body>
<body>
-
<!-- Loading screen -->
+
  <!-- Loading screen -->
-
<div class="loading">
+
  <div class="loading">
-
<p>Loading content, please wait...</p>
+
    <p>Loading content, please wait...</p>
-
</div>
+
  </div>
-
<!-- Menu section -->
+
  <!-- Menu section -->
-
<table class="menu">
+
  <table class="menu">
-
<tbody>
+
    <tbody>
-
<tr>
+
      <tr>
-
<td class="menu-logo">Team logo</td>
+
        <td data="#top" class="menu-item subselected">Team logo</td>
-
<td data="#home" class="menu-item subselected">Home</td>
+
        <td data="#home" class="menu-item">Home</td>
-
<td data="#team" class="menu-item">Team</td>
+
        <td data="#team" class="menu-item">Team</td>
-
<td data="#teamprofile" class="menu-item">Official Team Profile</td>
+
        <td data="#teamprofile" class="menu-item">Official Team Profile</td>
-
<td data="#project" class="menu-item">Project</td>
+
        <td data="#project" class="menu-item">Project</td>
-
<td data="#parts" class="menu-item">Parts</td>
+
        <td data="#parts" class="menu-item">Parts</td>
-
<td data="#modeling" class="menu-item">Modeling</td>
+
        <td data="#modeling" class="menu-item">Modeling</td>
-
<td data="#notebook" class="menu-item">Notebook</td>
+
        <td data="#notebook" class="menu-item">Notebook</td>
-
<td data="#safety" class="menu-item">Safety</td>
+
        <td data="#safety" class="menu-item">Safety</td>
-
<td data="#attributions" class="menu-item">Attributions</td>
+
        <td data="#attributions" class="menu-item">Attributions</td>
-
<td class="logo"><a href="https://2014.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" style="width:35px;height:auto;"></a></td>
+
        <td class="logo"><a href="https://2014.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" style="width:35px;height:auto;"></a></td>
-
</tr>
+
      </tr>
-
</tbody>
+
    </tbody>
-
</table>
+
  </table>
-
<div id="top" class="container" data-stellar-background-ratio="0" style="top:50px !important;">
+
  <div id="top" class="container" data-stellar-background-ratio="0" style="top:50px !important;">
-
</div>
+
  </div>
<div id="home" class="container">
<div id="home" class="container">
-
<h1><b1><font size=20>Bio San</font></b></h1>
+
  <div class="subcontainer">
 +
    <h1><b1><font size=20>Bio San</font></b></h1>
-
<p align=justify>
+
    <p align=justify>
-
Chitosan is a polysaccharide found in abundance in shrimp shell. The current extraction methods involve the use of strong acids and alkalis, these substances are dangerous wastes that can compromise the integrity of soil and water where they are disposed.
+
    Chitosan is a polysaccharide found in abundance in shrimp shell. The current extraction methods involve the use of strong acids and alkalis, these substances are dangerous wastes that can compromise the integrity of soil and water where they are disposed.
-
<br><br>Due to its stability and biocompatibility, chitosan has been widely used in pharmaceutical, food, and cosmetic industries, among many others. The Chitosan global market has an estimated value of $20 billion USD. Particularly, the pharmaceutical industry represents on average 1.2% of total GDP in Mexico and has grown at a 10% rate since 2008.
+
    <br><br>Due to its stability and biocompatibility, chitosan has been widely used in pharmaceutical, food, and cosmetic industries, among many others. The Chitosan global market has an estimated value of $20 billion USD. Particularly, the pharmaceutical industry represents on average 1.2% of total GDP in Mexico and has grown at a 10% rate since 2008.
-
<br><br>Therefore, it is imperative to develop a new and efficient extraction process, that is also eco-friendly. We’ve developed a new process that consists in the pretreatment of shrimp shells, followed by a fermentation in which it is demineralized and deproteinized by B. subtilis. Finally, it goes through a deacetylation process in a fermentation performed by our genetically modified E. coli strain. This modified bacterium contains 6 different enzymes that are found naturally in microorganisms that are capable of cutting and deacetylating chitin for the generation of chitosan. The action of these enzymes and a careful temperature treatment will allow us to generate chitosan with a 90% deacetylation degree. This deacetylation degree is the required one by the pharmaceutical industry, our target market.
+
    <br><br>Therefore, it is imperative to develop a new and efficient extraction process, that is also eco-friendly. We’ve developed a new process that consists in the pretreatment of shrimp shells, followed by a fermentation in which it is demineralized and deproteinized by B. subtilis. Finally, it goes through a deacetylation process in a fermentation performed by our genetically modified E. coli strain. This modified bacterium contains 6 different enzymes that are found naturally in microorganisms that are capable of cutting and deacetylating chitin for the generation of chitosan. The action of these enzymes and a careful temperature treatment will allow us to generate chitosan with a 90% deacetylation degree. This deacetylation degree is the required one by the pharmaceutical industry, our target market.
-
</p>
+
    </p>
 +
  </div>
</div>
</div>
-
<div id="team" class="container">
+
  <div id="team" class="container">
-
Team
+
    <div class="subcontainer">
-
</div>
+
      Team
 +
      <img src="https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-xap1/v/t1.0-9/10636007_707932839262584_2236769754676077412_n.jpg?oh=a0a3160c9f1cc9ba4c02bbe861b90e01&oe=545D6423&__gda__=1417389311_6c2ad9ec072be25321825085d4e97a49" style="background-size:cover;width:250px;height:400px;">
 +
    </div>
 +
  </div>
   <div id="teamprofile" class="container">
   <div id="teamprofile" class="container">

Revision as of 00:10, 4 September 2014

Loading content, please wait...

Bio San

Chitosan is a polysaccharide found in abundance in shrimp shell. The current extraction methods involve the use of strong acids and alkalis, these substances are dangerous wastes that can compromise the integrity of soil and water where they are disposed.

Due to its stability and biocompatibility, chitosan has been widely used in pharmaceutical, food, and cosmetic industries, among many others. The Chitosan global market has an estimated value of $20 billion USD. Particularly, the pharmaceutical industry represents on average 1.2% of total GDP in Mexico and has grown at a 10% rate since 2008.

Therefore, it is imperative to develop a new and efficient extraction process, that is also eco-friendly. We’ve developed a new process that consists in the pretreatment of shrimp shells, followed by a fermentation in which it is demineralized and deproteinized by B. subtilis. Finally, it goes through a deacetylation process in a fermentation performed by our genetically modified E. coli strain. This modified bacterium contains 6 different enzymes that are found naturally in microorganisms that are capable of cutting and deacetylating chitin for the generation of chitosan. The action of these enzymes and a careful temperature treatment will allow us to generate chitosan with a 90% deacetylation degree. This deacetylation degree is the required one by the pharmaceutical industry, our target market.

Team
Team Profile section
Project section
Parts section
Modeling section
Notebook section
Safety section
Attributions section

Click here to edit this page!