Team:BIT/Parts

From 2013.igem.org

(Difference between revisions)
 
(14 intermediate revisions not shown)
Line 1: Line 1:
-
<!--- Head --->
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
<html>
+
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
<title>iGEM BIT</title>
<style type="text/css">
<style type="text/css">
 +
#blank *
 +
{
 +
  width: 1024px;
 +
  border-style: none;
 +
  margin: 0 auto;
 +
  padding: 0;
 +
  background-color: #000;
 +
}
 +
#globalWrapper /* Global Environment (origin item) */
 +
{
 +
  overflow: hidden;
 +
  background-color: #000;
 +
}
#top-section
#top-section
{
{
   display: none;
   display: none;
}
}
-
{| style="color:#1b2c8a;font-size:15px;background-color:#33FF33;" cellpadding="0" cellspacing="0" border="0" bordercolor="#fff" width="100%" align="center"
+
#top
-
!align="center"|[[Team:BIT|Home]]
+
{
-
!align="center"|[[Team:BIT/Team|Team]]
+
  display: none;
-
!align="center"|[[Team:BIT/Project|Project]]
+
}
-
!align="center"|[[Team:BIT/Parts|Parts Submitted to the Registry]]
+
h1.firstHeading
-
!align="center"|[[Team:BIT/Modeling|Modeling]]
+
{
-
!align="center"|[[Team:BIT/Notebook|Notebook]]
+
  display: none;
-
!align="center"|[[Team:BIT/Safety|Safety]]
+
}
-
!align="center"|[[Team:BIT/Attributions|Attributions]]
+
-
|}
+
 +
#content
 +
{
 +
  width: 1024px;
 +
  background-attachment: scroll;
 +
  overflow: hidden;
 +
  border-style: none;
 +
  background-color: #000;
 +
}
-
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.
+
#footer-box
 +
{
 +
  background-color: #000;
 +
  background-image: none;
 +
  border-style: none;
 +
  z-index: 0;
 +
}
 +
 
 +
#catlinks
 +
{
 +
  display: none;
 +
}
 +
 
 +
a { color: #999; text-decoration: none; font-family: Verdana;}
 +
 
 +
#content a { color: #000; text-decoration: none; font-family: Verdana;}
 +
#content a:hover { color: #F00; }
 +
 
 +
#header {
 +
margin: 0px auto;
 +
width: 1024px;
 +
height: 35px;
 +
}
 +
#a1 { display:block; width:100px; height: 30px; background-image:url(https://static.igem.org/mediawiki/2013/b/b2/Bita1.png); background-repeat:no-repeat;}
 +
#a1:hover { background-image:url(https://static.igem.org/mediawiki/2013/c/c9/Bita11.png); background-repeat:no-repeat;}
 +
#a2 { display:block; width:150px; height: 30px; background-image:url(https://static.igem.org/mediawiki/2013/e/ea/Bita2.png); background-repeat:no-repeat;}
 +
#a2:hover { background-image:url(https://static.igem.org/mediawiki/2013/7/78/Bita22.png); background-repeat:no-repeat;}
 +
#a3 { display:block; width:100px; height: 30px; background-image:url(https://static.igem.org/mediawiki/2013/9/97/Bita3.png); background-repeat:no-repeat;}
 +
#a3:hover { background-image:url(https://static.igem.org/mediawiki/2013/4/4d/Bita33.png); background-repeat:no-repeat;}
 +
#logo {
 +
margin: 0px auto;
 +
width: 1024px;
 +
height: 150px;
 +
background-image:url(https://static.igem.org/mediawiki/2013/2/23/Bitlogo1.png);
 +
}
 +
#menu {
 +
width: 1024px;
 +
margin: 0 auto;
 +
border: 1px solid #000;
 +
height: 26px;
 +
background-color: #999;
 +
}
 +
#menu ul { list-style: none; margin: 0px auto; padding: 0px; }
 +
#menu ul li { float:left;}
 +
#menu ul li a { font-size: 12px; display:block; padding: 0px 37px; height: 26px; line-height: 26px; float:left;}
 +
#menu ul li a:hover { background:#333; color:#fff;}
 +
#class {
 +
margin: 0px auto;
 +
width: 1024px;
 +
height: 360px;
 +
}
 +
#class ul {list-style: none; margin: 0px auto; padding: 0px;}
 +
#class ul li { padding-top: 320px; font-size:14px; text-align: center; font-family: Verdana, Geneva, sans-serif;}
 +
#class ul li a { color: #CCC; }
 +
#class ul li a:hover{ color: #F00; }
 +
#c1 {
 +
background-image: url(https://static.igem.org/mediawiki/2013/4/4c/Bit1.png);
 +
margin: 0px auto;
 +
height: 360px;
 +
background-repeat: no-repeat;
 +
background-position: center center;
 +
}
 +
#c2 {
 +
background-image: url(https://static.igem.org/mediawiki/2013/e/ed/Bit2.png);
 +
margin: 0px auto;
 +
height: 360px;
 +
background-repeat: no-repeat;
 +
background-position: center center;
 +
}
 +
#c3 {
 +
background-image: url(https://static.igem.org/mediawiki/2013/f/fb/Bit3.png);
 +
margin: 0px auto;
 +
height: 360px;
 +
background-repeat: no-repeat;
 +
background-position: center center;
 +
}
 +
#c4 {
 +
background-image: url(https://static.igem.org/mediawiki/2013/5/51/Bit4.png);
 +
margin: 0px auto;
 +
height: 360px;
 +
background-repeat: no-repeat;
 +
background-position: center center;
 +
}
 +
#main {
 +
margin: 0px auto;
 +
width: 1024px;
 +
height: 500px;
 +
}
 +
#footer1 {
 +
margin: 0px auto;
 +
width: 1024px;
 +
height: 100px;
 +
        font-family: Verdana, Geneva, sans-serif;
 +
font-size: small;
 +
text-align: center;
 +
}
 +
#footer1 a {color:#FFF;}
 +
#left {
 +
background-image:url(https://static.igem.org/mediawiki/2013/5/52/Bitleft.png);
 +
float: left;
 +
height: 500px;
 +
width: 200px;
 +
}
 +
#left ul {
 +
list-style: none; margin: 25px auto; padding: 0px;
 +
}
 +
#left ul li {
 +
padding-top: 25px;
 +
font-size: 16px;
 +
text-align:center;
 +
}
 +
#left ul li a { font-size: 16px; display:block; height: 26px; line-height: 26px;}
 +
#left ul li a:hover { background:#333; color:#fff;}
 +
#right {
 +
background-image:url(https://static.igem.org/mediawiki/2013/3/38/Bitbbb.png);
 +
height: 500px;
 +
width: 824px;
 +
margin-left: 200px;
 +
}
 +
#right a {color: #09F;}
 +
 
 +
#b1{color: #09F;}
 +
#b1: hover { color: #F00;}
 +
#d1 {
 +
color: #fff;
 +
font-size: small;
 +
}
 +
#d1:hover { color: #F00;}
 +
.t1{
 +
font-family: Verdana, Geneva, sans-serif;
 +
font-size: large;
 +
color: #6CF;
 +
text-align: center;
 +
padding-top: 20px;
 +
padding-right: 20px;
 +
padding-bottom: 0px;
 +
padding-left: 20px;
 +
}
 +
.t2{
 +
font-family: Verdana, Geneva, sans-serif;
 +
font-size: medium;
 +
color: #CFF;
 +
line-height: 25px;
 +
padding-top: 10px;
 +
padding-right: 20px;
 +
padding-bottom: 20px;
 +
padding-left: 20px;
 +
}
 +
.t3{ text-align:center; }
 +
.bg{ background-color:black;}
 +
.bg2 {color: #CCC;background-color:black;}
 +
.bg3 {color: #CCC;background-image:url(https://static.igem.org/mediawiki/2013/3/38/Bitbbb.png);}
-
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.
+
</style>
 +
</head>
 +
<body>
 +
<div id="header">
 +
  <table width="1024" border="0" class="bg">
 +
        <tr>
 +
          <td width="713"><div><a id="a1" href="https://2013.igem.org/wiki/index.php?title=Team:BIT/Parts&action=edit"></a></div></td>
 +
          <td width="167"><div><a id="a2" href="http://www.igem.org/Main_Page"></a></div></td>
 +
          <td width="130"><div><a id="a3" href="https://2013.igem.org/wiki/index.php?title=Special:UserLogout&returnto=Main_Page"></a></div></td>
 +
        </tr>
 +
</table>
 +
</div>
 +
<div id="logo"></div>
 +
<div id="menu">
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:BIT">HOME</a></li>
 +
<li><a href="https://2013.igem.org/Team:BIT/Team">TEAM</a></li>
 +
<li><a href="https://2013.igem.org/Team:BIT/Project">PROJECT</a></li>
 +
<li><a href="https://2013.igem.org/Team:BIT/Parts">PARTS</a></li>
 +
<li><a href="https://2013.igem.org/Team:BIT/Modeling">MODELING</a></li>
 +
    <li><a href="https://2013.igem.org/Team:BIT/HP">HUMAN PRACTICE</a></li>
 +
    <li><a href="https://2013.igem.org/Team:BIT/Safety">SAFETY</a></li>
 +
    <li><a href="https://2013.igem.org/Team:BIT/Notes">NOTES</a></li>
 +
</ul>
 +
</div>
-
<groupparts>iGEM013 BIT</groupparts>
+
<div id="class">
 +
  <table width="1024" border="0" class="bg">
 +
        <tr>
 +
          <td><div id="c1"><ul><li><a href="https://2013.igem.org/Team:BIT/project_AC">>>MORE</a></li></ul></div></td>
 +
          <td><div id="c2"><ul><li><a href="https://2013.igem.org/Team:BIT/project_biosensors">>>MORE</a></li></ul></div></td>
 +
          <td><div id="c3"><ul><li><a href="https://2013.igem.org/Team:BIT/project_microchip">>>MORE</a></li></ul></div></td>
 +
          <td><div id="c4"><ul><li><a href="https://2013.igem.org/Team:BIT/project_hardware">>>MORE</a></li></ul></div></td>
 +
        </tr>
 +
</table>
 +
</div>
 +
<div id="main">
 +
  <div id="left">
 +
    <ul>
 +
<li><a href="https://2013.igem.org/Team:BIT">HOME</a></li>
 +
<li><a href="https://2013.igem.org/Team:BIT/Team">TEAM</a></li>
 +
<li><a href="https://2013.igem.org/Team:BIT/Project">PROJECT</a></li>
 +
<li><a href="https://2013.igem.org/Team:BIT/Parts">PARTS</a></li>
 +
<li><a href="https://2013.igem.org/Team:BIT/Modeling">MODELING</a></li>
 +
  <li><a href="https://2013.igem.org/Team:BIT/HP">HUMAN PRACTICE</a></li>
 +
    <li><a href="https://2013.igem.org/Team:BIT/Safety">SAFETY</a></li>
 +
    <li><a href="https://2013.igem.org/Team:BIT/Notes">NOTES</a></li>
 +
</ul>
 +
    </div>
 +
<div id="right">
 +
  <table width="824" border="0" class="bg3">
 +
    <tr>
 +
      <td class="t1">Parts</td>
 +
        </tr>
 +
<tr>
 +
<td class="t2"><img width="762" height="343" src="https://static.igem.org/mediawiki/2013/8/84/BIT_PARTS.png"></td>
 +
</tr>
 +
    <tr>
 +
      <td class="t2"></td>
 +
        </tr>
 +
      </table>
 +
</div>
 +
</div>
 +
<div id="footer1">
 +
  <table width="1024" border="0" class="bg2">
 +
      <tr>
 +
        <td>&nbsp;</td>
 +
        <td>&nbsp;</td>
 +
        <td>&nbsp;</td>
 +
      </tr>
 +
      <tr>
 +
        <td width="110">&nbsp;</td>
 +
        <td width="790">Beijing Institute of Technology | 5 South Zhongguancun Street, Haidian DistrictBeijing, China 100081 </td>
 +
        <td width="110">&nbsp;</td>
 +
      </tr>
 +
      <tr>
 +
        <td>&nbsp;</td>
 +
        <td> E-mail: yifei0114@bit.edu.cn</td>
 +
        <td>&nbsp;</td>
 +
      </tr>
 +
      <tr>
 +
        <td>&nbsp;</td>
 +
        <td>Beijing Institute of Technology © 2013<a id="d1" href="http://english.bit.edu.cn/">&nbsp;Privacy Policy</a></td>
 +
        <td>&nbsp;</td>
 +
      </tr>
 +
  </table>
 +
</div>
 +
</body>
 +
</html>

Latest revision as of 13:33, 27 September 2013

iGEM BIT

     
  Beijing Institute of Technology | 5 South Zhongguancun Street, Haidian DistrictBeijing, China 100081  
  E-mail: yifei0114@bit.edu.cn  
  Beijing Institute of Technology © 2013 Privacy Policy