Team:UGA-Georgia/Parts

From 2014.igem.org

(Difference between revisions)
(Prototype team page)
 
(18 intermediate revisions not shown)
Line 1: Line 1:
-
{{CSS/Main}}
+
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
 +
{{CSS/Main}}
<html>
<html>
Line 8: Line 9:
<!--main content -->
<!--main content -->
<table width="70%" align="center">
<table width="70%" align="center">
 +
<html>
 +
<style>
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
 +
<style>
 +
    #sddm
 +
{ margin: 0;
 +
padding: 0;
 +
z-index: 30}
-
<!--welcome box -->
+
#sddm li
-
<tr>
+
{ margin: 0;
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
+
padding: 0;
-
<h1 >WELCOME TO iGEM 2014! </h1>
+
list-style: none;
-
<p>Your team has been approved and you are ready to start the iGEM season!
+
float: left;
-
<br>On this page you can document your project, introduce your team members, document your progress <br> and share your iGEM experience with the rest of the world! </p>
+
font: bold 11px arial}
-
<br>
+
-
<p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:UGA-Georgia/Parts&action=edit"style="color:#FFFFFF"> Click here  to edit this page!</a> </p>
+
-
</td>
+
-
</tr>
+
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
#sddm li a
-
<!-- end welcome box -->
+
{ display: block;
-
<tr>
+
margin: 0 1px 0 0;
 +
padding: 4px 10px;
 +
width: 60px;
 +
background: #5970B2;
 +
color: #FFF;
 +
text-align: center;
 +
text-decoration: none}
-
<!--navigation menu -->
+
#sddm li a:hover
-
<td align="center" colspan="3">
+
{ background: #49A3FF}
-
<table  width="100%">
+
#sddm div
-
<tr heigth="15px"></tr>
+
{ position: absolute;
-
<tr heigth="75px">
+
visibility: hidden;
 +
margin: 0;
 +
padding: 0;
 +
background:  #EAEBD8;
 +
border: 1px solid #5970B2}
 +
#sddm div a
 +
{ position: relative;
 +
display: block;
 +
margin: 0;
 +
padding: 5px 84px;
 +
width: auto;
 +
white-space: nowrap;
 +
text-align: left;
 +
text-decoration: none;
 +
background: #FEE5AD;
 +
color: #000000;
 +
font: 15px arial}
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
#sddm div a:hover
-
<a href="https://2014.igem.org/Team:UGA-Georgia"style="color:#000000">Home </a> </td>
+
{ background: #49A3FF;
 +
color: #FFF}
 +
</style>
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
<html>
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Team"style="color:#000000"> Team </a> </td>
+
<head>
 +
<style>
 +
body {
 +
  background-color:white;
 +
background-image: linear-gradient(90deg, rgba(200,0,0,.5) 50%, transparent 50%),
 +
linear-gradient(rgba(200,0,0,.5) 50%, transparent 50%);
 +
background-size:50px 50px;
 +
</style>
 +
</head>
 +
<body>
 +
<script>
 +
      var timeout = 500;
 +
      var closetimer = 0;
 +
      var ddmenuitem = 0;
-
<td style="border:1px solid black;" align="center"  height ="45px"  onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
// open hidden layer
-
<a href="https://igem.org/Team.cgi?year=2014&team_name=UGA-Georgia"style="color:#000000"> Official Team Profile </a></td>
+
      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';
 +
      }
-
<td style="border:1px solid black" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
// go close timer
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Project"style="color:#000000"> Project</a></td>
+
      function mclosetime()
 +
      {
 +
  closetimer = window.setTimeout(mclose, timeout);
 +
      }
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
// cancel close timer
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Parts"style="color:#000000"> Parts</a></td>
+
      function mcancelclosetime()
 +
      {
 +
  if(closetimer)
 +
  {
 +
window.clearTimeout(closetimer);
 +
closetimer = null;
 +
  }
 +
}
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
// close layer when click-out
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Modeling"style="color:#000000"> Modeling</a></td>
+
    document.onclick = mclose;
 +
    </script>
 +
<style>
 +
img.center {
 +
    display: block;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
}
 +
</style>
 +
<!--main content -->
 +
<table width="85%" align="center" bgcolor="#E6E6FA">
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
<br><!--navigation menu -->
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Notebook"style="color:#000000"> Notebook</a></td>
+
<br>
 +
<td align="center" colspan="3">
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
<table width="100%" id="sddm">
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Safety"style=" color:#000000"> Safety </a></td>
+
<tr heigth="15px"></tr>
 +
<tr heigth="75px">  
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
<div id="banner"><img id="idSelector" src="https://static.igem.org/mediawiki/2014/f/fa/Bannerugafinal.png" width="100%" height="100" align="center"></div>     
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Attributions"style="color:#000000"> Attributions </a></td>
+
<td style="border:1px #fff;" align="center" height ="45px"  width="250" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD>
 +
<a href="https://2014.igem.org/Team:UGA-Georgia"><p style="font-family: Basic L"><font size="2">HOME</font></p> </a> </td>
 +
<td style="border:1px #fff" align="center"  height ="45px" width="250" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD> 
 +
<a href="#" onmouseover="mopen('m1')"
 +
        onmouseout="mclosetime()" style="color:#000000" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD><p style="font-family: Basic L"><font size="2"><b>PROJECT</b></font></p></a>
 +
        <div id="m1"
 +
            onmouseover="mcancelclosetime()"
 +
            onmouseout="mclosetime()">
 +
        <a href=“https://2014.igem.org/Team:UGA-Georgia/Overview">Overview</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Geraniol">Geraniol</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Modeling">Modeling</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/RBS">RBS Library</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Parts">Parts</a>
 +
        </div></td>
-
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
+
<td style="border:1px #fff;" align="center" height ="45px" width="250" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD> 
 +
<a href="#" onmouseover="mopen('m3')"
 +
        onmouseout="mclosetime()" style="color:#000000"><p style="font-family: Basic L"><font size="2"><b>WET LAB</b></font></p></a>
 +
                <div id="m3"
 +
            onmouseover="mcancelclosetime()"
 +
            onmouseout="mclosetime()">
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Safety">Safety</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Notebook">Notebook</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Protocols">Protocols</a>
 +
        </div></td>
 +
 
 +
<td style="border:1px #fff;" align="center" height ="45px" width="250" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD> 
 +
<a href="#" onmouseover="mopen('m4')"
 +
        onmouseout="mclosetime()" style="color:#000000"><p style="font-family: Basic L"><font size="2"><b>HUMAN PRACTICES</b></font></p></a>
 +
                <div id="m4"
 +
            onmouseover="mcancelclosetime()"
 +
            onmouseout="mclosetime()">
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Outreach">Outreach</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Seminars">Seminars</a>
 +
        </div></td>
 +
 
 +
<td style="border:1px #fff;" align="center"  height ="45px" width="250" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD>
 +
<a href="#" onmouseover="mopen('m2')"
 +
        onmouseout="mclosetime()" style="color:#000000"><p style="font-family: Basic L"><font size="2"><b>TEAM</b></font></p></a>
 +
                <div id="m2"
 +
            onmouseover="mcancelclosetime()"
 +
            onmouseout="mclosetime()">
 +
        <a href="https://igem.org/Team.cgi?id=1383">Official Team Profile</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Team">Members</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Attributions">Attributions</a>
 +
       
 +
        </div></td>
 +
 
 +
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/2014/d/d2/UGA-iGEM_Logo.jpg" width="55px"></a> </td>
</tr>
</tr>
</table>
</table>
<!--end navigation menu -->
<!--end navigation menu -->
-
</tr>
 
-
 
</tr>
</tr>
-
+
</tr>
-
 
+
-
 
+
-
 
+
-
 
+
</td>
</td>
Line 83: Line 201:
<!--Parts Submitted to the Registry  -->
<!--Parts Submitted to the Registry  -->
-
<tr><td > <h3> Parts Submitted to the Registry </h3></td>
+
<tr><td > <h3> Parts Submitted to the Registry </h3>
-
<td ></td >
+
<br>
-
<td > <h3>What information do I need to start putting my parts on the Registry? </h3></td>
+
<h4> For information on our parts, visit our <a href="https://2014.igem.org/Team:UGA-Georgia/RBS">RBS Library Page</a>! </h4>
-
</tr>
+
</tr></td>
-
<tr>
+
-
<td width="45%"  valign="top">
+
-
<p>
+
-
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 submit them to the <a href="http://partsregistry.org"> Registry of Standard Biological Parts</a>. 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. 
+
-
 
+
-
<p>
+
-
<strong>Note that if you want to document a part you need to document it on the <a href="http://partsregistry.org Registry"> Registry</a>, not on your team wiki.</strong> Future teams and other users and are much more likely to find parts on the Registry than on your team wiki.
+
-
</p>
+
-
 
+
-
<p>
+
-
Remember that the goal of proper part documentation is to describe and define a part, so that it can be used without a need to refer to the primary literature. Registry users in future years 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.
+
-
</p>
+
-
 
+
-
 
+
-
 
+
-
<h3>When should you put parts into the Registry?</h3>
+
-
 
+
-
<p>
+
-
As soon as possible! We encourage teams to start completing documentation for their parts on the Registry as soon as you have it available. The sooner you put up your parts, the better recall you will have of all details surrounding your parts. Remember you don't need to send us the DNA to create an entry for a part on the Registry. However, you must send us the sample/DNA before the Jamboree. Only parts for which you have sent us samples/DNA are eligible for awards and medal requirements.
+
-
</p>
+
-
</td>
+
-
 
+
-
<td > </td>
+
-
<td width="45%" valign="top">
+
-
 
+
-
<p>
+
-
The information needed to initially create a part on the Registry is:
+
-
</p>
+
-
<ol>
+
-
 
+
-
<li>Part Name</li>
+
-
<li>Part type</li>
+
-
<li>Creator</li>
+
-
<li>Sequence</li>
+
-
<li>Short Description (60 characters on what the DNA does)</li>
+
-
<li>Long Description (Longer description of what the DNA does)</li>
+
-
<li>Design considerations</li>
+
-
</ol>
+
-
 
+
-
<p>
+
-
We encourage you to put up <em>much more</em> information as you gather it over the summer. If you have images, plots, characterization data and other information, please also put it up on the part page. Check out part <a href="http://parts.igem.org/Part:BBa_K404003">BBa_K404003</a> for an excellent example of a highly characterized part.
+
-
</p>
+
-
 
+
-
<p>
+
-
You can add parts to the Registry at our <a href="http://parts.igem.org/Add_a_Part_to_the_Registry"> Add a Part to the Registry</a> link.
+
-
</p>
+
-
</td>
+
-
</tr>
+
-
 
+
-
 
+
-
<tr> <td colspan="3"  height="15px"> </td></tr>
+
-
 
+
-
<tr><td colspan="3" > <h3> Parts Table</h3></td></tr>
+
-
 
+
-
<tr><td width="45%" colspan="3"  valign="top">
+
<tr><td>
-
Any parts your team has created will appear in this table below:</td></tr>
+
</tr></td>
</table>
</table>
 +
</body>
</html>
</html>
-
<groupparts>iGEM013 UGA-Georgia</groupparts>
+
<groupparts>iGEM014 UGA-Georgia</groupparts>

Latest revision as of 02:29, 18 October 2014




HOME

PROJECT

WET LAB

HUMAN PRACTICES

TEAM

Parts Submitted to the Registry


For information on our parts, visit our RBS Library Page!

<groupparts>iGEM014 UGA-Georgia</groupparts>