Difference between revisions of "Team:WLC-Milwaukee/Parts"

(Prototype team page)
 
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{WLC-Milwaukee}}
+
{{WLC-Milwaukee/General}}
 +
{{WLC-Milwaukee/Navbar}}
 
<html>
 
<html>
 +
<!-- Global site tag (gtag.js) - Google Analytics -->
 +
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109989683-1"></script>
 +
<script>
 +
  window.dataLayer = window.dataLayer || [];
 +
  function gtag(){dataLayer.push(arguments);}
 +
  gtag('js', new Date());
  
 +
  gtag('config', 'UA-109989683-1');
 +
</script>
 +
<style>
 +
thead {
 +
  background-color: #0098a5;
 +
  color: #ffffff;
 +
}
  
 +
</style>
 +
<div id="content_wrapper">
 +
<div class="main">
  
 +
<h1 class="alt">Parts</h1>
  
 
+
<!--Carousel-->
 
+
<div class="carousel slide" id="myslider" data-ride="carousel">
<div class="column full_size">
+
  <ol class="carousel-indicators">
 
+
    <li data-target="#myslider" data-slide-to="0" class="active"></li>
<h1>Parts</h1>
+
    <li data-target="#myslider" data-slide-to="1"></li>
 
+
    <li data-target="#myslider" data-slide-to="2"></li>
<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>
+
    <li data-target="#myslider" data-slide-to="3"></li>
<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>
+
  </ol>
 
+
  <div class="carousel-inner">
 
+
    <div class="item active">
 +
      <img src="https://static.igem.org/mediawiki/2017/1/14/T--WLC-Milwaukee--Parts_Carousel_1_Lg.jpg">
 +
    </div>
 +
    <div class="item">
 +
      <img src="https://static.igem.org/mediawiki/2017/6/65/T--WLC-Milwaukee--Parts_Carousel_2_Lg.jpg">
 +
    </div>
 +
    <div class="item">
 +
      <img src="https://static.igem.org/mediawiki/2017/d/d7/T--WLC-Milwaukee--Parts_Carousel_3_Lg.jpg">
 +
    </div>
 +
    <div class="item">
 +
      <img src="https://static.igem.org/mediawiki/2017/7/76/T--WLC-Milwaukee--Parts_Carousel_4_Lg.jpg">
 +
    </div>
 +
  </div>
 +
  <a class="left carousel-control" href="#myslider" data-slide="prev">
 +
    <i class="fa fa-chevron-left fa-2x" aria-hidden="true"></i>
 +
  </a>
 +
  <a class="right carousel-control" href="#myslider" data-slide="next">
 +
    <i class="fa fa-chevron-right fa-2x" aria-hidden="true"></i>
 +
  </a>
 
</div>
 
</div>
  
  
  
 +
<p class="section"></p>
 +
<p class="medium section">This year our team submitted three new BioBrick parts. Specifically, we engineered the tip of the Lambda Phage J protein by attaching an N-terminus His-tag and a C-terminus His-tag for nickel column purification. We also included the tip without any His-tag.</p>
  
 
+
<div class="table-responsive">
<div class="column half_size">
+
<table class="table table-hover">
<div class="highlight">
+
<thead>
<h5>Note</h5>
+
      <tr>
<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>
+
        <th>Name</th>
</div>
+
        <th>Type</th>
 +
        <th>Description</th>
 +
        <th>Length</th>
 +
      </tr>
 +
    </thead>
 +
    <tbody>
 +
      <tr>
 +
        <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2452000" target="_blank">BBa_K2452000</a></td>
 +
        <td>Coding</td>
 +
        <td>Lambda Phage J-Chain tail protein</td>
 +
        <td>756</td>
 +
      </tr>
 +
      <tr>
 +
        <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2452001" target="_blank">BBa_K2452001</a></td>
 +
        <td>Composite</td>
 +
        <td>Lambda Phage J-Chain tail protein, C-Terminus HIS tag</td>
 +
        <td>783</td>
 +
      </tr>
 +
      <tr>
 +
        <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2452002" target="_blank">BBa_K2452002</a></td>
 +
        <td>Composite</td>
 +
        <td>Lambda Phage J-Chain tail protein, N-Terminus HIS tag</td>
 +
        <td>783</td>
 +
      </tr>
 +
    </tbody>
 +
</table>
 
</div>
 
</div>
  
Line 31: Line 94:
  
  
<div class="column half_size">
 
 
<h5>Adding parts to the registry</h5>
 
<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>
 
<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>
 
 
</div>
 
</div>
 
+
</div> <!-- #content_wrapper -->
 
+
 
+
 
+
 
+
<div class="column half_size">
+
 
+
<h5>What information do I need to start putting my parts on the Registry?</h5>
+
<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>
+
 
+
</div>
+
 
+
 
+
<div class="column half_size">
+
 
+
<h5>Inspiration</h5>
+
<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>
+
 
+
<p> You can also take a look at how other teams have documented their parts in their wiki:</p>
+
<ul>
+
<li><a href="https://2014.igem.org/Team:MIT/Parts"> 2014 MIT </a></li>
+
<li><a href="https://2014.igem.org/Team:Heidelberg/Parts"> 2014 Heidelberg</a></li>
+
<li><a href="https://2014.igem.org/Team:Tokyo_Tech/Parts">2014 Tokyo Tech</a></li>
+
</ul>
+
</div>
+
 
+
<div class="column full_size">
+
<h5>Part Table </h5>
+
 
+
<p>Please include a table of all the parts your team has made during your project on this page. Remember part characterization and measurement data must go on your team part pages on the Registry. </p>
+
 
+
<div class="highlight">
+
 
+
 
+
</html>
+
<groupparts>iGEM17 WLC-Milwaukee</groupparts>
+
 
+
<html>
+
</div>
+
</div>
+
 
+
 
+
 
+
 
+
 
</html>
 
</html>
 +
{{WLC-Milwaukee/Footer}}

Latest revision as of 00:08, 21 November 2017

Parts

This year our team submitted three new BioBrick parts. Specifically, we engineered the tip of the Lambda Phage J protein by attaching an N-terminus His-tag and a C-terminus His-tag for nickel column purification. We also included the tip without any His-tag.

Name Type Description Length
BBa_K2452000 Coding Lambda Phage J-Chain tail protein 756
BBa_K2452001 Composite Lambda Phage J-Chain tail protein, C-Terminus HIS tag 783
BBa_K2452002 Composite Lambda Phage J-Chain tail protein, N-Terminus HIS tag 783