Team:Costa Rica-TEC-UNA/Attributions

From 2012.igem.org

(Difference between revisions)
(Prototype team page)
 
(7 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
__NOTOC__
-
 
+
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<script language="javascript" type="text/javascript">
-
This is a template page. READ THESE INSTRUCTIONS.
+
// Copyright 2006-2007 javascript-array.com
-
</div>
+
 
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
var timeout = 500;
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
var closetimer = 0;
-
</div>
+
var ddmenuitem = 0;
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
 
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified. PLEASE keep all of your pages within your teams namespace.
+
// open hidden layer
-
</div>
+
function mopen(id)
-
</div>
+
{
 +
// cancel close timer
 +
mcancelclosetime();
 +
 
 +
// close old layer
 +
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
 +
 
 +
// get new layer and show it
 +
ddmenuitem = document.getElementById(id);
 +
ddmenuitem.style.visibility = 'visible';
 +
 
 +
}
 +
// close showed layer
 +
function mclose()
 +
{
 +
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
 +
}
 +
 
 +
// go close timer
 +
function mclosetime()
 +
{
 +
closetimer = window.setTimeout(mclose, timeout);
 +
}
 +
 
 +
// cancel close timer
 +
function mcancelclosetime()
 +
{
 +
if(closetimer)
 +
{
 +
window.clearTimeout(closetimer);
 +
closetimer = null;
 +
}
 +
}
 +
 
 +
// close layer when click-out
 +
document.onclick = mclose;
 +
</script>
 +
 
 +
<style type="text/css">
 +
#sddm
 +
{      margin: 0;
 +
padding: 0;
 +
z-index: 30}
 +
 
 +
#sddm li
 +
{ margin: 0;
 +
padding: 0;
 +
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/>
 +
</body>
</html>
</html>
-
<!-- *** End of the alert box *** -->
+
 
 +
https://static.igem.org/mediawiki/igem.org/4/4f/Cibus3.0_-_Gollum5.png
 +
 
 +
 
 +
<p align="justify">The design of all the biobricks and the gene systems for the production of the enzymes both for ''E.coli'' and ''R. opacus'' were developed by the under-graduated team members. Also, the laboratory work of culture of the bacteria, making competent cells, transformations, mini –preps, digestions, between others were done by the team. Our main advisor, MSc. Alejandro Hernández looked over the gene system designed and made some suggestions and corrections on them. Additionally he provided great part of the reagents and laboratory instruments used for the lab work.</p>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
<p align="justify">The MSc. Geaovanny Garro; another team advisor, helped us in the development and presentation of the student project made by three members of the team, to present in the university for funding of genes synthesis. The PhD. Miguel Rojas, our last advisor helped us with the organization in the Bio-Entrepreneurship Forum and with this participation of the group; we got to be in the finals for the contest “Yo Emprendedor”.</p>
-
!align="center"|[[Team:Costa_Rica-TEC-UNA|Home]]
+
-
!align="center"|[[Team:Costa_Rica-TEC-UNA/Team|Team]]
+
-
!align="center"|[https://igem.org/Team.cgi?year=2012&team_name=Costa_Rica-TEC-UNA Official Team Profile]
+
-
!align="center"|[[Team:Costa_Rica-TEC-UNA/Project|Project]]
+
-
!align="center"|[[Team:Costa_Rica-TEC-UNA/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:Costa_Rica-TEC-UNA/Modeling|Modeling]]
+
-
!align="center"|[[Team:Costa_Rica-TEC-UNA/Notebook|Notebook]]
+
-
!align="center"|[[Team:Costa_Rica-TEC-UNA/Safety|Safety]]
+
-
!align="center"|[[Team:Costa_Rica-TEC-UNA/Attributions|Attributions]]
+
-
|}
+
-
Each team must clearly attribute work done by the team on this page. They must distinguish work done by the team from work done by others, including the host labs, advisors, instructors, graduate students, and postgraduate masters students.
+
<p align="justify">The molecular laboratory in the Center of Investigation in Biotechnology (CIB), of the Faculty of Biology in the Costa Rican Institute of Technology (ITCR) was our main host for all the laboratory labors. Most of the equipment for the processes; like the thermocycler PCRs, electrophoresis chambers, laminar flow chambers, shakers, between others, were borrowed from this laboratory and the teaching laboratory of faculty. Besides, some of the strains of the bacteria E. coli, the pGLO genes with other reagents were given by the molecular biology teaching laboratory of the faculty. The other strains and reagents were either purchased with money given by the university with funs of the VIESA (Vicerrectoría de Vida Estudiantil y Servicios Académicos), with the money gained in the participation of the Business Idea Fair or given by the laboratory Center of Investigation and Microbiological and Chemical Services (CEQIATEC) with the collaboration of the MSc. Fabiola Jiménez.</p>

Latest revision as of 03:45, 27 September 2012



Cibus3.0_-_Gollum5.png


The design of all the biobricks and the gene systems for the production of the enzymes both for E.coli and R. opacus were developed by the under-graduated team members. Also, the laboratory work of culture of the bacteria, making competent cells, transformations, mini –preps, digestions, between others were done by the team. Our main advisor, MSc. Alejandro Hernández looked over the gene system designed and made some suggestions and corrections on them. Additionally he provided great part of the reagents and laboratory instruments used for the lab work.


The MSc. Geaovanny Garro; another team advisor, helped us in the development and presentation of the student project made by three members of the team, to present in the university for funding of genes synthesis. The PhD. Miguel Rojas, our last advisor helped us with the organization in the Bio-Entrepreneurship Forum and with this participation of the group; we got to be in the finals for the contest “Yo Emprendedor”.


The molecular laboratory in the Center of Investigation in Biotechnology (CIB), of the Faculty of Biology in the Costa Rican Institute of Technology (ITCR) was our main host for all the laboratory labors. Most of the equipment for the processes; like the thermocycler PCRs, electrophoresis chambers, laminar flow chambers, shakers, between others, were borrowed from this laboratory and the teaching laboratory of faculty. Besides, some of the strains of the bacteria E. coli, the pGLO genes with other reagents were given by the molecular biology teaching laboratory of the faculty. The other strains and reagents were either purchased with money given by the university with funs of the VIESA (Vicerrectoría de Vida Estudiantil y Servicios Académicos), with the money gained in the participation of the Business Idea Fair or given by the laboratory Center of Investigation and Microbiological and Chemical Services (CEQIATEC) with the collaboration of the MSc. Fabiola Jiménez.