Team:ITESM-Guadalajara/Human
From 2014.igem.org
(Difference between revisions)
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"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Risk">Risk Analysis</a></li> | |
- | + | <li class="left_menu_item_selected"><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: | ||
Since the beginning of the project we knew that if we wanted this idea to succeed, there was plenty of work to be done, especially when Biophrame represents a life project and a real company for all the team. Networking activities and surrounding us with the appropriate people at the right time was essential. | Since the beginning of the project we knew that if we wanted this idea to succeed, there was plenty of work to be done, especially when Biophrame represents a life project and a real company for all the team. Networking activities and surrounding us with the appropriate people at the right time was essential. | ||
</p> | </p> | ||
+ | <hr/> | ||
<h4>Our perspective</h4> | <h4>Our perspective</h4> | ||
<p> | <p> | ||
If we wanted to be seen as a leader company, and also as reference and inspiration for others, we needed to think in a global perspective, considering that everything that affects a specific area influences the rest. Having this in mind, we knew that some critical activities we had to start working on were: start building relationships with important interest groups (suppliers, target market, financial sources, possible future employees and advisors) because the closer we are to them, the greater the help we can get; ensure that the appropriate safety regulations and measures are accomplished; how to be ethically consistent with our actions and values; and finally the impact we want to generate in our community at the social, environmental, economical and technological facets. | If we wanted to be seen as a leader company, and also as reference and inspiration for others, we needed to think in a global perspective, considering that everything that affects a specific area influences the rest. Having this in mind, we knew that some critical activities we had to start working on were: start building relationships with important interest groups (suppliers, target market, financial sources, possible future employees and advisors) because the closer we are to them, the greater the help we can get; ensure that the appropriate safety regulations and measures are accomplished; how to be ethically consistent with our actions and values; and finally the impact we want to generate in our community at the social, environmental, economical and technological facets. | ||
</p> | </p> | ||
+ | <hr/> | ||
<h4>Networking</h4> | <h4>Networking</h4> | ||
<p> | <p> | ||
Line 305: | Line 398: | ||
<img src="https://static.igem.org/mediawiki/2014/8/82/BIOPHRAMEGDLHuman_1.jpg"> | <img src="https://static.igem.org/mediawiki/2014/8/82/BIOPHRAMEGDLHuman_1.jpg"> | ||
<img src="https://static.igem.org/mediawiki/2014/f/f3/BIOPHRAMEGDLHuman_2.jpg"> | <img src="https://static.igem.org/mediawiki/2014/f/f3/BIOPHRAMEGDLHuman_2.jpg"> | ||
+ | <hr/> | ||
<h4>Biological Safety</h4> | <h4>Biological Safety</h4> | ||
<p> | <p> | ||
Line 311: | Line 405: | ||
To ensure that our microorganisms don’t reach the environment, especially our genetically modified E. coli, we will hire a company specialized in treating biological wastes. We’ll place our biomass in a closed leak-proof container with a label that reads: “biohazard”. The recollection of our biomass waste will be done once a week. Furthermore, the majority of the E. coli produced in the aerobic fermentation will be dead by the end of the process because it will take place at 100ºC, a temperature in which E. coli is not very likely to survive. | To ensure that our microorganisms don’t reach the environment, especially our genetically modified E. coli, we will hire a company specialized in treating biological wastes. We’ll place our biomass in a closed leak-proof container with a label that reads: “biohazard”. The recollection of our biomass waste will be done once a week. Furthermore, the majority of the E. coli produced in the aerobic fermentation will be dead by the end of the process because it will take place at 100ºC, a temperature in which E. coli is not very likely to survive. | ||
</p> | </p> | ||
+ | <hr/> | ||
<h4>Community</h4> | <h4>Community</h4> | ||
<p> | <p> | ||
Line 320: | Line 415: | ||
</p><p> | </p><p> | ||
At last, as we are the first team from the whole city, Guadalajara, which is going to iGEM contest, we are proud and quite committed to keep this as a tradition for future generations. During the last months we have started to promote the contest within the engineering students and many are getting ready to make their teams, for sure we will help them unconditionally.</p> | At last, as we are the first team from the whole city, Guadalajara, which is going to iGEM contest, we are proud and quite committed to keep this as a tradition for future generations. During the last months we have started to promote the contest within the engineering students and many are getting ready to make their teams, for sure we will help them unconditionally.</p> | ||
+ | <hr/> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 00:19, 16 October 2014