Team:Costa Rica-TEC-UNA

From 2012.igem.org

(Difference between revisions)
 
(48 intermediate revisions not shown)
Line 1: Line 1:
-
{|align="center"
+
__NOTOC__
 +
<html>
 +
<html xmlns="http://www.w3.org/1999/xhtml">
 +
<script language="javascript" type="text/javascript">
 +
// Copyright 2006-2007 javascript-array.com
-
'''UNDER CONSTRUCTION!!'''
 
-
== '''Costa Rica-TEC-UNA Team''' ==
+
var timeout = 500;
 +
var closetimer = 0;
 +
var ddmenuitem = 0;
 +
// open hidden layer
 +
function mopen(id)
 +
{
 +
// cancel close timer
 +
mcancelclosetime();
 +
// close old layer
 +
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
-
[[Image:Costa_Rica-TEC-UNA_logo.png|200px|right|frame]]
+
// get new layer and show it
 +
ddmenuitem = document.getElementById(id);
 +
ddmenuitem.style.visibility = 'visible';
-
Cibus 3.0 is a project consisting on the production of biodiesel from dairy industry wastes. Annually, about 675 thousand tons of whey are thrown into rivers. This because at the present time there isn’t a program for reusing this waste, and producers find it difficult to treat them properly because of its chemical composition.  
+
}
 +
// close showed layer
 +
function mclose()
 +
{
 +
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
 +
}
-
Cibus 3.0 plans to face this problem by using a system of genetically bred bacteria using synthetic biology to transform this waste into biodiesel in a more efficient and scalable way. The improvements on this bacteria’s metabolism allow them to have a better intake of the substrate and its transformation into the desired product (biodiesel). Furthermore this process allows a better harvest of the produced biofuel compared to current systems, and at the end the bacteria bursts, releasing biodiesel in the medium. In the future, Cibus 3.0 expects to transform more bacteria in order to use other industrial and agricultural wastes as raw material for biodiesel production.
+
// go close timer
 +
function mclosetime()
 +
{
 +
closetimer = window.setTimeout(mclose, timeout);
 +
}
 +
// cancel close timer
 +
function mcancelclosetime()
 +
{
 +
if(closetimer)
 +
{
 +
window.clearTimeout(closetimer);
 +
closetimer = null;
 +
}
 +
}
-
<!--- The Mission, Experiments --->
+
// close layer when click-out
 +
document.onclick = mclose;
 +
</script>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
<style type="text/css">
-
!align="center"|[[Team:Costa_Rica-TEC-UNA|Home]]
+
#sddm
-
!align="center"|[[Team:Costa_Rica-TEC-UNA/Team|Team]]
+
{      margin: 0;
-
!align="center"|[https://igem.org/Team.cgi?year=2012&team_name=Costa_Rica-TEC-UNA Official Team Profile]
+
padding: 0;
-
!align="center"|[[Team:Costa_Rica-TEC-UNA/Project|Project]]
+
z-index: 30}
-
!align="center"|[[Team:Costa_Rica-TEC-UNA/Parts|Parts Submitted to the Registry]]
+
 
-
!align="center"|[[Team:Costa_Rica-TEC-UNA/Modeling|Modeling]]
+
#sddm li
-
!align="center"|[[Team:Costa_Rica-TEC-UNA/Notebook|Notebook]]
+
{ margin: 0;
-
!align="center"|[[Team:Costa_Rica-TEC-UNA/Safety|Safety]]
+
padding: 0;
-
!align="center"|[[Team:Costa_Rica-TEC-UNA/Attributions|Attributions]]
+
list-style: none;
-
|}
+
float: left;
 +
font: bold 11px arial}
 +
 
 +
#sddm li a
 +
{ display: block;
 +
margin: 0 1px 0 0;
 +
padding: 4px 10px;
 +
width: 60px;
 +
background: #147AFF;
 +
color: #FFF;
 +
text-align: center;
 +
text-decoration: none}
 +
 
 +
#sddm li a:hover
 +
{ background: #49A3FF}
 +
 
 +
#sddm div
 +
{ position: absolute;
 +
visibility: hidden;
 +
margin: 0;
 +
padding: 0;
 +
background: #EAEBD8;
 +
border: 1px solid #5970B2}
 +
 
 +
#sddm div a
 +
{ position: relative;
 +
display: block;
 +
margin: 0;
 +
padding: 5px 10px;
 +
width: auto;
 +
white-space: nowrap;
 +
text-align: left;
 +
text-decoration: none;
 +
background: #FFFFFF;
 +
color: #000000;
 +
font: 11px arial}
 +
 
 +
#sddm div a:hover
 +
{ background: #3366D5;
 +
color: #000000}
 +
 
 +
 
 +
 
 +
 
 +
body {
 +
margin: 0;
 +
padding: 0;
 +
font-family: seriff;
 +
font-size: 13px;
 +
background-color: #FFFFFF
 +
        }
 +
</style>
 +
 
 +
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 +
</head>
 +
<body>
 +
<ul id="sddm">
 +
    <li><a href="https://2012.igem.org/Team:Costa_Rica-TEC-UNA">Home</a></li>
 +
    <li><a href="#"  
 +
        onmouseover="mopen('m1')"  
 +
        onmouseout="mclosetime()">Team</a>
 +
        <div id="m1"  
 +
            onmouseover="mcancelclosetime()"
 +
            onmouseout="mclosetime()">
 +
        <a href="https://2012.igem.org/Team:Costa_Rica-TEC-UNA/Team">Team Members and Advisors</a>
 +
        </div>
 +
    </li>
 +
    <li><a href="#"
 +
        onmouseover="mopen('m2')"
 +
        onmouseout="mclosetime()">Project</a>
 +
        <div id="m2"
 +
            onmouseover="mcancelclosetime()"
 +
            onmouseout="mclosetime()">
 +
        <a href="https://2012.igem.org/Team:Costa_Rica-TEC-UNA/Project">Description</a>
 +
        <a href="https://2012.igem.org/Team:Costa_Rica-TEC-UNA/Notebook">Notebook</a>
 +
        </div>
 +
    </li>
 +
    <li><a href="#"  
 +
        onmouseover="mopen('m3')"
 +
        onmouseout="mclosetime()">Biobricks</a>
 +
        <div id="m3"
 +
            onmouseover="mcancelclosetime()"
 +
            onmouseout="mclosetime()">
 +
        <a href="https://2012.igem.org/Team:Costa_Rica-TEC-UNA/Parts">Parts Submitted to the registry</a>
 +
        </div>
 +
    </li>
 +
    <li><a href="#"  
 +
        onmouseover="mopen('m4')"
 +
        onmouseout="mclosetime()">Others</a>
 +
        <div id="m4"
 +
            onmouseover="mcancelclosetime()"
 +
            onmouseout="mclosetime()">
 +
        <a href="https://2012.igem.org/Team:Costa_Rica-TEC-UNA/Safety">Safety</a>
 +
        <a href="https://2012.igem.org/Team:Costa_Rica-TEC-UNA/Attributions">Attributions</a>
 +
        <a href="https://2012.igem.org/Team:Costa_Rica-TEC-UNA/Human Practice">Human Practice</a>
 +
        <a href="https://igem.org/Team.cgi?year=2012&team_name=Costa_Rica-TEC-UNA">Official team profile</a>
 +
        </div>
 +
    </li>
 +
</ul>
 +
<br/>
 +
<br/>
 +
<br/>
 +
<br/>
 +
<div align="center">
 +
<a align="center" title="WELCOME TO COSTA RICA'S TEC-UNA TEAM PAGE!" href="https://igem.org/Team.cgi?year=2012&team_name=Costa_Rica-TEC-UNA">WELCOME TO COSTA RICA'S TEC-UNA TEAM PAGE!</a>
 +
<br/>
 +
<br/>
 +
<img src="http://sphotos-g.ak.fbcdn.net/hphotos-ak-snc7/s720x720/579986_407709052621876_849348736_n.jpg"/>
 +
</div>
 +
<div style="clear:both"></div>
 +
<br/>
 +
<br/>
 +
</body>
 +
</html>

Latest revision as of 02:53, 27 September 2012





WELCOME TO COSTA RICA'S TEC-UNA TEAM PAGE!