Team:XMU-China/Judging Parts

From 2014.igem.org

(Difference between revisions)
Line 46: Line 46:
</style>
</style>
<style>
<style>
 +
/*navbar*/
 +
#warp_navbar_main{width:900px;margin:50px auto;}
 +
#warp_navbar{position:relative;z-index:10}
 +
#nav_bar_main{list-style:none;position:relative;left:-40px;}
 +
.nav_bar_full{
 +
position:absolute;
 +
font-size: 30px;
 +
text-decoration: none;
 +
z-index: -1;
 +
}
 +
#nav_bar_full_01{left: 70px;top:47px;}
 +
#nav_bar_full_02{left: 210px;top:47px;}
 +
#nav_bar_full_03{left: 360px;top:47px;}
 +
#nav_bar_full_04{left: 525px;top:47px;}
 +
#nav_bar_full_05{left: 685px;top:47px;}
 +
#nav_bar_full_06{left: 820px;top:47px;}
 +
#nav_bar a{text-decoration:none;color:#fff;}
 +
#nav_bar a:hover{text-decoration:none;color:#f00;}
 +
.nav_bar {
 +
position:absolute;
 +
width:150px;
 +
height:130px;
 +
-webkit-transition: -webkit-transform 1s ease-out;
 +
/* -moz-transition: -moz-transform 1s ease-out;*/
 +
-o-transition: -o-transform 1s ease-out;
 +
-ms-transition: -ms-transform 1s ease-out;
 +
}
 +
.nav_bar:hover{
 +
transform: rotateZ(360deg);
 +
-ms-transform: rotateZ(360deg); /* IE 9 */
 +
-webkit-transform: rotateZ(360deg); /* Safari and Chrome */
 +
-o-transform: rotateZ(360deg); /* Opera */
 +
/* -moz-transform: rotateZ(360deg); /* Firefox */
 +
-webkit-transition: -webkit-transform 1s ease-out;
 +
/* -moz-transition: -moz-transform 1s ease-out;*/
 +
-o-transition: -o-transform 1s ease-out;
 +
-ms-transition: -ms-transform 1s ease-out;
 +
}
 +
#nav_bar_01{
 +
background-image:url("https://static.igem.org/mediawiki/2014/c/cf/Xmu_navbar_01.png");
 +
-moz-background-size:100%; /* 老版本的 Firefox */
 +
background-repeat:no-repeat;
 +
background-size:100%;
 +
left:40px;
 +
}
 +
#nav_bar_02{
 +
background-image:url("https://static.igem.org/mediawiki/2014/1/1b/Xmu_navbar_02.png");
 +
-moz-background-size:100%; /* 老版本的 Firefox */
 +
background-repeat:no-repeat;
 +
background-size:100%;
 +
left:190px;
 +
}
 +
#nav_bar_03{
 +
background-image:url("https://static.igem.org/mediawiki/2014/2/23/Xmu_navbar_03.png");
 +
-moz-background-size:100%; /* 老版本的 Firefox */
 +
background-repeat:no-repeat;
 +
background-size:100%;
 +
left:337px;
 +
}
 +
#nav_bar_04{
 +
background-image:url("https://static.igem.org/mediawiki/2014/4/4b/Xmu_navbar_04.png");
 +
-moz-background-size:100%; /* 老版本的 Firefox */
 +
background-repeat:no-repeat;
 +
background-size:100%;
 +
left:487px;
 +
}
 +
#nav_bar_05{
 +
background-image:url("https://static.igem.org/mediawiki/2014/0/06/Xmu_navbar_05.png");
 +
-moz-background-size:100%; /* 老版本的 Firefox */
 +
background-repeat:no-repeat;
 +
background-size:100%;
 +
left:637px;
 +
}
 +
#nav_bar_06{
 +
background-image:url("https://static.igem.org/mediawiki/2014/0/06/Xmu_navbar_06.png");
 +
-moz-background-size:100%; /* 老版本的 Firefox */
 +
background-repeat:no-repeat;
 +
background-size:100%;
 +
left:787px;
 +
}
 +
.navbar_main{position:relative;}
 +
.navbar_sub{
 +
position:absolute;
 +
list-style: none;
 +
padding-bottom:30px;
 +
text-align:center;
 +
font-size:18px;
 +
display:none;
 +
}
 +
#navbar_sub_Acknowledgements{font-size:14px;}
 +
.navbar_sub li{width:120px;margin-top:20px;height:30px;display:block;padding-top:10px;}
 +
.navbar_sub_x{position:absolute;width: 132px;}
 +
#navbar_main_01>.navbar_sub {
 +
border-left:6px #F0707B solid;
 +
border-right:6px #F0707B solid;
 +
left:50px;
 +
top:156px;
 +
}
 +
#navbar_main_01>.navbar_sub li{background:#f0707b;}
 +
#navbar_main_02>.navbar_sub{
 +
border-left:6px #d57590 solid;
 +
border-right:6px #d57590 solid;
 +
left:200px;
 +
top:156px;
 +
}
 +
#navbar_main_02>.navbar_sub li{background:#d57590;}
 +
#navbar_main_03>.navbar_sub{
 +
border-left:6px #b47eb2 solid;
 +
border-right:6px #b47eb2 solid;
 +
left:347px;
 +
top:156px;
 +
}
 +
#navbar_main_03>.navbar_sub li{background:#b47eb2;}
 +
#navbar_main_04>.navbar_sub{
 +
border-left:6px #a381c3 solid;
 +
border-right:6px #a381c3 solid;
 +
left:497px;
 +
top:156px;
 +
}
 +
#navbar_main_04>.navbar_sub li{background:#a381c3;}
 +
#navbar_main_05>.navbar_sub{
 +
border-left:6px #828fd8 solid;
 +
border-right:6px #828fd8 solid;
 +
left:647px;
 +
top:156px;
 +
}
 +
#navbar_main_05>.navbar_sub li{background:#828fd8;}
 +
#navbar_main_01 img{left:-6px;top:-37px;}
 +
#navbar_main_02 img{left:-6px;top:-35px;}
 +
#navbar_main_03 img{left:-6px;top:-33px;}
 +
#navbar_main_04 img{left:-6px;top:-39px;}
 +
#navbar_main_05 img{left:-6px;top:-38px;}
 +
#nav_bar_frame{position:relative;}
 +
.navbar_frame{position:absolute;z-index: 1;top:3px;}
 +
#navbar_frame_left{left:-120px;}
 +
#navbar_frame_right{right:-120px;top:4px;}
 +
/*sidebar*/
#side_bar{
#side_bar{
position:fixed;
position:fixed;
-
bottom:75px;
+
bottom:50px;
-
left:50px;
+
left:20px;
font-size:20px;
font-size:20px;
width: 170px;
width: 170px;
 +
z-index: 20;
}
}
#side_bar_main_1{
#side_bar_main_1{
list-style: none;
list-style: none;
-
border-left:#4f5faa 5px solid;
+
border-left:#135996 5px solid;
-
border-right:#4f5faa 5px solid;
+
border-right:#135996 5px solid;
padding-top: 25px;
padding-top: 25px;
padding-bottom:10px;
padding-bottom:10px;
Line 62: Line 200:
#side_bar_main_2{
#side_bar_main_2{
list-style: none;
list-style: none;
-
border-left:#4f5faa 5px solid;
+
border-left:#135996 5px solid;
-
border-right:#4f5faa 5px solid;
+
border-right:#135996 5px solid;
padding-top: 10px;
padding-top: 10px;
padding-bottom:20px;
padding-bottom:20px;
margin-top:70px;
margin-top:70px;
}
}
-
#side_bar ul{list-style: none;}
+
#side_bar ul{list-style: none;border-color:#135996;border-width:5px}
#side_bar a{
#side_bar a{
text-decoration:none;
text-decoration:none;
Line 80: Line 218:
position:relative;
position:relative;
width:160px;
width:160px;
-
background:#4f5faa;
+
background-image:url("https://static.igem.org/mediawiki/2014/1/1c/XMU-Backgroundnav.png");
text-align:center;
text-align:center;
margin-bottom:25px;
margin-bottom:25px;
Line 107: Line 245:
width:170px;
width:170px;
top: 52px;
top: 52px;
 +
}
 +
/*Background*/
 +
.Judging_title{position:absolute;width:300px;}
 +
#Judging_Parts{position:relative;top:230px;width:1000px;margin-left:-400px;left:43%;}
 +
#Judging_Parts_wd{
 +
line-height: 2;
 +
background:rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important;/*FF*/
 +
filter:Alpha(opacity=40); background:#000000;/*IE*/
 +
box-shadow: 6px 2px 20px #aaaaaa;
 +
padding-left: 30px;
 +
padding-right: 30px;
 +
position:relative;
 +
top:150px;
 +
table-layout: fixed;
 +
word-wrap: break-word;
 +
word-break: normal;
 +
text-align:justify;
 +
text-justify:inter-ideograph;
}
}
</style>
</style>
Line 192: Line 348:
});
});
 +
});
 +
$(".navbar_main").mouseenter(function(){
 +
var nav_bar_hover_target = $(this);
 +
nav_bar_hover_target.children(".navbar_sub").slideDown();
 +
$(".navbar_main").mouseleave(function(){
 +
var nav_bar_hoveroff_target = $(this);
 +
nav_bar_hoveroff_target.children(".navbar_sub").slideUp();
 +
});
});
});
});
});
</script>
</script>
</head>
</head>
-
 
+
<body style="font-family:Arial;color:#8ccFFF">
-
<body>
+
<div id="background" style="position:fixed;z-index:-1;width:100%;height:100%;top:0px;left:0px;">
 +
<img src="https://static.igem.org/mediawiki/2014/d/d1/XMU-Project-background.jpg" width="100%" height="100%"/>
 +
</div>
 +
<div id="warp_navbar_main">
 +
<div id="warp_navbar">
 +
<div id="nav_bar_frame" >
 +
<img class="navbar_frame" id="navbar_frame_left" src="https://static.igem.org/mediawiki/2014/c/c9/Xmu_navbar_left.png" />
 +
<img class="navbar_frame" id="navbar_frame_right" src="https://static.igem.org/mediawiki/2014/b/b5/Xmu_navbar_right.png" />
 +
</div>
 +
<div id="nav_bar">
 +
<ul id="nav_bar_main">
 +
<li id="navbar_main_01" class="navbar_main">
 +
<a href="#"><span class="nav_bar" id="nav_bar_01"> </span></a>
 +
<a href="#" class="nav_bar_full" id="nav_bar_full_01">Project</a>
 +
<ul class="navbar_sub">
 +
<img class="navbar_sub_x" id="navbar_sub_x_01" src="https://static.igem.org/mediawiki/2014/4/4e/Xmu_navbar_sub_01.png" />
 +
<li><a href="https://2014.igem.org/Team:XMU-China/Project_Background">Background</a></li>
 +
<li><a href="https://2014.igem.org/Team:XMU-China/Project_ConicCurve">Conic Curve</a></li>
 +
<li><a href="https://2014.igem.org/Team:XMU-China/Project_Application">Application</a></li>
 +
<li><a href="https://2014.igem.org/Team:XMU-China/Project_PSystem">P System</a></li>
 +
<li><a href="https://2014.igem.org/Team:XMU-China/Project_Modelling">Modelling</a></li>
 +
<li><a href="https://2014.igem.org/Team:XMU-China/Project_FutureWork">Future Work</a></li>
 +
<li><a href="https://2014.igem.org/Team:XMU-China/Project_Interlab">Interlab</a></li>
 +
</ul>
 +
</li>
 +
<li id="navbar_main_02" class="navbar_main">
 +
<a href="#"><span class="nav_bar" id="nav_bar_02"> </span></a>
 +
<a href="#" class="nav_bar_full" id="nav_bar_full_02" style="letter-spacing:-2px;">Notebook</a>
 +
<ul class="navbar_sub">
 +
<img class="navbar_sub_x" id="navbar_sub_x_02" src="https://static.igem.org/mediawiki/2014/e/e0/Xmu_navbar_sub_02.png" />
 +
<li><a href="https://2014.igem.org/Team:XMU-China/Notebook_Protocol">Protocol</a></li>
 +
<li><a href="https://2014.igem.org/Team:XMU-China/Notebook_Labnotes">Lab notes</a></li>
 +
<li><a href="https://2014.igem.org/Team:XMU-China/Notebook_Calendar">Calendar</a></li>
 +
</ul>
 +
</li>
 +
<li id="navbar_main_03" class="navbar_main">
 +
<a href="#"><span class="nav_bar" id="nav_bar_03"> </span></a>
 +
<a href="#" class="nav_bar_full" id="nav_bar_full_03">Judging</a>
 +
<ul class="navbar_sub">
 +
<img class="navbar_sub_x" id="navbar_sub_x_03" src="https://static.igem.org/mediawiki/2014/7/7a/Xmu_navbar_sub_03.png" />
 +
<li><a href="https://2014.igem.org/Team:XMU-China/Judging_Parts">Parts</a></li>
 +
<li><a href="https://2014.igem.org/Team:XMU-China/Judging_Achievements">Achievements</a></li>
 +
</ul>
 +
</li>
 +
<li id="navbar_main_04" class="navbar_main">
 +
<a href="#"><span class="nav_bar" id="nav_bar_04"> </span></a>
 +
<a href="#" class="nav_bar_full" id="nav_bar_full_04">Team</a>
 +
<ul class="navbar_sub">
 +
<img class="navbar_sub_x" id="navbar_sub_x_04" src="https://static.igem.org/mediawiki/2014/1/1f/Xmu_navbar_sub_04.png" />
 +
<li><a href="https://2014.igem.org/Team:XMU-China/Team_Members">Members</a></li>
 +
<li><a href="https://2014.igem.org/Team:XMU-China/Team_Attribution">Attribution</a></li>
 +
</ul>
 +
</li>
 +
<li id="navbar_main_05" class="navbar_main">
 +
<a href="#"><span class="nav_bar" id="nav_bar_05"> </span></a>
 +
<a href="#" class="nav_bar_full" id="nav_bar_full_05">P&amp;P</a>
 +
<ul class="navbar_sub">
 +
<img class="navbar_sub_x" id="navbar_sub_x_05" src="https://static.igem.org/mediawiki/2014/d/de/Xmu_navbar_sub_05.png" />
 +
<li><a href="https://2014.igem.org/Team:XMU-China/PP_Overview">Overview</a></li>
 +
<li><a href="https://2014.igem.org/Team:XMU-China/PP_Newsletter">Newsletter</a></li>
 +
<li><a href="https://2014.igem.org/Team:XMU-China/PP_Communication">Communication</a></li>
 +
<li><a href="https://2014.igem.org/Team:XMU-China/PP_Popularization">Popularization</a></li>
 +
<li><a href="https://2014.igem.org/Team:XMU-China/PP_Assistance">Assistance</a></li>
 +
<li id="navbar_sub_Acknowledgements"><a href="https://2014.igem.org/Team:XMU-China/PP_Acknowledgements">Acknowledgements</a></li>
 +
</ul>
 +
</li>
 +
<li id="navbar_main_06" class="navbar_main">
 +
<a href="#"><span class="nav_bar" id="nav_bar_06"> </span></a>
 +
<a href="#" class="nav_bar_full" id="nav_bar_full_06">Safety</a>
 +
</li>
 +
</ul>
 +
</div>
 +
</div>
 +
</div>
<div id="side_bar">
<div id="side_bar">
<ul id="side_bar_main_1">
<ul id="side_bar_main_1">
Line 211: Line 448:
</ul>
</ul>
</div>
</div>
 +
<!--Achievements-->
 +
<div id="Judging_Parts">
 +
<img id="Judging_Parts_title" class="Judging_title" src="https://static.igem.org/mediawiki/2014/1/19/Xmu_judging_parts_zwei.png"/>
 +
<div id="Judging_Parts_wd">
 +
<h1 style="text-align: justify; padding-top: 16px; padding-bottom: 4px; font-family: 宋体; font-size: 21px; styleName: Normal; outlineLvl: 0;">
 +
    <span style="font-family: Arial,sans-serif;">Achievement</span>
 +
</h1>
 +
<p style="text-align: center; font-family: Arial,sans-serif;">
 +
    <span style="font-family: Arial,sans-serif; font-weight: 700;">Judging form</span>
 +
</p>
 +
<p style="text-align: left; font-family: Arial,sans-serif; font-size: 12px;">
 +
    &nbsp;
 +
</p>
 +
<p style="text-align: left; font-family: Arial,sans-serif;">
 +
    <span style=" color: rgb(250,250, 250); font-family: Arial,sans-serif; font-size: 12px; font-weight: 700;">Requirements for a Bronze Medal:</span>
 +
</p>
 +
<p style="text-align: left; font-family: Arial,sans-serif; font-size: 12px;">
 +
    <img width="672" height="0" style="color: rgb(0, 0, 0); font-family: Arial,sans-serif; font-size: 12px;" src="http://convert.wenku.baidu.com/rtcs/image?md5sum=6f37a25c367abe62d2fab58ddd32ead8.docx&l=webapp&ipr={&quot;t&quot;:&quot;img&quot;,&quot;w&quot;:&quot;672.00&quot;,&quot;h&quot;:&quot;0.00&quot;,&quot;dataType&quot;:null,&quot;c&quot;:&quot;&quot;}"/>
 +
</p>
 +
<p style="font-family: Arial,sans-serif;">
 +
    <span style=" color: rgb(255,224,0); font-family: Arial,sans-serif; font-size: 20px;">√</span><span style=" font-family: Arial,sans-serif;">Register the team, have a great summer, and plan to have fun at the Giant Jamboree.</span>
 +
</p>
 +
<p style="font-family: Arial,sans-serif;">
 +
    <span style=" font-family: Arial,sans-serif;">Successfully complete and submit this iGEM 2014 Judging form. </span>
 +
</p>
 +
<p style="font-family: Arial,sans-serif;">
 +
    <span style=" color: rgb(255,224,0); font-family: Arial,sans-serif; font-size: 20px;">√</span><span style=" font-family: Arial,sans-serif;">Create and share a Description of the team&#39;s project using the iGEM wiki and the team&#39;s parts using the Registry of Standard Biological Parts.</span>
 +
</p>
 +
<p style="font-family: Arial,sans-serif;">
 +
    <span style=" color: rgb(255,224,0); font-family: Arial,sans-serif; font-size: 20px;">√</span><span style=" font-family: Arial,sans-serif;">Plan to present a Poster and Talk at the iGEM Jamboree.</span>
 +
</p>
 +
<p style="font-family: Arial,sans-serif;">
 +
    <span style=" color: rgb(255,224,0); font-family: Arial,sans-serif; font-size: 20px;">√</span><span style=" font-family: Arial,sans-serif;">The description of each project must clearly attribute work done by the students and distinguish it from work done by others, including host labs, advisors, instructors, sponsors, professional website designers, artists, and commercial services. Please see the iGEM 2011 Imperial College Acknowledgements page for an example.</span>
 +
</p>
 +
<p style="text-align: left; font-family: Arial,sans-serif;">
 +
    <span style="font-family: Arial,sans-serif;">Link to page on your team&#39;s wiki:</span><span style="color: rgb(255, 0, 0); font-family: Arial,sans-serif;"> <a href="https://2014.igem.org/Team:XMU-China/Team_Attribution" target="_self">https://2014.igem.org/Team:XMU-China/Team_Attribution</a></span>
 +
</p>
 +
<p style="text-align: left; font-family: Arial,sans-serif;">
 +
    <span style=" color: rgb(255,224,0); font-family: Arial,sans-serif; font-size: 20px;">√</span><span style=" font-family: Arial,sans-serif;">Document at least one new standard BioBrick Part or Device used in your project/central to your project and submit this part to the iGEM Registry (submissions must adhere to the iGEM Registry guidelines). Please note you must submit this new part to the iGEM Parts Registry. Please see the Registry help page on adding new parts. A new application and/or outstanding documentation (quantitative data showing the Part&#39;s/ Device&#39;s function) of a previously existing BioBrick part also counts. Please see the Registry help page on how to document your contributions. To fulfill this criteria, you will also need to submit the part with its original part name to the Registry, following the submission guidelines.</span>
 +
</p>
 +
<table style="background: rgb(156, 194, 229); border: currentColor; border-image: none; margin-left:auto; margin-right:auto; border-collapse: collapse; styleName: Normal Table; border-insideH: 1px solid #FFFFFF; border-insideV: 1px solid #FFFFFF; cellpadding: 0px 7px 0px 7px;">
 +
    <tbody>
 +
        <tr class="firstRow" style="background: rgb(68, 114, 196); color: rgb(255, 255, 255); font-weight: 700; vertical-align: top; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); border-top-width: 1px; border-right-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-insideH: none; border-insideV: none;">
 +
            <td style="background: rgb(156, 194, 229); padding: 0px 7px; border: 1px solid rgb(255, 255, 255); width: 255px; vertical-align: top;" colspan="2">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 16px;">
 +
                    <span style="font-family: Arial,sans-serif,宋体; font-size: 16px;">Part Number(s):</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(180, 198, 231); vertical-align: top;">
 +
            <td style="background: rgb(68, 114, 196); border-width: 1px medium 1px 1px; border-style: solid none solid solid; border-color: rgb(255, 255, 255) currentColor rgb(255, 255, 255) rgb(255, 255, 255); padding: 0px 7px; width: 130px; color: rgb(255, 255, 255); font-weight: 700; vertical-align: top; -ms-word-break: break-all;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412000</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px 1px medium; border-style: none solid solid none; border-color: currentColor rgb(255, 255, 255) rgb(255, 255, 255) currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(217, 226, 243); vertical-align: top;">
 +
            <td style="background: rgb(68, 114, 196); border-width: 1px medium 1px 1px; border-style: solid none solid solid; border-color: rgb(255, 255, 255) currentColor rgb(255, 255, 255) rgb(255, 255, 255); padding: 0px 7px; width: 130px; color: rgb(255, 255, 255); font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412001</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px 1px medium; border-style: none solid solid none; border-color: currentColor rgb(255, 255, 255) rgb(255, 255, 255) currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(180, 198, 231); vertical-align: top;">
 +
            <td style="background: rgb(68, 114, 196); border-width: 1px medium 1px 1px; border-style: solid none solid solid; border-color: rgb(255, 255, 255) currentColor rgb(255, 255, 255) rgb(255, 255, 255); padding: 0px 7px; width: 130px; color: rgb(255, 255, 255); font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412002</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px 1px medium; border-style: none solid solid none; border-color: currentColor rgb(255, 255, 255) rgb(255, 255, 255) currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(217, 226, 243); vertical-align: top;">
 +
            <td style="background: rgb(68, 114, 196); border-width: 1px medium 1px 1px; border-style: solid none solid solid; border-color: rgb(255, 255, 255) currentColor rgb(255, 255, 255) rgb(255, 255, 255); padding: 0px 7px; width: 130px; color: rgb(255, 255, 255); font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412005</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px 1px medium; border-style: none solid solid none; border-color: currentColor rgb(255, 255, 255) rgb(255, 255, 255) currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(180, 198, 231); vertical-align: top;">
 +
            <td style="background: rgb(68, 114, 196); border-width: 1px medium 1px 1px; border-style: solid none solid solid; border-color: rgb(255, 255, 255) currentColor rgb(255, 255, 255) rgb(255, 255, 255); padding: 0px 7px; width: 130px; color: rgb(255, 255, 255); font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412006</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px 1px medium; border-style: none solid solid none; border-color: currentColor rgb(255, 255, 255) rgb(255, 255, 255) currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(217, 226, 243); vertical-align: top;">
 +
            <td style="background: rgb(68, 114, 196); border-width: 1px medium 1px 1px; border-style: solid none solid solid; border-color: rgb(255, 255, 255) currentColor rgb(255, 255, 255) rgb(255, 255, 255); padding: 0px 7px; width: 130px; color: rgb(255, 255, 255); font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412007</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px 1px medium; border-style: none solid solid none; border-color: currentColor rgb(255, 255, 255) rgb(255, 255, 255) currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(180, 198, 231); vertical-align: top;">
 +
            <td style="background: rgb(68, 114, 196); border-width: 1px medium 1px 1px; border-style: solid none solid solid; border-color: rgb(255, 255, 255) currentColor rgb(255, 255, 255) rgb(255, 255, 255); padding: 0px 7px; width: 130px; color: rgb(255, 255, 255); font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412008</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px 1px medium; border-style: none solid solid none; border-color: currentColor rgb(255, 255, 255) rgb(255, 255, 255) currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(217, 226, 243); vertical-align: top;">
 +
            <td style="background: rgb(68, 114, 196); border-width: 1px medium 1px 1px; border-style: solid none solid solid; border-color: rgb(255, 255, 255) currentColor rgb(255, 255, 255) rgb(255, 255, 255); padding: 0px 7px; width: 130px; color: rgb(255, 255, 255); font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412010</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px 1px medium; border-style: none solid solid none; border-color: currentColor rgb(255, 255, 255) rgb(255, 255, 255) currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(180, 198, 231); vertical-align: top;">
 +
            <td style="background: rgb(68, 114, 196); border-width: 1px medium 1px 1px; border-style: solid none solid solid; border-color: rgb(255, 255, 255) currentColor rgb(255, 255, 255) rgb(255, 255, 255); padding: 0px 7px; width: 130px; color: rgb(255, 255, 255); font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412600</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px 1px medium; border-style: none solid solid none; border-color: currentColor rgb(255, 255, 255) rgb(255, 255, 255) currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(217, 226, 243); vertical-align: top;">
 +
            <td style="background: rgb(68, 114, 196); border-width: 1px medium 1px 1px; border-style: solid none solid solid; border-color: rgb(255, 255, 255) currentColor rgb(255, 255, 255) rgb(255, 255, 255); padding: 0px 7px; width: 130px; color: rgb(255, 255, 255); font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412801</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px 1px medium; border-style: none solid solid none; border-color: currentColor rgb(255, 255, 255) rgb(255, 255, 255) currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(180, 198, 231); vertical-align: top;">
 +
            <td style="background: rgb(68, 114, 196); border-width: 1px medium 1px 1px; border-style: solid none solid solid; border-color: rgb(255, 255, 255) currentColor rgb(255, 255, 255) rgb(255, 255, 255); padding: 0px 7px; width: 130px; color: rgb(255, 255, 255); font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412829</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 2px 1px medium; border-style: none solid solid none; border-color: currentColor rgb(255, 255, 255) rgb(255, 255, 255) currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(217, 226, 243); vertical-align: top;">
 +
            <td style="background: rgb(68, 114, 196); border-width: 1px medium 1px 1px; border-style: solid none solid solid; border-color: rgb(255, 255, 255) currentColor rgb(255, 255, 255) rgb(255, 255, 255); padding: 0px 7px; width: 130px; color: rgb(255, 255, 255); font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412924</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px 1px medium; border-style: none solid solid none; border-color: currentColor rgb(255, 255, 255) rgb(255, 255, 255) currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(180, 198, 231); vertical-align: top;">
 +
            <td style="background: rgb(68, 114, 196); border-width: 1px medium 1px 1px; border-style: solid none solid solid; border-color: rgb(255, 255, 255) currentColor rgb(255, 255, 255) rgb(255, 255, 255); padding: 0px 7px; width: 130px; color: rgb(255, 255, 255); font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412033</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px 1px medium; border-style: none solid solid none; border-color: currentColor rgb(255, 255, 255) rgb(255, 255, 255) currentColor; padding: 0px 7px; vertical-align: top; -ms-word-break: break-all;">
 +
                <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
            </td>
 +
        </tr>
 +
    </tbody>
 +
</table>
 +
<p style="font-family: Arial,sans-serif; font-size: 12px;">
 +
    <br style="font-family: Arial,sans-serif;"/>
 +
</p>
 +
<p style="font-family: Arial,sans-serif; font-size: 12px;">
 +
    <span style=" color: rgb(250,250,250); font-family: Arial,sans-serif; font-size: 12px; font-weight: 700;">Additional Requirements for a Silver Medal:</span>
 +
</p>
 +
<p style="text-align: left; font-family: Arial,sans-serif; font-size: 12px;">
 +
    <img width="672" height="0" style="color: rgb(0, 0, 0); font-family: Arial,sans-serif; font-size: 12px;" src="http://convert.wenku.baidu.com/rtcs/image?md5sum=6f37a25c367abe62d2fab58ddd32ead8.docx&l=webapp&ipr={&quot;t&quot;:&quot;img&quot;,&quot;w&quot;:&quot;672.00&quot;,&quot;h&quot;:&quot;0.00&quot;,&quot;dataType&quot;:null,&quot;c&quot;:&quot;&quot;}"/>
 +
</p>
 +
<p style="font-family: Arial,sans-serif;">
 +
    <span style=" color: rgb(255,224,0); font-family: Arial,sans-serif; font-size: 20px;">√</span><span style=" font-family: Arial,sans-serif;">Experimentally validate that at least one new BioBrick Part or Device of your own design and construction works as expected.</span>
 +
</p>
 +
<p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 16px;">
 +
    &nbsp;
 +
</p>
 +
<table style="background: rgb(156, 194, 229); border: currentColor; border-image: none; color: rgb(255, 255, 255); margin-right: auto; margin-left: auto; border-collapse: collapse; styleName: Normal Table; border-insideH: 1px solid #000000; border-insideV: 1px solid #000000; cellpadding: 0px 7px 0px 7px;">
 +
    <tbody>
 +
        <tr class="firstRow" style="background: rgb(165, 165, 165); font-weight: 700; vertical-align: top; border-bottom-color: rgb(255, 255, 255); border-bottom-width: 3px; border-bottom-style: solid;">
 +
            <td style="background: rgb(156, 194, 229); padding: 0px 7px; border: currentColor; width: 264px; font-weight: 700; vertical-align: top;" colspan="2">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="font-family: Arial,sans-serif,宋体; font-size: 16px;">Part Number(s):</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(165, 165, 165); vertical-align: top; border-top-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;">
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; width: 130px; font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412000</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); padding: 0px 7px; border: 2px solid rgb(255, 255, 255); vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(165, 165, 165); vertical-align: top;">
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; width: 130px; font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px; text-decoration: underline;">BBa_K1412001</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); padding: 0px 7px; border: 2px solid rgb(255, 255, 255); vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(165, 165, 165); vertical-align: top; border-top-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;">
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; width: 130px; font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412010</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); padding: 0px 7px; border: 2px solid rgb(255, 255, 255); vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(165, 165, 165); vertical-align: top;">
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; width: 130px; font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412014</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); padding: 0px 7px; border: 2px solid rgb(255, 255, 255); vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(165, 165, 165); vertical-align: top; border-top-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;">
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; width: 130px; font-weight: 700; vertical-align: top; -ms-word-break: break-all;">
 +
                <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412614</span>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); padding: 0px 7px; border: 2px solid rgb(255, 255, 255); vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
    </tbody>
 +
</table>
 +
<p style="font-family: Arial,sans-serif;">
 +
    &nbsp;
 +
</p>
 +
<p style="font-family: Arial,sans-serif;">
 +
    <span style=" color: rgb(255,224,0); font-family: Arial,sans-serif; font-size: 20px;">√</span><span style=" font-family: Arial,sans-serif;">Document the characterization of this part in the Main Page section of that Part&#39;s/Device&#39;s Registry entry.</span>
 +
</p>
 +
<p style="font-family: Arial,sans-serif;">
 +
    <span style=" color: rgb(255,224,0); font-family: Arial,sans-serif; font-size: 20px;">√</span><span style=" font-family: Arial,sans-serif;">Submit this new part to the iGEM Parts Registry (submissions must adhere to the iGEM Registry guidelines)</span>
 +
</p>
 +
<p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 16px;">
 +
    &nbsp;
 +
</p>
 +
<table style="background: rgb(156, 194, 229); border: currentColor; border-image: none; color: rgb(255, 255, 255); margin-right: auto; margin-left: auto; border-collapse: collapse; styleName: Normal Table; cellpadding: 0px 7px 0px 7px;">
 +
    <tbody>
 +
        <tr class="firstRow" style="background: rgb(165, 165, 165); font-weight: 700; vertical-align: top; border-bottom-color: rgb(255, 255, 255); border-bottom-width: 3px; border-bottom-style: solid;">
 +
            <td style="background: rgb(156, 194, 229); padding: 0px 7px; border: currentColor; width: 254px; font-weight: 700; vertical-align: top;" colspan="2">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="font-family: Arial,sans-serif,宋体; font-size: 16px;">Part Number(s):</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(165, 165, 165); vertical-align: top; border-top-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;">
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; width: 130px; font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412000</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 2px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(165, 165, 165); vertical-align: top;">
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; width: 130px; font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412001</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 2px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(165, 165, 165); vertical-align: top; border-top-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;">
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; width: 130px; font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412010</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 2px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(165, 165, 165); vertical-align: top;">
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; width: 130px; font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412014</span>
 +
                </p>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 2px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(165, 165, 165); vertical-align: top; border-top-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;">
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 1px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; width: 130px; font-weight: 700; vertical-align: top; -ms-word-break: break-all;">
 +
                <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412614</span>
 +
            </td>
 +
            <td style="background: rgb(156, 194, 229); border-width: medium 2px 2px medium; border-style: none solid solid none; border-color: currentColor rgb(255, 255, 255) rgb(255, 255, 255) currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
    </tbody>
 +
</table>
 +
<p style="font-family: Arial,sans-serif;">
 +
    <br style="font-family: Arial,sans-serif;"/><span style=" color: rgb(255,224,0); font-family: Arial,sans-serif; font-size: 20px;">√</span><span style="font-family: Arial,sans-serif;">iGEM projects involve important questions beyond the bench, for example relating to (but not limited to) ethics, sustainability, social justice, safety, security, or intellectual property rights. Articulate at least one question encountered by your team, and describe how your team considered the(se) question(s) within your project. Include attributions to all experts and stakeholders consulted.</span>
 +
</p>
 +
<p style="font-family: Arial,sans-serif;">
 +
    <span style="font-family: Arial,sans-serif;">Link to page on your team&#39;s wiki: <a href="https://2014.igem.org/Team:XMU-China/PP_Overview" target="_self">https://2014.igem.org/Team:XMU-China/PP_Overview</a></span>
 +
</p>
 +
<p style="font-family: Arial,sans-serif; font-size: 12px;">
 +
    &nbsp;
 +
</p>
 +
<p style="font-family: Arial,sans-serif; font-size: 12px;">
 +
    <span style=" color: rgb(250, 250, 250); font-family: Arial,sans-serif; font-size: 12px; font-weight: 700;">Additional Requirements </span><span style=" color: rgb(250, 250, 250); font-family: Arial,sans-serif; font-size: 12px; font-weight: 700;">for a Gold Medal: (one OR more)</span>
 +
</p>
 +
<p style="text-align: left; font-family: Arial,sans-serif; font-size: 12px;">
 +
    <img width="672" height="0" style="color: rgb(0, 0, 0); font-family: Arial,sans-serif; font-size: 12px;" src="http://convert.wenku.baidu.com/rtcs/image?md5sum=6f37a25c367abe62d2fab58ddd32ead8.docx&l=webapp&ipr={&quot;t&quot;:&quot;img&quot;,&quot;w&quot;:&quot;672.00&quot;,&quot;h&quot;:&quot;0.00&quot;,&quot;dataType&quot;:null,&quot;c&quot;:&quot;&quot;}"/><br style="font-family: Arial,sans-serif;"/><span style="color: rgb(59, 29, 18); font-family: Arial,sans-serif; font-size: 14px;">√</span><span style="font-family: Arial,sans-serif;">Improve the function OR characterization of an existing BioBrick Part or Device (created by another team or your own institution in a previous year), enter this information in the Registry. Please see the Registry help page on how to document a contribution to an existing part.</span>
 +
</p>
 +
<p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 16px;">
 +
    &nbsp;
 +
</p>
 +
<table style="border: currentColor; border-image: none; color: rgb(255, 255, 255); margin-right: auto; margin-left: auto; border-collapse: collapse; styleName: Normal Table; cellpadding: 0px 7px 0px 7px;">
 +
    <tbody>
 +
        <tr class="firstRow" style="background: rgb(91, 155, 213); font-weight: 700; vertical-align: top; border-bottom-color: rgb(255, 255, 255); border-bottom-width: 3px; border-bottom-style: solid;">
 +
            <td style="padding: 0px 7px; border: currentColor; width: 323px; font-weight: 700; vertical-align: top;" colspan="2">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="font-family: Arial,sans-serif,宋体; font-size: 16px;">Part Number(s):</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(91, 155, 213); vertical-align: top; border-top-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;">
 +
            <td style="border-width: medium 1px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; width: 130px; font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412924</span>
 +
                </p>
 +
            </td>
 +
            <td style="border-width: medium 2px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(91, 155, 213); vertical-align: top;">
 +
            <td style="border-width: medium 1px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; width: 130px; font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1412999</span>
 +
                </p>
 +
            </td>
 +
            <td style="border-width: medium 2px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 128, 0); font-family: Arial,sans-serif,宋体; font-size: 12px;">[Received, Accepted]</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(91, 155, 213); vertical-align: top; border-top-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;">
 +
            <td style="border-width: medium 1px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; width: 130px; font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_K1036003</span>
 +
                </p>
 +
            </td>
 +
            <td style="border-width: medium 2px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="font-family: Arial,sans-serif,宋体; font-size: 12px; font-weight: 700;">Information contribution</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(91, 155, 213); vertical-align: top;">
 +
            <td style="border-width: medium 1px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; width: 130px; font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_I20260</span>
 +
                </p>
 +
            </td>
 +
            <td style="border-width: medium 2px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="font-family: Arial,sans-serif,宋体; font-size: 12px; font-weight: 700;">Experiment contribution</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="background: rgb(91, 155, 213); vertical-align: top; border-top-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;">
 +
            <td style="border-width: medium 1px medium medium; border-style: none solid none none; border-color: currentColor rgb(255, 255, 255) currentColor currentColor; padding: 0px 7px; width: 130px; font-weight: 700; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="color: rgb(0, 43, 184); font-family: Arial,sans-serif,宋体; font-size: 12px;">BBa_J23101</span>
 +
                </p>
 +
            </td>
 +
            <td style="border-width: medium 2px 2px medium; border-style: none solid solid none; border-color: currentColor rgb(255, 255, 255) rgb(255, 255, 255) currentColor; padding: 0px 7px; vertical-align: top;">
 +
                <p style="text-align: left; font-family: Arial,sans-serif,宋体; font-size: 12px;">
 +
                    <span style="font-family: Arial,sans-serif,宋体; font-size: 12px; font-weight: 700;">Experiment contribution</span>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="height: 0px;">
 +
            <td style="border: currentColor; border-image: none; width: 130px;"></td>
 +
            <td style="border: currentColor; border-image: none; width: 193px;"></td>
 +
        </tr>
 +
    </tbody>
 +
</table>
 +
<p style="font-family: Arial,sans-serif; font-size: 12px;">
 +
    &nbsp;
 +
</p>
 +
<p style="font-family: Arial,sans-serif;">
 +
    <span style=" color: rgb(255,224,0); font-family: Arial,sans-serif; font-size: 20px;">√</span><span style=" font-family: Arial,sans-serif;">Help any registered iGEM team </span><span style=" font-family: Arial,sans-serif;">from another school or institution by, for example, characterizing a part, debugging a construct, or modeling or simulating their system.</span>
 +
</p>
 +
<p style="font-family: Arial,sans-serif;">
 +
    <span style="font-family: Arial,sans-serif;">Link to page on your team&#39;s wiki: <a href="https://2014.igem.org/Team:XMU-China/PP_Assistance" target="_self">https://2014.igem.org/Team:XMU-China/PP_Assistance</a></span>
 +
</p>
 +
<p style="font-family: Arial,sans-serif;">
 +
    <span style=" color: rgb(255,224,0); font-family: Arial,sans-serif; font-size: 20px;">√</span><span style=" font-family: Arial,sans-serif;">iGEM projects involve important questions beyond the bench, for example relating to (but not </span><span style=" font-family: Arial,sans-serif;">limited to) ethics, sustainability, social justice, safety, security, or intellectual property rights. Describe an approach that your team used to address at least one of these questions. Evaluate your approach, including whether it allowed you to answer your question(s), how it influenced the team&#39;s scientific project, and how it might be adapted for others to use (within and beyond iGEM). We encourage thoughtful and creative approaches, and those that draw on past Policy &amp; Practice (formerly Human Practices) activities.</span>
 +
</p>
 +
<p style="font-family: Arial,sans-serif;">
 +
    <span style="font-family: Arial,sans-serif;">Link to page on your team&#39;s wiki:</span><span style="color: rgb(255, 0, 0); font-family: Arial,sans-serif;"> <a href="https://2014.igem.org/Team:XMU-China/PP_Overview" target="_self">https://2014.igem.org/Team:XMU-China/PP_Overview</a></span>
 +
</p>
 +
<p style="font-family: Arial,sans-serif;">
 +
    &nbsp;
 +
</p>
 +
<p style="font-family: Arial,sans-serif;">
 +
    &nbsp;
 +
</p>
 +
<p style="text-align: center; font-family: Arial,sans-serif;">
 +
    <span style="font-family: Arial,sans-serif; font-weight: 700;">Experiment achievement</span>
 +
</p>
 +
<p style="text-align: left; font-family: Arial,sans-serif;">
 +
    &nbsp;
 +
</p>
 +
<p style="text-align: left; font-family: Arial,sans-serif;">
 +
    <span style="font-family: Arial,sans-serif;">Successfully proved that </span><span style="background: rgb(216, 228, 188); color: rgb(0, 43, 184); font-family: Arial,sans-serif; font-size: 12px; text-decoration: underline; styleName: Default Paragraph Font;">BBa_K1412000</span><span style="font-family: Arial,sans-serif;"> could help </span><span style="font-family: Arial,sans-serif; font-style: italic;">CL-1</span><span style="font-family: Arial,sans-serif;"> regain chemotaxis ability</span>
 +
</p>
 +
<p style="text-align: left; font-family: Arial,sans-serif;">
 +
    <span style="font-family: Arial,sans-serif;">Successfully proved that</span><span style="font-family: Arial,sans-serif;"> IPTG would reinforce chemotaxis ability while L-arabinose would constraint that with </span><span style="background: rgb(216, 228, 188); color: rgb(0, 43, 184); font-family: Arial,sans-serif; font-size: 12px; text-decoration: underline; styleName: Default Paragraph Font;">BBa_K1412001</span><span style="font-family: Arial,sans-serif;">. We also make quantitative validation to find out the optimal concentration. Based on this brick, Cl-1 form a hyperbola boundary on semi-solid culture medium.</span>
 +
</p>
 +
<p style="text-align: left; font-family: Arial,sans-serif;">
 +
    <span style="font-family: Arial,sans-serif;">Successfully proved that reprogrammed CL-1 would have the tendency to swim to hyperosmosis source.</span><span style="font-family: Arial,sans-serif;"> With </span><span style="background: rgb(216, 228, 188); color: rgb(0, 43, 184); font-family: Arial,sans-serif; font-size: 12px; text-decoration: underline; styleName: Default Paragraph Font;">BBa_K1412010</span><span style="font-family: Arial,sans-serif;">.</span>
 +
</p>
 +
<p style="text-align: left; font-family: Arial,sans-serif;">
 +
    <span style="font-family: Arial,sans-serif;">Successfully proved that reprogrammed chemotaxis could help characterize promoter activities with </span><span style="background: rgb(216, 228, 188); color: rgb(0, 43, 184); font-family: Arial,sans-serif; font-size: 12px; text-decoration: underline; styleName: Default Paragraph Font;">BBa_K1412000</span><span style="font-family: Arial,sans-serif;">, </span><span style="background: rgb(216, 228, 188); color: rgb(0, 43, 184); font-family: Arial,sans-serif; font-size: 12px; text-decoration: underline; styleName: Default Paragraph Font;">BBa_K1412014</span><span style="font-family: Arial,sans-serif;">, </span><span style="background: rgb(216, 228, 188); color: rgb(0, 43, 184); font-family: Arial,sans-serif; font-size: 12px; text-decoration: underline; styleName: Default Paragraph Font;">BBa_K1412614</span><span style="font-family: Arial,sans-serif;">.</span>
 +
</p>
 +
</div>
 +
</div>
 +
<!--回到顶页的小图标-->
 +
<div id="gototop" style="width:60px; top:450px; right:25px; cursor:pointer; position:absolute;">
 +
      <img src="https://static.igem.org/mediawiki/2014/5/50/XMU-go_to_top.png" />
 +
</div>
 +
 +
<!--小图标翻转特效-->
 +
<style type="text/css">
 +
  #gototop {
 +
    transition: all 0.2s linear;
 +
    -ms-transition: all 0.2s linear;
 +
-moz-transition: all 0.2s linear; /* Firefox 4 */
 +
        -webkit-transition: all 0.2s linear; /* Safari and Chrome */
 +
        -o-transition: all 0.2s linear; /* Opera */
 +
  }
 +
  #gototop:hover {
 +
    transform:scaleX(-1);
 +
    -ms-transform:scaleX(-1);
 +
        -moz-transform:scaleX(-1); /* Firefox 4 */
 +
        -webkit-transform:scaleX(-1); /* Safari and Chrome */
 +
        -o-transform:scaleX(-1); /* Opera */
 +
  }
 +
</style>
 +
 +
<!--小图标自动显示和隐藏的功能-->
 +
<script type="text/javascript">
 +
    $(document).ready(function() {
 +
 
 +
    $("#gototop").hide();
 +
 +
$(window).scroll(function(){
 +
if ($(window).scrollTop()>500) {$("#gototop").fadeIn();}
 +
else {$("#gototop").fadeOut();}
 +
});
 +
    $("#gototop").click(function(){
 +
  $('body,html').animate({scrollTop:0},500);
 +
});  
 +
  });
 +
</script>
 +
<!--侧边栏自动显示和隐藏的功能-->
 +
<script type="text/javascript">
 +
    $(document).ready(function() {
 +
 
 +
    $("#side_bar").hide();
 +
 +
$(window).scroll(function(){
 +
if ($(window).scrollTop()>300) {$("#side_bar").fadeIn();}
 +
else {$("#side_bar").fadeOut();}
 +
});
 +
 +
  });
 +
</script>
 +
<script type="text/javascript" src="https://2014.igem.org/wiki/index.php?title=Team:XMU-China/main_js&action=raw&amp;ctype=text/javascript"></script>
</body>
</body>
</html>
</html>

Revision as of 17:12, 15 October 2014

side_bar

Achievement

Judging form

 

Requirements for a Bronze Medal:

Register the team, have a great summer, and plan to have fun at the Giant Jamboree.

Successfully complete and submit this iGEM 2014 Judging form.

Create and share a Description of the team's project using the iGEM wiki and the team's parts using the Registry of Standard Biological Parts.

Plan to present a Poster and Talk at the iGEM Jamboree.

The description of each project must clearly attribute work done by the students and distinguish it from work done by others, including host labs, advisors, instructors, sponsors, professional website designers, artists, and commercial services. Please see the iGEM 2011 Imperial College Acknowledgements page for an example.

Link to page on your team's wiki: https://2014.igem.org/Team:XMU-China/Team_Attribution

Document at least one new standard BioBrick Part or Device used in your project/central to your project and submit this part to the iGEM Registry (submissions must adhere to the iGEM Registry guidelines). Please note you must submit this new part to the iGEM Parts Registry. Please see the Registry help page on adding new parts. A new application and/or outstanding documentation (quantitative data showing the Part's/ Device's function) of a previously existing BioBrick part also counts. Please see the Registry help page on how to document your contributions. To fulfill this criteria, you will also need to submit the part with its original part name to the Registry, following the submission guidelines.

Part Number(s):

BBa_K1412000

[Received, Accepted]

BBa_K1412001

[Received, Accepted]

BBa_K1412002

[Received, Accepted]

BBa_K1412005

[Received, Accepted]

BBa_K1412006

[Received, Accepted]

BBa_K1412007

[Received, Accepted]

BBa_K1412008

[Received, Accepted]

BBa_K1412010

[Received, Accepted]

BBa_K1412600

[Received, Accepted]

BBa_K1412801

[Received, Accepted]

BBa_K1412829

[Received, Accepted]

BBa_K1412924

[Received, Accepted]

BBa_K1412033

[Received, Accepted]


Additional Requirements for a Silver Medal:

Experimentally validate that at least one new BioBrick Part or Device of your own design and construction works as expected.

 

Part Number(s):

BBa_K1412000

[Received, Accepted]

BBa_K1412001

[Received, Accepted]

BBa_K1412010

[Received, Accepted]

BBa_K1412014

[Received, Accepted]

BBa_K1412614

[Received, Accepted]

 

Document the characterization of this part in the Main Page section of that Part's/Device's Registry entry.

Submit this new part to the iGEM Parts Registry (submissions must adhere to the iGEM Registry guidelines)

 

Part Number(s):

BBa_K1412000

[Received, Accepted]

BBa_K1412001

[Received, Accepted]

BBa_K1412010

[Received, Accepted]

BBa_K1412014

[Received, Accepted]

BBa_K1412614

[Received, Accepted]


iGEM projects involve important questions beyond the bench, for example relating to (but not limited to) ethics, sustainability, social justice, safety, security, or intellectual property rights. Articulate at least one question encountered by your team, and describe how your team considered the(se) question(s) within your project. Include attributions to all experts and stakeholders consulted.

Link to page on your team's wiki: https://2014.igem.org/Team:XMU-China/PP_Overview

 

Additional Requirements for a Gold Medal: (one OR more)


Improve the function OR characterization of an existing BioBrick Part or Device (created by another team or your own institution in a previous year), enter this information in the Registry. Please see the Registry help page on how to document a contribution to an existing part.

 

Part Number(s):

BBa_K1412924

[Received, Accepted]

BBa_K1412999

[Received, Accepted]

BBa_K1036003

Information contribution

BBa_I20260

Experiment contribution

BBa_J23101

Experiment contribution

 

Help any registered iGEM team from another school or institution by, for example, characterizing a part, debugging a construct, or modeling or simulating their system.

Link to page on your team's wiki: https://2014.igem.org/Team:XMU-China/PP_Assistance

iGEM projects involve important questions beyond the bench, for example relating to (but not limited to) ethics, sustainability, social justice, safety, security, or intellectual property rights. Describe an approach that your team used to address at least one of these questions. Evaluate your approach, including whether it allowed you to answer your question(s), how it influenced the team's scientific project, and how it might be adapted for others to use (within and beyond iGEM). We encourage thoughtful and creative approaches, and those that draw on past Policy & Practice (formerly Human Practices) activities.

Link to page on your team's wiki: https://2014.igem.org/Team:XMU-China/PP_Overview

 

 

Experiment achievement

 

Successfully proved that BBa_K1412000 could help CL-1 regain chemotaxis ability

Successfully proved that IPTG would reinforce chemotaxis ability while L-arabinose would constraint that with BBa_K1412001. We also make quantitative validation to find out the optimal concentration. Based on this brick, Cl-1 form a hyperbola boundary on semi-solid culture medium.

Successfully proved that reprogrammed CL-1 would have the tendency to swim to hyperosmosis source. With BBa_K1412010.

Successfully proved that reprogrammed chemotaxis could help characterize promoter activities with BBa_K1412000, BBa_K1412014, BBa_K1412614.