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

(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> Attributions</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> Each team must clearly attribute work done by the student team members on this page. The team must distinguish work done by the students from work done by others, including the host labs, advisors, instructors, and individuals not on the team roster. </p>
+
}
 +
#NUDT_Container li
 +
{
 +
padding: 0;
 +
border: 0;
 +
}
  
 +
#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;
 +
}
  
<div class="highlightBox">
+
#NUDT_Container a:hover
 +
{
 +
text-decoration:underline;
 +
}
 +
#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;
 +
}
  
<h4> Can we base our project on a previous one? </h4>
+
</style>
<p>Yes! You can have a project based on a previous team, or based on someone else's idea, <b>as long as you state this fact very clearly and give credit for the original project.</b> </p>
+
<!--DIA_Container-->
</div>
+
<style type="text/css">
 +
#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>
  
  
 +
<li><a id = "NOTEBOOK" href="https://2015.igem.org/Team:NUDT_CHINA/Notebook"><span>NOTEBOOK</span></a></li> 
 +
<li><a id = "ATTRIBUTIONS" href="https://2015.igem.org/Team:NUDT_CHINA/Attributions"><span>ATTRIBUTIONS</span></a></li> 
 +
<li><a id = "COLLABORATIONS" href="https://2015.igem.org/Team:NUDT_CHINA/Collaborations"><span>COLLABORATIONS</span></a></li>
 +
<li><a id = "HUMAN" href="https://2015.igem.org/Team:NUDT_CHINA/Practices"><span>HUMAN PRACTICES</span></a></li> 
 +
<li><a id = "SAFETY" href="https://2015.igem.org/Team:NUDT_CHINA/Safety"><span>SAFETY</span></a></li>
 +
<li><a id = "MODELING" href="https://2015.igem.org/Team:NUDT_CHINA/Modeling"><span>MODELING</span></a></li> 
 +
    </div>
 +
    <div id = "logoContainer">
 +
    <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>ATTRIBUTIONS</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>
  
<h4> Why is this page needed? </h4>
+
<script type="text/javascript">
<p>The Attribution requirement helps the judges know what you did yourselves and what you had help with. We don't mind if you get help with difficult or complex techniques, but you must report what work your team did and what work was done by others.</p>
+
$(document).ready(function(){
<p>
+
$("#slideAll").click(function(){
For example, you might choose to work with an animal model during your project. Working with animals requires getting a license and applying far in advance to conduct certain experiments in many countries. This is difficult to achieve during the course of a summer, but much easier if you can work with a postdoc or PI who has the right licenses.</p>
+
$(".BLANK_Container").slideToggle(300);
 
+
});
 
+
});
<h5> What should this page have?</h5>
+
</script>
 
+
<!--NUDT_CHINA Internal Members-->
<ul>
+
<h2 id = "pos1">I.NUDT_CHINA Internal Members<B style = "color: #d82545">(CLICK)</B></h2>
<li>General Support</li>
+
<div class = "BLANK_Container" id = "slide1">
<li>Project support and advice</li>
+
<p><B>Team Leader: </B> Our team came into existence under the leadership of <a href = "https://2015.igem.org/Team:NUDT_CHINA/Team#pos21" style = "color:#d82545; text-decoration:underline;">Xinyuan Qiu</a> in December 2014. He observes our characteristics carefully and exerts our greatest potential. Our team works efficiently due to his outstanding leadership.</p>
<li>Fundraising help and advice</li>
+
<p><B>Experiment: </B><a href = "https://2015.igem.org/Team:NUDT_CHINA/Team#pos1" style = "color:#d82545; text-decoration:underline;">Most of us</a> get involved in experiments. The leader divided us into two subgroups. One focuses on the fragmented GFP study and the other concentrates on the heterologous production of plant IAA through incorporating the TALE-fused IAAM and IAAH enzymes in <i>E.coli</i>.</p>
<li>Lab support</li>
+
<p><B>Wiki: </B>Everyone shares his or her brilliant ideas about the style of the wiki. <a href = "https://2015.igem.org/Team:NUDT_CHINA/Team#pos26" style = "color:#d82545; text-decoration:underline;">Dongyu Fan</a> is good at art design and works on the visual appearance of it. <a href = "https://2015.igem.org/Team:NUDT_CHINA/Team#pos22" style = "color:#d82545; text-decoration:underline;">Nianhao Xie</a>, Xinyuan Qiu is responsible for web copywriting.</p>
<li>Difficult technique support</li>
+
<p><B>Poster: </B> <a href = "https://2015.igem.org/Team:NUDT_CHINA/Team#pos23" style = "color:#d82545; text-decoration:underline;">Qianhui Zhu</a> and Chushu Zhu are engaged in composing the texts in our poster. <a href = "https://2015.igem.org/Team:NUDT_CHINA/Team#pos29" style = "color:#d82545; text-decoration:underline;">Yizhou Wang</a> and Nianao Xie devote themselves to the layout and the art design of the poster.</p>
<li>Project advisor support</li>
+
<p><B>Team Shirt: </B> <a href = "https://2015.igem.org/Team:NUDT_CHINA/Team#pos27" style = "color:#d82545; text-decoration:underline;">Juanjuan Huang</a> and Jie Li design our team shirt.</p>
<li>Wiki support</li>
+
<p><B>Modeling: </B> Nianhao Xie is in charge of the modeling.</p>
<li>Presentation coaching</li>
+
<p><B>Human practice: </B>Dongyu Fan and <a href = "https://2015.igem.org/Team:NUDT_CHINA/Team#pos24" style = "color:#d82545; text-decoration:underline;">Jiaqi Sun</a> produce a video about extracting DNA of strawberry in the kitchen. Besides, <a href = "https://2015.igem.org/Team:NUDT_CHINA/Team#pos25" style = "color:#d82545; text-decoration:underline;">Yuan Zhang</a> composes a song named Song of Synbio. Moreover, Yizhou Wang, Dongyu Fan and Jiaqi Sun went to Human Laboratory Animal Center to interview Doctor Jiang.</p>
<li>Human Practices support</li>
+
<p><B>Presentation: </B>Nianhao Xie and Xinyuan Qiu will give the presentations during the competition, they have rehearsed several times and all of us gathered and discuss to improve it.</p>
<li> Thanks and acknowledgements for all other people involved in helping make a successful iGEM team</li>
+
<p></p>
</ul>
+
<script type="text/javascript">
 
+
$(document).ready(function(){
 
+
$("#pos1").click(function(){
<h4>Inspiration</h4>
+
$("#slide1").slideToggle(300);
<p>Take a look at what other teams have done:</p>
+
});
<ul>
+
});
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Team">2011 Imperial College London</a> (scroll to the bottom)</li>
+
</script>
<li><a href="https://2014.igem.org/Team:Exeter/Attributions">2014 Exeter </a></li>
+
</div>
<li><a href="https://2014.igem.org/Team:Melbourne/Attributions">2014 Melbourne </a></li>
+
<!--LB-->
<li><a href="https://2014.igem.org/Team:Valencia_Biocampus/Attributions">2014 Valencia Biocampus</a></li>
+
<h2 id = "pos2">II.NUDT_CHINA External Members<B style = "color: #d82545">(CLICK)</B></h2>
</ul>
+
<div class = "BLANK_Container" id = "slide2">
 
+
<p><B>Human practice:</B> Dr. Jiang, the director of Human Laboratory Animal Center, were very kindly to answer our question about medicine safety.</p>
</div>
+
<p><B>Model:</B> The Supercomputer Center in NUDT helped us optimized simulation algorithm and ran parallel program on <B style = "color:#d82545">Tianhe</B>.</p>
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
$("#pos2").click(function(){
 +
$("#slide2").slideToggle(300);
 +
});
 +
});
 +
</script>
 +
</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" style = "padding: 0px auto; font-size:12px;"><span>TOP/TIP</span></a></li>
 +
<li><a href="#pos1"><span> Internal Members</span></a></li>
 +
<li><a href="#pos2"><span> External Members</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>

Latest revision as of 20:16, 18 September 2015

ATTRIBUTIONS

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.NUDT_CHINA Internal Members(CLICK)

Team Leader: Our team came into existence under the leadership of Xinyuan Qiu in December 2014. He observes our characteristics carefully and exerts our greatest potential. Our team works efficiently due to his outstanding leadership.

Experiment: Most of us get involved in experiments. The leader divided us into two subgroups. One focuses on the fragmented GFP study and the other concentrates on the heterologous production of plant IAA through incorporating the TALE-fused IAAM and IAAH enzymes in E.coli.

Wiki: Everyone shares his or her brilliant ideas about the style of the wiki. Dongyu Fan is good at art design and works on the visual appearance of it. Nianhao Xie, Xinyuan Qiu is responsible for web copywriting.

Poster: Qianhui Zhu and Chushu Zhu are engaged in composing the texts in our poster. Yizhou Wang and Nianao Xie devote themselves to the layout and the art design of the poster.

Team Shirt: Juanjuan Huang and Jie Li design our team shirt.

Modeling: Nianhao Xie is in charge of the modeling.

Human practice: Dongyu Fan and Jiaqi Sun produce a video about extracting DNA of strawberry in the kitchen. Besides, Yuan Zhang composes a song named Song of Synbio. Moreover, Yizhou Wang, Dongyu Fan and Jiaqi Sun went to Human Laboratory Animal Center to interview Doctor Jiang.

Presentation: Nianhao Xie and Xinyuan Qiu will give the presentations during the competition, they have rehearsed several times and all of us gathered and discuss to improve it.

II.NUDT_CHINA External Members(CLICK)

Human practice: Dr. Jiang, the director of Human Laboratory Animal Center, were very kindly to answer our question about medicine safety.

Model: The Supercomputer Center in NUDT helped us optimized simulation algorithm and ran parallel program on Tianhe.