Team:ITESM-Guadalajara/Risk
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"><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_selected"><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 296: | Line 387: | ||
Risk is the variability of the expected result or action, and the best way to face it is to prepare in advance, this means adopting a preventive position according to possible contingencies that could happen in the future. Knowing which are the highest risk categories for Biophrame and formulating possible strategies to respond to each one was essential in our planning process. It is important to mention that risk doesn’t need to be seen just as a threat, it could be considered an opportunity to explore new horizons. | Risk is the variability of the expected result or action, and the best way to face it is to prepare in advance, this means adopting a preventive position according to possible contingencies that could happen in the future. Knowing which are the highest risk categories for Biophrame and formulating possible strategies to respond to each one was essential in our planning process. It is important to mention that risk doesn’t need to be seen just as a threat, it could be considered an opportunity to explore new horizons. | ||
</p> | </p> | ||
+ | <hr/> | ||
<h4>Understanding our Risks<h4> | <h4>Understanding our Risks<h4> | ||
<p> | <p> | ||
Line 301: | Line 393: | ||
</p> | </p> | ||
<img src="https://static.igem.org/mediawiki/2014/0/0f/BIOPHRAMEGDLRisks_analysis.jpg"> | <img src="https://static.igem.org/mediawiki/2014/0/0f/BIOPHRAMEGDLRisks_analysis.jpg"> | ||
+ | <hr/> | ||
<h4>Financial</h4> | <h4>Financial</h4> | ||
<p> | <p> | ||
Line 315: | Line 408: | ||
For the management part, the main risk lies in the planning process: our sales, net income and production forecasts could be more optimistic than reality, or by the other hand demand could be higher than expected. If we aren’t selling in Jalisco the quantity produced, we could sell it to the rest of the country, or to other industries. If demand is higher than expected, we’ll have to analyze our production capacity and suppliers’ capacity too, and decide according to those factors whether to focus only in the medium purity Chitosan production, or increasing the quantity produced while adding more suppliers to our base. | For the management part, the main risk lies in the planning process: our sales, net income and production forecasts could be more optimistic than reality, or by the other hand demand could be higher than expected. If we aren’t selling in Jalisco the quantity produced, we could sell it to the rest of the country, or to other industries. If demand is higher than expected, we’ll have to analyze our production capacity and suppliers’ capacity too, and decide according to those factors whether to focus only in the medium purity Chitosan production, or increasing the quantity produced while adding more suppliers to our base. | ||
</p> | </p> | ||
+ | <hr/> | ||
<h4>Operational</h4> | <h4>Operational</h4> | ||
<p> | <p> | ||
Line 325: | Line 419: | ||
Additional important aspects to consider are related to the daily operations, just in case an accident occurs inside the plant, some equipment stops working, or any damage to an employee happens, we will have the appropriate insurances. | Additional important aspects to consider are related to the daily operations, just in case an accident occurs inside the plant, some equipment stops working, or any damage to an employee happens, we will have the appropriate insurances. | ||
</p> | </p> | ||
+ | <hr/> | ||
<h4>External</br> | <h4>External</br> | ||
a) Environmental</h4> | a) Environmental</h4> | ||
Line 332: | Line 427: | ||
Possible events that may happen as a consequence: temporary increase of the shrimp shell price that we will have to pay, unless some bargaining strategy could be done with them, contact other suppliers from our base who are located in a different coast area or even in our city (important restaurant chains and supermarkets), or in the worst scenario, if harsh scarcity occur for a long period of time, we will import the shell from other places in Latin America (Ecuador for example) because is geographically convenient and also the tariff regulations are flexible, thanks to the commercial agreements we have with them. | Possible events that may happen as a consequence: temporary increase of the shrimp shell price that we will have to pay, unless some bargaining strategy could be done with them, contact other suppliers from our base who are located in a different coast area or even in our city (important restaurant chains and supermarkets), or in the worst scenario, if harsh scarcity occur for a long period of time, we will import the shell from other places in Latin America (Ecuador for example) because is geographically convenient and also the tariff regulations are flexible, thanks to the commercial agreements we have with them. | ||
</p> | </p> | ||
+ | <hr/> | ||
<h4>b) Legal</h4> | <h4>b) Legal</h4> | ||
<p> | <p> | ||
Line 340: | Line 436: | ||
Likewise, for the registration of the international patent, additional paperwork and fess are needed; all of this could take longer than the stipulated time. If a competitor doesn’t respect our patent, lawsuit will be performed and we will be compensated by all the fees that weren’t paid to us during the period. | Likewise, for the registration of the international patent, additional paperwork and fess are needed; all of this could take longer than the stipulated time. If a competitor doesn’t respect our patent, lawsuit will be performed and we will be compensated by all the fees that weren’t paid to us during the period. | ||
</p> | </p> | ||
+ | <hr/> | ||
<h4>c) Technological</h4> | <h4>c) Technological</h4> | ||
<p> | <p> | ||
Biotech industries rely highly on technological advancements, meaning that as time goes by, better equipment will exist and the plant will have to be renewed, where probably a high investment will be required. If we don’t have enough liquidity and investing on it is essential for the production process, then we will have to ask for a loan; identifying when is the correct time to do this equipment change is essential, taking into account the obsolescence and useful life of them. Another issue is the fact that Mexico is a developing country, and there is lack of technology and high tech raw material, so many supplies will be imported (extra time and tariffs). | Biotech industries rely highly on technological advancements, meaning that as time goes by, better equipment will exist and the plant will have to be renewed, where probably a high investment will be required. If we don’t have enough liquidity and investing on it is essential for the production process, then we will have to ask for a loan; identifying when is the correct time to do this equipment change is essential, taking into account the obsolescence and useful life of them. Another issue is the fact that Mexico is a developing country, and there is lack of technology and high tech raw material, so many supplies will be imported (extra time and tariffs). | ||
</p> | </p> | ||
+ | <hr/> | ||
<h4>d) Sociological</h4> | <h4>d) Sociological</h4> | ||
<p> | <p> | ||
Not many Mexican citizens know what genetically modified organism means, while some countries around the world have a bad perception and restriction to their use, in Mexico it is just starting. It is true that many goods that are imported towards the country are produced with Genetically Modified Organism (G.M.O). Just to have an idea, more than 80% of the soybeans and corn grown in the U.S. in 2013 came from genetically engineered crops, according to the Department of Agriculture. About 75% of the foods Americans eat contain G.M.Os in some form. Positive and negative issues exist for absolutely every product in the market. If this becomes a severe issue, similar strategies explained in the legal section will be adopted. | Not many Mexican citizens know what genetically modified organism means, while some countries around the world have a bad perception and restriction to their use, in Mexico it is just starting. It is true that many goods that are imported towards the country are produced with Genetically Modified Organism (G.M.O). Just to have an idea, more than 80% of the soybeans and corn grown in the U.S. in 2013 came from genetically engineered crops, according to the Department of Agriculture. About 75% of the foods Americans eat contain G.M.Os in some form. Positive and negative issues exist for absolutely every product in the market. If this becomes a severe issue, similar strategies explained in the legal section will be adopted. | ||
</p> | </p> | ||
+ | <hr/> | ||
<h4>Risk Factor Analysis</h4> | <h4>Risk Factor Analysis</h4> | ||
<img src="https://static.igem.org/mediawiki/2014/6/6d/BIOPHRAMEGDLRisks_analysis_swot.jpg"> | <img src="https://static.igem.org/mediawiki/2014/6/6d/BIOPHRAMEGDLRisks_analysis_swot.jpg"> | ||
+ | <hr/> | ||
<h4>SWOT Analysis</h4> | <h4>SWOT Analysis</h4> | ||
<img src="https://static.igem.org/mediawiki/2014/5/5b/BIOPHRAMEGDLRisks_analysis1.jpg"> | <img src="https://static.igem.org/mediawiki/2014/5/5b/BIOPHRAMEGDLRisks_analysis1.jpg"> | ||
+ | <hr/> | ||
<h4>About the Strengths and Weaknesses</h4> | <h4>About the Strengths and Weaknesses</h4> | ||
<p>First of all, what are the factors that make Biophrame Technologies unique?</p> | <p>First of all, what are the factors that make Biophrame Technologies unique?</p> | ||
Line 361: | Line 462: | ||
Our main weaknesses, and that we are taking hands on to improve on all these factors, are the following. As shrimp shell is essential for our process, we depend highly in our main supplier “La Internacional” (Culiacán, Sinaloa) which is one of the biggest shrimp shell processors of the country; this is why we have contacted other suppliers (including companies from Guadalajara and Torreón) just to prevent. As any startup we don’t have experience in the market and our brand is just new in comparison with some of the biggest multinationals who also offer Chitosan, such as Sigma Aldrich, the biggest sellers of biological products in Latin America, its important to mention that Sigma Chiitosan is produced by a chemical way. One of the greatest complexities for this project is related to legal regulations, due to the multiple paperwork and certifications we need to have to operate a company that uses genetically modified microorganisms, while traditional companies selling the same product don’t face it merely because they don’t produce it or because they use the chemical process). For the construction of our plant and the proper equipment (e.g. tanks and lab instruments), the initial investment is high, and probably at the beginning wont be easy to get a bank loan, but for the future it should be easier as soon as our sales increase, also there are governmental funding support to this type of projects. | Our main weaknesses, and that we are taking hands on to improve on all these factors, are the following. As shrimp shell is essential for our process, we depend highly in our main supplier “La Internacional” (Culiacán, Sinaloa) which is one of the biggest shrimp shell processors of the country; this is why we have contacted other suppliers (including companies from Guadalajara and Torreón) just to prevent. As any startup we don’t have experience in the market and our brand is just new in comparison with some of the biggest multinationals who also offer Chitosan, such as Sigma Aldrich, the biggest sellers of biological products in Latin America, its important to mention that Sigma Chiitosan is produced by a chemical way. One of the greatest complexities for this project is related to legal regulations, due to the multiple paperwork and certifications we need to have to operate a company that uses genetically modified microorganisms, while traditional companies selling the same product don’t face it merely because they don’t produce it or because they use the chemical process). For the construction of our plant and the proper equipment (e.g. tanks and lab instruments), the initial investment is high, and probably at the beginning wont be easy to get a bank loan, but for the future it should be easier as soon as our sales increase, also there are governmental funding support to this type of projects. | ||
</p> | </p> | ||
+ | <hr/> | ||
<h4>About the opportunities and threats</h4> | <h4>About the opportunities and threats</h4> | ||
<p>What are the issues that could make Biophrame Technologies a sustainable company in all aspects (economically, environmentally, socially)? | <p>What are the issues that could make Biophrame Technologies a sustainable company in all aspects (economically, environmentally, socially)? | ||
Line 367: | Line 469: | ||
</p><p> | </p><p> | ||
About the potential threats; if a severe environmental issue occur (e.g. harsh hurricane, petroleum spill, plague) over the coast, specially the Pacific area where Culiacán, Baja California, Nayarit and Jalisco are located, will surely impact to our main supplier and probably the quantity we have agreed with them will be reduced for some time (this is why we have more potential suppliers). The shrimp closed season normative isn’t very strict in the present (it applies for certain species and the restrained period varies from one state to another), but in case it becomes stricter, shrimp shell suppliers will have to adopt special measures to avoid a harsh decrease in their sales. Also because the quantity we need to get, first a ton in a month, just few companies could supply that, the negotiating position of suppliers could be stronger. Nowadays legal regulation for this type of companies, such as Biophrame, is ambiguous because there aren’t direct competitors in the market, but if they add some norms and requisites, they will impact us both operational and economically. For future competition, we will be prepared by the following: the patent, the quality in our product and general service and the customer relationship management, all these will help us to retain our clients and so gain their loyalty. In case a bad perception from the use of biological organisms is faced, marketing strategies will be developed, and evaluation of a target market shift will be done.</p> | About the potential threats; if a severe environmental issue occur (e.g. harsh hurricane, petroleum spill, plague) over the coast, specially the Pacific area where Culiacán, Baja California, Nayarit and Jalisco are located, will surely impact to our main supplier and probably the quantity we have agreed with them will be reduced for some time (this is why we have more potential suppliers). The shrimp closed season normative isn’t very strict in the present (it applies for certain species and the restrained period varies from one state to another), but in case it becomes stricter, shrimp shell suppliers will have to adopt special measures to avoid a harsh decrease in their sales. Also because the quantity we need to get, first a ton in a month, just few companies could supply that, the negotiating position of suppliers could be stronger. Nowadays legal regulation for this type of companies, such as Biophrame, is ambiguous because there aren’t direct competitors in the market, but if they add some norms and requisites, they will impact us both operational and economically. For future competition, we will be prepared by the following: the patent, the quality in our product and general service and the customer relationship management, all these will help us to retain our clients and so gain their loyalty. In case a bad perception from the use of biological organisms is faced, marketing strategies will be developed, and evaluation of a target market shift will be done.</p> | ||
+ | <hr/> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 00:17, 16 October 2014