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

 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<html lang="en">
 
<html lang="en">
 
<head>
 
<head>
    <meta charset="UTF-8">
+
<meta charset="UTF-8">
    <title>PROJECT</title>
+
<title>ATTRIBUTIONS</title>
   
+
<link href="http://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
        <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:NJU-China/CSS:Bootstrap?action=raw&ctype=text/css">
+
<link href="https://2017.igem.org/Team:NJU-China/CSS:bootstrap-min?action=raw&ctype=text/css" rel="stylesheet">
        <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: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">
+
<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-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-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>
+
<script type="text/javascript" src="https://2017.igem.org/Team:NJU-China/Javascript:jquery-jumpto?action=raw&ctype=text/javascript"></script>
 
+
<link href="http://cdn.bootcss.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
 +
<link href="https://2017.igem.org/Team:NJU-China/CSS:font-awesome?action=raw&ctype=text/css" rel="stylesheet">
 +
<link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:NJU-China/CSS:loaderskit?action=raw&ctype=text/css">
 
<style>
 
<style>
 +
.loader {
 +
                position: fixed;
 +
                left: 0px;
 +
                top: 0px;
 +
                width: 100%;
 +
                height: 100%;
 +
                z-index: 9999;
 +
                background: url('https://static.igem.org/mediawiki/2017/b/bd/NJU_China_iGEM_2017_loading.gif') 50% 50% no-repeat rgb(249, 249, 249);
 +
            }
 
#sideMenu,
 
#sideMenu,
 
#top_title{
 
#top_title{
Line 23: Line 34:
 
}
 
}
 
#top_menu_14{
 
#top_menu_14{
     height: 15px;
+
     height: 22px;
 
}
 
}
 
#top_menu_under{
 
#top_menu_under{
Line 32: Line 43:
 
}
 
}
 
#top_menu_inside{
 
#top_menu_inside{
padding-top:0;
+
padding-top:3px;
font-size:3px;
+
font-size:13px;
 
}
 
}
 
#HQ_page p {
 
#HQ_page p {
     font-family: proxima-nova,"Arial",Helvetica,sans-serif;
+
     font-family: proxima-novabold,"Arial",Helvetica,sans-serif;
     font-size: 19px;
+
     font-size: 17px;
 
     text-align: justify;
 
     text-align: justify;
 
}
 
}
Line 102: Line 113:
 
     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 0 13px 0;
 +
border-radius: 30px;
 +
}
 +
#accordion .panel-title {
 +
        padding-bottom:13px;
 +
}
 +
#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 5px 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 p
 +
{
 +
font-family: proxima-novabold,"Arial",Helvetica,sans-serif;
 +
font-size: 19px;
 +
    padding: 10px 10px;
 +
}
 +
.teamwindow a
 +
{
 +
font-family: "Microsoft YaHei",proxima-nova,"Arial",Helvetica,sans-serif;
 +
}
 +
.page_container div
 +
{
 +
padding: 10px 10px;
 +
}
 +
.teamtop
 +
{
 +
display: table;
 +
width: 100%;
 +
height: 475px;
 +
background-image: url("https://static.igem.org/mediawiki/2017/e/eb/NJU_China_iGEM_2017_attributiontop.jpg");
 +
background-attachment: fixed;
 +
 +
}
 
</style>
 
</style>
 
</head>
 
</head>
Line 109: Line 224:
 
         <div class="overlay"></div>
 
         <div class="overlay"></div>
 
      
 
      
        <!-- Sidebar -->
+
      <!-- Sidebar -->
 
         <nav class="navbar navbar-inverse navbar-fixed-top" id="sidebar-wrapper" role="navigation">
 
         <nav class="navbar navbar-inverse navbar-fixed-top" id="sidebar-wrapper" role="navigation">
 
             <ul class="nav sidebar-nav">
 
             <ul class="nav sidebar-nav">
Line 133: Line 248:
 
                     <li class="dropdown-header"><a href="https://2017.igem.org/Team:NJU-China/Results/Conclusions">Results</a></li>
 
                     <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/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/Safety">Safety</a></li>
                    <li><a href="https://2017.igem.org/Team:NJU-China/Improve">Improve</a></li>
 
 
                     </ul>  
 
                     </ul>  
 
                 </li>
 
                 </li>
 
                 <li>
 
                 <li>
 
                     <a href="https://2017.igem.org/Team:NJU-China/Basic_Part"><i class="fa fa-fw fa-plus"></i> Parts </a>  
 
                     <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">
+
                 </li>
 +
                <li>
 +
                    <a href="https://2017.igem.org/Team:NJU-China/Model"><i class="fa fa-fw fa-plus"></i> Model </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>
 
                   <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">
 
                   <ul class="dropdown-menu" role="menu">
 
                     <li class="dropdown-header"><a href="https://2017.igem.org/Team:NJU-China/Notebook">Notebook</a></li>
 
                     <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/Protocol">Protocol</a></li>
                     <li><a href="https://2017.igem.org/Team:NJU-China/Calendar">Calendar</a></li>
+
                     <li><a href="https://2017.igem.org/Team:NJU-China/Notebook">Calendar</a></li>
 
                   </ul>
 
                   </ul>
 
                 </li>
 
                 </li>
Line 155: Line 271:
 
                     <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/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/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>
 
                   </ul>
 
                 </li>
 
                 </li>
Line 172: Line 287:
 
             <ul>
 
             <ul>
 
                 <li>
 
                 <li>
                     <a href="#BCL2" data-number="1">
+
                     <a href="#Team" data-number="1">
 
                         <span class="cd-dot"></span>
 
                         <span class="cd-dot"></span>
                         <span class="cd-label">BCL2</span>
+
                         <span class="cd-label">Team</span>
 
                     </a>
 
                     </a>
 
                 </li>
 
                 </li>
 
                 <li>
 
                 <li>
                     <a href="#tPEP" data-number="2">
+
                     <a href="#Instructors" data-number="2">
 
                         <span class="cd-dot"></span>
 
                         <span class="cd-dot"></span>
                         <span class="cd-label">tPEP</span>
+
                         <span class="cd-label">Instructors</span>
 +
                    </a>
 +
                </li>
 +
                <li>
 +
                    <a href="#Acknowledgement" data-number="3">
 +
                        <span class="cd-dot"></span>
 +
                        <span class="cd-label">Acknowledgement</span>
 
                     </a>
 
                     </a>
 
                 </li>
 
                 </li>
Line 186: Line 307:
 
         </nav>         
 
         </nav>         
 
         <!-- Page Content -->
 
         <!-- Page Content -->
       
 
 
<div id="page-content-wrapper">
 
<div id="page-content-wrapper">
 
           <button type="button" class="hamburger is-closed animated fadeInLeft" data-toggle="offcanvas">
 
           <button type="button" class="hamburger is-closed animated fadeInLeft" data-toggle="offcanvas">
Line 193: Line 313:
 
             <span class="hamb-bottom"></span>
 
             <span class="hamb-bottom"></span>
 
           </button>
 
           </button>
         <div class="projecttop">
+
         <div class="teamtop">
           
+
 
         </div>
 
         </div>
 
         <div class="page_container">
 
         <div class="page_container">
         <div id="BCL2" class="first" style="padding: 50px 0;">
+
         <div id="Team" class="first" style="padding: 50px 0;">
 
         <div id="page_edge1">
 
         <div id="page_edge1">
 
         </div>
 
         </div>
             <h2>BCL2- siRNAs design</h2>
+
             <h2>Team</h2>
 
             <div class="container">
 
             <div class="container">
                <div class="row">
+
            <div class="row teamwindow" style="text-align: center;">
                        BCL2-si RNA – 1 sequence: CCGGGAGAACAGGGTATGATA
+
Team leader: Zhou Yu
                        <br />
+
            <br />
BCL2-si RNA – 2 sequence: TACGAGTGGGATGCTGGAGAT
+
Team members: Gui Yijun, Liang Chenxi, Liu Hengxin, Li Kaiming, Luo Qi, Sun Xuedi, Wu Jincheng, Zhang Zhihui
<br />
+
            <p></p>
BCL2-si RNA – 3 sequence: GTGGATGACTGAGTACCTGAA
+
           
<br />
+
            </div>
BCL2-si RNA – 4 sequence: CTGCATCACTCTGGGTGCATA
+
 
                </div>
+
            <div class="row teamwindow" >
                <div class="row">
+
                <div class="col-md-offset-1 col-md-10">
                    These four parts are artificially designed RNA strands that function as the silencing tool for BCL2 gene’s expression through base-pairing with corresponding mRNAs. BCL2 protein is anti-apoptotic, mainly located in the cytoplasm side of the nuclear membrane, the endoplasmic reticulum and the outer membrane of mitochondria. By muting BCL2 gene’s expression, we can induce more cells’ apoptosis theoretically. We design four sequences and have a DNA synthesis company produce plasmids with codes inserted for each of them.                  
+
                    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
                </div>                                                          
+
                        <div class="panel panel-default">
            </div>  
+
                            <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  based on our skills and interests. There is no doubt that his outstanding leadership ensured everything proceeded according to plan.
 +
                                    </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="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="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>
 +
 
 +
<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="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="tPEP" class="second" style="padding: 50px 0;">
+
 
 +
 
 +
         <div id="Instructors" class="second" style="padding: 50px 0;">
 
             <div id="page_edge2">
 
             <div id="page_edge2">
 
             </div>         
 
             </div>         
             <h2>tPEP - lamp 2b fusion protein’s coding DNA fragment</h2>
+
             <h2>Instructors</h2>
 
             <div class="container">
 
             <div class="container">
                <div class="row">
+
            <div class="row">
                    tPEP is a peptide (CKGGRAKDC ) targeted to adipose tissue as the ligand of adipocytes’ prohibitin, whilst lamp 2b is a integrin for exosomes. This part is artificially designed to create a fusion protein, tPep at the outward end of lamp 2b. With the assistance of such proteins, exosomes are capable of carrying siRNAs precisely towards adipose tissues. When the tPep binds the prohibitin of the adipocyte and an exosome’ membrane merge into the adipocyte’s, it’s time for siRNAs to act.                
+
            Zhou Yu : He 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.
                </div>
+
              </div>
                <div class="row" style="text-align: center;">
+
            </div>
                    <img src="https://static.igem.org/mediawiki/2017/c/cc/NJU_China_iGEM_2017_parts_fig1.png" alt="" style="text-align: center;" style="width:130%;">                  
+
            <h2>PI</h2>
                </div>
+
            <div class="container">
                <div class="row">
+
            <div class="row">
                    We package BCL2-siRNAs into exosomes by transfecting HEK293 cells with a plasmid expressing BCL2-siRNA and then collect siRNA-encapsulated exosomes. When we inject the modified exosomes into the bloodstream, exosomes will specifically identify adipocytes and fuse with them under the direction of the tPep. Once siRNAs make their entrance into adipocytes, they cause the degradation of BCL2 mRNA via base-paring. Subsequently, adipocytes’ apoptosis increase.  
+
            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. <br /> <br />
                    <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.
                    To ensure the interference efficacy of BCL2 siRNA, four siRNA sequences targeting different sites of BCL2 mRNA were designed. After we transfected them into the mouse adipocytes, we could detect efficient knock-down of BCL2. Among these four sequences, BCL2-siRNA-2 exhibits the most powerful efficacy.
+
 
                </div>
+
              </div>
                <div class="row" style="text-align: center;">
+
            </div>
                    <img src="https://static.igem.org/mediawiki/2017/1/11/NJU_China_iGEM_2017_parts_fig2.png" alt="" style="width: 50%;">
+
            <h2>Advisors</h2>
                    <img src="https://static.igem.org/mediawiki/2017/a/a8/NJU_China_iGEM_2017_parts_fig3.png" alt=""style="width: 50%;">
+
<div class="container">
                </div>
+
            <div class="row">
                <div class="row">
+
            Zhou Zhen , Hu Xiuting
                    To prove the targeting property of tPep exosomes, we co-incubated them respectively with 3T3L1 cells (mouse adipose tissues) and C2C12 (mouse myoblasts). Also we set parallel experiments using exosomes without tPep-lamp 2b fusion protein. It was thrilling to see only tPep exosomes accumulated in the 3T3L1 cells while the other groups’ results were contrary. This fully illustrates tPep exosomes can target precisely to the adipose tissues.
+
            </div>
                </div>                  
+
            </div>           
                </div>
+
        </div>
                <div class="row" style="text-align: center;">
+
        <div  id="Acknowledgement" class="third" style="padding: 50px 0;">
                    <img src="https://static.igem.org/mediawiki/2017/e/e4/NJU_China_iGEM_2017_parts_fig4.png" alt="" style="width: 50%;">
+
            <div id="page_edge3">
                </div>
+
            </div>
          </div>
+
            <h2> Acknowledgement </h2>
    </div>
+
<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 had helped us in the past year.
 +
            <br />
 +
Thank Prof. Zhang Chenyu and Prof. Chen Xi for their unwavering support who helped the revision of the idea. Thank our advisors Hu Xiuting and Zhou Zhen for their assistance on our experiments. Thank our instructor Zhou Yu for his 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 Genaral Hospital for providing the opportunity of human practice.
 +
            </div>
 +
            </div>            
 +
        </div>
 
     </div>
 
     </div>
    <div id="InterLab" class="foot" style="padding: 10px 0;background-color: black;color: white;">   
+
      <div id="NJU-CHINA" class="foot" style="padding: 10px 0;background-color: black;color: white;">   
 
             <div class="container">
 
             <div class="container">
 +
                <section>
 +
            </section>
 
                 <div class="row">
 
                 <div class="row">
                     <div class="col-sm-4 col-md-4">
+
                     <div class="col-sm-6 col-md-6">
                         <h2 style="float: left;font-size: 35px;padding: 0 0 13px 100px;font-family: 'Microsoft YaHei';letter-spacing: 1.5px;">NJU-CHINA</h2>
+
                         <a href="https://2017.igem.org/Team:NJU-China/Team" class="set_1_btn Vbtn-1" style="float: right;;margin: 10px 150px 0;"> <svg>
 +
                        <rect x="0" y="0" fill="none" width="100%" height="100%"></rect>
 +
                        </svg> TEAM </a>
 
                     </div>
 
                     </div>
                     <div class="col-sm-8 col-md-8">
+
                     <div class="col-sm-6 col-md-6">
                         <a href="https://2017.igem.org/Team:NJU-China/InterLab" class="set_1_btn Vbtn-1" style="float: right;;margin: 10px 200px 0;"> <svg>
+
                         <a href="https://2017.igem.org/Team:NJU-China/Collaborations" class="set_1_btn Vbtn-1" style="float: right;;margin: 10px 150px 0;"> <svg>
 
                         <rect x="0" y="0" fill="none" width="100%" height="100%"></rect>
 
                         <rect x="0" y="0" fill="none" width="100%" height="100%"></rect>
                         </svg> READ MORE </a>  
+
                         </svg> COLABORATIONS </a>  
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
Line 263: Line 525:
 
<!--page-->
 
<!--page-->
 
</div>
 
</div>
<!-- /#wrapper -->
+
    <!-- /#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: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>
 
     <script src="https://2017.igem.org/Team:NJU-China/Javascript:bootstrap-min-js?action=raw&ctype=text/javascript" type="text/javascript"></script>
 +
 
     <script type="text/javascript">
 
     <script type="text/javascript">
 
         $(document).ready(function () {
 
         $(document).ready(function () {
Line 297: Line 561:
 
         });
 
         });
 
     </script>
 
     </script>
 +
      <div class="loader"></div>
 +
        <script type="text/javascript">
 +
            $(window).load(function() {
 +
                $(".loader").fadeOut("slow");
 +
            })
 +
        </script>
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 02:16, 2 November 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 based on our skills and interests. There is no doubt that his outstanding leadership ensured everything proceeded according to plan.

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

Zhou Yu : He 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.

PI

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

Zhou Zhen , Hu Xiuting

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 had helped us in the past year.
Thank Prof. Zhang Chenyu and Prof. Chen Xi for their unwavering support who helped the revision of the idea. Thank our advisors Hu Xiuting and Zhou Zhen for their assistance on our experiments. Thank our instructor Zhou Yu for his 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 Genaral Hospital for providing the opportunity of human practice.