Difference between revisions of "Team:BroadRun-NorthernVA/Parts"

(Prototype team page)
 
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{BroadRun-NorthernVA}}
 
{{BroadRun-NorthernVA}}
 
<html>
 
<html>
 +
<!-- Start of CSS-->
 +
<style type="text/css">
  
<h2> Part Documentation</h2>
+
/* PAGE LAYOUT */
  
<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>
+
/* Change Background color*/
<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>
+
body {FFCC66
 +
background-color: #FFD699
 +
}
  
 +
/* Creates a container that will wrap all of the content inside your wiki pages. */
 +
#mainContainer { 
 +
width: 978px;
 +
overflow:hidden;
 +
float:left;
 +
margin-left:20px;
 +
margin-bottom: 10px;
 +
background-color: #FFE680;
 +
border-bottom: 214px solid #FFE680;
 +
border-right: 2px solid #000000;
 +
border-left: 2px solid #000000;
 +
border-top: 5px solid #000000;
 +
font-family: "Helvetica", Helvetica, sans-serif;
 +
}
  
<div class="highlightBox">
+
/* Creates the container for the menu */
<h4>Note</h4>
+
#menuContainer  {
<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>
+
float:left;
</div>
+
width: 134px;
 +
padding: 20px 0px;
 +
border-top: 14px solid #7A0000;
 +
background-color: #7A0000;
 +
}
  
 +
/* Creates the container for the content */
 +
#contentContainer {
 +
padding-top:20px;
 +
padding-right:10px;
 +
margin-bottom: 20px;
 +
width: 814px;
 +
padding-left: 20px;
 +
float: left;
 +
background-color: #FFE680;
 +
border-top: 14px solid #7A0000;
 +
font-family: "Georgia", Helvetica, sans-serif;
 +
}
  
 +
/*Set up height place holder for the banner*/
 +
#bannerContainer {
 +
height:200px;
 +
margin:auto;
 +
text-align:center;
 +
color: #FFCC66;
 +
}
  
<h4>Adding parts to the registry</h4>
+
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
<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>
+
  
 +
/*Change the styling of text for everything inside main container*/
 +
#mainContainer p {
 +
font-size: 13px;
 +
color: #000000;
 +
}
 +
 +
/*This changes the color and font family */
 +
#contentContainer h1, h2, h3, h4, h5, h6 {
 +
color: #000000;
 +
border-bottom: none;
 +
font-weight: bold;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
margin-top:10px;
 +
}
  
<h4>What information do I need to start putting my parts on the Registry?</h4>
+
/*Style of the links - links are different inside the menu */
<p>The information needed to initially create a part on the Registry is:</p>
+
#contentContainer a {
<ul>
+
font-weight: bold;
<li>Part Name</li>
+
color: #000000;
<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>
+
  /* Styling links on hover- links are different inside the menu */
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>
+
#contentContainer a:hover {
 +
color: #FFFFFF
 +
}
  
 +
/*Change the styling of tables */
 +
        #contentContainer table {
 +
                              background-color: #FFE680;
 +
    border: 1px solid #000000;
 +
    border-collapse: collapse;
 +
    width: 90%
 +
    margin: auto;
 +
    margin-bottom: 15px;
 +
    margin-top: 15px;
 +
    margin-right: 10px;
 +
    margin-left: 10px;
 +
    }
  
 +
/*Change the styling of table cells*/
 +
    #contentContainer  td {
 +
    padding: 10px;
 +
    border: 1px solid #00000;
 +
    border-collapse: collapse;
 +
    vertical-align: text-top;
 +
    }
  
 +
/*Change the styling of table headers */
 +
    #contentContainer th {
 +
    background-color: #000000;
 +
    padding: 10px;
 +
    border: 1px solid #565656;
 +
    border-collapse: collapse;
 +
    vertical-align: text-top;
 +
    }
  
  
  
<h4>Inspiration</h4>
+
/*MENU STYLING */
<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>
+
/*Styling for the links in the menu */
<ul>
+
#menuContainer a {
<li><a href="https://2014.igem.org/Team:MIT/Parts"> 2014 MIT </a></li>
+
color: #FFFFFF;
<li><a href="https://2014.igem.org/Team:Heidelberg/Parts"> 2014 Heidelberg</a></li>
+
text-decoration:none;
<li><a href="https://2014.igem.org/Team:Tokyo_Tech/Parts">2014 Tokyo Tech</a></li>
+
font-weight: bold;
</ul>
+
}
  
 +
/* Sets the style for lists inside menuContainer  */
 +
#menuContainer ul {
 +
list-style: none;
 +
margin-left:0px;
 +
}
  
 +
/*Styles the list items to become menu buttons */
 +
#menuContainer ul li {
 +
text-align: center;
 +
display: block;
 +
width: 100%;
 +
height:30px;
 +
padding-top:10px;
 +
}
  
<h4>Part Table </h4>
+
/*For the menu buttons, changes the color when hovering*/
</html>
+
#menuContainer li:hover {
<groupparts>iGEM015 Example</groupparts>
+
color:  #FFFFFF;
<html>
+
background-color: #000000;
 +
}
  
 +
/*Submenus are not displayed as default*/
 +
#menuContainer li ul {
 +
display: none;
 +
padding-top:15px;
 +
margin-left: -19px;
 +
}
  
 +
/*Submenus are displayed when hovering the menu button */
 +
#menuContainer li:hover ul {
 +
/*display: inline-block; */
 +
display: block;
 +
position: absolute;
 +
float:right;
 +
margin-left: 134px;
 +
margin-top:-42px;
 +
}
  
 +
/*Style the submenu buttons*/
 +
#menuContainer li ul li{
 +
background-color: #800000;
 +
padding-left:20px;
 +
padding-right:20px;
 +
height:30px;
 +
padding-top:10px;
 +
margin-top:-2px;
 +
color: #FFFFFF;
 +
width: 150px;
 +
}
 +
 +
/*CLASSES */
 +
 +
/*Clear class for all the pages, adds spacing too*/
 +
.clear{
 +
clear:both;
 +
height: 10px;
 +
}
 +
 +
 +
/* highlight box for special messages */
 +
    .highlightBox {
 +
        width:500px;
 +
        margin:auto;
 +
        background-color: #7A0000;
 +
margin-bottom: 15px;
 +
margin-top: 15px;
 +
padding: 15px;
 +
padding-top: 5px;
 +
    }
 +
 +
 +
</style>
 +
<!-- End of CSS -->
 +
 +
 +
<font size="4">
 +
 +
<table width=90% align=center class="parts">
 +
<tr><br><br><br>
 +
<td><h3><b>PART NAME</b></h3></td>
 +
<td><h3><b>PART NUMBER</b></h3></td>
 +
 +
</tr>
 +
 +
 +
<tr>
 +
<td>1. Promoterless alpha amylase with native secretion</td>
 +
<td><a href="http://parts.igem.org/Part:BBa_K1871000 "> BBa_K1871000 </a></td>
 +
</tr>
 +
 +
<tr>
 +
<td>2. Alpha amylase with native secretion</td>
 +
<td><a href="http://parts.igem.org/Part:BBa_K1871001 "> BBa_K1871001 </a></td>
 +
</tr>
 +
 +
<tr>
 +
<td>3. Alpha amylase with mating factor alpha secretion</td>
 +
<td><a href="http://parts.igem.org/Part:BBa_K1871002 "> BBa_K1871002 </a></td>
 +
</tr>
 +
 +
</table>
 +
<br></br><br></br>
 +
<p class="pageheading"> <font size="4"><b>Composite Part 1: BBa_K1871000 </b>
 +
 +
<li><span>Promoterless </span></li>
 +
<li><span>Kozak sequence (Part BBa_K165002) </span></li>
 +
<li><span> Native secretion sequence, from Bacillus amyloliquefaciens</span></li>
 +
<li><span> Alpha amylase coding sequence from Bacillus amyloliquefaciens</span></li>
 +
<li><span> ADH1 Terminator (Part BBa_K392003)</span></li>
 +
 +
<br></br>
 +
<p class="pageheading"><font size="4"> <b>Composite Part 2: BBa_K1871001  </b>
 +
 +
<li><span>cyc promoter (Part BBa_K105027) </span></li>
 +
<li><span>Kozak sequence (Part BBa_K165002) </span></li>
 +
<li><span> Native secretion sequence, from Bacillus amyloliquefaciens</span></li>
 +
<li><span> Alpha amylase coding sequence from Bacillus amyloliquefaciens</span></li>
 +
<li><span> ADH1 Terminator (Part BBa_K392003)</span></li>
 +
<br></br>
 +
<p class="pageheading"> <font size="4"><b>Composite Part 3: BBa_K1871002 </b>
 +
 +
<li><span> cyc promoter (Part BBa_K105027) </span></li>
 +
<li><span>Kozak sequence (Part BBa_K165002) </span></li>
 +
<li><span> Native secretion sequence, from Bacillus amyloliquefaciens</span></li>
 +
<li><span> Alpha amylase coding sequence from Bacillus amyloliquefaciens</span></li>
 +
<li><span> ADH1 Terminator (Part BBa_K392003)</span></li>
 +
 +
<br></br>
 +
<font size="4">
 +
<b>Parts Description:</b>
 +
<br></br>
 +
<b>ADH1 Terminator-</b>
 +
This part is the terminator region from yeast alcohol dehydrogenase (ADH1) gene. This stops the RNA polymerase from transcribing the RNA sequence.
 +
<br></br>
 +
<b>Kozak Sequence-</b>
 +
This part initiates translation from eukaryotic mRNA and is cloned between a promoter and coding region to facilitate translation.
 +
<br></br>
 +
<b> cyc minimal promoter-</b>
 +
This part is the center of the CYC1 promoter, S. cerevisiae. This promoter allows basal transcription, and the transcription signal can be modulated by adding operator sites upstream of this BioBrick. This allows activators or repressors to act on the transcription machinery.
 +
<br></br>
 +
<b>Mating Factor Alpha Secretion Sequence-</b>
 +
This part is the secretion signal from yeast α-mating factor, and directs the secretion of the produced protein. This allows the exportation of the protein.
 +
<br></br>
 +
<b>Alpha Amylase-</b>
 +
Obtained from Bacillus amyloliquefaciens, α-Amylase is a protein enzyme that hydrolyses alpha bonds of large, alpha-linked polysaccharides, such as starch and glycogen.
 +
<br></br>
 +
<b>Native Alpha Amylase Secretion Sequence</b>
 +
A signal sequence which directs the protein to be secreted.
 +
</font>
 
</div>
 
</div>
 
</html>
 
</html>

Latest revision as of 02:26, 17 September 2015

{{BroadRun-NorthernVA}}



>



PART NAME

PART NUMBER

1. Promoterless alpha amylase with native secretion BBa_K1871000
2. Alpha amylase with native secretion BBa_K1871001
3. Alpha amylase with mating factor alpha secretion BBa_K1871002




Composite Part 1: BBa_K1871000

  • Promoterless
  • Kozak sequence (Part BBa_K165002)
  • Native secretion sequence, from Bacillus amyloliquefaciens
  • Alpha amylase coding sequence from Bacillus amyloliquefaciens
  • ADH1 Terminator (Part BBa_K392003)


  • Composite Part 2: BBa_K1871001

  • cyc promoter (Part BBa_K105027)
  • Kozak sequence (Part BBa_K165002)
  • Native secretion sequence, from Bacillus amyloliquefaciens
  • Alpha amylase coding sequence from Bacillus amyloliquefaciens
  • ADH1 Terminator (Part BBa_K392003)


  • Composite Part 3: BBa_K1871002

  • cyc promoter (Part BBa_K105027)
  • Kozak sequence (Part BBa_K165002)
  • Native secretion sequence, from Bacillus amyloliquefaciens
  • Alpha amylase coding sequence from Bacillus amyloliquefaciens
  • ADH1 Terminator (Part BBa_K392003)


  • Parts Description:

    ADH1 Terminator- This part is the terminator region from yeast alcohol dehydrogenase (ADH1) gene. This stops the RNA polymerase from transcribing the RNA sequence.

    Kozak Sequence- This part initiates translation from eukaryotic mRNA and is cloned between a promoter and coding region to facilitate translation.

    cyc minimal promoter- This part is the center of the CYC1 promoter, S. cerevisiae. This promoter allows basal transcription, and the transcription signal can be modulated by adding operator sites upstream of this BioBrick. This allows activators or repressors to act on the transcription machinery.

    Mating Factor Alpha Secretion Sequence- This part is the secretion signal from yeast α-mating factor, and directs the secretion of the produced protein. This allows the exportation of the protein.

    Alpha Amylase- Obtained from Bacillus amyloliquefaciens, α-Amylase is a protein enzyme that hydrolyses alpha bonds of large, alpha-linked polysaccharides, such as starch and glycogen.

    Native Alpha Amylase Secretion Sequence A signal sequence which directs the protein to be secreted.