Team:Hong Kong HKUST/Parts

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
 
(41 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 *** -->
 
-
 
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<head>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
-
This is a template page. READ THESE INSTRUCTIONS.
+
</script>
-
</div>
+
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
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>.
+
-
</div>
+
-
<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.
+
-
</div>
+
-
</div>
+
-
</html>
+
-
<!-- *** End of the alert box *** -->
+
<script type="text/javascript">
 +
$(document).ready(function(){
 +
$("ul.first > li").hover(function(){
 +
$(this).find("ul").stop().fadeToggle(10);
 +
});
 +
});
 +
</script> 
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
<script>
-
!align="center"|[[Team:Hong_Kong_HKUST|Home]]
+
  $(document).ready(function()
-
!align="center"|[[Team:Hong_Kong_HKUST/Team|Team]]
+
  {
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Hong_Kong_HKUST Official Team Profile]
+
  $('#menubar').mouseover(function(){
-
!align="center"|[[Team:Hong_Kong_HKUST/Project|Project]]
+
    $('#menubar').stop().animate({top:"0px"},500);
-
!align="center"|[[Team:Hong_Kong_HKUST/Parts|Parts Submitted to the Registry]]
+
  });
-
!align="center"|[[Team:Hong_Kong_HKUST/Modeling|Modeling]]
+
  $('#menubar').mouseleave(function(){
-
!align="center"|[[Team:Hong_Kong_HKUST/Notebook|Notebook]]
+
    $('#menubar').stop().animate({top:"-20px"},500);
-
!align="center"|[[Team:Hong_Kong_HKUST/Safety|Safety]]
+
  });
-
!align="center"|[[Team:Hong_Kong_HKUST/Attributions|Attributions]]
+
  $('#menubar.right-menu').mouseover(function(){
-
|}
+
    $('#menubar.right-menu').stop().animate({top:"0px"},500);
 +
  });
 +
  $('#menubar.right-menu').mouseleave(function(){
 +
    $('#menubar.right-menu').stop().animate({top:"-20px"},500);
 +
  });
 +
});
 +
</script>
 +
<style type="text/css">
 +
body{background-color:#494042;width:100%;margin-bottom:20px;min-width:600px;max-width:2000px;height:100%;}
 +
#menubar
 +
{background-color:#EEECEC;opacity:0.8;top:-4px;width:360px;height:23px;position:absolute;top:-20px;}
 +
#menubar ul li a
 +
{ color:#8D1919;}
 +
#menubar.right-menu
 +
{background-color:#EEECEC;opacity:0.8;top:-4px;width:240px;height:23px;position:absolute;top:-20px;}
 +
.right-menu li a
 +
{color:#8D1919;background-color:#EEECEC;}
 +
#p-logo
 +
{visibility:hidden;}
 +
.firstHeading
 +
{visibility:hidden;}
 +
#globalWrapper
 +
{position: relative;font-size:127%;width:100%;margin:0;padding:0;padding-bottom:10px;background-color:#494042;}
 +
#content
 +
{width: 1000px;border:none;background-color:#494042;padding:0px;margin-top:0px;line-height: 1.5em;color: black;}
 +
#top-section
 +
{height:2px;border:none;background-color:#494042;}
 +
#catlinks
 +
{border-color:#494042;background-color:#494042;}
 +
#footer-box
 +
{display:none}
 +
#kepala
 +
{position:absolute;top:15px;background-color:#F0A5BE;height:121px;width:100%;}
 +
#copyright
 +
{position:absolute;left:325px;top:630px;}
 +
.menu ul,li
 +
{
 +
margin:0;
 +
padding:0;
 +
list-style:none;
 +
width:100%;
 +
}
 +
ul.first>li
 +
{
 +
float:left;
 +
width:16.66%;
 +
}
 +
ul.first>li>a:link,ul.first>li>a:visited
 +
{
 +
display:block;
 +
font-weight:bold;
 +
color:#494042;
 +
background-color:#35bb91;
 +
text-align:center;
 +
padding:3%;
 +
text-decoration:none;
 +
text-transform:uppercase;
 +
}
 +
ul.first>li>a:hover,ul.first>li>a:active
 +
{
 +
background-color:#e32e51;
 +
}
 +
ul.first>li>ul
 +
{
 +
display:none;
 +
width:100%;
 +
}
-
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.
+
ul.first>li>ul>li>a:link,ul.first>li>ul>li>a:visited
 +
{
 +
display:block;
 +
font-weight:bold;
 +
color:#494042;
 +
background-color:#8ff5d5;
 +
text-align:center;
 +
padding:3%;
 +
text-decoration:none;
 +
text-transform:uppercase;
 +
}
-
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.
+
ul.first>li>ul>li>a:hover,ul.first>li>ul>li>a:active
 +
{
 +
background-color:#f87790;
 +
}
 +
.menu
 +
{
 +
position:absolute;
 +
left:0px;
 +
top:141px;
 +
width:100%;
 +
}
 +
ul, ol {
 +
line-height: 1.6;
 +
font-size: 14px;
 +
}
 +
#used,#create, #gambar{width:90%;margin-left:50px;border:2px solid;
 +
border-radius:15px;height:auto;font-family:"Trebuchet MS", Helvetica, sans-serif;padding-bottom:35px;}
 +
#gambar{margin-top:40px;}
 +
#used{margin-top:40px;background-color:#e32e51;}
 +
#create{margin-top:25px;background-color:#F4DFC0;}
 +
.center
 +
{
 +
margin:auto;
 +
width:70%;
 +
background-color:#b0e0e6;
 +
}
 +
h3{margin-left:10px;font-size:30px;}
 +
#iGEM_Logo{
 +
width:100px;
 +
height:80px;
 +
position:absolute;
 +
right:10px;
 +
top:60px;
 +
z-index:+15;
 +
}
 +
#hkust_Logo{
 +
width:60px;
 +
height:80px;
 +
position:absolute;
 +
right:110px;
 +
top:60px;
 +
z-index:+15;
 +
}
-
<groupparts>iGEM013 Hong_Kong_HKUST</groupparts>
+
</style>
 +
</head>
 +
<body>
 +
 
 +
          <a href="https://2013.igem.org/Main_Page"><img id="iGEM_Logo" src="https://static.igem.org/mediawiki/2013/4/46/Igem_qgem_logo.png"></a>
 +
         
 +
 
 +
<a href="http://www.ust.hk/eng/index.htm"><img id="hkust_Logo" src="https://static.igem.org/mediawiki/2013/5/55/Hkust_logo.gif"></a>
 +
 
 +
<a href=https://2013.igem.org/Team:Hong_Kong_HKUST><center><div id="kepala"><img src="https://static.igem.org/mediawiki/igem.org/c/c7/BANNER1_%281%29.png" style="height:121px;width:100%;"></div></center></a>
 +
 
 +
<div class="menu">
 +
<ul class="first">
 +
 
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST">Home</a></li>
 +
 
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/team">Team</a>
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/members">Members</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/advisors">Advisors</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/instructors">Instructors</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/attribution">Attribution</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/acknowledge">Acknowledgement</a></li>
 +
</ul>
 +
</li>
 +
 
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Project">Project</a>
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/abstract">Abstract</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/modules">Modules Description</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/data">Data Page</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Parts">Parts</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">Characterization</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/results">Result</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/future">Future Work</a></li>
 +
</ul>
 +
</li>
 +
 
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Wetlab">Wetlab</a>
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/notebook">Notebook</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/protocols">Protocols</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/safety">Safety</a></li>
 +
 
 +
</ul>
 +
</li>
 +
 
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/achievement">Achievement</a>
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/medals">Medal Requirements</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/prizes">Prizes</a></li>
 +
</ul>
 +
</li>
 +
 
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp">Human Practice</a>
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/cp">Country Profile</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/blog">Blog</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/interview">Interviews</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/article/genet">Article</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/video">Videos</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/presentation">Presentations</a></li>
 +
</ul>
 +
</li>
 +
 
 +
</ul>
 +
 
 +
</div>
 +
<br><br><br><br><br><br>
 +
<div id="create">
 +
<br><h3><center>Parts We Created</center></h3><br><br>
 +
<table width="733" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#35BB91">
 +
  <tr bgcolor="#e32e51">
 +
    <td width="167" valign="top" bgcolor="#e32e51" style="color: #FFF"><p align="center"><strong>Characterization</strong></p></td>
 +
    <td width="124" style="color: #Fff"><p align="center"><strong>Name</strong></p></td>
 +
    <td width="121" style="color: #FFF"><p align="center"><strong>Type</strong></p></td>
 +
    <td width="238"><p align="center"><strong style="color: #FFF">Description</strong></p></td>
 +
    <td width="71"><p align="center"><strong style="color: #FFF">Length</strong></p></td>
 +
  </tr>
 +
  <tr>
 +
    <td width="167" valign="top"><p align="center"><strong>&nbsp;✔ <br>
 +
    </strong><span style="font-size: 14px"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">Characterization data</a></span></p></td>
 +
    <td width="124" valign="top"><p align="center"><a href="http://parts.igem.org/Part:BBa_K1119000">BBa_K1119000</a></p></td>
 +
    <td width="121" valign="top"><p align="center">Protein Domain</p></td>
 +
    <td width="238" valign="top"><p align="center">Mitochondrial leader sequence with RFC 10 standard</p></td>
 +
    <td width="71" valign="top"><p align="center">87</p></td>
 +
  </tr>
 +
  <tr>
 +
    <td width="167" valign="top"><p align="center"><strong>      ✔ <br>
 +
    </strong><span style="font-size: 14px"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">Characterization data</a></span></p></td>
 +
    <td width="124" valign="top"><p align="center"><a href="http://parts.igem.org/Part:BBa_K1119001">BBa_K1119001</a></p></td>
 +
    <td width="121" valign="top"><p align="center">Protein Domain</p></td>
 +
    <td width="238" valign="top"><p align="center">Mitochondrial leader sequence with RFC 25 standard</p></td>
 +
    <td width="71" valign="top"><p align="center">87</p></td>
 +
  </tr>
 +
  <tr>
 +
    <td width="167" valign="top"><p align="center"><strong>&nbsp;</strong></p></td>
 +
    <td width="124" valign="top"><p align="center"><a href="http://parts.igem.org/Part:BBa_K1119002">BBa_K1119002</a></p></td>
 +
    <td width="121" valign="top"><p align="center">Coding</p></td>
 +
    <td width="238" valign="top"><p align="center"><i>aceA</i></p></td>
 +
    <td width="71" valign="top"><p align="center">1305</p></td>
 +
  </tr>
 +
  <tr>
 +
    <td width="167" valign="top"><p align="center"><strong>&nbsp;</strong></p></td>
 +
    <td width="124" valign="top"><p align="center"><a href="http://parts.igem.org/Part:BBa_K1119003">BBa_K1119003</a></p></td>
 +
    <td width="121" valign="top"><p align="center">Coding</p></td>
 +
    <td width="238" valign="top"><p align="center"><i>aceB</i></p></td>
 +
    <td width="71" valign="top"><p align="center">1602</p></td>
 +
  </tr>
 +
  <tr>
 +
    <td width="167" valign="top"><p align="center"><strong>&nbsp;✔ <br>
 +
    </strong><span style="font-size: 14px"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">Characterization data</a></span></p></td>
 +
    <td width="124" valign="top"><p align="center"><a href="http://parts.igem.org/Part:BBa_K1119006">BBa_K1119006</a></p></td>
 +
    <td width="121" valign="top"><p align="center">Regulatory</p></td>
 +
    <td width="238" valign="top"><p align="center">CMV promoter</p></td>
 +
    <td width="71" valign="top"><p align="center">618</p></td>
 +
  </tr>
 +
  <tr>
 +
    <td width="167" valign="top"><p align="center"><strong>&nbsp;</strong></p></td>
 +
    <td width="124" valign="top"><p align="center"><a href="http://parts.igem.org/Part:BBa_K1119008">BBa_K1119008</a></p></td>
 +
    <td width="121" valign="top"><p align="center">Composite</p></td>
 +
    <td width="238" valign="top"><p align="center">CMV promoter - GFP</p></td>
 +
    <td width="71" valign="top"><p align="center">1850</p></td>
 +
  </tr>
 +
  <tr>
 +
    <td width="167" valign="top"><p align="center"><strong>&nbsp;</strong></p></td>
 +
    <td width="124" valign="top"><p align="center"><a href="http://parts.igem.org/Part:BBa_K1119009">BBa_K1119009</a></p></td>
 +
    <td width="121" valign="top"><p align="center">Composite</p></td>
 +
    <td width="238" valign="top"><p align="center">CMV promoter - Mitochondrial Leader Sequence fused with GFP</p></td>
 +
    <td width="71" valign="top"><p align="center">1943</p></td>
 +
  </tr>
 +
  <tr>
 +
    <td width="167" valign="top"><p align="center"><strong>&nbsp;✔ <br></strong>
 +
    <span style="font-size: 14px"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">Characterization data</a></span></p></td>
 +
    <td width="124" valign="top"><p align="center"><a href="http://parts.igem.org/Part:BBa_K1119010">BBa_K1119010</a></p></td>
 +
    <td width="121" valign="top"><p align="center">Regulatory</p></td>
 +
    <td width="238" valign="top"><p align="center">Human Elongation Factor-1alpha promoter</p></td>
 +
    <td width="71" valign="top"><p align="center">316</p></td>
 +
  </tr>
 +
  <tr>
 +
    <td width="167" valign="top"><p align="center"><strong>&nbsp;</strong></p></td>
 +
    <td width="124" valign="top"><p align="center"><a href="http://parts.igem.org/Part:BBa_K1119011">BBa_K1119011</a></p></td>
 +
    <td width="121" valign="top"><p align="center">Composite</p></td>
 +
    <td width="238" valign="top"><p align="center">EF-1alpha promoter - GFP</p></td>
 +
    <td width="71" valign="top"><p align="center">1564</p></td>
 +
  </tr>
 +
</table>
 +
</div>
 +
 
 +
 
 +
<div id="improve">
 +
</div>
 +
 
 +
</body>
 +
 
 +
</html>

Latest revision as of 03:23, 29 October 2013








Parts We Created



Characterization

Name

Type

Description

Length

 ✔
Characterization data

BBa_K1119000

Protein Domain

Mitochondrial leader sequence with RFC 10 standard

87


Characterization data

BBa_K1119001

Protein Domain

Mitochondrial leader sequence with RFC 25 standard

87

 

BBa_K1119002

Coding

aceA

1305

 

BBa_K1119003

Coding

aceB

1602

 ✔
Characterization data

BBa_K1119006

Regulatory

CMV promoter

618

 

BBa_K1119008

Composite

CMV promoter - GFP

1850

 

BBa_K1119009

Composite

CMV promoter - Mitochondrial Leader Sequence fused with GFP

1943

 ✔
Characterization data

BBa_K1119010

Regulatory

Human Elongation Factor-1alpha promoter

316

 

BBa_K1119011

Composite

EF-1alpha promoter - GFP

1564