Difference between revisions of "Team:NJU-China/Attributions"

Line 1: Line 1:
{{NJU-China}}
+
<html lang="en">
<html>
+
<head>
 +
<meta charset="UTF-8">
 +
<title>ATTRIBUTIONS</title>
 +
<link href="https://2017.igem.org/Team:NJU-China/CSS:bootstrap-min" rel="stylesheet?action=raw&ctype=text/css">
  
 +
<link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:NJU-China/CSS:vicstyle?action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:NJU-China/CSS:jumpto?action=raw&ctype=text/css">
 +
<script type="text/javascript" src="https://2017.igem.org/Team:NJU-China/Javascript:jquery-2-1-4?  action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2017.igem.org/Team:NJU-China/Javascript:jquery-scripts?action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2017.igem.org/Team:NJU-China/Javascript:jquery-jumpto?action=raw&ctype=text/javascript"></script>
 +
<link href="https://2017.igem.org/Team:NJU-China/CSS:font-awesome?action=raw&ctype=text/css" rel="stylesheet">
 +
<style>
 +
#sideMenu,
 +
#top_title{
 +
    display: none;
 +
    box-sizing: content-box;
 +
}
 +
#content{
 +
    width: 100%;
 +
    margin: 0px;
 +
    padding:0;
 +
}
 +
#top_menu_14{
 +
    height: 15px;
 +
}
 +
#top_menu_under{
 +
    height: 0px;
 +
}
 +
#toplink a{
 +
display:none;
 +
}
 +
#top_menu_inside{
 +
padding-top:0;
 +
font-size:3px;
 +
}
 +
#HQ_page p {
 +
    font-family: proxima-novabold,"Arial",Helvetica,sans-serif;
 +
    font-size: 19px;
 +
    text-align: justify;
 +
}
 +
i{
 +
font-size:13px;
 +
}
 +
#globalWrapper{
 +
padding-bottom:0;
 +
font-size:19px;
 +
}
 +
a:visited{
 +
color:white;
 +
}
 +
.set_1_btn {
 +
    color: white;
 +
    cursor: pointer;
 +
    display: block;
 +
    font-size: 24px;
 +
    font-weight: 400;
 +
    line-height: 65px;
 +
    margin-right: 2em;
 +
    text-align: center;
 +
    max-width: 250px;
 +
    position: relative;
 +
    text-decoration: none;
 +
    text-transform: uppercase;
 +
    vertical-align: middle;
 +
    width: 100%;
 +
}
 +
.set_1_btn:hover {
 +
    text-decoration: none;
 +
    color: #72261E;
 +
}
 +
.Vbtn-1 {
 +
    background:transparent;
 +
    text-align: center;
 +
    float:left;
 +
}
 +
.Vbtn-1 svg {
 +
    height: 65px;
 +
    left: 0;
 +
    position: absolute;
 +
    top: 0;
 +
    width: 100%;
 +
}
 +
.Vbtn-1 rect {
 +
    fill: none;
 +
    stroke: white;
 +
    stroke-width: 3;
 +
    stroke-dasharray: 422, 0;
 +
    transition: all 600ms linear 0s;
 +
}
 +
.Vbtn-1:hover {
 +
    background: none;
 +
    font-weight: 900;
 +
    letter-spacing: 1px;
 +
    transition: all 150ms linear 0s;
 +
}
 +
.Vbtn-1:hover rect {
 +
    stroke-width: 5;
 +
    stroke-dasharray: 25, 300;
 +
    stroke-dashoffset: 385;
 +
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
 +
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
 +
}
 +
#accordion a:link,a:visited,a:hover,a:active{
 +
text-decoration: none;
 +
outline: none;
 +
}
 +
#accordion .panel{
 +
border: none;
 +
box-shadow: none;
 +
border-radius: 0;
 +
margin: 0 0 15px 10px;
 +
background:none;
 +
}
 +
#accordion .panel-heading{
 +
padding: 0;
 +
border-radius: 30px;
 +
}
 +
#accordion .panel-title a{
 +
display: block;
 +
padding: 12px 20px 12px 50px;
 +
background: #491A06;
 +
font-size: 18px;
 +
font-weight: 600;
 +
color: #fff;
 +
border: 0px solid transparent;
 +
border-radius: 30px;
 +
position: relative;
 +
transition: all 0.3s ease 0s;
 +
width: 400px;
 +
margin: auto;
  
 +
}
 +
#accordion .panel-title a.collapsed{
 +
background: #180903;
 +
color: #9D9D99;
 +
border: 0px solid black;
 +
width: 400px;
 +
margin: auto;
 +
}
 +
.panel-default>.panel-heading{
 +
background: none;
 +
}
 +
#accordion .panel-title a:after,
 +
#accordion .panel-title a.collapsed:after{
 +
content: "\f107";
 +
font-family: fontawesome;
 +
width: 55px;
 +
height: 55px;
 +
line-height: 55px;
 +
border-radius: 50%;
 +
background: #361105;
 +
font-size: 25px;
 +
color: #fff;
 +
text-align: center;
 +
border: 0px solid transparent;
 +
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
 +
position: absolute;
 +
top: -5px;
 +
left: -20px;
 +
transition: all 0.3s ease 0s;
 +
}
 +
#accordion .panel-title a.collapsed:after{
 +
content: "\f105";
 +
background: #180903;
 +
color: #C1C0BF;
 +
border: 0px solid #ddd;
 +
box-shadow: none;
 +
}
 +
#accordion .panel-body{
 +
padding: 20px 25px 10px 9px;
 +
background: transparent;
 +
font-size: 14px;
 +
color: #DEDEDE;
 +
line-height: 25px;
 +
border-top: none;
 +
position: relative;
 +
}
 +
#accordion .panel-body p{
 +
padding-left: 25px;
 +
border-left: 1px dashed #DEDEDE;
 +
}
 +
.teamwindow
 +
{
 +
font-family: proxima-novabold,"Arial",Helvetica,sans-serif;
 +
font-size: 19px;
 +
    padding: 10px 10px;
 +
}
 +
.page_container div
 +
{
 +
padding: 10px 10px;
 +
}
  
 +
</style>
 +
</head>
 +
<body>
 +
<img src="https://static.igem.org/mediawiki/2017/b/be/NJU_China_iGEM_2017_tPep1.tiff" alt="">
 +
    <div id="wrapper">
 +
        <div class="overlay"></div>
 +
   
 +
        <!-- Sidebar -->
 +
        <nav class="navbar navbar-inverse navbar-fixed-top" id="sidebar-wrapper" role="navigation">
 +
            <ul class="nav sidebar-nav">
 +
                <li class="sidebar-brand">
 +
                    <a href="https://2017.igem.org/Team:NJU-China">
 +
                      NJU-CHINA
 +
                    </a>
 +
                </li>
 +
                <li>
 +
                    <a href="https://2017.igem.org/Team:NJU-China"><i class="fa fa-fw fa-home"></i> Home</a>
 +
                </li>
 +
                <li class="dropdown">
 +
                    <a href="https://2017.igem.org/Team:NJU-China/Project" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-fw fa-plus"></i> Project <span class="caret"></span></a>
 +
                    <ul class="dropdown-menu" role="menu">
 +
                    <li class="dropdown-header"><a href="https://2017.igem.org/Team:NJU-China/Project">Project</a></li>
 +
                    <li><a href="https://2017.igem.org/Team:NJU-China/Project#Background">Description</a></li>
 +
                    <li><a href="https://2017.igem.org/Team:NJU-China/InterLab">InterLab</a></li>
 +
                    </ul>
 +
                </li>
 +
                <li class="dropdown">
 +
                    <a href="https://2017.igem.org/Team:NJU-China/Results/Conclusions" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-fw fa-plus"></i> Results <span class="caret"></span></a>
 +
                    <ul class="dropdown-menu" role="menu">
 +
                    <li class="dropdown-header"><a href="https://2017.igem.org/Team:NJU-China/Results/Conclusions">Results</a></li>
 +
                    <li><a href="https://2017.igem.org/Team:NJU-China/Results/Conclusions">Conclusions</a></li>
 +
                    <li><a href="https://2017.igem.org/Team:NJU-China/Demonstrate">Demonstrate</a></li>
 +
                    <li><a href="https://2017.igem.org/Team:NJU-China/Safety">Safety</a></li>
 +
                    <li><a href="https://2017.igem.org/Team:NJU-China/Improve">Improve</a></li>
 +
                    </ul>
 +
                </li>
 +
                <li>
 +
                    <a href="https://2017.igem.org/Team:NJU-China/Basic_Part"><i class="fa fa-fw fa-plus"></i> Parts </a>
 +
                </li>
 +
                <li class="dropdown">
 +
                  <a href="https://2017.igem.org/Team:NJU-China/Notebook" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-fw fa-plus"></i> Notebook <span class="caret"></span></a>
 +
                  <ul class="dropdown-menu" role="menu">
 +
                    <li class="dropdown-header"><a href="https://2017.igem.org/Team:NJU-China/Notebook">Notebook</a></li>
 +
                    <li><a href="https://2017.igem.org/Team:NJU-China/Experiments">Experiments</a></li>
 +
                    <li><a href="https://2017.igem.org/Team:NJU-China/Protocol">Protocol</a></li>
 +
                    <li><a href="https://2017.igem.org/Team:NJU-China/Calendar">Calendar</a></li>
 +
                  </ul>
 +
                </li>
 +
                <li class="dropdown">
 +
                  <a href="https://2017.igem.org/Team:NJU-China/HP" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-fw fa-plus"></i> Human Practice <span class="caret"></span></a>
 +
                  <ul class="dropdown-menu" role="menu">
 +
                    <li class="dropdown-header"><a href="https://2017.igem.org/Team:NJU-China/HP">Human Practice</a></li>
 +
                    <li><a href="https://2017.igem.org/Team:NJU-China/HP/Silver">Silver HP</a></li>
 +
                    <li><a href="https://2017.igem.org/Team:NJU-China/HP/Gold_Integrated">Intergrated and Gold</a></li>
 +
                    <li><a href="https://2017.igem.org/Team:NJU-China/Part_Collection">Public Engagement</a></li>
 +
                  </ul>
 +
                </li>
 +
                <li class="dropdown">
 +
                  <a href="https://2017.igem.org/Team:NJU-China/Team" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-fw fa-plus"></i> Team <span class="caret"></span></a>
 +
                  <ul class="dropdown-menu" role="menu">
 +
                    <li class="dropdown-header"><a href="https://2017.igem.org/Team:NJU-China/Team">Team</a></li>
 +
                    <li><a href="https://2017.igem.org/Team:NJU-China/Attributions">Attributions</a></li>
 +
                    <li><a href="https://2017.igem.org/Team:NJU-China/Collaborations">Collaborations</a></li>
 +
                  </ul>
 +
                </li>                               
 +
            </ul>
 +
        </nav>
 +
        <!-- /#sidebar-wrapper -->
 +
<nav id="cd-vertical-nav">
 +
            <ul>
 +
                <li>
 +
                    <a href="#Team" data-number="1">
 +
                        <span class="cd-dot"></span>
 +
                        <span class="cd-label">Team</span>
 +
                    </a>
 +
                </li>
 +
                <li>
 +
                    <a href="#Advisors" data-number="2">
 +
                        <span class="cd-dot"></span>
 +
                        <span class="cd-label">Advisors</span>
 +
                    </a>
 +
                </li>
 +
                <li>
 +
                    <a href="#Instructors" data-number="3">
 +
                        <span class="cd-dot"></span>
 +
                        <span class="cd-label">Instructors</span>
 +
                    </a>
 +
                </li>
 +
            </ul>
 +
        </nav>       
 +
        <!-- Page Content -->
 +
<div id="page-content-wrapper">
 +
          <button type="button" class="hamburger is-closed animated fadeInLeft" data-toggle="offcanvas">
 +
            <span class="hamb-top"></span>
 +
            <span class="hamb-middle"></span>
 +
            <span class="hamb-bottom"></span>
 +
          </button>
 +
        <div class="projecttop">
 +
        </div>
 +
        <div class="page_container">
 +
        <div id="Team" class="first" style="padding: 50px 0;">
 +
        <div id="page_edge1">
 +
        </div>
 +
            <h2>Team</h2>
 +
            <div class="container">
 +
            <div class="row teamwindow" style="text-align: center;">
 +
Team leader: Zhou Yu
 +
            <br />
 +
Team members: Gui Yijun, Liang Chenxi, Liu Hengxin, Li Kaiming, Luo Qi, Sun Xuedi, Wu Jincheng, Zhang Zhihui
 +
            <p></p>
 +
           
 +
            </div>
  
 +
            <div class="row teamwindow" >
 +
                <div class="col-md-offset-1 col-md-10">
 +
                    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
 +
                        <div class="panel panel-default">
 +
                            <div class="panel-heading" role="tab" id="headingOne">
 +
                                <h4 class="panel-title">
 +
                                    <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
 +
                                        Leading the team
 +
                                    </a>
 +
                                </h4>
 +
                            </div>
 +
                            <div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne">
 +
                                <div class="panel-body">
 +
                                    <p>Zhou Yu founded the team and recruited the members. He allocated assignments to us everyone based on our strengths and interests. There is no doubt that his outstanding leadership ensured everything that needed to be done would get done.
 +
                                    </p>
 +
                                </div>
 +
                            </div>
 +
                        </div>                 
 +
                    </div>
 +
                </div>
 +
            </div>
  
 +
<div class="row teamwindow">
 +
                <div class="col-md-offset-1 col-md-10">
 +
                    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
 +
                        <div class="panel panel-default">
 +
                            <div class="panel-heading" role="tab" id="headingTwo">
 +
                                <h4 class="panel-title">
 +
                                    <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="true" aria-controls="collapseTwo">
 +
                                        Experiment
 +
                                    </a>
 +
                                </h4>
 +
                            </div>
 +
                            <div id="collapseTwo" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingTwo">
 +
                                <div class="panel-body">
 +
                                    <p>Every one of us has participated in experiments.
 +
                                    </p>
 +
                                </div>
 +
                            </div>
 +
                        </div>                 
 +
                    </div>
 +
                </div>
 +
            </div>
  
 +
<div class="row teamwindow">
 +
                <div class="col-md-offset-1 col-md-10">
 +
                    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
 +
                        <div class="panel panel-default">
 +
                            <div class="panel-heading" role="tab" id="headingThree">
 +
                                <h4 class="panel-title">
 +
                                    <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="true" aria-controls="collapseThree">
 +
                                        Wiki
 +
                                    </a>
 +
                                </h4>
 +
                            </div>
 +
                            <div id="collapseThree" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingThree">
 +
                                <div class="panel-body">
 +
                                    <p>Liu Hengxin worked on the establishment and the art design of the website. Luo Qi, Zhang Zhihui, Li Kaiming, Gui Yijun and Wu Jincheng participated in web copywriting.
 +
                                    </p>
 +
                                </div>
 +
                            </div>
 +
                        </div>                 
 +
                    </div>
 +
                </div>
 +
            </div>
  
 +
<div class="row teamwindow">
 +
                <div class="col-md-offset-1 col-md-10">
 +
                    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
 +
                        <div class="panel panel-default">
 +
                            <div class="panel-heading" role="tab" id="headingFour">
 +
                                <h4 class="panel-title">
 +
                                    <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseFour" aria-expanded="true" aria-controls="collapseFour">
 +
                                        Poster
 +
                                    </a>
 +
                                </h4>
 +
                            </div>
 +
                            <div id="collapseFour" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingFour">
 +
                                <div class="panel-body">
 +
                                    <p>Liang Chenxi, Luo Qi and Gui Yijun was responsible for writing the texts in our poster, yet Liu Hengxin and Liang Chenxi were in charge of the design of it. They cooperated very well.
 +
                                    </p>
 +
                                </div>
 +
                            </div>
 +
                        </div>                 
 +
                    </div>
 +
                </div>
 +
            </div>
  
  
<div class="column full_size">
+
<div class="row teamwindow">
<h1>Attributions</h1>
+
                <div class="col-md-offset-1 col-md-10">
 +
                    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
 +
                        <div class="panel panel-default">
 +
                            <div class="panel-heading" role="tab" id="headingFive">
 +
                                <h4 class="panel-title">
 +
                                    <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseFive" aria-expanded="true" aria-controls="collapseFive">
 +
                                        Human practice
 +
                                    </a>
 +
                                </h4>
 +
                            </div>
 +
                            <div id="collapseFive" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingFive">
 +
                                <div class="panel-body">
 +
                                    <p>Gui Yijun, Liang Chenxi, Wu Jincheng, Zhou Yu and our instructor Chen Xi all went to the interview in the hospital with professionals. Liu Hengxin analyzed the data online obtained through web-crawling technique to dig into people’s attitude towards weight-losing. All of us made questionaires and distributed them out. Gui Yijun, Liang Chenxi, Luo Qi and Zhou Yu went to the CCiC held by Fujian Agriculture and Foresty University, where they got acquainted with other teams’ projects and learned a lot.
 +
                                    </p>
 +
                                </div>
 +
                            </div>
 +
                        </div>                 
 +
                    </div>
 +
                </div>
 +
            </div>
  
<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.  
+
<div class="row teamwindow">
<br><br>
+
                <div class="col-md-offset-1 col-md-10">
This is a bronze medal requirement. Please see the <a href="https://2017.igem.org/Judging/Medals">Medals requirements page</a> for more details.</p>
+
                    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
 +
                        <div class="panel panel-default">
 +
                            <div class="panel-heading" role="tab" id="headingSix">
 +
                                <h4 class="panel-title">
 +
                                    <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseSix" aria-expanded="true" aria-controls="collapseSix">
 +
                                        Presentation
 +
                                    </a>
 +
                                </h4>
 +
                            </div>
 +
                            <div id="collapseSix" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingSix">
 +
                                <div class="panel-body">
 +
                                    <p>Liang Chenxi, Luo Qi and Gui Yijun made the speech PPT and will give the presentations during the competition altogether.
 +
                                    </p>
 +
                                </div>
 +
                            </div>
 +
                        </div>                 
 +
                    </div>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        </div>
  
</div>
 
  
 
+
        <div id="Advisors" class="second" style="padding: 50px 0;">
<div class="clear"></div>
+
            <div id="page_edge2">
 
+
            </div>      
 
+
            <h2>Instructors</h2>
<div class="column half_size">
+
            <div class="container">
<h5> Why is this page needed? </h5>
+
            <div class="row">
<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>
+
            Chen Xi: He is an amazing and inspiring teacher. Thanks to his encouragement, we are eager to put forward innovative ideas and voice our own opinions about the ongoing work. Besides, what impresses us most is that he helps us patiently whenever we have trouble with our projects. He offers so much support and help, from the construction of the whole experimental frame to the references we choose. And I believe that’s why our project went well.
<p>
+
            <br />
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>
+
            <br />
 +
            Chenyu Zhang: Professor Zhang is well-known for his research and development work about microRNAs. He provided us with experimental instruments and equipment. What’s more, he gave the guidance on the human practice and had contacted relevant authorities to guarantee all the activities in the plan could be on the rail. All of us feel very grateful for that.
 +
            </div>
 +
            </div>
 +
            <h2>Advisors</h2>
 +
<div class="container">
 +
            <div class="row">
 +
            Yuchen Liu , Yujing Zhang ,Li Jing
 +
            </div>
 +
            </div>           
 +
        </div>
 +
        <div  id="Instructors" class="third" style="padding: 50px 0;">
 +
            <div id="page_edge3">
 +
            </div>
 +
            <h2 style="color: black;"> Acknowledgement </h2>
 +
<div class="container">
 +
            <div class="row">
 +
            It has been a long way for NJU-China from organizing the team to writing this. We would like to express our most sincere gratitude to every individual and institute that helped us during the valuable 257 days:
 +
            <br />
 +
Thank Prof. Zhang Chenyu and Prof. Chen Xi for their unwavering support who helped the revision of the idea. Thank our advisors Liu Minghui and Wang Yanbo for their assistance on our experiments. Thank our instructor Zhou Yu and Gao Haidong for their invaluable input on the whole project.
 +
<br />
 +
Thanks for the funding support from M3 lab, Department of Life Science and Office of Academic Affairs of Nanjing University, who provided the laboratory and required material involved in the experiments of our project. Thank NJU Advanced Institution for Life Science and Jiangsu Engineering Center for MicroRNA Biology and Technology for the technical support. Thank Nanjing Drum-tower Hospital and Tianjin Medical University Cancer Hospital for providing the opportunity of human practice.
 +
            </div>
 +
            </div>           
 +
        </div>
 +
    </div>
 +
    <div id="NJU-CHINA" class="foot" style="padding: 10px 0;background-color: black;color: white;"> 
 +
            <div class="container">
 +
                <div class="row">
 +
                    <div class="col-sm-4 col-md-4">
 +
                        <h2 style="float: left;font-size: 35px;padding: 0 0 13px 100px;font-family: 'Microsoft YaHei';letter-spacing: 1.5px;">NJU-CHINA</h2>
 +
                    </div>
 +
                    <div class="col-sm-8 col-md-8">
 +
                        <a href="https://2017.igem.org/Team:NJU-China" class="set_1_btn Vbtn-1" style="float: right;;margin: 10px 200px 0;"> <svg>
 +
                        <rect x="0" y="0" fill="none" width="100%" height="100%"></rect>
 +
                        </svg> READ MORE </a>
 +
                    </div>
 +
                </div>
 +
            </div>       
 +
    </div>
 
</div>
 
</div>
 
+
<!--page-->
 
+
<div class="column half_size">
+
<h5> What should this page have?</h5>
+
 
+
<ul>
+
<li>General Support</li>
+
<li>Project support and advice</li>
+
<li>Fundraising help and advice</li>
+
<li>Lab support</li>
+
<li>Difficult technique support</li>
+
<li>Project advisor support</li>
+
<li>Wiki support</li>
+
<li>Presentation coaching</li>
+
<li>Human Practices support</li>
+
<li> Thanks and acknowledgements for all other people involved in helping make a successful iGEM team</li>
+
</ul>
+
 
</div>
 
</div>
 +
    <!-- /#wrapper -->
 +
   
  
 +
    <script src="https://2017.igem.org/Team:NJU-China/Javascript:jquery-1110-min?action=raw&ctype=text/javascript" type="text/javascript"></script>
 +
    <script src="https://2017.igem.org/Team:NJU-China/Javascript:bootstrap-min-js?action=raw&ctype=text/javascript" type="text/javascript"></script>
  
<div class="clear"></div>
+
    <script type="text/javascript">
 +
        $(document).ready(function () {
 +
          var trigger = $('.hamburger'),
 +
              overlay = $('.overlay'),
 +
            isClosed = false;
  
<div class="column half_size">
+
            trigger.click(function () {
 +
              hamburger_cross();     
 +
            });
  
<div class="highlight">
+
            function hamburger_cross() {
<h5> Can we base our project on a previous one? </h5>
+
<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>
+
</div>
+
</div>
+
  
 
+
              if (isClosed == true) {         
<div class="column half_size">
+
                overlay.hide();
 
+
                trigger.removeClass('is-open');
<h5>Inspiration</h5>
+
                trigger.addClass('is-closed');
<p>Take a look at what other teams have done:</p>
+
                isClosed = false;
<ul>
+
              } else { 
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Team">2011 Imperial College London</a> (scroll to the bottom)</li>
+
                overlay.show();
<li><a href="https://2014.igem.org/Team:Exeter/Attributions">2014 Exeter </a></li>
+
                trigger.removeClass('is-closed');
<li><a href="https://2014.igem.org/Team:Melbourne/Attributions">2014 Melbourne </a></li>
+
                trigger.addClass('is-open');
<li><a href="https://2014.igem.org/Team:Valencia_Biocampus/Attributions">2014 Valencia Biocampus</a></li>
+
                isClosed = true;
</ul>
+
              }
 
+
          }
</div>
+
         
 
+
          $('[data-toggle="offcanvas"]').click(function () {
<div class="clear"></div>
+
                $('#wrapper').toggleClass('toggled');
 
+
          });  
<div class="column half_size">
+
        });
 
+
    </script>
<h5>Team training and Project start</h5>
+
 
<p>Tell us if your institution teaches an iGEM or synthetic biology class and when you started your project:</p>
+
</body>
<ul>
+
<li>Does your institution teach an iGEM or synthetic biology course?</li>
+
<li>When did you start this course?</li>
+
<li>Are the syllabus and course materials freely available online?</li>
+
<li>When did you start your brainstorming?</li>
+
<li>When did you start in the lab?</li>
+
<li>When did you start working on your project?</li>
+
 
+
</ul>
+
 
+
</div>
+
 
+
 
+
 
+
 
+
</div>
+
 
</html>
 
</html>

Revision as of 13:12, 27 October 2017

ATTRIBUTIONS

Team

Team leader: Zhou Yu
Team members: Gui Yijun, Liang Chenxi, Liu Hengxin, Li Kaiming, Luo Qi, Sun Xuedi, Wu Jincheng, Zhang Zhihui

Zhou Yu founded the team and recruited the members. He allocated assignments to us everyone based on our strengths and interests. There is no doubt that his outstanding leadership ensured everything that needed to be done would get done.

Every one of us has participated in experiments.

Liu Hengxin worked on the establishment and the art design of the website. Luo Qi, Zhang Zhihui, Li Kaiming, Gui Yijun and Wu Jincheng participated in web copywriting.

Liang Chenxi, Luo Qi and Gui Yijun was responsible for writing the texts in our poster, yet Liu Hengxin and Liang Chenxi were in charge of the design of it. They cooperated very well.

Gui Yijun, Liang Chenxi, Wu Jincheng, Zhou Yu and our instructor Chen Xi all went to the interview in the hospital with professionals. Liu Hengxin analyzed the data online obtained through web-crawling technique to dig into people’s attitude towards weight-losing. All of us made questionaires and distributed them out. Gui Yijun, Liang Chenxi, Luo Qi and Zhou Yu went to the CCiC held by Fujian Agriculture and Foresty University, where they got acquainted with other teams’ projects and learned a lot.

Liang Chenxi, Luo Qi and Gui Yijun made the speech PPT and will give the presentations during the competition altogether.

Instructors

Chen Xi: He is an amazing and inspiring teacher. Thanks to his encouragement, we are eager to put forward innovative ideas and voice our own opinions about the ongoing work. Besides, what impresses us most is that he helps us patiently whenever we have trouble with our projects. He offers so much support and help, from the construction of the whole experimental frame to the references we choose. And I believe that’s why our project went well.

Chenyu Zhang: Professor Zhang is well-known for his research and development work about microRNAs. He provided us with experimental instruments and equipment. What’s more, he gave the guidance on the human practice and had contacted relevant authorities to guarantee all the activities in the plan could be on the rail. All of us feel very grateful for that.

Advisors

Yuchen Liu , Yujing Zhang ,Li Jing

Acknowledgement

It has been a long way for NJU-China from organizing the team to writing this. We would like to express our most sincere gratitude to every individual and institute that helped us during the valuable 257 days:
Thank Prof. Zhang Chenyu and Prof. Chen Xi for their unwavering support who helped the revision of the idea. Thank our advisors Liu Minghui and Wang Yanbo for their assistance on our experiments. Thank our instructor Zhou Yu and Gao Haidong for their invaluable input on the whole project.
Thanks for the funding support from M3 lab, Department of Life Science and Office of Academic Affairs of Nanjing University, who provided the laboratory and required material involved in the experiments of our project. Thank NJU Advanced Institution for Life Science and Jiangsu Engineering Center for MicroRNA Biology and Technology for the technical support. Thank Nanjing Drum-tower Hospital and Tianjin Medical University Cancer Hospital for providing the opportunity of human practice.

NJU-CHINA