Team:Costa Rica-TEC-UNA/Parts

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{| style="color:#000000;background-color:#D4EBF9;" cellpadding="2" cellspacing="2" border="1" bordercolor="#fff" width="90%" align="center"
+
__NOTOC__
-
!align="center"|[[Team:Costa_Rica-TEC-UNA|Home]]
+
<html>
-
!align="center"|[[Team:Costa_Rica-TEC-UNA/Team|Team]]
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
!align="center"|[[Team:Costa_Rica-TEC-UNA/Project|Project]]
+
<script language="javascript" type="text/javascript">
-
!align="center"|[[Team:Costa_Rica-TEC-UNA/Parts|Parts Submitted to the Registry]]
+
// Copyright 2006-2007 javascript-array.com
-
!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]]
+
-
!align="center"|[https://igem.org/Team.cgi?year=2012&team_name=Costa_Rica-TEC-UNA Official Team Profile]
+
-
|}
+
-
[[Image:Costa_Rica-TEC-UNA_team.png|right|]]
+
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';
 +
 +
// 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: Arial, Helvetica, sans-serif;
 +
font-size: 14px;
 +
background-color: #7AB678
 +
        }
 +
</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://igem.org/Team.cgi?year=2012&team_name=Costa_Rica-TEC-UNA">Official team profile</a>
 +
        <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>
 +
        <a href="https://2012.igem.org/Team:Costa_Rica-TEC-UNA/Modeling">Modeling</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>
 +
        </div>
 +
    </li>
 +
</ul>
 +
<br/>
 +
</body>
 +
</html>
An important aspect of the iGEM competition is the use and creation of standard  biological parts. Each team will make new parts during iGEM and will place them in the [http://partsregistry.org Registry of Standard Biological Parts]. The iGEM software provides an easy way to present the parts your team has created . The "groupparts" tag will generate a table with all of the parts that your team adds to your team sandbox.  Note that if you want to document a part you need to document it on the [http://partsregistry.org Registry], not on your team wiki.
An important aspect of the iGEM competition is the use and creation of standard  biological parts. Each team will make new parts during iGEM and will place them in the [http://partsregistry.org Registry of Standard Biological Parts]. The iGEM software provides an easy way to present the parts your team has created . The "groupparts" tag will generate a table with all of the parts that your team adds to your team sandbox.  Note that if you want to document a part you need to document it on the [http://partsregistry.org Registry], not on your team wiki.

Revision as of 01:09, 24 September 2012


An important aspect of the iGEM competition is the use and creation of standard biological parts. Each team will make new parts during iGEM and will place them in the Registry of Standard Biological Parts. The iGEM software provides an easy way to present the parts your team has created . The "groupparts" tag will generate a table with all of the parts that your team adds to your team sandbox. Note that if you want to document a part you need to document it on the Registry, not on your team wiki.

Remember that the goal of proper part documentation is to describe and define a part such that it can be used without a need to refer to the primary literature. The next iGEM team should be able to read your documentation and be able to use the part successfully. Also, you should provide proper references to acknowledge previous authors and to provide for users who wish to know more.


<groupparts>iGEM012 Costa_Rica-TEC-UNA</groupparts>