Difference between revisions of "Team:METU Turkey/Parts"

 
(24 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{METU_Turkey}}
+
<html>
<html>
+
<head>
  
<h2> Part Documentation</h2>
+
 
 +
 
 +
<style>
  
<groupparts>
+
.highlightBox {
 +
  width: 570px;
 +
  background-color: #A0E0A9;
 +
  padding: 15px;
 +
  margin: auto;
 +
 
 +
}
  
<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>
 
<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>
 
  
  
<div class="highlightBox">
 
<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>
 
  
 +
#content {
 +
    position: relative;
 +
    width: 1350px;
 +
    margin: 0 auto;
 +
    padding: 0px 0px 0px 0px;
 +
    background: white;
 +
    color: black;
 +
    border-color: white;
 +
   
 +
 
 +
    z-index: 2;
 +
 
 +
}
  
  
<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>
 
<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>
 
  
 +
body {
 +
        background-color:white;
 +
    }
 +
   
 +
    p.sansserif {
 +
    font-family: Arial, Helvetica, sans-serif;
 +
}
 +
   
 +
  ul.nav {
 +
   
 +
    background-color: #FFCE76;
 +
    padding: 3px;
 +
    font-size: 17px;
 +
}
  
<h4>What information do I need to start putting my parts on the Registry?</h4>
+
    ul.nav li a {
<p>The information needed to initially create a part on the Registry is:</p>
+
        display: block;
<ul>
+
        text-decoration: none;
<li>Part Name</li>
+
        padding-bottom: 3px;
<li>Part type</li>
+
        padding-top: 3px;
<li>Creator</li>
+
        padding-right: 9px;
<li>Sequence</li>
+
        padding-left: 9px;
<li>Short Description (60 characters on what the DNA does)</li>
+
        background-color: #FFCE76
<li>Long Description (Longer description of what the DNA does)</li>
+
       
<li>Design considerations</li>
+
    }
</ul>
+
  
<p>
+
    ul.nav > li:hover {
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>
+
       
 +
        background-color: #FFE9C2
 +
       
 +
    }
  
 +
    ul.nav li a:hover {
 +
        background: #ccc;
 +
        background-color: #FFE9C2
 +
       
 +
    }
  
 +
    ul.nav > li {
 +
        display: inline-block;
 +
        position: relative;
 +
        background-color: #FFCE76
 +
       
 +
    }
  
 +
    ul.nav > li ul {
 +
        display: none;
 +
        position: absolute;
 +
        left: -1px;
 +
        background-color: #FFCE76;
 +
        border-top-color: #fff;
 +
        margin-top: 0px;
 +
        width: 150px;
 +
    }
  
 +
    ul.nav > li:hover ul {
 +
        display: block;
 +
    }
  
 +
    ul.nav > li ul li {
 +
        display: inline-block;
 +
    }
  
<h4>Inspiration</h4>
+
a.one:link {color:#0E2036;text-decoration:none;}
<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>
+
a.one:visited {color:#214D7F;text-decoration:none;}
 +
 
 +
 
 +
 
 +
    </style>
  
<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>
 
  
<html>
 
<head>
 
<style>
 
  
#main table, #main th, #main td {
 
border: 1px solid black;
 
font-family: "Trebuchet MS";
 
}
 
  
#main table {
 
width: 100%;
 
}
 
</style>
 
 
</head>
 
</head>
 
<body>
 
<body>
 +
   
 +
    <ul class="nav">
 +
        <li>
 +
            <a class="one" href="https://2015.igem.org/Team:METU_Turkey">Home</a>
 +
        </li>
 +
        <li>
 +
            <a class="one" href="https://2015.igem.org/Team:METU_Turkey/Team">Team</a>
 +
         
 +
        </li>
 +
              <li>
 +
            <a class="one" href="https://2015.igem.org/Team:METU_Turkey/Description">Project</a>
 +
            <ul>
 +
                <li><a href="https://2015.igem.org/Team:METU_Turkey/Experiments">Experiments</a></li>
 +
                <li><a href="https://2015.igem.org/Team:METU_Turkey/Results">Results</a></li>
 +
                <li><a href="https://2015.igem.org/Team:METU_Turkey/Design">Design</a></li>
 +
            </ul>
 +
        </li>
 +
        <li>
 +
            <a class="one" href="https://2015.igem.org/Team:METU_Turkey/Parts">Parts</a>
 +
            <ul>
 +
                <li><a href="https://2015.igem.org/Team:METU_Turkey/Basic_Part">Basic Part</a></li>
 +
                <li><a href="https://2015.igem.org/Team:METU_Turkey/Composite_Part">Composite Part</a></li>
 +
                <li><a href="https://2015.igem.org/Team:METU_Turkey/Part_Collection">Part Collection</a></li>
 +
            </ul>
 +
            </li>
 +
        <li>
 +
            <a class="one" href="https://2015.igem.org/Team:METU_Turkey/Notebook">Notebook</a>
 +
        </li>
 +
        <li>
 +
            <a class="one" href="https://2015.igem.org/Team:METU_Turkey/Attributions">Attributions</a>
 +
        </li>
 +
        <li>
 +
            <a class="one" href="https://2015.igem.org/Team:METU_Turkey/interlab">Interlab</a>
 +
        </li>
 +
        <li>
 +
            <a class="one" href="https://2015.igem.org/Team:METU_Turkey/Collaborations">Collaborations</a>
 +
        </li>
 +
        <li>
 +
            <a class="one" href="https://2015.igem.org/Team:METU_Turkey/Practices">Human Practices</a>
 +
        </li>
 +
        <li>
 +
            <a class="one" href="https://2015.igem.org/Team:METU_Turkey/Safety">Safety</a>
 +
        </li>
 +
        <li>
 +
            <a class="one" href="https://2015.igem.org/Team:METU_Turkey/Gallery">Gallery</a>
 +
        </li>
 +
        <li>
 +
            <a class="one" href="https://2015.igem.org/Team:METU_Turkey/Sponsors">Sponsors</a>
 +
        </li>
 +
   
 +
        </li>
 +
    </ul>
 +
 +
<!-- First block of content -->
 
     <div id="main">
 
     <div id="main">
 
     <h1 class="header">Parts</h1>
 
     <h1 class="header">Parts</h1>
 
     <hr>
 
     <hr>
     <table>
+
     <table style="width:100%">
 
       <tr>
 
       <tr>
       <th>Biobrick Code</th>
+
       <td><h4>Biobrick Code</h4></td>
       <th>Type</th>
+
       <td><h4>Type</h4></td>
       <th>Construct</th>  
+
       <td><h4>Construct</h4></td>  
       <th>Description</th>
+
       <td><h4>Description</h4></td>
       <th>Designers</th>
+
       <td><h4>Designers</h4></td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td>BBBa_K1606010</td>
+
         <td><a class="two" href="http://parts.igem.org/Part:BBa_K1606007" target="_blank">BBa_K1606007</a></td>
 
         <td>Coding</td>
 
         <td>Coding</td>
         <td>R0010 + B0034 + K1606029 + B0010 + B0012</td>
+
         <td>R0010 + B0034 + K1606029 + K590087 + B0010 + B0012</td>
         <td></td>
+
         <td>Kumamax enzyme that gluten updated m-cherry reporter device</td>
 
         <td>Dorukcan Özköse</td>
 
         <td>Dorukcan Özköse</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td>BBa_K1606020</td>
+
         <td><a class="two" href="http://parts.igem.org/Part:BBa_K1606010" target="_blank">BBa_K1606010</a></td>
 
         <td>Coding</td>
 
         <td>Coding</td>
        <td>I1051 + J63003 + K112000 + K112806 + B0010 + B0012</td>
 
        <td></td>
 
        <td>Dorukcan Özköse</td>
 
      </tr>
 
      <tr>
 
        <td>BBa_K1606029</td>
 
        <td>Reporter</td>
 
        <td>Modernized J06504</td>
 
        <td></td>
 
        <td>Dorukcan Özköse</td>
 
      </tr>
 
      <tr>
 
        <td>BBa_K1606091</td>
 
        <td>Reporter</td>
 
 
         <td>R0010 + B0034 + K1606029 + B0010 + B0012</td>
 
         <td>R0010 + B0034 + K1606029 + B0010 + B0012</td>
         <td></td>
+
         <td>Kumamax enzyme that gluten updated m-cherry reporter device</td>
 
         <td>Dorukcan Özköse</td>
 
         <td>Dorukcan Özköse</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td>BBa_K16060XX</td>
+
         <td><a class="two" href="http://parts.igem.org/Part:BBa_K1606014" target="_blank">BBa_K1606014</a></td>
         <td>Coding</td>
+
         <td>Composite</td>
         <td></td>
+
         <td>J23106 + B0030 + K112006 + C0062 + B0012 + B0011</td>
         <td></td>
+
         <td>Strong promoter without thickener of LuxR and antiholin sequence</td>
 
         <td>Dorukcan Özköse</td>
 
         <td>Dorukcan Özköse</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td>BBa_K16060XX</td>
+
         <td><a class="two" href="http://parts.igem.org/Part:BBa_K1606020" target="_blank">BBa_K1606020</a></td>
 
         <td>Coding</td>
 
         <td>Coding</td>
         <td></td>
+
         <td>I1051 + J63003 + K112000 + K112806 + B0010 + B0012</td>
         <td></td>
+
         <td>Lux promoter with holin and endolysin kill switch codin sequence</td>
 
         <td>Dorukcan Özköse</td>
 
         <td>Dorukcan Özköse</td>
 
       </tr>
 
       </tr>
   
 
 
       <tr>
 
       <tr>
         <td>BBa_K16060XX</td>
+
         <td><a class="two" href="http://parts.igem.org/Part:BBa_K1606029" target="_blank">BBa_K1606029</a></td>
         <td>Coding</td>
+
         <td>Reporter</td>
         <td></td>
+
         <td>Modernized J06504</td>
         <td></td>
+
         <td>Gluten Updated m-cherry reporter gene</td>
 
         <td>Dorukcan Özköse</td>
 
         <td>Dorukcan Özköse</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td>BBa_K16060XX</td>
+
         <td><a class="two" href="http://parts.igem.org/Part:BBa_K1606091" target="_blank">BBa_K1606091</a></td>
         <td>Coding</td>
+
         <td>Reporter</td>
         <td></td>
+
         <td>R0010 + B0034 + K1606029 + B0010 + B0012</td>
         <td></td>
+
         <td>Gluten Updated m-cherry reporter device</td>
 
         <td>Dorukcan Özköse</td>
 
         <td>Dorukcan Özköse</td>
 
       </tr>
 
       </tr>
 +
   
 
   </table>
 
   </table>
 
     <hr>
 
     <hr>
 
     </div>
 
     </div>
 +
 +
</tr>
 +
</table>
 +
<!-- end of first block -->
 +
 +
 +
 +
 +
 +
<!-- Sponsorlar beginning -->
 +
    <table  id="firstblock" width="60%"  cellspacing="10px" height="200px" align="center">
 +
        <tr>
 +
        <td align=center>
 +
<a href="http://www.metu.edu.tr" target="_blank"> <img src="https://static.igem.org/mediawiki/2014/9/91/Metulogo.jpg" width="350px" align="center"></a>
 +
        </td>
 +
        </tr>
 +
           
 +
    </table>
 +
 +
<table  id="firstblock" width="60%"  cellspacing="10px" height="200px" align="center">
 +
 +
 +
<tr>
 +
 +
<td align="center" width="162px"><a href="http://odtuteknokent.com.tr/" target="_blank"> <img src="https://static.igem.org/mediawiki/2014/4/47/Odtuteknokent.jpg" width="175px"></a></td>
 +
 +
<td align="center" width="162px"><a href="http://www.kardiosis.com.tr/" target="_blank"> <img src="https://static.igem.org/mediawiki/2014/d/d4/Kardiosis.jpg" width="175px"></a></td>
 +
 +
<td align="center" width="162px"><a href="http://www.tr-idea.com/" target="_blank"> <img src="https://static.igem.org/mediawiki/2015/c/c6/METU_Turkey_Idea.PNG" width="350px"></a></td>
 +
 +
</tr>
 +
</table>
 +
<table align="center" cellspacing="10px">
 +
<tr>
 +
 +
<td align="center"><a href="http://www.sentegen.com/" target="_blank"> <img src="https://static.igem.org/mediawiki/2014/d/dd/Sentegenlogoder.PNG" width="175px"></a></td>
 +
  
  
  
<h4>Part Table </h4>
+
<td align="center"><a href="http://www.mathworks.com/" target="_blank"> <img src="https://static.igem.org/mediawiki/2015/a/ab/METU_Turkey_mathworks.png" width="175px"></a></td>
</html>
+
<groupparts>iGEM015 Example</groupparts>
+
<html>
+
  
  
 +
</tr>
 +
</table>
  
</div>
+
   
 +
<!-- Sponsorlar end -->
 +
</body>
 
</html>
 
</html>

Latest revision as of 13:30, 4 October 2015

Parts


Biobrick Code

Type

Construct

Description

Designers

BBa_K1606007 Coding R0010 + B0034 + K1606029 + K590087 + B0010 + B0012 Kumamax enzyme that gluten updated m-cherry reporter device Dorukcan Özköse
BBa_K1606010 Coding R0010 + B0034 + K1606029 + B0010 + B0012 Kumamax enzyme that gluten updated m-cherry reporter device Dorukcan Özköse
BBa_K1606014 Composite J23106 + B0030 + K112006 + C0062 + B0012 + B0011 Strong promoter without thickener of LuxR and antiholin sequence Dorukcan Özköse
BBa_K1606020 Coding I1051 + J63003 + K112000 + K112806 + B0010 + B0012 Lux promoter with holin and endolysin kill switch codin sequence Dorukcan Özköse
BBa_K1606029 Reporter Modernized J06504 Gluten Updated m-cherry reporter gene Dorukcan Özköse
BBa_K1606091 Reporter R0010 + B0034 + K1606029 + B0010 + B0012 Gluten Updated m-cherry reporter device Dorukcan Özköse