Team:ITESM-Guadalajara/Market
From 2014.igem.org
(Difference between revisions)
(Created page with "{{CSS/Main}} <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="description" content="Team ITESM - Guadalajara Wiki for the iGEM...") |
|||
Line 1: | Line 1: | ||
{{CSS/Main}} | {{CSS/Main}} | ||
+ | |||
<html> | <html> | ||
Line 199: | Line 200: | ||
body { | body { | ||
- | padding-top: 110px; | + | padding-top: 110px; |
+ | line-height: 1.8em; | ||
} | } | ||
Line 210: | Line 212: | ||
.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 234: | ||
} | } | ||
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 256: | ||
} | } | ||
+ | .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> | ||
+ | |||
+ | |||
+ | |||
+ | </head> | ||
+ | |||
+ | <body> | ||
<div class="navbar navbar-fixed-top" style="margin-top:10px"> | <div class="navbar navbar-fixed-top" style="margin-top:10px"> | ||
<nav class="navbar-inner"> | <nav class="navbar-inner"> | ||
Line 262: | Line 329: | ||
<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=" | + | <li class="menu-item"> |
- | <li><a href=" | + | <a href="https://2014.igem.org/Team:ITESM-Guadalajara"> |
- | <li><a href=" | + | <span>Home</span> |
- | <li><a href=" | + | <span class="green-effect"></span> |
- | <li><a href=" | + | </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"><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_selected"><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 305: | Line 396: | ||
According to Global Industry Analysts in “Chitin & Chitosan: A Global Strategic Business Report,” the market size in US is 17% for high purity Chitosan and 75% for low and medium purity Chitosan (Global Industry Analysts , 2012).</p> | According to Global Industry Analysts in “Chitin & Chitosan: A Global Strategic Business Report,” the market size in US is 17% for high purity Chitosan and 75% for low and medium purity Chitosan (Global Industry Analysts , 2012).</p> | ||
<img src="https://static.igem.org/mediawiki/2014/9/95/BIOPHRAMEGDLMarket_4.jpg"> | <img src="https://static.igem.org/mediawiki/2014/9/95/BIOPHRAMEGDLMarket_4.jpg"> | ||
+ | <hr/> | ||
<h4>Economic of production</h4> | <h4>Economic of production</h4> | ||
<p>Production of Chitosan is almost 30 years old. Professor George A.F. Roberts, in his article: Thirty years of progress in chitin and chitosan, exposes an analysis of how the production process of this natural fiber has been changing and improving as years go by. The conventional industrial process that has been used for 3 decades consists in using particular chemical substances to treat chitin (Roberts, 2008). | <p>Production of Chitosan is almost 30 years old. Professor George A.F. Roberts, in his article: Thirty years of progress in chitin and chitosan, exposes an analysis of how the production process of this natural fiber has been changing and improving as years go by. The conventional industrial process that has been used for 3 decades consists in using particular chemical substances to treat chitin (Roberts, 2008). | ||
Line 312: | Line 404: | ||
Taking chemicals out of the equation would lower costs of production considerably. Biophrame proposed biological process requires molasses and whey (milk serum), which are both wastes from other industrial processes and sold for 2.5MXN per Kg and 0.39MXN per Lt, respectively. The industrial waste produced form this biological process would be high amounts of protein, biomase and calcium, which are both biodegradable and can even be treated and sold. Developing an enzyme-based method for converting chitin in Chitosan has obvious attractions such as environmental friendliness, lower chemical costs, higher molecular weight, quality and standardization (Roberts, 2008). | Taking chemicals out of the equation would lower costs of production considerably. Biophrame proposed biological process requires molasses and whey (milk serum), which are both wastes from other industrial processes and sold for 2.5MXN per Kg and 0.39MXN per Lt, respectively. The industrial waste produced form this biological process would be high amounts of protein, biomase and calcium, which are both biodegradable and can even be treated and sold. Developing an enzyme-based method for converting chitin in Chitosan has obvious attractions such as environmental friendliness, lower chemical costs, higher molecular weight, quality and standardization (Roberts, 2008). | ||
</p> | </p> | ||
+ | <hr/> | ||
<h4>Latin America and Mexico</h4> | <h4>Latin America and Mexico</h4> | ||
<p>The data on Chitosan production and consumption for Latin America is inaccurate due to the size of the market. In Latin America, Chitosan is used mainly for water treatment and research purposes. Regulations for its use in cosmetics and foods are still ambiguous. Out of the total world production, only 462 tons are produced outside the US, Canada, Japan, Europe and Asia Pacific, which is 3.36% of world production. | <p>The data on Chitosan production and consumption for Latin America is inaccurate due to the size of the market. In Latin America, Chitosan is used mainly for water treatment and research purposes. Regulations for its use in cosmetics and foods are still ambiguous. Out of the total world production, only 462 tons are produced outside the US, Canada, Japan, Europe and Asia Pacific, which is 3.36% of world production. | ||
Line 325: | Line 418: | ||
http://www.quiminet.com/centro-negocios/se-requiere/8030847700117.htm | http://www.quiminet.com/centro-negocios/se-requiere/8030847700117.htm | ||
</p> | </p> | ||
+ | <hr/> | ||
<h4>Medium and low purity Chitosan (75-85% deacetylated/Medium molecular weight)</h4> | <h4>Medium and low purity Chitosan (75-85% deacetylated/Medium molecular weight)</h4> | ||
<p> | <p> | ||
Line 336: | Line 430: | ||
Low bargaining power of suppliers: there are few shrimp suppliers who can supply a ton per month of waste, but they are happy to lower the cost on waste elimination. Moreover our process is designed to work with any crustaceous shell waste. | Low bargaining power of suppliers: there are few shrimp suppliers who can supply a ton per month of waste, but they are happy to lower the cost on waste elimination. Moreover our process is designed to work with any crustaceous shell waste. | ||
</p> | </p> | ||
+ | <hr/> | ||
<h4>High Purity Chitosan (Degree of acetylation: ≤90 %)</h4> | <h4>High Purity Chitosan (Degree of acetylation: ≤90 %)</h4> | ||
<p> | <p> | ||
Line 348: | Line 443: | ||
The biggest competitor is giant distributor Sigma Aldrich, who markets low, medium and high purity Chitosan from suppliers all over the world through its online store. However, Sigma Aldrich runs out of stock frequently and has long wait periods for its customers.</p> | The biggest competitor is giant distributor Sigma Aldrich, who markets low, medium and high purity Chitosan from suppliers all over the world through its online store. However, Sigma Aldrich runs out of stock frequently and has long wait periods for its customers.</p> | ||
<img src="https://static.igem.org/mediawiki/2014/2/25/BIOPHRAMEGDLMarket_7.jpg"> | <img src="https://static.igem.org/mediawiki/2014/2/25/BIOPHRAMEGDLMarket_7.jpg"> | ||
+ | <hr/> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 00:01, 16 October 2014