Difference between revisions of "Team:NUDT CHINA/Collaborations"

(Prototype team page)
 
m
Line 1: Line 1:
{{NUDT_CHINA}}
 
 
<html>
 
<html>
 +
<head>
 +
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 +
<!--Javascript-->
 +
<!--jQuery-->
 +
        <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.3.js"></script>
 +
        <script type="text/javascript" src="jquery-1.11.3.js"></script>
 +
<!--MENU-->
 +
<script type="text/javascript">
 +
$(document).ready(function() {
 +
$('#menu li a').hover( 
 +
function() {$(this).animate({'paddingLeft': '1.2em', 'paddingRight': '1.2em'}, 'fast');},
 +
function() {$(this).animate({'paddingLeft': '0.5em', 'paddingRight': '0.5em'}, 'fast');}
 +
);
 +
});
 +
</script>
 +
<!--NAVIGATION-->
 +
<script type="text/javascript">
 +
$(document).ready(function() {
 +
$('#navigation li a').hover( 
 +
function() {$(this).animate({'paddingLeft': '1.2em', 'paddingRight': '1.2em'}, 'fast');}, 
 +
function() {$(this).animate({'paddingLeft': '0.5em', 'paddingRight': '0.5em'}, 'fast');}
 +
);
 +
});
 +
$(function(){
 +
$("a").click(function(){
 +
$("html,body").animate({ scrollTop:$($(this).attr("href")).offset().top + "px"},1000);}
 +
);
 +
});
 +
</script>
 +
<!--iGEM_LOGO-->
 +
<script type="text/javascript">
 +
$(document).ready(function() {
 +
$("#iGEM_LOGO").mouseover(
 +
function(){$(this).animate({'width': '140px', 'height': '140px'},"fast");
 +
});
 +
$("#iGEM_LOGO").mouseout(
 +
function(){$(this).animate({'width': '137px', 'height': '137px'},"fast");
 +
});
 +
});
 +
  </script>
 +
<!--css-->
 +
<!--RESET-->
 +
<style type="text/css">
 +
.clearStyle {
 +
margin: 0;
 +
padding: 0;
 +
border: 0;
 +
font-size: 100%;
 +
font: inherit;
 +
vertical-align: baseline;
 +
}
 +
body {
 +
background-color: #f3f3f3;
 +
background-image: url(https://static.igem.org/mediawiki/2015/8/8a/Team_NUDT_CHINA_Soft_wallpaper.png);
 +
background-position: 0px 0px;
 +
height: 100%;
 +
width: auto;
 +
}
 +
</style>
 +
<!-- myMainContainer-->
 +
<style type="text/css">
 +
#myMainContainer { 
 +
background-color: #f3f3f3;
 +
background-image: url(https://static.igem.org/mediawiki/2015/8/8a/Team_NUDT_CHINA_Soft_wallpaper.png);
 +
background-position: 0px 0px;
 +
width: auto;
 +
overflow:hidden;
 +
float:center;
 +
margin-left:0px;
 +
margin-right:0px;
 +
margin-bottom: 10px;
 +
}
 +
</style>
 +
<!--BANNER CONTAINER-->
 +
<style type="text/css">
 +
#bannerContainer {
 +
margin-left:180px;
 +
margin-right:180px;
 +
width: auto;
 +
}
 +
</style>
 +
<!--MENU-->
 +
<style type="text/css">
 +
#menu
 +
{
 +
    position: fixed;
 +
    top: 30px;
 +
left: 0px;
 +
}
 +
#menu img
 +
{
 +
margin-left: 30px;
 +
margin-bottom: 0px
 +
}
 +
#menu ul
 +
{
 +
list-style-type:none;
 +
padding: 0;
 +
border: 0;
  
<h2> Collaborations</h2>
+
}
 +
#menu li
 +
{
 +
list-style-type:none;
 +
position: relative;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
font-size: 15px;
 +
}
 +
#menu a
 +
{
 +
position: relative;
 +
display: inline-block;
 +
margin: 4px 0px 0px 0px;
 +
    padding: 0.3em .5em 0.3em;
 +
    text-decoration: none;
 +
background-color: #ffffff;
 +
color: #888887;
 +
border-radius: 0 .4em .4em 0;
 +
outline: none;
 +
cursor: pointer;
 +
}
 +
#menu a.b
 +
{
 +
position: relative;
 +
display: inline-block;
 +
margin: 1px 0px;
 +
    padding: 0.3em .5em 0.3em;
 +
    text-decoration: none;
 +
background-color: #ffffff;
 +
outline: none;
 +
cursor: pointer;
 +
background-color: #888887;
 +
color: #ffffff;
 +
border-radius: 0 1em 1em 0;
 +
font-size: 13px;
 +
}
 +
#menu a:hover
 +
{
 +
background-color: #ffffff;
 +
color:#d82545;
 +
}
 +
#menu a.b:hover
 +
{
 +
background-color: #888887;
 +
color:#f9d24b;
 +
}
 +
#menu span
 +
{
 +
padding-left: 10px;
 +
padding-right: 10px;
 +
}
 +
</style>
 +
<!--NAVIGATION-->
 +
<style type="text/css">
 +
#navigation
 +
{
 +
    position: fixed;
 +
    top: 170px;
 +
right: 0px;
 +
text-align: right;
 +
}
 +
#navigation img
 +
{
 +
margin-right: 30px;
 +
margin-top: 0px;
 +
margin-bottom: 30px;
 +
}
 +
#navigation ul
 +
{
 +
list-style-type:none;
 +
border: 0;
 +
}
 +
#navigation li
 +
{
 +
list-style-type:none;
 +
position: relative;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
font-size: 15px;
 +
}
 +
#navigation a
 +
{
 +
position: relative;
 +
display: inline-block;
 +
margin: 4px 0px 0px 0px;
 +
    padding: 0.3em .5em 0.3em;
 +
    text-decoration: none;
 +
background-color: #ffffff;
 +
color: #888887;
 +
border-radius: .4em 0em 0em .4em;
 +
outline: none;
 +
cursor: pointer;
 +
}
 +
#navigation a.b
 +
{
 +
position: relative;
 +
display: inline-block;
 +
margin: 1px 0px;
 +
    padding: 0.3em .5em 0.3em;
 +
    text-decoration: none;
 +
background-color: #ffffff;
 +
outline: none;
 +
cursor: pointer;
 +
background-color: #888887;
 +
color: #ffffff;
 +
border-radius: 1em 0em 0em 1em;
 +
font-size: 13px;
 +
}
 +
#navigation a.t
 +
{
 +
position: relative;
 +
display: inline-block;
 +
margin: 1px 0px;
 +
    padding: 0.3em .5em 0.3em;
 +
    text-decoration: none;
 +
background-color: #ffffff;
 +
outline: none;
 +
cursor: pointer;
 +
background-color: #d82545;
 +
color: #ffffff;
 +
border-radius: 1em 0em 0em 1em;
 +
font-size: 20px;
 +
}
 +
#navigation a:hover
 +
{
 +
background-color: #ffffff;
 +
color:#d82545;
 +
}
 +
#navigation a.b:hover
 +
{
 +
background-color: #888887;
 +
color:#f9d24b;
 +
}
 +
#navigation a.t:hover
 +
{
 +
background-color: #6b1877;
 +
color:#ffffff;
 +
}
 +
#navigation span
 +
{
 +
padding-left: 10px;
 +
padding-right: 10px;
 +
}
 +
</style>
 +
<!--IGEM LOGO-->
 +
<style type="text/css">
 +
#logoContainer {
 +
position: fixed;
 +
top: 30px;
 +
right: 30px;
 +
}
 +
</style>
 +
<!--NUDT_Container-->
 +
<style type="text/css">
 +
#NUDT_Container
 +
{
 +
clear: both;
 +
width: auto;
 +
margin: 30px 180px;
 +
padding: 30px 0px;
 +
font-family: 'verdana',sans-serif;
 +
background: #fff;
 +
box-shadow: 0 3px 8px rgba(0,0,0,.1);
 +
position: relative;
 +
}
 +
#NUDT_Container table{
 +
position: center;
 +
border: 10px;
 +
}
 +
#NUDT_Container td{
 +
text-align: center;
 +
}
 +
#NUDT_Container ul
 +
{
 +
list-style-position:inside;
 +
padding: 10px 50px;
 +
border: 0;
  
<p>
+
}
Sharing and collaboration are core values of iGEM. We encourage you to reach out and work with other teams on difficult problems that you can more easily solve together.
+
#NUDT_Container li
</p>
+
{
 +
padding: 0;
 +
border: 0;
 +
}
  
<div class="highlightBox">
+
#NUDT_Container p{
 +
text-decoration: none;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
color: #888887;
 +
position: relative;
 +
padding: 10px 50px;
 +
font-size: 16px;
 +
}
 +
#NUDT_Container a {
 +
position: relative;
 +
    text-decoration:none;
 +
    color:#d82545;
 +
}
  
<h4> Which other teams can we work with? </h4>
+
#NUDT_Container a:hover
<p>
+
{
You can work with any other team in the competition, including software, hardware, high school and other tracks. You can also work with non-iGEM research groups, but they do not count towards the <a hreef="https://2015.igem.org/Judging/Awards#Medals">iGEM team collaboration gold medal criterion</a>.
+
text-decoration:underline;
</p>
+
}
 +
#NUDT_Container h1, h2, h3, h4, h5{
 +
color: #444;
 +
margin: 20px 0px;
 +
padding:4px 8px;
 +
letter-spacing: -1px;
 +
position: relative;
 +
}
 +
#NUDT_Container h1 {
 +
font:bold 28px/12px 'verdana',sans-serif;
 +
border-left: 10px solid #444;
 +
line-height:28px;
 +
}
 +
#NUDT_Container h2 {
 +
font:bold 20px/6px 'verdana',sans-serif;
 +
border-left: 30px solid #444;
 +
line-height:20px;
 +
}
 +
#NUDT_Container h3 {
 +
font:bold 16px/4px 'verdana',sans-serif;
 +
padding-left: 50px;
 +
line-height:16px;
 +
}
 +
/*CASE*/
 +
#NUDT_Container ca {
 +
position: relative;
 +
display: inline-block;
 +
margin: 10px 100px;
 +
    padding: 10px 20px;
 +
    text-decoration: none;
 +
background-color: #bcbcbc;
 +
color: #000000;
 +
border-radius: 8px 8px;
 +
outline: none;
 +
cursor: pointer;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
font-size: 16px;
 +
}
 +
#NUDT_Container team {
 +
position: relative;
 +
display: inline-block;
 +
width: auto;
 +
height: auto;
 +
margin: 10px 50px;
 +
    padding: 20px 20px;
 +
    text-decoration: none;
 +
color: #000000;
 +
border-radius: 8px 8px;
 +
outline: none;
 +
cursor: pointer;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
font-size: 16px;
 +
}
  
<p>
+
</style>
In order to meet the gold medal criteria on helping another team, you must complete this page and detail the nature of your collaboration with another iGEM team.
+
<!--DIA_Container-->
</p>
+
<style type="text/css">
</div>
+
#NUDT_Dia_Container
 +
{
 +
width: auto;
 +
margin: 0px 100px;
 +
}
 +
</style>
 +
<!--BLANK_Container-->
 +
<style type="text/css">
 +
.BLANK_Container
 +
{
 +
width: auto;
 +
}
 +
</style>
 +
<!--TEAM-->
 +
<style type="text/css">
 +
.team_Container
 +
{
 +
margin: 20px 10px;
 +
padding: 20px 10px;
 +
width: auto;
 +
}
 +
</style>
 +
<!--NUDT_Footer-->
 +
<style type="text/css">
 +
#NUDT_Footer
 +
{
 +
clear: both;
 +
width: auto;
 +
padding: 30px 0px;
 +
font-family: 'verdana',sans-serif;
 +
position: relative;
 +
}
 +
#NUDT_Footer p{
 +
text-decoration: none;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
color: #000000;
 +
position: relative;
 +
padding: 10px 50px;
 +
font-size: 16px;
 +
}
 +
</style>
 +
<!--Common-->
 +
<div id = "myMainContainer">
 +
<div id = "menu">
 +
<img src="https://static.igem.org/mediawiki/2015/9/99/Menu.png"/>
 +
<li><a id = "HOME" href="https://2015.igem.org/Team:NUDT_CHINA"><span>HOME</span></a></li>
 +
<li><a id = "TEAM" href="https://2015.igem.org/Team:NUDT_CHINA/Team"><span>TEAM</span></a></li>
 +
 +
<li><a id = "PROJECT" href = "#"><span>PROJECT</span></a></li>
 +
<li><a id = "Description" href = "https://2015.igem.org/Team:NUDT_CHINA/Description" class = "b"><span>Description</span></a></li>
 +
<li><a id = "Experiments" href = "https://2015.igem.org/Team:NUDT_CHINA/Experiments" class = "b"><span>Experiments &amp; Protocols</span></a></li>
 +
<li><a id = "Results" href="https://2015.igem.org/Team:NUDT_CHINA/Results"  class = "b"><span>Results</span></a></li>
 +
<li><a id = "Design" href="https://2015.igem.org/Team:NUDT_CHINA/Design" class = "b"><span>Design</span></a></li>
 +
 +
<li><a id = "PARTS" href = "#"><span>PARTS</span></a></li>
 +
<li><a id = "Team" href = "https://2015.igem.org/Team:NUDT_CHINA/Parts" class = "b"><span>Team Parts</span></a></li>
 +
<li><a id = "Basic" href = "https://2015.igem.org/Team:NUDT_CHINA/Basic_Part" class = "b"><span>Basic Parts</span></a></li>
 +
<li><a id = "Composite" href="https://2015.igem.org/Team:NUDT_CHINA/Composite_Part"  class = "b"><span>Composite Parts</span></a></li>
  
<p>
 
Here are some suggestions for projects you could work on with other teams:
 
</p>
 
  
<ul>
+
<li><a id = "NOTEBOOK" href="https://2015.igem.org/Team:NUDT_CHINA/Notebook"><span>NOTEBOOK</span></a></li>
<li> Improve the function of another team's BioBrick Part or Device</li>
+
<li><a id = "ATTRIBUTIONS" href="https://2015.igem.org/Team:NUDT_CHINA/Attributions"><span>ATTRIBUTIONS</span></a></li>
<li> Characterize another team's part </li>
+
<li><a id = "COLLABORATIONS" href="https://2015.igem.org/Team:NUDT_CHINA/Collaborations"><span>COLLABORATIONS</span></a></li>
<li> Debug a construct </li>
+
<li><a id = "HUMAN" href="https://2015.igem.org/Team:NUDT_CHINA/Practices"><span>HUMAN PRACTICES</span></a></li>  
<li> Model or simulating another team's system </li>
+
<li><a id = "SAFETY" href="https://2015.igem.org/Team:NUDT_CHINA/Safety"><span>SAFETY</span></a></li>  
<li> Test another team's software</li>
+
<li><a id = "MODELING" href="https://2015.igem.org/Team:NUDT_CHINA/Modeling"><span>MODELING</span></a></li>
<li> Help build and test another team's hardware project</li>
+
    </div>
<li> Mentor a high-school team</li>
+
    <div id = "logoContainer">
</ul>
+
    <a href="https://igem.org/Main_Page"><img  id = "iGEM_LOGO" src="https://static.igem.org/mediawiki/2015/e/ec/TEAM_NUDT_CHINA_iGEM_Logo.png" style="width: 130px; height:135px"/></a>
 +
    </div>
 +
<link href="https://2015.igem.org/Team:NEFU_China/cleariGEM?action=raw&ctype=text/css" rel="stylesheet" /> </head>
 +
</html>
 +
<html>
 +
<!--Main Container-->
 +
<div id = "NUDT_Container" class = "clearStyle">
 +
<!--subCommon-->
 +
<div>
 +
<img src="https://static.igem.org/mediawiki/2015/0/06/Team_NUDT_CHINA_banner.jpg" style = "width: 100%; height: auto"/>
 +
</div>
 +
<h1>COLLABORATION</h1>
 +
<table>
 +
<tr>
 +
<p style = "font-size: 12px; text-align: left; padding: 0px 50px 0px 100px;">TIPS1: The left <B style = "color: #d82545">MENU :)</B> links to other NUDT_CHINA website.</p>
 +
<p style = "font-size: 12px; text-align: left; padding: 0px 50px 0px 100px;">TIPS2: The right <B style = "color: #d82545">NAVIGATE :)</B> posites on content in this page. (Valid when <B style = "color: #d82545">UNFOLDED</B>)</p>
 +
<p style = "font-size: 12px; text-align: left; padding: 0px 50px 0px 100px;">TIPS3: Click <B style = "color: #d82545">SUBTITLE</B> to <B style = "color: #d82545">FOLD/UNFOLD</B> related content. </p>
 +
</tr>
 +
<tr><button id = "slideAll" style = "margin: 0px 50px 0px 100px;"> CLICK TO FOLD/UNFOLD ALL</button>
 +
</tr>
 +
</table>
 +
 
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
$("#slideAll").click(function(){
 +
$(".BLANK_Container").slideToggle(300);
 +
});
 +
});
 +
</script>
 +
<!--Collaboration with NJU_CHINA-->
 +
<h2 id = "pos1">I.Collaboration with NJU_CHINA<B style = "color: #d82545">(CLICK)</B></h2>
 +
<div class = "BLANK_Container" id = "slide1">
 +
<p>NJU_CHINA helped us by constructing one of our TAL effectors (TALE1) using Golden Gate technique. They also edited the original vector pTAL1 provided by the Kit to add EcoRI, SpeI and PstI cutting cite, thus ensuring the engineered TAL effector can meet the RCF10 bio-brick standard. This new vector was then used when we construct the other two TAL effectors ourselves. We really appreciate their assistance in our experiment.</p>
 +
<p>In return, we performed nanoparticle tracking analysis (NTA) for NJU_CHINA to help them to have a more precise determination of the quantity and size of secreted exosomes.</p>
 +
<p>The use of Nanosight enabled quantification and size determination of the EV, as nanoparticles can be automatically tracked and sized based on Brownian motion and the diffusion coefficient. Because exosomes are more homogenous and generally smaller than most EVs with a diameter size ranging from 40 to 120 nm, the percentage of nanoparticles whose size ranges from 40 to 120 nm could be a good indicator of total amount of exosomes. The shift of peak of size distribution of EV from 170 nm to 120 nm and the significant raise of the peak indicated the increase of relative level of exosomes in secreted EVs after overexpression nSMase2 in HEK293 cells.</p>
 +
<p>The result proved the feasible and effective improvement of manufacturing exosomes by overexpressing nSMase2.</p>
 +
<center>
 +
<Table>
 +
<tr>
 +
<td><img src="https://static.igem.org/mediawiki/2015/a/a9/NUDT_CHINA_ColNJU.png" style="width: 600px; height:auto"></td>
 +
</tr>
 +
<tr><td><p style = "font-size: 12px; text-align:left;">Figure 4. Characterization of secreted exosomes after overexpression of nSMase2 in HEK293 cells. (A and B) Representative screen shots of the NTA videos for EV from HEK293 cells under normal condition or after transfection with nSMase2 plasmid. (C-F) Size and intensity of EV from HEK293 cells under normal condition or after transfection with nSMase2 plasmid. (G) Concentration of different particle sizes of exosomes with (red line) or without (blue line) transfection with nSMase2 plasmid. The peak of size distribution of EV shifted from 170 nm to 120 nm after transfection with nsMase2 plasmid, indicating the increase in quantity of secreted exosomes.</p></td></tr>
 +
</Table>
 +
</center>
 +
<center>
 +
<table>
 +
<tr>
 +
<td style = "padding: 0px 15px;"><img src="https://static.igem.org/mediawiki/2015/c/c4/NUDT-logo.jpg" style = "width: 300px; height:auto;"></td>
 +
<td style = "padding: 0px 15px;"><img src="https://static.igem.org/mediawiki/2015/3/37/NJU-logo-NUDT-col.jpg" style = "width: 200px; height:auto;;"></td>
 +
</tr>
 +
<tr>
 +
<td>NUDT_CHINA</td>
 +
<td>NJU_China</td>
 +
</tr>
 +
</table>
 +
</center>
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
$("#pos1").click(function(){
 +
$("#slide1").slideToggle(300);
 +
});
 +
});
 +
</script>
 +
</div>
  
 +
<h2 id = "pos2">II.Collaboration with USTC-software<B style = "color: #d82545">(CLICK)</B></h2>
 +
<div class = "BLANK_Container" id = "slide2">
 +
<p>This year, we helped USTC-software by sending our part to them, which we submitted last year numbered for BBa_k1532006.</p>
 +
<p>They asked us for help because they needed the plasmid luxR numbered for C0062 in their project, but what they obtained in the kit plate was proved to be wrong by sequencing. As luck would have it, we submitted it as one of our bricks last year, so we sent it to them as soon as possible to ensure their project runs smoothly.</p>
 +
<p>You can goto <a href="https://2015.igem.org/Team:USTC-software/Home" style = "color:#d82545; text-decoration:underline;">USTC-software’s Wiki</a> to affirm our contributions.</p>
 +
<center>
 +
<table>
 +
<tr>
 +
<td style = "padding: 0px 15px;"><img src="https://static.igem.org/mediawiki/2015/c/c4/NUDT-logo.jpg" style = "width: 300px; height:auto;"></td>
 +
<td style = "padding: 0px 15px;"><img src="https://static.igem.org/mediawiki/2015/1/16/USTC-logo.jpeg" style = "width: 200px; height:auto;"></td>
 +
</tr>
 +
<tr>
 +
<td>NUDT_CHINA</td>
 +
<td>USTC-software</td>
 +
</tr>
 +
</table>
 +
</center>
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
$("#pos2").click(function(){
 +
$("#slide2").slideToggle(300);
 +
});
 +
});
 +
</script>
 +
</div>
  
 +
<h2 id = "pos3">III.Collaboration with NEFU_China<B style = "color: #d82545">(CLICK)</B></h2>
 +
<div class = "BLANK_Container" id = "slide3">
 +
<p id = "pos31"></p>
 +
<h3>Wet Lab: Sent a plasmid vector to NEFU_China</h3>
 +
<p>This year, we helped NEFU_China by sending a plasmid vector to them. </p>
 +
<p>We got in touch with NEFU_China in the 2015 CiCC (China iGEMer Committee). When we exchanged ideas with others, they expressed the difficulty they faced at that time that they were lack of a pivotal plasmid vector which is too hard to buy. We were pleased to offer it to them as we have stored it in our plasmid library. We can obtain a huge sense of satisfaction by helping our friends get over the trouble.</p>
 +
<p>They asked us for help because they needed the plasmid luxR numbered for C0062 in their project, but what they obtained in the kit plate was proved to be wrong by sequencing. As luck would have it, we submitted it as one of our bricks last year, so we sent it to them as soon as possible to ensure their project runs smoothly.</p>
 +
<p>You can goto <a href="https://2015.igem.org/Team:NEFU_China/Home" style = "color:#d82545; text-decoration:underline;">NEFU_China’s Wiki</a> to affirm our contributions.</p>
 +
<p></p>
 +
<p id = "pos32"></p>
 +
<h3>We used and improved NEFU_China’s “Flight iGEM”</h3>
 +
<p>This  year, we helped NEFU_China to improved their “Flight iGEM” platform which aims to build a friendly website to make the wiki development easier.</p>
 +
<p>We got touch with NEFU_China in the 2015 CiCC (China iGEMer Committee). Then, we participated in the “Flight iGEM” beta test. Below is our contributions to “Flight iGEM”:</p>
 +
<tr>
 +
<td><p style = 'padding: 0px 90px'>1. Improve the Human-Computer Interaction (HCI) for the “Flight iGEM” Magic function.</p></td>
 +
</tr>
 +
<tr>
 +
<td><p style = 'padding: 0px 90px'>2. Figure out the BUG in the <B style = "color:#d82545">login bar</B> which is significant because the 2015 wiki new rules forbad the revise of login bar.</p></td>
 +
</tr>
 +
<tr>
 +
<td><p style = 'padding: 0px 90px'>3. Contact with the <B style = "font-style:italic">igem.org </B>to make sure the feasibility of  <B style = "font-style:italic">cleariGEM </B>template.</p></td>
 +
</tr>
 +
<center>
 +
<table>
 +
<tr>
 +
<td><img src="https://static.igem.org/mediawiki/2015/f/fb/NUDT_CHINA_ColNEFU.png" style = "width: 350px; height:auto;"></td>
 +
</tr>
 +
<tr>
 +
<td>We are the users of "Flight iGEM"</td>
 +
</tr>
 +
</table>
 +
</center>
 +
<p>You can goto <a href="https://2015.igem.org/Team:NEFU_China/Software" style = "color:#d82545; text-decoration:underline;">NEFU_China’s Software page</a> to affirm our contributions and more details about the “Flight iGEM”.</p>
 +
<p></p>
 +
<center>
 +
<table>
 +
<tr>
 +
<td style = "padding: 0px 15px;"><img src="https://static.igem.org/mediawiki/2015/c/c4/NUDT-logo.jpg" style = "width: 300px; height:auto;"></td>
 +
<td style = "padding: 0px 15px;"><img src="https://static.igem.org/mediawiki/2015/f/ff/NEFU-logo.png" style = "width: 200px; height:auto;;"></td>
 +
</tr>
 +
<tr>
 +
<td>NUDT_CHINA</td>
 +
<td>NEFU_China</td>
 +
</tr>
 +
</table>
 +
</center>
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
$("#pos3").click(function(){
 +
$("#slide3").slideToggle(300);
 +
});
 +
});
 +
</script>
 +
</div>
  
</div>
+
</div>
 +
<!--Navigation-->
 +
<div id = "navigation">
 +
<img src="https://static.igem.org/mediawiki/2015/5/58/TEAM_NUDT_CHINA_iGEM.png"/>
 +
<li><a href="#myMainContainer" class = "t"><span>TOP/TIP</span></a></li>
 +
<li><a href="#pos1"><span>NJU_CHINA</span></a></li>
 +
<li><a href="#pos2"><span>USTC-software</span></a></li>
 +
<li><a href="#pos3"><span>NEFU_China</span></a></li>
 +
<li><a href="#pos31" class = 'b'><span>Wet Lab</span></a></li>
 +
<li><a href="#pos32" class = 'b'><span>Wiki Build</span></a></li>
 +
<img src="https://static.igem.org/mediawiki/2015/9/93/Team_NUDT_CHINA_Navigate.png"/>
 +
    </div>
 +
<div id = "NUDT_Footer">
 +
<center>
 +
<p>Copyright © 2015 NUDT_CHINA | Powered by Nianhao Xie</p>
 +
</center>
 +
</div>
 +
</body>
 
</html>
 
</html>

Revision as of 20:16, 18 September 2015

COLLABORATION

TIPS1: The left MENU :) links to other NUDT_CHINA website.

TIPS2: The right NAVIGATE :) posites on content in this page. (Valid when UNFOLDED)

TIPS3: Click SUBTITLE to FOLD/UNFOLD related content.

I.Collaboration with NJU_CHINA(CLICK)

NJU_CHINA helped us by constructing one of our TAL effectors (TALE1) using Golden Gate technique. They also edited the original vector pTAL1 provided by the Kit to add EcoRI, SpeI and PstI cutting cite, thus ensuring the engineered TAL effector can meet the RCF10 bio-brick standard. This new vector was then used when we construct the other two TAL effectors ourselves. We really appreciate their assistance in our experiment.

In return, we performed nanoparticle tracking analysis (NTA) for NJU_CHINA to help them to have a more precise determination of the quantity and size of secreted exosomes.

The use of Nanosight enabled quantification and size determination of the EV, as nanoparticles can be automatically tracked and sized based on Brownian motion and the diffusion coefficient. Because exosomes are more homogenous and generally smaller than most EVs with a diameter size ranging from 40 to 120 nm, the percentage of nanoparticles whose size ranges from 40 to 120 nm could be a good indicator of total amount of exosomes. The shift of peak of size distribution of EV from 170 nm to 120 nm and the significant raise of the peak indicated the increase of relative level of exosomes in secreted EVs after overexpression nSMase2 in HEK293 cells.

The result proved the feasible and effective improvement of manufacturing exosomes by overexpressing nSMase2.

Figure 4. Characterization of secreted exosomes after overexpression of nSMase2 in HEK293 cells. (A and B) Representative screen shots of the NTA videos for EV from HEK293 cells under normal condition or after transfection with nSMase2 plasmid. (C-F) Size and intensity of EV from HEK293 cells under normal condition or after transfection with nSMase2 plasmid. (G) Concentration of different particle sizes of exosomes with (red line) or without (blue line) transfection with nSMase2 plasmid. The peak of size distribution of EV shifted from 170 nm to 120 nm after transfection with nsMase2 plasmid, indicating the increase in quantity of secreted exosomes.

NUDT_CHINA NJU_China

II.Collaboration with USTC-software(CLICK)

This year, we helped USTC-software by sending our part to them, which we submitted last year numbered for BBa_k1532006.

They asked us for help because they needed the plasmid luxR numbered for C0062 in their project, but what they obtained in the kit plate was proved to be wrong by sequencing. As luck would have it, we submitted it as one of our bricks last year, so we sent it to them as soon as possible to ensure their project runs smoothly.

You can goto USTC-software’s Wiki to affirm our contributions.

NUDT_CHINA USTC-software

III.Collaboration with NEFU_China(CLICK)

Wet Lab: Sent a plasmid vector to NEFU_China

This year, we helped NEFU_China by sending a plasmid vector to them.

We got in touch with NEFU_China in the 2015 CiCC (China iGEMer Committee). When we exchanged ideas with others, they expressed the difficulty they faced at that time that they were lack of a pivotal plasmid vector which is too hard to buy. We were pleased to offer it to them as we have stored it in our plasmid library. We can obtain a huge sense of satisfaction by helping our friends get over the trouble.

They asked us for help because they needed the plasmid luxR numbered for C0062 in their project, but what they obtained in the kit plate was proved to be wrong by sequencing. As luck would have it, we submitted it as one of our bricks last year, so we sent it to them as soon as possible to ensure their project runs smoothly.

You can goto NEFU_China’s Wiki to affirm our contributions.

We used and improved NEFU_China’s “Flight iGEM”

This year, we helped NEFU_China to improved their “Flight iGEM” platform which aims to build a friendly website to make the wiki development easier.

We got touch with NEFU_China in the 2015 CiCC (China iGEMer Committee). Then, we participated in the “Flight iGEM” beta test. Below is our contributions to “Flight iGEM”:

1. Improve the Human-Computer Interaction (HCI) for the “Flight iGEM” Magic function.

2. Figure out the BUG in the login bar which is significant because the 2015 wiki new rules forbad the revise of login bar.

3. Contact with the igem.org to make sure the feasibility of cleariGEM template.

We are the users of "Flight iGEM"

You can goto NEFU_China’s Software page to affirm our contributions and more details about the “Flight iGEM”.

NUDT_CHINA NEFU_China