Difference between revisions of "Team:CHINA CD UESTC/Parts"

(Prototype team page)
 
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{CHINA_CD_UESTC}}
+
{{Template:Team:CHINA_CD_UESTC/menu}}
<html>
+
{{Template:Team:CHINA_CD_UESTC/cssstyle}}
  
<h2> Part Documentation</h2>
 
  
<p>Each team will make new parts during iGEM and will submit them to the Registry of Standard Biological Parts. The iGEM software provides an easy way to present the parts your team has created. The <code>&lt;groupparts&gt;</code> tag (see below) will generate a table with all of the parts that your team adds to your team sandbox.</p>
+
<!DOCTYPE html>
<p>Remember that the goal of proper part documentation is to describe and define a part, so that it can be used without needing 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>
+
<html>
 +
<head>
  
  
<div class="highlightBox">
+
</head>
<h4>Note</h4>
+
<p>Note that parts must be documented on the <a href="http://parts.igem.org/Main_Page"> Registry</a>. This page serves to <i>showcase</i> the parts you have made. Future teams and other users and are much more likely to find parts by looking in the Registry than by looking at your team wiki.</p>
+
</div>
+
  
 +
<style type="text/css">
 +
/*************************************************
 +
whole right section
  
 +
***********************************************/
 +
#RightSection {
 +
position: fixed;
 +
left: 260px;
 +
top: 0;
 +
right: 0;
 +
height:100%;
 +
background:#F0F0F0;
 +
background-image:url("https://static.igem.org/mediawiki/2015/8/81/CHINA_CD_UESTC_RESULTSbg.jpg");
 +
overflow-y: scroll;
 +
background-repeat: repeat;
 +
background-size: 180px;
 +
transition: all 200ms ease-out;
 +
transform: translate3d(0, 0, 0);
 +
z-index:1;
  
<h4>Adding parts to the registry</h4>
+
}
<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>
+
.clear {
<p>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 you will remember all the details about your parts. Remember, you don't need to send us the DNA sample before you create an entry for a part on the Registry. (However, you <b>do</b> need to send us the DNA sample before the Jamboree. If you don't send us a DNA sample of a part, that part will not be eligible for awards and medal criteria.)</p>
+
display: block;
 +
height: 10px;
 +
}
 +
#RightContentText a {
 +
    color:#007D92;
 +
}
 +
#RightContentText {
 +
    position: absolute;
 +
    top: 510px;
 +
    width: 1048px;
 +
    left: 28px;
 +
    right: 8px;
 +
    background: rgba(33, 27, 27, 0.38);
 +
    color: #000000;
 +
    transition: all 200ms ease-out;
 +
    transform: translate3d(0, 0, 0);
 +
}
 +
#RightContentText table {
 +
    font-size: 100%;
 +
    background: rgba(80, 67, 67, 0.09);
 +
    color: black;
 +
}
  
 +
/***table***/
 +
table.table1{
 +
    font-family: Helvetica, sans-serif;
 +
    width: 90%;
 +
    margin-left: 5%;
 +
    font-size: 18px;
 +
    font-weight: bold;
 +
    line-height: 1.4em;
 +
    font-style: normal;
 +
    border-collapse:separate;
 +
}
 +
.table1 thead th{
 +
    padding:15px;
 +
    color:#fff;
 +
    text-shadow:1px 1px 1px #568F23;
 +
    border:1px solid #93CE37;
 +
    border-bottom:3px solid #9ED929;
 +
    background-color:#9DD929;
 +
    background:-webkit-gradient(
 +
        linear,
 +
        left bottom,
 +
        left top,
 +
        color-stop(0.02, rgb(123,192,67)),
 +
        color-stop(0.51, rgb(139,198,66)),
 +
        color-stop(0.87, rgb(158,217,41))
 +
        );
 +
    background: -moz-linear-gradient(
 +
        center bottom,
 +
        rgb(123,192,67) 2%,
 +
        rgb(139,198,66) 51%,
 +
        rgb(158,217,41) 87%
 +
        );
 +
    -webkit-border-top-left-radius:5px;
 +
    -webkit-border-top-right-radius:5px;
 +
    -moz-border-radius:5px 5px 0px 0px;
 +
    border-top-left-radius:5px;
 +
    border-top-right-radius:5px;
 +
}
 +
.table1 thead th:empty{
 +
    background:transparent;
 +
    border:none;
 +
}
 +
.table1 tbody th{
 +
    color:#fff;
 +
    text-shadow:1px 1px 1px #568F23;
 +
    background-color:#9DD929;
 +
    border:1px solid #93CE37;
 +
    border-right:3px solid #9ED929;
 +
    padding:0px 10px;
 +
    background:-webkit-gradient(
 +
        linear,
 +
        left bottom,
 +
        right top,
 +
        color-stop(0.02, rgb(158,217,41)),
 +
        color-stop(0.51, rgb(139,198,66)),
 +
        color-stop(0.87, rgb(123,192,67))
 +
        );
 +
    background: -moz-linear-gradient(
 +
        left bottom,
 +
        rgb(158,217,41) 2%,
 +
        rgb(139,198,66) 51%,
 +
        rgb(123,192,67) 87%
 +
        );
 +
    -moz-border-radius:5px 0px 0px 5px;
 +
    -webkit-border-top-left-radius:5px;
 +
    -webkit-border-bottom-left-radius:5px;
 +
    border-top-left-radius:5px;
 +
    border-bottom-left-radius:5px;
 +
}
 +
.table1 tbody td{
 +
    padding:10px;
 +
    text-align:center;
 +
    background-color:#DEF3CA;
 +
    border: 2px solid #E7EFE0;
 +
    -moz-border-radius:2px;
 +
    -webkit-border-radius:2px;
 +
    border-radius:2px;
 +
    color:#000;
 +
    text-shadow:1px 1px 1px #fff;
 +
}
 +
/**end table**/
  
<h4>What information do I need to start putting my parts on the Registry?</h4>
 
<p>The information needed to initially create a part on the Registry is:</p>
 
<ul>
 
<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>
 
</ul>
 
  
<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. </p>
 
  
 +
@media only screen and (min-width: 321px) and (max-width: 980px){
 +
#RightContentText {
 +
    width: 650px;
 +
}
  
 +
}
 +
</style>
 +
<body id="homeIndexBody">
  
 +
<div id="RightSection"></div>
  
 +
<div id="title">
  
 +
<div id="firstTitle">
 +
<p>
 +
<B>PARTS</B>
 +
</p>
 +
</div>
 +
</div>
  
<h4>Inspiration</h4>
+
<div id="RightContent">
<p>We have a created  a <a href="http://parts.igem.org/Well_Documented_Parts">collection of well documented parts</a> that can help you get started.</p>
+
<div class="transparent_class ">
 +
<p class="blockWords">
 +
&nbsp;&nbsp;Below is a list of the parts we submitted to the parts registry. To see sequencing, characterization etc. Click the part names to go to the parts registry page.
 +
</p>
 +
</div>
  
<p> You can also take a look at how other teams have documented their parts in their wiki:</p>
+
<div id="RightContentText">
<ul>
+
<div class="slide" id="slide2" data-slide="2" data-stellar-background-ratio="0.5" style="background-position: 0px 669px;">
<li><a href="https://2014.igem.org/Team:MIT/Parts"> 2014 MIT </a></li>
+
<div class="container clearfix">
<li><a href="https://2014.igem.org/Team:Heidelberg/Parts"> 2014 Heidelberg</a></li>
+
<div id="content">
<li><a href="https://2014.igem.org/Team:Tokyo_Tech/Parts">2014 Tokyo Tech</a></li>
+
<div class="grid_8">
</ul>
+
  
 +
<table class="table1">
 +
<thead>
 +
<tr>
 +
<th></th>
 +
<th scope="col" abbr="Starter">Part number</th>
 +
<th scope="col" abbr="Medium">Gene</th>
 +
</tr>
 +
</thead>
 +
<tbody>
 +
<tr>
 +
<th scope="row">1</th>
 +
<td><a href="http://parts.igem.org/Part:BBa_K1779100">BBa_K1779100</a></td>
 +
<td>mamGFDC+mms6</td>
  
 +
</tr>
 +
<tr>
 +
<th scope="row">2</th>
 +
<td><a href="http://parts.igem.org/Part:BBa_K1779101">BBa_K1779101</a></td>
 +
<td>mamXY</td>
 +
</tr>
 +
<tr>
 +
<th scope="row">3</th>
 +
<td><a href="http://parts.igem.org/Part:BBa_K1779200">BBa_K1779200</a></td>
 +
<td>mamW+RFP+laccase</td>
 +
</tr>
 +
<tr>
 +
<th scope="row">4</th>
 +
<td><a href="http://parts.igem.org/Part:BBa_K1779201">BBa_K1779201</a></td>
 +
<td>mamW+RFP</td>
 +
</tr>
 +
<tr>
 +
<th scope="row">5</th>
 +
<td><a href="http://parts.igem.org/Part:BBa_K1779202">BBa_K1779202</a></td>
 +
<td>mamW+laccase</td>
 +
</tr>
 +
<tr>
 +
<th scope="row">6</th>
 +
<td><a href="http://parts.igem.org/Part:BBa_K1779203">BBa_K1779203</a></td>
 +
<td>mamW</td>
 +
</tr>
 +
<tr>
 +
<th scope="row">7</th>
 +
<td><a href="http://parts.igem.org/Part:BBa_K1779204">BBa_K1779204</a></td>
 +
<td>RFP+laccase</td>
 +
</tr>
 +
<tr>
 +
<th scope="row">8</th>
 +
<td><a href="http://parts.igem.org/Part:BBa_K1779205">BBa_K1779205</a></td>
 +
<td>mamAB Operon 01</td>
 +
</tr>
 +
<tr>
 +
<th scope="row">9</th>
 +
<td><a href="http://parts.igem.org/Part:BBa_K1779206">BBa_K1779206</a></td>
 +
<td>mamAB Operon 02</td>
 +
</tr>
 +
<tr>
 +
<th scope="row">10</th>
 +
<td><a href="http://parts.igem.org/Part:BBa_K1779207">BBa_K1779207</a></td>
 +
<td>mamAB Operon 03</td>
 +
</tr>
 +
<tr>
 +
<th scope="row">11</th>
 +
<td><a href="http://parts.igem.org/Part:BBa_K1779208">BBa_K1779208</a></td>
 +
<td>mamAB Operon 04</td>
 +
</tr>
 +
<tr>
 +
<th scope="row">12</th>
 +
<td><a href="http://parts.igem.org/Part:BBa_K1779209">BBa_K1779209</a></td>
 +
<td>mamAB Operon 05</td>
 +
</tr>
 +
<tr>
 +
<th scope="row">13</th>
 +
<td><a href="http://parts.igem.org/Part:BBa_K1779210">BBa_K1779210</a></td>
 +
<td>mamAB Operon 06</td>
 +
</tr>
 +
<tr>
 +
<th scope="row">14</th>
 +
<td><a href="http://parts.igem.org/Part:BBa_K1779211">BBa_K1779211</a></td>
 +
<td>mamAB Operon 07</td>
 +
</tr>
 +
<tr>
 +
<th scope="row">15</th>
 +
<td><a href="http://parts.igem.org/Part:BBa_K1779212">BBa_K1779212</a></td>
 +
<td>mamAB Operon 08</td>
 +
</tr>
 +
<tr>
 +
<th scope="row">16</th>
 +
<td><a href="http://parts.igem.org/Part:BBa_K1779213">BBa_K1779213</a></td>
 +
<td>mamAB Operon 09</td>
 +
</tr>
 +
<tr>
 +
<th scope="row">17</th>
 +
<td><a href="http://parts.igem.org/Part:BBa_K1779214">BBa_K1779214</a></td>
 +
<td>mamAB Operon 10</td>
 +
</tr>
 +
</tbody>
 +
</table>
  
<h4>Part Table </h4>
+
</div>
</html>
+
</div>
<groupparts>iGEM015 Example</groupparts>
+
</div>
<html>
+
</div>
 
+
</div>
 
+
</div>
 +
</body>
  
</div>
 
 
</html>
 
</html>

Latest revision as of 07:29, 18 September 2015


<!DOCTYPE html>

PARTS

  Below is a list of the parts we submitted to the parts registry. To see sequencing, characterization etc. Click the part names to go to the parts registry page.

Part number Gene
1 BBa_K1779100 mamGFDC+mms6
2 BBa_K1779101 mamXY
3 BBa_K1779200 mamW+RFP+laccase
4 BBa_K1779201 mamW+RFP
5 BBa_K1779202 mamW+laccase
6 BBa_K1779203 mamW
7 BBa_K1779204 RFP+laccase
8 BBa_K1779205 mamAB Operon 01
9 BBa_K1779206 mamAB Operon 02
10 BBa_K1779207 mamAB Operon 03
11 BBa_K1779208 mamAB Operon 04
12 BBa_K1779209 mamAB Operon 05
13 BBa_K1779210 mamAB Operon 06
14 BBa_K1779211 mamAB Operon 07
15 BBa_K1779212 mamAB Operon 08
16 BBa_K1779213 mamAB Operon 09
17 BBa_K1779214 mamAB Operon 10