Difference between revisions of "Team:Jiangnan/Parts"

(Prototype team page)
 
Line 1: Line 1:
{{Jiangnan}}
+
 
 
<html>
 
<html>
  
 +
<link rel="stylesheet" href="https://2018.igem.org/Team:Jiangnan/CSSmaterializecss?action=raw&ctype=text/css">
 +
<style type="text/css">
 +
        #home_logo, #sideMenu { display:none; }
 +
        #HQ_page p{text-align:inherit;font-size:inherit;}
 +
html{width:100%;height:100%;background:white; list-style:none;}
 +
        #top_menu_under{height:auto;}
 +
#globalWrapper,#HQ_page,#bodyContent,#mw-content-text{height:100%;}
 +
#sideMenu, #top_title, .patrollink  {display:none;}
 +
#content { margin-left:0px;margin-top:-5px; padding:0px; width:100%;height:100%;}
 +
body {background-color:white;height:100%;}
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 +
        ul, li{list-style:none;}
 +
        #description p{text-align:center;}
 +
        .mw-content-ltr ul{margin:0px}
 +
h4 {
 +
font-family: Arial,sans-serif;
 +
font-weight: 100;
 +
text-align: center;
 +
}
  
<div class="column full_size">
+
p{
<h1>Parts</h1>
+
font-size: 1.2em;
<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>
+
  
<div class="column full_size">
+
.JTrow{
<div class="highlight decoration_background">
+
margin-top: 5%;
<h3>Note</h3>
+
margin-bottom:5%;
<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>
+
margin-left: 10%;
</div>
+
margin-right: 10%;
</div>
+
text-align: center;
 +
}
  
<div class="clear extra_space"></div>
+
.JTp{
<div class="line_divider"></div>
+
    display: block;
<div class="clear extra_space"></div>
+
    margin-block-start: 0.2em;
 
+
    margin-block-end: 0.2em;
 
+
    margin-inline-start: 0px;
 
+
    margin-inline-end: 0px;
 
+
}
 
+
</style>
<div class="column two_thirds_size">
+
        <style type="text/css">
<div class="highlight decoration_B_full">
+
.Jnav{position: fixed;top: 17px;opacity: 1;background-color: rgba(255, 255, 255, 0.2); width: 100%;z-index:999;}
 
+
.Jnav a{text-decoration: none!important;color:#039be5;}
<h3>Adding parts to the registry</h3>
+
.Jnavtitle{float: right;width: 10%;text-align: center;padding: 1em 0;}
<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>
+
.Jnavdrag{position: relative;width: 100%;}
 
+
.Jnavdrag>ul{position: absolute;top: 0;width: 100%;border-radius: 5px;background-color: white;transition: all .4s ease-in-out;opacity: 0;}
<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>
+
</style>
<div class="button_link">
+
        <script type="text/javascript">
<a href="http://parts.igem.org/Add_a_Part_to_the_Registry">
+
function Jnavshow(obj){
ADD PARTS
+
var ul = obj.getElementsByTagName("ul");
</a>
+
ul = ul[0];
 +
ul.style["opacity"] = 1;
 +
}
 +
function Jnavhide(obj){
 +
var ul = obj.getElementsByTagName("ul");
 +
ul = ul[0];
 +
ul.style["opacity"] = 0;
 +
}
 +
</script>
 +
<div class="Jnav">
 +
<div class="Jnavtitle">
 +
<a href="https://2018.igem.org/Team:Jiangnan/Safety">Safety</a>
 +
</div>
 +
<div class="Jnavtitle">
 +
<a href="https://2018.igem.org/Team:Jiangnan/Hardware">Hardware</a>
 +
</div>
 +
<div class="Jnavtitle" onmouseover="Jnavshow(this)" onmouseleave="Jnavhide(this)">
 +
<a href="https://2018.igem.org/Team:Jiangnan/Team">Team</a>
 +
<div class="Jnavdrag">
 +
<ul>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Team">Team Members</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Attributions">Attribution</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Collaborations">Collaboration</a></li>
 +
</ul>
 +
</div>
 +
</div>
 +
<div class="Jnavtitle" onmouseover="Jnavshow(this)" onmouseleave="Jnavhide(this)">
 +
<a href="https://2018.igem.org/Team:Jiangnan/Human_Practices">Human Practice</a>
 +
<div class="Jnavdrag">
 +
<ul>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Human_Practices">Overview</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Silver">Silver</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Entrepreneurship">Gold</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Public_Engagement">Pulic Engagement</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Entrepreneurship">Entrepreneurship</a></li>
 +
</ul>
 +
</div>
 +
</div>
 +
<div class="Jnavtitle">
 +
<a href="https://2018.igem.org/Team:Jiangnan/Model">Model</a>
 +
</div>
 +
<div class="Jnavtitle" onmouseover="Jnavshow(this)" onmouseleave="Jnavhide(this)">
 +
<a href="https://2018.igem.org/Team:Jiangnan/Notebook">Notebook</a>
 +
<div class="Jnavdrag">
 +
<ul>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Notebook">Lab Book</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Protocol">Protocol</a></li>
 +
</ul>
 +
</div>
 +
</div>
 +
<div class="Jnavtitle" onmouseover="Jnavshow(this)" onmouseleave="Jnavhide(this)">
 +
<a href="https://2018.igem.org/Team:Jiangnan">Project</a>
 +
<div class="Jnavdrag">
 +
<ul>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Background">Background</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Design">Design</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Demonstrate">Demonstration</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Results">Result</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Parts">Part</a></li>
 +
</ul>
 +
</div>
 +
</div>
 +
<div class="navlogo" style="float: left;width: 20%;text-align: center;">
 +
<a href="https://2018.igem.org/Team:Jiangnan"><img src="https://static.igem.org/mediawiki/2018/d/d7/T--Jiangnan--igemJN_logo.png" style="width: 3em;"></a>
 +
</div>
 
</div>
 
</div>
  
</div>
 
</div>
 
  
  
  
<div class="column third_size">
 
<div class="highlight decoration_A_full">
 
<h3>Inspiration</h3>
 
<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>
+
<div style="width:100%;background-color: #f0ebea">
<ul>
+
<div>
<li><a href="https://2014.igem.org/Team:MIT/Parts"> 2014 MIT </a></li>
+
<img src="https://static.igem.org/mediawiki/2018/0/0d/T--Jiangnan--part_top.png" width="100%" style="z-index: -999">
<li><a href="https://2014.igem.org/Team:Heidelberg/Parts"> 2014 Heidelberg</a></li>
+
<div style="position: absolute;top: 9em;left: 3em; width: 40%;">
<li><a href="https://2014.igem.org/Team:Tokyo_Tech/Parts">2014 Tokyo Tech</a></li>
+
<h1>Part</h1>
</ul>
+
<p></p>
 +
</div>
 
</div>
 
</div>
 +
<div class="row">
 +
<div class="col s6 offset-s3">
 +
<h4 style="text-align: center;">Basic Parts</h4>
 +
<div style="width: 100%">
 +
<table style="width: 100%;">
 +
<tr>
 +
<th>Part Number</th>
 +
<th>Part Name</th>
 +
<th>Function</th>
 +
<th>Designer</th>
 +
<th>Length</th>
 +
</tr>
 +
<tr>
 +
<th><a href="http://parts.igem.org/Part:BBa_K2568006">BBa_K2568006</a></th>
 +
<th>Virus receptor Nectin 4 with Kozak sequence and FLAG-tag</th>
 +
<th>A receptor located in the cell membrane, which can mediate the entry of canine distemper virus (CDV).</th>
 +
<th>Xiao Chen, Xuanhao Zhang</th>
 +
<th>1563bp</th>
 +
</tr>
 +
<tr>
 +
<th><a href="http://parts.igem.org/Part:BBa_K2568007">BBa_K2568007</a></th>
 +
<th>Virus receptor TfR with Kozak sequence and His-tag</th>
 +
<th>A receptor located in the cell membrane, which can mediate the entry of canine parvovirus (CPV).</th>
 +
<th>Manman Sun,Xuanhao Zhang</th>
 +
<th>2340bp</th>
 +
</tr>
 +
<tr>
 +
<th><a href="http://parts.igem.org/Part:BBa_K2568016">BBa_K2568016</a></th>
 +
<th>Virus receptor Nectin 4 with Kozak sequence</th>
 +
<th>A receptor located in the cell membrane, which can mediate the entry of canine distemper virus (CDV), but doesn’t have FLAG-tag.</th>
 +
<th>Xiao Chen, Xuanhao Zhang</th>
 +
<th>1539bp</th>
 +
</tr>
 +
<tr>
 +
<th><a href="http://parts.igem.org/Part:BBa_K2568017">BBa_K2568017</a></th>
 +
<th>Virus receptor TfR with Kozak sequence</th>
 +
<th>A receptor located in the cell membrane, which can mediate the entry of canine parvovirus (CPV), but doesn’t have His-tag.</th>
 +
<th>Manman Sun,Xuanhao Zhang</th>
 +
<th>2319bp</th>
 +
</tr>
 +
</table>
 +
</div>
 +
</div>
 +
<div class="col s6 offset-s3">
 +
<h4 style="text-align: center;">Composite Parts</h4>
 +
<div style="width: 100%">
 +
<table style="width: 100%;">
 +
<tr>
 +
<th>Part Number</th>
 +
<th>Part Name</th>
 +
<th>Function</th>
 +
<th>Designer</th>
 +
<th>Length</th>
 +
</tr>
 +
<tr>
 +
<th><a href="http://parts.igem.org/Part:BBa_K2568010">BBa_K2568010</a></th>
 +
<th>pTet+rfp</th>
 +
<th>A composite containing the target promoter and an rfp to measure its strength and compared it with another 5 promoters from iGEM14_Wageningen_UR.</th>
 +
<th>Yini Luo</th>
 +
<th>972bp</th>
 +
</tr>
 +
<tr>
 +
<th><a href="http://parts.igem.org/Part:BBa_K2568011">BBa_K2568011</a></th>
 +
<th>pTet+rfp</th>
 +
<th>A composite containing the target promoter and an rfp to measure its strength and compared it with another 5 promoters from iGEM14_Wageningen_UR.</th>
 +
<th>Yini Luo</th>
 +
<th>972bp</th>
 +
</tr>
 +
<tr>
 +
<th><a href="http://parts.igem.org/Part:BBa_K2568012">BBa_K2568012</a></th>
 +
<th>pCI/Lac+rfp</th>
 +
<th>A composite containing the target promoter and an rfp to measure its strength and compared it with another 5 promoters from iGEM14_Wageningen_UR.</th>
 +
<th>Yini Luo</th>
 +
<th>973bp</th>
 +
</tr>
 +
<tr>
 +
<th><a href="http://parts.igem.org/Part:BBa_K2568013">BBa_K2568013</a></th>
 +
<th>pCI/Tet+rfp</th>
 +
<th>A composite containing the target promoter and an rfp to measure its strength and compared it with another 5 promoters from iGEM14_Wageningen_UR.</th>
 +
<th>Yini Luo</th>
 +
<th>972bp</th>
 +
</tr>
 +
<tr>
 +
<th><a href="http://parts.igem.org/Part:BBa_K2568014">BBa_K2568014</a></th>
 +
<th>pCI/Tet+rfp</th>
 +
<th>A composite containing the target promoter and an rfp to measure its strength and compared it with another 5 promoters from iGEM14_Wageningen_UR.</th>
 +
<th>Yini Luo</th>
 +
<th>973bp</th>
 +
</tr>
 +
<tr>
 +
<th><a href="http://parts.igem.org/Part:BBa_K2568015">BBa_K2568015</a></th>
 +
<th>pCI/Tet+rfp</th>
 +
<th>A composite containing the target promoter and an rfp to measure its strength and compared it with another 5 promoters from iGEM14_Wageningen_UR.</th>
 +
<th>Yini Luo</th>
 +
<th>972bp</th>
 +
</tr>
 +
</table>
 +
</div>
 +
</div>
 
</div>
 
</div>
 
 
<div class="clear extra_space"></div>
 
 
 
 
 
<div class="column full_size">
 
 
<h3>What information do I need to start putting my parts on the Registry?</h3>
 
<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>
 
 
<div class="clear extra_space"></div>
 
<div class="line_divider"></div>
 
<div class="clear extra_space"></div>
 
 
<div class="column full_size">
 
<h3>Part Table </h3>
 
 
<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>
 
 
</html>
 
<groupparts>iGEM18 Jiangnan</groupparts>
 
<html>
 
</div>
 
 
 
  
  
 
</html>
 
</html>

Revision as of 10:34, 17 October 2018

Part

Basic Parts

Part Number Part Name Function Designer Length
BBa_K2568006 Virus receptor Nectin 4 with Kozak sequence and FLAG-tag A receptor located in the cell membrane, which can mediate the entry of canine distemper virus (CDV). Xiao Chen, Xuanhao Zhang 1563bp
BBa_K2568007 Virus receptor TfR with Kozak sequence and His-tag A receptor located in the cell membrane, which can mediate the entry of canine parvovirus (CPV). Manman Sun,Xuanhao Zhang 2340bp
BBa_K2568016 Virus receptor Nectin 4 with Kozak sequence A receptor located in the cell membrane, which can mediate the entry of canine distemper virus (CDV), but doesn’t have FLAG-tag. Xiao Chen, Xuanhao Zhang 1539bp
BBa_K2568017 Virus receptor TfR with Kozak sequence A receptor located in the cell membrane, which can mediate the entry of canine parvovirus (CPV), but doesn’t have His-tag. Manman Sun,Xuanhao Zhang 2319bp

Composite Parts

Part Number Part Name Function Designer Length
BBa_K2568010 pTet+rfp A composite containing the target promoter and an rfp to measure its strength and compared it with another 5 promoters from iGEM14_Wageningen_UR. Yini Luo 972bp
BBa_K2568011 pTet+rfp A composite containing the target promoter and an rfp to measure its strength and compared it with another 5 promoters from iGEM14_Wageningen_UR. Yini Luo 972bp
BBa_K2568012 pCI/Lac+rfp A composite containing the target promoter and an rfp to measure its strength and compared it with another 5 promoters from iGEM14_Wageningen_UR. Yini Luo 973bp
BBa_K2568013 pCI/Tet+rfp A composite containing the target promoter and an rfp to measure its strength and compared it with another 5 promoters from iGEM14_Wageningen_UR. Yini Luo 972bp
BBa_K2568014 pCI/Tet+rfp A composite containing the target promoter and an rfp to measure its strength and compared it with another 5 promoters from iGEM14_Wageningen_UR. Yini Luo 973bp
BBa_K2568015 pCI/Tet+rfp A composite containing the target promoter and an rfp to measure its strength and compared it with another 5 promoters from iGEM14_Wageningen_UR. Yini Luo 972bp