Team:ITESM-Guadalajara/Product
From 2014.igem.org
(Difference between revisions)
(59 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
{{CSS/Main}} | {{CSS/Main}} | ||
+ | |||
+ | |||
+ | |||
+ | |||
<html> | <html> | ||
Line 199: | Line 203: | ||
body { | body { | ||
- | padding-top: 110px; | + | padding-top: 110px; |
+ | line-height: 1.8em; | ||
} | } | ||
Line 208: | Line 213: | ||
} | } | ||
+ | |||
+ | li.menu-item{ | ||
+ | background: transparent !important; | ||
+ | } | ||
.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 220: | Line 229: | ||
.faceBot{ | .faceBot{ | ||
- | background: | + | background: #202020; |
} | } | ||
Line 232: | Line 241: | ||
} | } | ||
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 263: | ||
} | } | ||
+ | .menu-item{ | ||
+ | height: 75px; | ||
+ | } | ||
- | </style> | + | .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; | ||
+ | } | ||
+ | .invertir:hover { | ||
+ | -webkit-filter: invert(100%); | ||
+ | } | ||
+ | </style> | ||
Line 260: | Line 338: | ||
<div class="row"> | <div class="row"> | ||
<div class="col-md-2"></div> | <div class="col-md-2"></div> | ||
- | + | <div class="col-md-3"><a href="https://2014.igem.org/Team:ITESM-Guadalajara"><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><li class="menu-item"> | ||
+ | <a href="https://2014.igem.org/Team:ITESM-Guadalajara/Notebook"> | ||
+ | <span>Notebook</span> | ||
+ | <span class="green-effect"></span> | ||
+ | </a> | ||
+ | </li><li> | ||
+ | <a href="http://www.facebook.com/biophrame"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/3/30/BIOPHRAMEGDLFacebookF.png" height="20" width="auto" class="invertir img-rounded"> | ||
+ | </a></li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
</nav> | </nav> | ||
</div> | </div> | ||
+ | <div class="main-content"> | ||
+ | <div class="col-md-2 col-md-offset-2 left_menu"> | ||
+ | <ul class="nav nav-pills nav-stacked text-right"> | ||
+ | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Company">The Company</a></li> | ||
+ | <li class="left_menu_item_selected"><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> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="col-md-6 margeniz"> | ||
- | + | <h2>OUR PRODUCT</h2> | |
- | + | <h4>Overview</h4> | |
- | < | + | <p align="justify"> |
- | < | + | Biophrame Technologies is committed to be one of the most innovative high biotech companies in Mexico, providing quality and affordable raw materials that can help the development of the health industry in Mexico.</p> |
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | <p align="justify">Initially we are going to focus on producing Chitosan (see image below) with pharmaceutical grade to be used as raw material in health industry; however, thanks to the enormous uses Chitosan has in many industries, our production process provides significant opportunities to expand our market beyond, through the development of new products where Chitosan provides added value.</p> |
- | <h4> | + | <img src="https://static.igem.org/mediawiki/2014/f/f0/BIOPHRAMEpowder.jpg" width="650" height="340"> |
- | <p> | + | <hr> |
- | + | <h4>Chitosan definition, applications and properties</h4> | |
+ | <p align="justify">Chitosan is a biopolymer derived from chitin (a naturally occurring polysaccharide widely distributed in nature, especially exoskeletons of some animals such as shrimps and insects) with a unique chemical structure as a linear polycation with a high charge density, hydrogen bonding, reactive hydroxyl and amino groups that help Chitosan display excellent biocompatibility, biodegradability, non-toxicity, physical stability, hemostatic activity and processability properties, which has attracted the attention of scientists and industries for its utilization in many applications of technical interest (Raafat & Sahl, 2009).</p> | ||
- | < | + | <img src="https://static.igem.org/mediawiki/2014/d/db/BIOPHRAMEapplications.jpg" width="650" height="370"> |
- | + | <p align="justify">Chemically, Chitosan is a copolymer composed by β-(1→4)-2-acetamido-D-glucose and β-(1→4)-2-amino-D-glucose units (see figure below), where the relative amount of GlcNAc and D‐glucosamine (GlcN) monosacharides may vary giving different degrees of deacetylation (75–95%), molecular weights (MWs) (50–2000 kDa), viscosities, pKa values, etc (Raafat & Sahl, 2009).</p> | |
- | <p>Chitosan is a | + | <img src="https://static.igem.org/mediawiki/2014/4/4b/BIOPHRAMEchitinchitosan.jpg" width="650" height="320"> |
- | <p> | + | <hr/> |
+ | <h4>Health Applications</h4> | ||
+ | <p> | ||
+ | Chitosan is widely used in health industry for diverse applications. | ||
+ | </p> | ||
+ | <div class="tabbable row"> | ||
+ | <div class="col-md-4"> | ||
+ | <ul class="nav nav-pills nav-stacked" role="tablist"> | ||
+ | <li class="tab active"><a href="#cosmetic" role="tab" data-toggle="tab">Cosmetic and Pharmaceutical Products</a></li> | ||
+ | <li class="tab"><a href="#vaccine" role="tab" data-toggle="tab">Vaccine Delivery</a></li> | ||
+ | <li class="tab"><a href="#medical" role="tab" data-toggle="tab">Medical and Biomedical</a></li> | ||
+ | <li class="tab"><a href="#tissue" role="tab" data-toggle="tab">Tissue engineering</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="tab-content col-md-8" style="height:400px"> | ||
+ | <div class="tab-pane active" id="cosmetic"> | ||
+ | <ul> | ||
+ | <li>Tablet manufacture</li> | ||
+ | <li>Gel formation</li> | ||
+ | <li>Formation of films and membranes</li> | ||
+ | <li>Emulsion formations</li> | ||
+ | <li>Microspheres and microcapsules</li> | ||
+ | <li>Ophthalmic formulations</li> | ||
+ | <li>Transdermal drug delivery systems</li> | ||
+ | <li>Colon‐specific drug delivery</li> | ||
+ | <li>Targeted cancer therapy</li> | ||
+ | <li>Deodorant formulation</li> | ||
+ | <li>Hair and skin care products</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="tab-pane" id="vaccine"> | ||
+ | <ul> | ||
+ | <li>Mucosal vaccination</li> | ||
+ | <li>Oral vaccination</li> | ||
+ | <li>Peptide drug delivery</li> | ||
+ | <li>Gene/nucleic acid delivery</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="tab-pane" id="medical"> | ||
+ | <ul> | ||
+ | <li>Antacid and anti‐ulcerogenic</li> | ||
+ | <li>Hypoglycaemic</li> | ||
+ | <li>Antihypertensive</li> | ||
+ | <li>Antioxidant</li> | ||
+ | <li>Antitumour</li> | ||
+ | <li>Anticoagulant</li> | ||
+ | <li>Haemostatic</li> | ||
+ | <li>Spermicidal</li> | ||
+ | <li>Hypocholesterolaemic</li> | ||
+ | <li>Nutritional aid for weight loss</li> | ||
+ | <li>Products for wound treatment</li> | ||
+ | <li>Contact and bandage lenses</li> | ||
+ | <li>Dentistry and oral medicine</li> | ||
+ | <li>Anti‐inflammatory</li> | ||
+ | <li>Surgical sutures and implants</li> | ||
+ | <li>Immunopotentiator</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="tab-pane" id="tissue"> | ||
+ | <ul> | ||
+ | <li>Scaffold for tissue engineering applications</li> | ||
+ | <li>Artificial skin grafts</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
- | < | + | <!--OTHER APPLICATION WITH TABBBED --> |
- | + | ||
- | <p> | + | <h4>Other Applications</h4> |
+ | <p> | ||
+ | Besides the health industry, chitosan is used in many other industries. | ||
+ | </p> | ||
+ | <div class="tabbable row"> | ||
+ | <div class="col-md-4"> | ||
+ | <ul class="nav nav-pills nav-stacked" role="tablist"> | ||
+ | <li class="tab active"><a href="#agriculture" role="tab" data-toggle="tab">Agriculture</a></li> | ||
+ | <li class="tab"><a href="#food" role="tab" data-toggle="tab">Food industries</a></li> | ||
+ | <li class="tab"><a href="#textile" role="tab" data-toggle="tab">Textile industries</a></li> | ||
+ | <li class="tab"><a href="#misc" role="tab" data-toggle="tab">Miscellaneous</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="tab-content col-md-8"> | ||
+ | <div class="tab-pane active" id="agriculture"> | ||
+ | <ul> | ||
+ | <li>Soil and plant revitalize</li> | ||
+ | <li>Preservative coating</li> | ||
+ | <li>Biofungicide</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="tab-pane" id="food"> | ||
+ | <ul> | ||
+ | <li>Coatings for vegetables, fruits and fish</li> | ||
+ | <li>Edible antimicrobial films for food packaging</li> | ||
+ | <li>Food and beverage processing</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="tab-pane" id="textile"> | ||
+ | <ul> | ||
+ | <li>Finishing of textiles</li> | ||
+ | <li>Novel fibres for textiles</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="tab-pane" id="misc"> | ||
+ | <ul> | ||
+ | <li>Photographic paper</li> | ||
+ | <li>Paper finishing</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- END OF OTHER TABBED ROW --> | ||
+ | <hr/> | ||
+ | <h4>Safety of Purified Chitosan</h4> | ||
+ | <p align="justify">The safety of purified chitosan has been widely reported in humans (Decarlo, Ellis, Dooley, & Belousova, 2013), for example:</p> | ||
+ | <p><ol> | ||
+ | <li align="justify">The purified Chitosan is present, as a secondary and principal component, in multiple US FDA-approved Class I medical and dental devices. For example, it can be found in HemCon Bandage, HemCon Dental Dressing, HemoHalt Hemostasis Pad Wound Dressing, CELOX Topical Hemostatic Granules in Soluble Bag, and ChitoGauze (Decarlo, Ellis, Dooley, & Belousova, 2013). | ||
+ | </li><li align="justify"> Purified Chitosan is considered as Generally Recognized as Safe (GRAS) Food Additive at the level of “self-affirmed” (Decarlo, Ellis, Dooley, & Belousova, 2013). | ||
+ | </li><li align="justify">Chitosan, its salt forms (like lactate, glycolate, ascorbate, etc.) and some of its organic derivatives are listed among the International Nomenclature of Cosmetic Ingredients (INCI). It is important to mention that Chitosan has not yet been evaluated by the Cosmetics Ingredients Review (CIR); however, it is considered by the scientific community as safe raw material for skincare and cosmetic products (Decarlo, Ellis, Dooley, & Belousova, 2013).</li></ol></p> | ||
+ | <hr/> | ||
+ | <h4>First Generation Product</h4> | ||
+ | <p align="justify"> | ||
+ | The first generation product of Biophrame Technologies will be a 100 g powder presentation of low and medium purity Chitosan (75-85% deacetylated/ Medium molecular weight), with standard chemical and physical properties to be used mainly in: | ||
+ | </p><p><ul> | ||
+ | <li> Pharmaceutical industry (Tablet, gel and membrane manufacturing)</li> | ||
+ | <li> Cosmetic products (deodorant formulations and hair and skin care products)</li> | ||
+ | <li> Food industry (as dietary supplements)</li> | ||
+ | </p> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/0/02/BIOPHRAMEbiokmedium.jpg" width="370" height="400"> | ||
+ | <p align="justify">Also, as we discovered throw our marketing research with some mexican pharmaceutical industries, some of which are interested in our product, (see human practice and marketing sections), there is a need of bigger presentations; that is why we also offer a 10 kg presentation.</p> | ||
+ | <hr/></ul> | ||
+ | <h4>Future Generation Products</h4> | ||
+ | <p align="justify">In the future, Biophrame Technologies expect to amplify its production plant for the generation of a new product: High Purity Chitosan (Degree of deacetylation: 90-99 %). This product will be sold in 1 g presentation with standard chemical and physical properties to be used in: | ||
+ | </p> | ||
+ | <p> | ||
+ | <ul><li>The pharmaceutical industry for new product development: | ||
+ | <ul> | ||
+ | <li>Pills and microsphere manufacture</li> | ||
+ | <li>Oral vaccination</li> | ||
+ | <li>Artificial skin drafts</li> | ||
+ | <li>Sustained drug release, among many others</li> | ||
+ | </ul></li> | ||
+ | <li>Research purposes like | ||
+ | <ul> | ||
+ | <li>Cell therapy</li> | ||
+ | <li>Tissue engineering</li> | ||
+ | <li>Wound dressings</li> | ||
+ | <li>Implant coatings</li> | ||
+ | <li>Therapeutic agent delivery systems, among others</li> | ||
+ | </li></ul></p> | ||
+ | </ul> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/8/86/BIOPHRAMEbiokhigh.jpg" width="450" height="320"> | ||
+ | <p align="justify">As in the case of medium-low purity chitosan, some pharmaceutical companies and research centers in Mexico are interested in our product, however some of them buy 1g presentation for research purposes while others 10kg presentation (mainly for pharmaceutic preparations); therefore, we will offer both of them to satisfy the customer desires.</p> | ||
+ | <hr/> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | <div class="col-md-12 faceBot"></br> | ||
+ | <div class="col-md-2 col-md-offset-3"><img src="https://static.igem.org/mediawiki/2014/e/ef/Biophrame_logo_footer_500x150.png" class="img-responsive"><small style="color:white">Biophrame Technologies is a biotech company and manufacturer specialized in the production of Chitosan.</small></div> | ||
+ | <div class="col-md-2"> | ||
+ | <iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fbiophrame&width&height=258&colorscheme=dark&show_faces=true&header=false&stream=false&show_border=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:258px;" allowTransparency="true"></iframe></div> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 05:30, 11 January 2015