Team:ITESM-Guadalajara/Technology
From 2014.igem.org
(Difference between revisions)
Line 199: | Line 199: | ||
body { | body { | ||
- | padding-top: 110px; | + | padding-top: 110px; |
+ | line-height: 1.8em; | ||
} | } | ||
Line 210: | Line 211: | ||
.navbar-fixed-top { | .navbar-fixed-top { | ||
- | + | background: #fff; | |
- | + | filter: none !important; | |
- | + | box-shadow: 0 2px 15px rgba(0,0,0,0.25); | |
- | + | -moz-box-shadow: 0 2px 15px rgba(0,0,0,0.25); | |
- | + | -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.25); | |
border-bottom: 1px solid rgba(0,0,0,0.2); | border-bottom: 1px solid rgba(0,0,0,0.2); | ||
Line 232: | Line 233: | ||
} | } | ||
ul.nav a{ | ul.nav a{ | ||
- | + | color: gray; | |
- | background-color: transparent; | + | background-color: transparent; |
+ | height: 100%; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | ul.nav a:hover { | ||
+ | background-color: transparent; | ||
} | } | ||
- | |||
- | |||
h2 { | h2 { | ||
- | + | color: #008000; | |
+ | padding-top: 0.5em; | ||
+ | padding-bottom: 1.5em; | ||
+ | border-bottom: 1px solid #AAA; | ||
+ | margin-bottom: 30px; | ||
} | } | ||
Line 246: | Line 255: | ||
} | } | ||
+ | .menu-item{ | ||
+ | height: 75px; | ||
+ | } | ||
+ | |||
+ | .green-effect{ | ||
+ | display: none; | ||
+ | background-color: #4AAF51; | ||
+ | opacity: 1; | ||
+ | color: #FFF; | ||
+ | transition-property: all; | ||
+ | transition-duration: 0.3s; | ||
+ | transition-timing-function: ease-out; | ||
+ | transition-delay: 0s; | ||
+ | border-color: #288D30; | ||
+ | position: absolute; | ||
+ | bottom: 0px; | ||
+ | width: 100%; | ||
+ | height: 2px; | ||
+ | right: 0px; | ||
+ | } | ||
+ | |||
+ | a:hover .green-effect{ | ||
+ | display: inherit; | ||
+ | } | ||
+ | |||
+ | li.tab a{ | ||
+ | height: inherit; | ||
+ | } | ||
+ | hr{ | ||
+ | margin-top: 60px; | ||
+ | margin-bottom: 60px; | ||
+ | } | ||
+ | |||
+ | li.left_menu_item a{ | ||
+ | height: inherit; | ||
+ | padding: 6px 7px 7px 0px; | ||
+ | } | ||
+ | |||
+ | li.left_menu_item a:hover{ | ||
+ | color:#4AAF51; | ||
+ | } | ||
+ | |||
+ | li.left_menu_item_selected a{ | ||
+ | height: inherit; | ||
+ | padding: 6px 7px 7px 0px; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | li.left_menu_item_selected{ | ||
+ | width: 100%; | ||
+ | border-radius: 0px; | ||
+ | border-top: 1px solid #D3CDCD; | ||
+ | border-bottom: 1px solid #D3CDCD; | ||
+ | } | ||
+ | |||
+ | .margeniz{ | ||
+ | border-left: 1px solid #D3CDCD; | ||
+ | padding-left: 50px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
- | |||
Line 262: | Line 331: | ||
<div class="col-md-3"<a><img class="inicioLogo" src="https://static.igem.org/mediawiki/2014/5/55/BioPhrameIgem_logo.png" height="100" width="auto" ></a></div> | <div class="col-md-3"<a><img class="inicioLogo" src="https://static.igem.org/mediawiki/2014/5/55/BioPhrameIgem_logo.png" height="100" width="auto" ></a></div> | ||
<div class="col-md-1"></div> | <div class="col-md-1"></div> | ||
- | |||
<div class="col-md-6" > | <div class="col-md-6" > | ||
<ul class="nav navbar-nav" style="margin-top:30px"> | <ul class="nav navbar-nav" style="margin-top:30px"> | ||
- | <li><a href="https://2014.igem.org/Team:ITESM-Guadalajara">Home</a></li> | + | <li class="menu-item"> |
- | <li><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Company">The Company</a></li> | + | <a href="https://2014.igem.org/Team:ITESM-Guadalajara"> |
- | <li><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Team">Team</a></li> | + | <span>Home</span> |
- | <li><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Contact">Contact</a></li> | + | <span class="green-effect"></span> |
- | <li><a href="https://2014.igem.org/Main_Page">iGEM 2014</a></li> | + | </a> |
+ | </li> | ||
+ | <li class="menu-item"> | ||
+ | <a href="https://2014.igem.org/Team:ITESM-Guadalajara/Company"> | ||
+ | <span>The Company</span> | ||
+ | <span class="green-effect"></span> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="menu-item"> | ||
+ | <a href="https://2014.igem.org/Team:ITESM-Guadalajara/Team"> | ||
+ | <span>Team</span> | ||
+ | <span class="green-effect"></span> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="menu-item"> | ||
+ | <a href="https://2014.igem.org/Team:ITESM-Guadalajara/Contact"> | ||
+ | <span>Contact</span> | ||
+ | <span class="green-effect"></span> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="menu-item"> | ||
+ | <a href="https://2014.igem.org/Main_Page"> | ||
+ | <span>iGEM 2014</span> | ||
+ | <span class="green-effect"></span> | ||
+ | </a> | ||
+ | </li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
</nav> | </nav> | ||
</div> | </div> | ||
- | + | <div class="main-content"> | |
- | <div class="col-md-2 col-md-offset-2"> | + | <div class="col-md-2 col-md-offset-2 left_menu"> |
- | <ul class="nav nav-pills nav-stacked"> | + | <ul class="nav nav-pills nav-stacked"> |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Company">The Company</a></li> | |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Product">Our Product</a></li> | |
- | + | <li class="left_menu_item_selected"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Technology">Our Technology</a></li> | |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Property">Intellectual Property</a></li> | |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Marketing">Marketing</a></li> | |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Management">Management</a></li> | |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Market">The Market</a></li> | |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Financial">Financial Data</a></li> | |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Risk">Risk Analysis</a></li> | |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Human">Human Practice</a></li> | |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Laws">Mexican Regulation Laws</a></li> | |
- | </ul> | + | </ul> |
- | </div> | + | </div> |
<div class="col-md-6 margeniz"> | <div class="col-md-6 margeniz"> | ||
Line 316: | Line 409: | ||
<img src="https://static.igem.org/mediawiki/2014/9/98/BIOPHARAMEGDLtech5.jpg"> | <img src="https://static.igem.org/mediawiki/2014/9/98/BIOPHARAMEGDLtech5.jpg"> | ||
<p>The selection strategy for the enzymes used in the process was based on their pH and temperature activity ranges. They needed to be close to each other, so they could have an optimal conversion yield without needing to change the conditions drastically. Also, they needed to be close to the optimal parameters for E. coli growth.</p> | <p>The selection strategy for the enzymes used in the process was based on their pH and temperature activity ranges. They needed to be close to each other, so they could have an optimal conversion yield without needing to change the conditions drastically. Also, they needed to be close to the optimal parameters for E. coli growth.</p> | ||
- | + | <hr/> | |
<h4>Pilot Plant</h4> | <h4>Pilot Plant</h4> | ||
<p>As we may see in figure 10, every month 1 metric ton of shrimp shell (without organic matter) will arrive from our supplier: “La Internacional Sinaloa”. First, this raw material will be chemically analyzed to obtain its moisture, protein, minerals, chitin and lipids content. Once analyzed, the raw material is going to be washed with water in an agitated tank for 1 hour. After that, the shrimp shell is going to be dried at a 250 Kg/h rate to reduce moisture content from 62% to 5%. Consequently, the dried shrimp shell is going to be grinded at a 100 Kg/h rate to obtain particles of 0.5mm of diameter to maximize contact surface and make the transformation process easier. Following, the shrimp shell powder will be stored at room temperature until required. Thenceforth, we are going to divide shrimp shell powder into 4 batch of 100 Kg before proceeding with the bacterial fermentations. Each batch will go through a sterilization process to eliminate all the microorganisms that could interfere with B. subtilis and E. coli growth. The sterilized shrimp shell powder will undergo an anaerobic fermentation with B. subtilis to eliminate 87% proteins and 72% calcium. Following, this mixture will experience a filtration process with help of a rotating drum to extract chitin and get rid of proteins, calcium and culture media. Thereafter, chitin will go through another sterilization process to ensure that no B. subtilis was left. Sterilized chitin will undergo another fermentation, this time with our genetically modified E. coli to transform chitin into Chitosan. This specific stage of the process represents our biggest innovation because we are eliminating the use of strong acids and bases by putting chitin through fermentation with an E. coli specifically designed for this purpose. The effluent will be centrifuged to remove E. coli from the mix. Following, this mixture will experience an ultrafiltration to extract the Chitosan, the rest is going to be discarded. Consequently, we will perform a size exclusion chromatography to purify our Chitosan. Finally, it will be spray dried. The obtained Chitosan will be tested for deacetylation degree, molecular weight, solubility, purity and viscosity. If it passes our quality standards it will be ready for bottling and packaging. We will obtain approximately 12 Kg of dried Chitosan at the end of the process.</p> | <p>As we may see in figure 10, every month 1 metric ton of shrimp shell (without organic matter) will arrive from our supplier: “La Internacional Sinaloa”. First, this raw material will be chemically analyzed to obtain its moisture, protein, minerals, chitin and lipids content. Once analyzed, the raw material is going to be washed with water in an agitated tank for 1 hour. After that, the shrimp shell is going to be dried at a 250 Kg/h rate to reduce moisture content from 62% to 5%. Consequently, the dried shrimp shell is going to be grinded at a 100 Kg/h rate to obtain particles of 0.5mm of diameter to maximize contact surface and make the transformation process easier. Following, the shrimp shell powder will be stored at room temperature until required. Thenceforth, we are going to divide shrimp shell powder into 4 batch of 100 Kg before proceeding with the bacterial fermentations. Each batch will go through a sterilization process to eliminate all the microorganisms that could interfere with B. subtilis and E. coli growth. The sterilized shrimp shell powder will undergo an anaerobic fermentation with B. subtilis to eliminate 87% proteins and 72% calcium. Following, this mixture will experience a filtration process with help of a rotating drum to extract chitin and get rid of proteins, calcium and culture media. Thereafter, chitin will go through another sterilization process to ensure that no B. subtilis was left. Sterilized chitin will undergo another fermentation, this time with our genetically modified E. coli to transform chitin into Chitosan. This specific stage of the process represents our biggest innovation because we are eliminating the use of strong acids and bases by putting chitin through fermentation with an E. coli specifically designed for this purpose. The effluent will be centrifuged to remove E. coli from the mix. Following, this mixture will experience an ultrafiltration to extract the Chitosan, the rest is going to be discarded. Consequently, we will perform a size exclusion chromatography to purify our Chitosan. Finally, it will be spray dried. The obtained Chitosan will be tested for deacetylation degree, molecular weight, solubility, purity and viscosity. If it passes our quality standards it will be ready for bottling and packaging. We will obtain approximately 12 Kg of dried Chitosan at the end of the process.</p> | ||
<img src="https://static.igem.org/mediawiki/2014/9/9f/BIOPHARAMEGDLtech7.jpg"> | <img src="https://static.igem.org/mediawiki/2014/9/9f/BIOPHARAMEGDLtech7.jpg"> | ||
+ | <hr/> | ||
<h4>Gantt Diamgram of the Process</h4> | <h4>Gantt Diamgram of the Process</h4> | ||
<p>The entire Chitosan production process, described above, will take approximately one month and a half. The times required for each unitary step are shown in the next Gantt diagram (see figure 11).</p> | <p>The entire Chitosan production process, described above, will take approximately one month and a half. The times required for each unitary step are shown in the next Gantt diagram (see figure 11).</p> | ||
Line 329: | Line 423: | ||
Attenuated B. subtilis obtained after anaerobic fermentation | Attenuated B. subtilis obtained after anaerobic fermentation | ||
Will be recollected by the company SALUD AMBIENTAL INTEGRAL SA DE CV (Telephone number: 013336725990, address: Calle Miguel Bernal 3185, 44810 Guadalajara, Jalisco). This company is located in the same municipality than Biophrame Technologies (Zapopan), and is regulated by the Mexican norm “NOM-087-SEMARNAT-SSA1-2002 Protección ambiental-Salud ambiental- Residuos peligrosos biológico-infecciosos-Clasificación y especificaciones de manejo” (NOM-087-SEMARNAT-SSA1-2002 Environmental Health Protection environmentally-hazardous waste biological-infectious-Classification and management specifications) (SALUD AMBIENTAL INTEGRAL SA DE CV) The Mexican law “Ley General del Equilibrio Ecológico y la Protección al Ambiente” or General Law of Ecological Equilibrium and Environmental Protection, defines as hazardous waste every waste that, for its corrosive, reactive, explosive, toxic, inflammable and biologic-infectious, can represent a danger for the ecological equilibrium (Secretaría de Medio Ambiente y Recursos Naturales de los Estados Unidos Mexicanos, 2003). The Mexican law about genetically modified organism management is the “NORMA Oficial Mexicana NOM-164-SEMARNAT/SAGARPA-2013”. This norm establish the characteristics and information that has to be shown in the result report of genetically modified organisms liberation, in relation with the potential environment, biodiversity, animal, plant and aquatic health risks (Secretaría de Medio Ambiente y Recursos Naturales.- Secretaría de Agricultura, Ganadería, Desarrollo Rural, Pesca y Alimentación de los Estados Unidos Mexicanos, 2014)</p> | Will be recollected by the company SALUD AMBIENTAL INTEGRAL SA DE CV (Telephone number: 013336725990, address: Calle Miguel Bernal 3185, 44810 Guadalajara, Jalisco). This company is located in the same municipality than Biophrame Technologies (Zapopan), and is regulated by the Mexican norm “NOM-087-SEMARNAT-SSA1-2002 Protección ambiental-Salud ambiental- Residuos peligrosos biológico-infecciosos-Clasificación y especificaciones de manejo” (NOM-087-SEMARNAT-SSA1-2002 Environmental Health Protection environmentally-hazardous waste biological-infectious-Classification and management specifications) (SALUD AMBIENTAL INTEGRAL SA DE CV) The Mexican law “Ley General del Equilibrio Ecológico y la Protección al Ambiente” or General Law of Ecological Equilibrium and Environmental Protection, defines as hazardous waste every waste that, for its corrosive, reactive, explosive, toxic, inflammable and biologic-infectious, can represent a danger for the ecological equilibrium (Secretaría de Medio Ambiente y Recursos Naturales de los Estados Unidos Mexicanos, 2003). The Mexican law about genetically modified organism management is the “NORMA Oficial Mexicana NOM-164-SEMARNAT/SAGARPA-2013”. This norm establish the characteristics and information that has to be shown in the result report of genetically modified organisms liberation, in relation with the potential environment, biodiversity, animal, plant and aquatic health risks (Secretaría de Medio Ambiente y Recursos Naturales.- Secretaría de Agricultura, Ganadería, Desarrollo Rural, Pesca y Alimentación de los Estados Unidos Mexicanos, 2014)</p> | ||
+ | <hr/> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 23:49, 15 October 2014