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

 
(39 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
      
 
      
 
         <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:NJU-China/CSS:Bootstrap?action=raw&ctype=text/css">
 
         <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:NJU-China/CSS:Bootstrap?action=raw&ctype=text/css">
    <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:NJU-China/CSS:header?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: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-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 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 20: Line 32:
 
}
 
}
 
#top_menu_14{
 
#top_menu_14{
     height: 15px;
+
     height: 22px;
 
}
 
}
 
#top_menu_under{
 
#top_menu_under{
Line 29: Line 41:
 
}
 
}
 
#top_menu_inside{
 
#top_menu_inside{
padding-top:0;
+
padding-top:3;
font-size:3px;
+
font-size:13px;
margin-top:-3px;
+
 
}
 
}
 
#HQ_page p {
 
#HQ_page p {
 
     font-family: proxima-nova,"Arial",Helvetica,sans-serif;
 
     font-family: proxima-nova,"Arial",Helvetica,sans-serif;
     font-size: 17px;
+
     font-size: 19px;
 
     text-align: justify;
 
     text-align: justify;
 
}
 
}
 
i{
 
i{
font-size:13px;
+
font-size:17px;
 
}
 
}
 
#globalWrapper{
 
#globalWrapper{
 
padding-bottom:0;
 
padding-bottom:0;
 +
font-size:19px;
 
}
 
}
a{
+
a:visited{
 
color:white;
 
color:white;
 
}
 
}
Line 65: Line 77:
 
.set_1_btn:hover {
 
.set_1_btn:hover {
 
     text-decoration: none;
 
     text-decoration: none;
     color: red;
+
     color: #72261E;
 
}
 
}
 
.Vbtn-1 {
 
.Vbtn-1 {
Line 99: Line 111:
 
     transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
 
     transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
 
}
 
}
 +
.projecttop
 +
{
 +
    display: table;
 +
    width: 100%;
 +
    height: 475px;
 +
    background-image: url("https://static.igem.org/mediawiki/2017/2/2e/NJU_China_iGEM_2017_project_top.jpg");
 +
    background-attachment: fixed;
  
 +
}
 
</style>
 
</style>
     
 
<script>
 
        if ($('.firstHeading')) $('.firstHeading').remove();
 
</script>
 
 
</head>
 
</head>
 
<body>
 
<body>
 +
    <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/Safety">Safety</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>
 +
                    <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>
 +
                  <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/Protocol">Protocol</a></li>
 +
                    <li><a href="https://2017.igem.org/Team:NJU-China/Notebook">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>
 +
                  </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 -->
  
<!-- .header-wrapper start -->
 
<div id="mtoplink">
 
    <a href="#mtop"><img src="https://static.igem.org/mediawiki/2017/4/41/NJU_China_iGEM_2017_PROJECT_top.png" alt="top" id="topsec"></a>
 
</div>
 
<div id="mtop">
 
</div>
 
<div id="header-wrapper">
 
    <!-- #header start -->
 
  <header id="header">
 
      <!-- Main navigation and logo container -->
 
        <div class="header-inner">
 
            <!-- .container start -->
 
            <div class="container">
 
                <!-- .main-nav start -->
 
                  <div class="main-nav">
 
                    <!-- .row start -->
 
                        <div class="row">
 
                                <div class="col-md-12">
 
                                    <!-- .navbar start -->
 
                                    <nav class="navbar navbar-default nav-left">                                   
 
 
                                        <!-- .navbar-header start -->
 
                                        <div class="navbar-header">
 
                                            <!-- .logo start -->
 
                                            <div class="logo">
 
                                                <a href="https://2017.igem.org/Team:NJU-China">
 
                                                    <img src="https://static.igem.org/mediawiki/2017/d/d3/NJU_China_iGEM_2017_Home_logo.png" alt="NJU-CHINA">
 
                                                </a>
 
                                            </div><!-- logo end -->
 
                                        </div><!-- .navbar-header end -->
 
 
                                        <!-- Collect the nav links, forms, and other content for toggling -->
 
                                        <div class="collapse navbar-collapse">
 
                                            <ul class="nav navbar-nav pi-nav">
 
                                                <li class="current-menu-item dropdown">
 
                                                    <a href="https://2017.igem.org/Team:NJU-China">Home</a>
 
                                                </li>
 
                                                <li class="dropdown">
 
                                                    <a href="https://2017.igem.org/Team:NJU-China/Project">Project</a>
 
                                                    <ul class="dropdown-menu">
 
                                                        <li><a href="https://2017.igem.org/Team:NJU-China/Project#Description">Description</a></li>
 
                                                        <li><a href="https://2017.igem.org/Team:NJU-China/Project#Design">Design</a></li>
 
                                                        <li><a href="https://2017.igem.org/Team:NJU-China/InterLab">InterLab</a></li>
 
                                                    </ul>
 
                                                    <!-- .dropdown-menu end -->
 
                                                </li>
 
                                                <li class="dropdown">
 
                                                    <a href="https://2017.igem.org/Team:NJU-China/Results/Conclusions">Results</a>
 
                                                    <ul class="dropdown-menu">
 
                                                        <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><!-- .dropdown-menu end -->
 
                                                </li>
 
                                                <li class="dropdown">
 
                                                    <a href="https://2017.igem.org/Team:NJU-China/Parts">Parts</a>
 
                                                    <ul class="dropdown-menu">
 
                                                        <li><a href="https://2017.igem.org/Team:NJU-China/Parts">Parts</a></li>
 
                                                        <li><a href="https://2017.igem.org/Team:NJU-China/Basic_Part">Basic Part</a></li>
 
                                                        <li><a href="https://2017.igem.org/Team:NJU-China/Composite_Part">Composite PartS</a></li>
 
                                                        <li><a href="https://2017.igem.org/Team:NJU-China/Part_Collection">Part Collection</a></li>
 
                                                    </ul><!-- .dropdown-menu end -->
 
                                                </li>                                               
 
                                                <li class="dropdown">
 
                                                    <a href="https://2017.igem.org/Team:NJU-China/Notebook">Notebook</a>
 
                                                    <ul class="dropdown-menu">
 
                                                        <li><a href="https://2017.igem.org/Team:NJU-China/Experiments">Experiments</a></li>
 
                                                        <li><a href="https://2017.igem.org/Team:NJU-China/Experiments/Protocol">Protocol</a></li>
 
                                                        <li><a href="https://2017.igem.org/Team:NJU-China/Notebook/Calendar">Calendar</a></li>
 
                                                    </ul><!-- .dropdown-menu end -->
 
                                                </li>
 
                                                <li class="dropdown">
 
                                                    <a href="https://2017.igem.org/Team:NJU-China/HP">Human Practice</a>
 
                                                    <ul class="dropdown-menu">
 
                                                        <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/Engagement">Public Engagementr</a></li>
 
                                                    </ul><!-- .dropdown-menu end -->
 
                                                </li>
 
                                                <li class="dropdown">
 
                                                    <a href="https://2017.igem.org/Team:NJU-China/Team">Team</a>      <ul class="dropdown-menu">
 
                                                        <li><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><!-- .dropdown-menu end -->
 
                                                </li>
 
                                            </ul><!-- .nav.navbar-nav.pi-nav end -->
 
 
                                            <!-- Responsive menu start -->
 
                                            <div id="dl-menu" class="dl-menuwrapper">
 
                                                <button class="dl-trigger">Open Menu</button>
 
 
                                                <ul class="dl-menu">
 
                                                    <li>
 
                                                        <a href="https://2017.igem.org/Team:NJU-China">Home</a>
 
                                                    </li>
 
 
                                                    <li>
 
                                                        <a href="https://2017.igem.org/Team:NJU-China/Project">Project</a>
 
                                                        <ul class="dl-submenu">
 
                                                            <li><a href="https://2017.igem.org/Team:NJU-China/Project#Description">Description</a></li>
 
                                                            <li><a href="https://2017.igem.org/Team:NJU-China/Project#Design">Design</a></li>
 
                                                            <li><a href="https://2017.igem.org/Team:NJU-China/InterLab">InterLab</a></li>
 
                                                        </ul>
 
                                                    </li>
 
 
                                                    <li>
 
                                                        <a href="https://2017.igem.org/Team:NJU-China/Results/Conclusions">Results</a>
 
                                                        <ul class="dl-submenu">
 
                                                            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/Parts">Parts</a>
 
                                                        <ul class="dl-submenu">
 
                                                            <li><a href="https://2017.igem.org/Team:NJU-China/Parts">Parts</a></li>
 
                                                            <li><a href="https://2017.igem.org/Team:NJU-China/Basic_Part">Basic Part</a></li>
 
                                                            <li><a href="https://2017.igem.org/Team:NJU-China/Composite_Part">Composite Parts</a></li>
 
                                                            <li><a href="https://2017.igem.org/Team:NJU-China/Part_Collection">Part Collection</a></li>
 
                                                        </ul>
 
                                                    </li>
 
                                                    <li>
 
                                                        <a href="https://2017.igem.org/Team:NJU-China/Notebook">Notebook</a>
 
                                                        <ul class="dl-submenu">
 
                                                            <li><a href="https://2017.igem.org/Team:NJU-China/Experiments">Experiments</a></li>
 
                                                            <li><a href="https://2017.igem.org/Team:NJU-China/Experiments/Protocol">Protocol</a></li>
 
                                                            <li><a href="https://2017.igem.org/Team:NJU-China/Notebook/Calendar">Calendar</a></li>
 
                                                        </ul>
 
                                                    </li>
 
                                                    <li>
 
                                                        <a href="https://2017.igem.org/Team:NJU-China/HP">Human Practice</a>
 
                                                        <ul class="dl-submenu">
 
                                                            <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/Engagement">Public Engagementr</a></li>
 
                                                        </ul>
 
                                                    </li>
 
 
                                                    <li>
 
                                                        <a href="https://2017.igem.org/Team:NJU-China/Team">Team</a>
 
                                                        <ul class="dl-submenu">
 
                                                            <li><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><!-- Contact li end -->
 
 
                                                </ul><!-- .dl-menu end -->
 
                                            </div><!-- (Responsive menu) #dl-menu end -->
 
                                        </div><!-- .navbar.navbar-collapse end -->
 
                                    </nav><!-- .navbar end -->
 
                                </div><!-- .col-md-12 end -->
 
                            </div><!-- .row end -->           
 
                        </div><!-- .main-nav end -->
 
                    </div><!-- .container end -->
 
                </div><!-- .header-inner end -->
 
            </header><!-- #header end -->
 
</div>
 
<!-- .master-slider start -->
 
<div id="masterslider" >
 
    <!-- slide start -->
 
    <div class="ms-slide">
 
        <div class="intro">
 
            <div class="inner">
 
                <div class="titlebox">
 
                    <h1>PROJECT</h1>
 
                </div>
 
            </div>
 
        </div>
 
    </div>
 
</div>
 
 
<nav id="cd-vertical-nav">
 
<nav id="cd-vertical-nav">
        <ul>
+
            <ul>
            <li>
+
                <li>
                <a href="#Description" data-number="1">
+
                    <a href="#Background" data-number="1">
                    <span class="cd-dot"></span>
+
                        <span class="cd-dot"></span>
                    <span class="cd-label">Description</span>
+
                        <span class="cd-label">Background</span>
                </a>
+
                    </a>
            </li>
+
                </li>
            <li>
+
                <li>
                <a href="#Design" data-number="2">
+
                    <a href="#Design" data-number="2">
                    <span class="cd-dot"></span>
+
                        <span class="cd-dot"></span>
                    <span class="cd-label">Design</span>
+
                        <span class="cd-label">Design</span>
                </a>
+
                    </a>
            </li>
+
                </li>
            <li>
+
                <li>
                <a href="#InterLab" data-number="3">
+
                    <a href="#Reference" data-number="3">
                    <span class="cd-dot"></span>
+
                        <span class="cd-dot"></span>
                    <span class="cd-label">InterLab</span>
+
                        <span class="cd-label">Reference</span>
                </a>
+
                    </a>
            </li>
+
                </li>
        </ul>
+
            </ul>
    </nav>
+
        </nav>      
 
+
         <!-- Page Content -->
<div class="page_container">
+
    <div id="Description">
+
         <h2>Description</h2>
+
        <h3>Overview of cancer</h3>
+
        <p>
+
            Undeniably, no matter what we pursue, it is the health and wellness that people care about most. Everyone goes for a healthier and stronger body, but we are all clear about that there are numerous diseases around us, and it's still clueless for us to completely resist and cure a large quantity of them. People usually feel uncomfortable and scared by intractable and severe diseases. And cancer must be one of the nightmares.
+
        <br />
+
            Cancer is a group of diseases characterized by the uncontrolled growth and spread of abnormal cells. Once the spread, also known as metastasis, isn’t well controlled, it can result in death[1] . As one of the most frightening death threat, cancer can be aggressive and malignant. The harmful effects of cancer on individual, family and society are enormous and appalling.
+
        </p>
+
        <h3>Global</h3>
+
        <p>
+
            According to WHO and the latest global cancer statistics (2015), there were 14.1 million new cancer cases in 2012 worldwide and the corresponding estimates for total cancer deaths were 8.2 million (Fig. 1). Literally, about 22,000 cancer deaths happened a day. Besides, 1 in 7 deaths was related to cancer, and cancer caused more deaths than AIDS, tuberculosis and malaria combined. By 2030, the global burden is expected to grow to 21.7 million new cancer cases and 13 million cancer deaths on account of rapid growth and aging of population[1] . Due to the adoption of lifestyles that are known to increase cancer risk, such as smoking, poor diet, physical inactivity and reproductive changes (including lower parity and later age at first birth) in developing country, it’s reasonable to estimate that the actual figures will be considerably larger[2] .
+
            <br />
+
            Therefore, cancer is becoming one of the leading causes of death and the major public health problem around the world (Fig. 2).
+
        </p>
+
    </div>
+
    <div id="Design" style="background-color: #808080;color: #DCDCDC;">
+
        <h2 style="color: #DCDCDC;">Design</h2>
+
 
          
 
          
        <h3>RNAi & KRAS</h3>
+
<div id="page-content-wrapper">
        <p>
+
          <button type="button" class="hamburger is-closed animated fadeInLeft" data-toggle="offcanvas">
             RNA interference (RNAi) is an emerging technology of gene silencing. It uses siRNA segments to destroy specific mRNA, thereby, shut down the expression of target genes. RNAi has been demonstrated as a novel treatment modality of cancer and we decided to utilize this technology to silence the expression of specific oncogene[1]. KRAS is one of the most commonly mutated oncogenes in lung cancer. The mutation rate of KRAS can be up to 25% in NSCLC (a main type of lung cancer)[2]. Thus, we picked KRAS as our target oncogene. Then we designed anti-KRAS siRNA as a therapeutic agent to degrade KRAS mRNA, therefore, repressing the expression and function of K-ras protein. We used a specialized software developed by team SYSU-software to find the ideal siRNA sequence. This tool also designed pairs of oligonucleotides needed to generate short hairpin RNAs (shRNAs) in the plasmid. When the shRNA plasmids of KRAS are transfected into HEK293 cells, the dsRNA is cleaved into siRNA of KRAS by the enzyme Dicer, and then target KRAS mRNA. However, due to the short half-life period and poor cellular uptake of exogenous siRNA[3], an efficient delivery vehicle is needed to stabilize and enhance the naked small interference molecule's function.
+
            <span class="hamb-top"></span>
        </p>  
+
             <span class="hamb-middle"></span>
    </div>    
+
            <span class="hamb-bottom"></span>
</div>
+
          </button>
<div id="InterLab" style="background-color: black;color: white;border-top: 0.1px white solid; ">
+
        <div class="projecttop">
         <div class="container">
+
           
            <div class="row">
+
        </div>
                <div class="col-sm-4 col-md-4">
+
        <div class="page_container">
                    <h2 style="color: white;float: left;font-size: 40px;padding: 175px 0 175px 100px;font-family: 'Microsoft YaHei';letter-spacing: 1.5px;">INTERLAB</h2>
+
        <div id="Background" class="first" style="padding: 50px 0;">
 +
         <div id="page_edge1">
 +
        </div>
 +
            <h2>Background</h2>
 +
            <div class="container">
 +
                <div class="row">
 +
                    <div class="col-sm-12 col-md-12">
 +
                        Obesity is a medical condition in which excess body fat has accumulated to the extent that it may have a negative effect on health. [1] People are generally considered obese when their body mass index (BMI), a measurement obtained by dividing a person's weight by the square of the person's height, is over 30 kg/m2, with the range 25–30 kg/m2 defined as overweight. [1]
 +
                    </div>
 
                 </div>
 
                 </div>
                 <div class="col-sm-8 col-md-8">
+
                 <div class="row">
                     <a href="https://2017.igem.org/Team:NJU-China/InterLab" class="set_1_btn Vbtn-1" style="float: right;;margin: 200px 200px 0;"> <svg>
+
                    <div class="col-sm-7 col-md-7">
                    <rect x="0" y="0" fill="none" width="100%" height="100%"></rect>
+
                        We need to perceive this: obesity, or excess fat, is not simply an obstacle to many people pursuing beauty. It also stands in the way of health acquiring, sharing connection with various diseases, like cardiovascular diseases, obstructive sleep apnea, type 2 diabetes, depression, certain types of cancer and so on. [2][3] What’s worse, obesity is now one of the major evitable causes for death globally. [4][5] In general, obesity cut down life expectancy by six to seven years. As for the number of obese people, in 2016, more than 1.9 billion adults, aged 18 and above, were overweight. Of these over 650 million were obese. 39% of adults aged 18 years and over were overweight in 2016, and 13% were obese. [1]
                     </svg> READ MORE </a>  
+
                     </div>
 +
                <div class="col-sm-5 col-md-5">
 +
                        <img src="https://static.igem.org/mediawiki/2017/4/44/NJU_China_iGEM_2017_project_fig1.png" alt="" style="width: 100%;height: 100%;">
 +
                     </div>                  
 
                 </div>
 
                 </div>
 +
                <div class="row">
 +
                    <img src="https://static.igem.org/mediawiki/2017/4/4f/NJU_China_iGEM_2017_project_fig2.png" alt="">
 +
                    <img src="https://static.igem.org/mediawiki/2017/5/5b/NJU_China_iGEM_2017_project_fig2.1.png" alt="">
 +
                </div>
 +
                <div class="row" style="text-align: center;">
 +
                    <i >Map of Obesity in Adult Males (% of adult population with en:BMI 30+) per country. Using data updated until December 2008.</i>
 +
                </div>
 +
                <div class="row">
 +
                    In fact, given the severe circumstance, in 2013, the American medical association has classified obesity as a disease. [6]
 +
                    <br />
 +
                    <br />
 +
                    While the prevalence of obesity continued to grow, people weren’t just sitting these years away and did nothing against obesity. To lose weight, some change their lifestyle. People trying to lose weight have to refuse high calorie food and switch to healthier food like fiber-rich vegetables, and try to exercise more. Besides, some people might get help from medications. The legal medications in the market usually work by inhibiting appetite (like Sibutramine), reducing the degradation and absorption of fat (like Orlistat), or regulating the metabolism of fat. [7]
 +
                    <br />
 +
                    <br />
 +
                    We have seen the traditional methods to lose weight. Many of them are prevalent, and we cannot deny their efficacy. However, it’s not hard to find these traditional methods’ defects: changing lifestyle is usually unpleasant and perseverance-needed, and even if you get the positive feedback, the probability to regain weight is also quite high. [7] As for medications, they may bring out inevitable side effects, like oily stool. Some company had to retract their medications for safety concerns. For example, Sibutramine, an Australian drug, had to be recalled for harmful influence on heart diseases. [7]
 +
                    <br />
 +
                    Therefore, undoubtedly we need a better solution to address the obesity issue.
 +
                </div>
 +
                <div class="row">
 +
                    <div class="col-sm-5 col-md-5">
 +
                        <img src="https://static.igem.org/mediawiki/2017/1/14/NJU_China_iGEM_2017_project_fig3.png" alt="" style="width: 450px;height: auto;">
 +
                        <i style="margin-left: 10px;">Left: fat mice treated by inducing adipocytes’ apoptosis</i>
 +
                    </div>                   
 +
                    <div class="col-sm-7 col-md-7">
 +
                        As we trace back to the source of obesity, we can see its relevance to adipocytes, which store fat derived from the diet and from liver metabolism. There are two types of adipose tissue, white adipose tissue (WAT) and brown adipose tissue (BAT), which are also known as white fat and brown fat, respectively, and comprise two types of fat cells.
 +
                        <br />
 +
                        <br />
 +
                        When fat accumulates, the size of adipocytes increases. If the adipocytes in the body reach their maximum capacity of fat, they may replicate to allow additional fat storage.Since the number and the size of adipocytes affect human’s weight status, and it has been proved valid to decrease mice’s weight by targeted ablation of adipose tissue. [8]
 +
                        <br />
 +
                        <br />
 +
                        Thus, we decided to use design a specific gene-targeted delivery system to help regulate the apoptosis of adipose tissues. To fulfil such a goal, a targeted gene, a gene-regulating tool, a targeting tool and a delivery vesicle have to be selected or created.                       
 +
                    </div>                   
 +
                </div>
 +
                <h3>1) BCL-2 gene</h3>
 +
                <div class="row">
 +
                    BCL-2 gene encodes BCL-2 protein (B-cell lymphoma 2), the founding member of the Bcl-2 family of regulator proteins that regulate cell death (apoptosis), by either inducing (pro-apoptotic) or inhibiting (anti-apoptotic) apoptosis. [9][10] Since BCL-2
 +
                    Can inhibit the activity of pro-apoptotic proteins in adipose tissues, we can induce adipocyte apoptosis by decrease BCL-2 gene’s expression.
 +
                    <br />
 +
                    <img src="https://static.igem.org/mediawiki/2017/c/c8/NJU_China_iGEM_2017_project_fig4.png" alt="" style="width: 70%; margin-left:150px;">
 +
                </div>
 +
                <h3>2) RNAi</h3>
 +
                <div class="row">
 +
                    RNA interference (RNAi) is an endogenous regulatory pathway that is triggered by small interfering RNAs (siRNAs), and by the activated RNAi pathway, siRNA can silence the expression of any genes with high efficiency [11].
 +
                    <br />
 +
                    <br />
 +
                    RNAi silencing is initiated when double-stranded RNA (dsRNA) is processed into siRNA between 19-26 base pairs in length by an RNase III enzyme called Dicer. Subsequently, siRNA unwinds, one of the strands is degraded, and the other strand is incorporated into RNA-induced silencing complexes (RISCs) and guides the complex to recognize messenger RNA (mRNA) sequences with perfect or nearly perfect complementarity, resulting in cleavage and degradation of the target, thereby interrupting protein synthesis of the target gene.
 +
                    <br />
 +
                    <div class="col-sm-7 col-md-7">
 +
                        <img src="https://static.igem.org/mediawiki/2017/8/8f/NJU_China_iGEM_2017_project_fig5.png" alt="" style="width: 100%;">
 +
                    </div>                   
 +
                    <div class="col-sm-5 col-md-5">
 +
                        The RNAi process. dsRNA is processed into siRNA by the endonuclease Dicer. The siRNA is loaded into the RNA-induced silencing complex (RISC), followed by cleavage and release of the passenger strand. The guide strand then associates with a homologous mRNA strand by conventional base paring, and the mRNA strand is cleaved by RISC and released for further degradation within the cytoplasm.
 +
                    </div>
 +
                </div>
 +
                <div class="row">
 +
                    <br />
 +
                    RNAi is a promising applicable mechanism that has the potential to spark a revolution in medicine.
 +
                    <br />
 +
                    In the few years since biotechnologists have adopted RNAi, this technique has already earned a place among the major technology platforms. This powerful RNA-based mechanism by which cells can perform sequence-specific post-transcriptional gene silencing has great potential for therapeutic application in diseased cells. Initial studies were conducted in diseases requiring localized delivery. To date, locally delivered siRNAs have been used in clinical trials for diseases primarily involving the eye, such as age-related macular degeneration (AMD), diabetic macular edema (DME) and glaucoma, and a small number of other diseases involving respiratory syncytial virus (RSV) infections, pachyonychia congenita and pancreatic ductal adenocarcinoma. Later, with improvements in nanocarrier technology, systemically delivered siRNA-based therapeutics outnumbered locally delivered siRNA-based therapeutics, leading to a greater number of medical breakthroughs [12].
 +
                    <br />
 +
                    <br />
 +
                    In the meantime, RNAi is already profitable. Although still in the proving stages as a therapeutic method, RNAi is providing a number of business opportunities. John Berriman, a director at the venture capital firm Abingworth Management Limited (London), estimates that such therapeutics could eventually capture as much as 10% of the drug market. He and others believe that this possibility could translate into billions of dollars in a market that sees revenues of hundreds of millions of dollars annually for some drugs [13]. Fascinatingly, nanomaterial delivery technologies motivate companies to invest. The global RNAi drug delivery market using nanomaterials is expected to grow to nearly $24 billion by 2015 at a 5 year compound annual growth rate of 27.9% [14].
 +
                    <br />
 +
                    <br />
 +
                    Hopefully, in the long run, gene therapy using RNAi will become common practice in treating a range of diseases, particularly those associated with oncogenesis and infectious disease. And we chose this technique to regulate our target gene.
 +
                </div>
 +
                <div class="row" style="text-align: center;">
 +
                    <img src="https://static.igem.org/mediawiki/2017/f/f1/NJU_China_iGEM_2017_project_fig6.png" alt="" style="width: 80%;">
 +
                    <br />
 +
                    <i>Global analysis on the RNAi market for 2014. (A) RNAi companies by continent. (B) RNAi market between 2004 and 2014.</i>
 +
                </div>
 +
                <h3>3) tPep: CKGGRAKDC</h3>
 +
                <div class="row">
 +
                    tPep is a targeting peptide that actually serves as the ligand of the prohibitin, a multifunction membrane protein in white fat tissues. [8] We can take prohibitin as a marker of adipose tissues, which makes tPep a perfect targeting tool.
 +
                </div>
 +
                <h3>4) exosome</h3>
 +
                <div class="row">
 +
                    The biggest obstacle for successful clinical application of siRNA is to develop a safe and effective delivery system directed at the target tissues only. Current techniques for small RNA transfer use viruses or synthetic agents as delivery vehicles. The replacement of these delivery vehicles with a low toxicity and high target-specific approach is essential for making siRNA therapy feasible.
 +
                    <br />
 +
                    <br />
 +
                    <div class="col-sm-5 col-md-5">
 +
                        Recently, increasing attention has been given to the use of endogenous exosomes as a novel siRNA delivery system. Exosomes are natural, nano-sized intraluminal vesicles with a diameter ranging between 40 and 100 nm [15]. Released by most cell types, exosomes are present in almost all biological fluids and function as natural transporters of bioactive molecules (proteins, mRNAs, and small RNAs) between neighboring cells. The cargoes that exosomes carry can be gene expression-regulatory functionally in the recipient cells; thus, exosomes are known as the communicators of the microenvironment.
 +
                    </div>
 +
                    <div class="col-sm-7 col-md-7">
 +
                        <img src="https://static.igem.org/mediawiki/2017/a/a1/NJU_China_iGEM_2017_project_fig7.png" alt="">
 +
                    </div>
 +
                </div>
 +
                <div class="row">
 +
                    <div class="col-sm-5 col-md-5">
 +
                        <img src="https://static.igem.org/mediawiki/2017/d/d5/NJU_China_iGEM_2017_project_fig8.png" alt="" style="width: 85%;">
 +
                    </div>               
 +
                    <div class="col-sm-7 col-md-7">
 +
                        The detailed process of exosomal siRNA transfer is shown as follows. First, cytosolic siRNA is incorporated into the exosomes during invagination of the endosomal membrane. When the MVB fuses with the plasma membrane, exosomal siRNA is released into the circulation simultaneous with the release of exosomes. Subsequently, exosomes bind to the plasma membrane of a target cell, and then exosomes either fuse directly with the plasma membrane or are first endocytosed and then fuse with the delimiting membrane of an endocytic compartment. Both pathways result in the delivery of the exosomal siRNA to the cytosol of the target cell where it may associate with and silence corresponding mRNA [16] [17].
 +
                    </div>
 +
                                       
 +
                </div>
 +
                <div class="row">
 +
                    In conclusion, as exosomes have the intrinsic ability to traverse biological barriers and naturally transport functional small RNAs between cells with a character ——potentially better tolerated by the immune system because they are nano-carriers derived from endogenous cells, we picked exosomes to be our delivery vesicles.
 +
                </div>                                                                                       
 +
            </div>
 +
        </div>
 +
        <div id="Design" class="second" style="padding: 50px 0;">
 +
            <div id="page_edge2">
 +
            </div>       
 +
            <h2>Design</h2>
 +
            <div class="container">
 +
                <div class="row">
 +
                    <b>In general, the project design can be divided into three sessions: (1) RNAi module, (2) targeting module, (3) assembly.</b>
 +
                </div>
 +
                <h3>RNAi module</h3>
 +
                <div class="row">
 +
                    RNA interference (RNAi) serves as a powerful tool that employs siRNAs to silence the expression of specific target genes. We designed specific BCL2 siRNAs to act as  therapeutic agents to degrade BCL2 mRNA and block BCL2 expression and therefore allow higher apoptosis probabilities. Four siRNA sequences targeting different sites of the BCL2 mRNA open reading frame (ORF) were designed based on a free software accessible online. We conducted pre-experiments to find the best siRNA sequences on the targeted gene BCL2 to insure the maximum gene-specificity and silencing efficacy. This tool also designs the pair of oligonucleotides needed to generate short hairpin RNAs (shRNAs) in the plasmid. At least two of the four pre-designed shRNA plasmids are guaranteed to knock down expression of the targeted gene BCL2. The access to two effective sequences allows appropriate control on non-specific effects. When the shRNA plasmids of BCL2 are transfected into HEK293 cells, Dicer cleaves the shRNA into siRNA of BCL2. However, because siRNAs in vivo are vulnerable to degradation by plasma and tissue nucleases, nano-vesicles to facilitate siRNA uptake into the neurons need to be established.
 +
                </div>
 +
                <div class="row" style="text-align: center;">
 +
                    <img src="https://static.igem.org/mediawiki/2017/7/7b/NJU_China_iGEM_2017_ProjectDesign_Fig1.png" alt="fig">
 +
                </div>
 +
                <h3>Target module</h3>
 +
                <div class="row">
 +
                    Exosomes are natural nano-sized vesicles secreted by endogenous cells. Given their intrinsic role as natural carriers of bioactive molecules between cells, exosomes are reasonable siRNA carriers in terms of therapeutic use. Since exosomes can be genetically modified and are biocompatible with the immune system, they are capable of delivering siRNA to specific cellular environments without bringing cytotoxicity or triggering the immune response. To ensure that exosomes can transport siRNAs to targeted tissues, we redesigned natural exosomes through genetic modification.
 +
                </div>
 +
                <div class="row">
 +
                    <div class="col-sm-7 col-md-7">
 +
                        We engineered our chassis, human embryonic kidney 293 (HEK293) cells, to express a fusion protein composed of the exosome membrane protein Lamp2b and a white fat tissue-targeted short peptide (tPep). Lamp2b (lysosomal-associated membrane protein 2b) is a protein ubiquitously expressed on the surface of exosomes. tPep is a specific ligand to the prohibitin that is abundantly located on the surface of adipocytes. By genetically linking the tPep to the outer membrane portion of Lamp2b, tPep can make its entrance on the surface of exosomes. Through these modifications, exosomes will be allowed to identify and target neuronal cells by binding exosome surface tPep to prohibitin on adipocytes.
 +
                    </div>
 +
                    <div class="col-sm-5 col-md-5">                 
 +
                        <img src="https://static.igem.org/mediawiki/2017/e/e3/NJU_China_iGEM_2017_project_fig9.png" alt="">
 +
                    </div>                   
 +
                </div>
 +
                <div class="row" style="text-align: center;">
 +
                    <img src="https://static.igem.org/mediawiki/2017/c/cf/NJU_China_iGEM_2017_project_fig10.png" alt="">
 +
                    <br />
 +
                    We connected tPep to Lamp2b using a glycine-linker to construct our fusion protein and promoted its expression by the promoter Pcmv. Then, our site-specific exosomes could deliver siRNA to brain tissue.
 +
                </div>
 +
                <h3>Assembly</h3>
 +
                <div class="row">
 +
                    By expressing adipocyte-targeting peptide on the surface of exosomes, filling exosomes with BCL2 siRNA, we will harvest a large amount of exosomes targeted to the adipose tissues carrying BCL2 siRNA inside. When the modified exosomes are injected into the bloodstream, the exosomes will specifically identify adipocytes and fuse with them under the direction of the tPep. Once siRNAs get access into adipocytes, they will degrade BCL2 mRNA by base-pairing, resulting in a sharp decrease in BCL2s and thus an increase in apoptosis. Theoretically, the delivery of BCL2 siRNA to the targeted cells will be achieved, whereas non-specific uptake of BCL2 siRNA in other tissues will be avoided. Consequently, the increase of apoptosis will enable the treated animal (in our case, mice) to lose weight successfully.
 +
                </div>     
 
             </div>
 
             </div>
 
         </div>
 
         </div>
</div>       
+
        <div id="Reference" class="third" style="padding: 50px 0;">
<div id="footer-wrapper" style="background-color: #181818;padding-top: 50px;">
+
             <div id="page_edge3">
    <div class="container">
+
        <div class="row">
+
            <div class="col-sm-4 col-md-4">
+
                <img src="https://static.igem.org/mediawiki/2017/d/d3/NJU_China_iGEM_2017_Home_logo.png" alt="" style="float: left;">
+
                <div style="background-color: gray;height: 70px;width:10px;float: left;margin-left: 15px;">
+
             </div>               
+
            </div>           
+
            <div class="col-sm-8 col-md-8">
+
                <img src="https://static.igem.org/mediawiki/2017/6/6b/NJU_China_iGEM_2017_Home_acknowledgement1.png" alt="" width="100%">
+
                <img src="https://static.igem.org/mediawiki/2017/0/00/NJU_China_iGEM_2017_Home_acknowledgement2.png" alt="" width="100%">
+
 
             </div>
 
             </div>
 +
            <h2 > Reference </h2>
 +
            <div class="container">
 +
                <div class="row">
 +
            [1]."Obesity and overweight Fact sheet N°311". WHO. January 2015. Retrieved 2 February 2016.
 +
            <br />
 +
            [2] .Haslam DW, James WP (2005). "Obesity". Lancet (Review). 366 (9492): 1197–209.  PMID 16198769. doi:10.1016/S0140-6736(05)67483-1.
 +
            <br />
 +
            [3]. Luppino, FS; de Wit, LM; Bouvy, PF; Stijnen, T; Cuijpers, P; Penninx, BW; Zitman, FG (March  2010). "Overweight, obesity, and depression: a systematic review and meta-analysis of  longitudinal studies.". Archives of General Psychiatry. 67 (3): 220–9. PMID 20194822.  doi:10.1001/archgenpsychiatry.2010.2.
 +
            <br />
 +
            [4]Barness LA, Opitz JM, Gilbert-Barness E (December 2007). "Obesity: genetic,  molecular, and environmental aspects". American Journal of Medical Genetics. 143A  (24): 3016–34. PMID 18000969. doi:10.1002/ajmg.a.32035.
 +
            <br />
 +
            [5] Mokdad AH, Marks JS, Stroup DF, Gerberding JL (March 2004). "Actual causes  of death in the United States, 2000" (PDF). JAMA. 291 (10): 1238–45.  PMID 15010446. doi:10.1001/jama.291.10.1238.
 +
            <br />
 +
            [6] Pollack, Andrew (June 18, 2013). "A.M.A. Recognizes Obesity as a Disease". New  York Times. Archived from the original on June 23, 2013.
 +
            <br />
 +
            [7] “Current and Future Medical Treatment of Obesity”, Gastrointestinal Endoscopy Clinics of North America, Author links open overlay panel DevikaUmashankerMD, MBALeon I.IgelMDRekha B.KumarMD, MSLouis J.AronneMD https: doi.org/10.1016/j.giec.2016.12.008
 +
            <br />
 +
            [8] Reversal of obesity by targeted ablation of adipose tissue Mikhail G Kolonin1, Pradip K Saha2, Lawrence Chan2, Renata Pasqualini1, 3 & Wadih Arap1, 3, Nature Medicine  10, 625 - 632 (2004) Published online: 9 May 2004; | doi:10.1038/nm1048
 +
            <br />
 +
            [9]Tsujimoto Y, Finger LR, Yunis J, Nowell PC, Croce CM (Nov 1984). "Cloning of the  chromosome breakpoint of neoplastic B cells with the t(14;18) chromosome  translocation". Science. 226 (4678): 1097–9. Bibcode:1984Sci...226.1097T.  PMID 6093263. doi:10.1126/science.6093263.
 +
            <br />
 +
            [10] Cleary ML, Smith SD, Sklar J (Oct 1986). "Cloning and structural analysis of  cDNAs for bcl-2 and a hybrid bcl-2/immunoglobulin transcript resulting from the  t(14;18) translocation". Cell. 47 (1): 19–28. PMID 2875799. doi:10.1016/0092- 8674(86)90362-4.
 +
            <br />
 +
            [11] Mihue Jang, Jong Hwan Kim, Hae Yun Nam, Ick Chan Kwon & Hyung Jun Ahn. Design of a platform technology for systemic delivery of siRNA to tumours using rolling circle transcription, Nature Communications
 +
            <br />
 +
            [12] Gulnihal Ozcan, Bulent Ozpolat, Robert L. Coleman, Anil K. Sood , Gabriel Lopez-Berestein , Preclinical and clinical development of siRNA-based therapeutics, Advanced Drug Delivery Reviews 87 (2015) 108–119
 +
            <br />
 +
            [13] Ken Howard, Unlocking the money-making potential of RNAi, Nature Biotechnology 21(2008)1441-1446.
 +
            <br />
 +
            [14] Joa ˜o Conde, Natalie Artzi, Are RNAi and miRNA therapeutics truly dead, Trends in Biotechnology 33(2015)141-144.
 +
            <br />
 +
            [15].Hagiwara K, Ochiya T, Kosaka N. A paradigm shift for extracellular vesicles as small RNA carriers: from cellular waste elimination to therapeutic applications[J]. Drug delivery and translational research. 2014,4(1):31-7.
 +
            <br />
 +
            [16] El Andaloussi S, Lakhal S, Mager I, Wood MJ. Exosomes for targeted siRNA delivery across biological barriers[J]. Advanced drug delivery reviews. 2013,65(3):391-7.
 +
            <br />
 +
            [17].Stoorvogel W. Functional transfer of microRNA by exosomes[J]. Blood. 2012,119(3):646-8.
 +
                </div>
 +
            </div>             
 
         </div>
 
         </div>
 +
    </div>
 +
    <div id="InterLab" 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;">INTERLAB</h2>
 +
                    </div>
 +
                    <div class="col-sm-8 col-md-8">
 +
                        <a href="https://2017.igem.org/Team:NJU-China/InterLab" 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>
  <script type="text/javascript" src="https://2017.igem.org/Team:NJU-China/Javascript:jquery-2-1-4?  action=raw&ctype=text/javascript"></script>
+
<!--page-->
        <script type="text/javascript" src="https://2017.igem.org/Team:NJU-China/Javascript:bootstrap?action=raw&ctype=text/javascript"></script>
+
</div>
        <script type="text/javascript" src="https://2017.igem.org/Team:NJU-China/Javascript:jquery-scripts?action=raw&ctype=text/javascript"></script>
+
    <!-- /#wrapper -->
        <script type="text/javascript" src="https://2017.igem.org/Team:NJU-China/Javascript:masterslider?action=raw&ctype=text/javascript"></script>
+
   
        <script type="text/javascript" src="https://2017.igem.org/Team:NJU-China/Javascript:jquery-easing?action=raw&ctype=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 type="text/javascript" src="https://2017.igem.org/Team:NJU-China/Javascript:jquery-magnific-popup?action=raw&ctype=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" src="https://2017.igem.org/Team:NJU-China/Javascript:owl-carousel?action=raw&ctype=text/javascript"></script>
+
    <script type="text/javascript">
        <script type="text/javascript" src="https://2017.igem.org/Team:NJU-China/Javascript:jquery-dlmenu?action=raw&ctype=text/javascript"></script>
+
         $(document).ready(function () {
        <script type="text/javascript" src="https://2017.igem.org/Team:NJU-China/Javascript:include?action=raw&ctype=text/javascript"></script>
+
          var trigger = $('.hamburger'),
        <script type="text/javascript" src="https://2017.igem.org/Team:NJU-China/Javascript:instagram-stream?action=raw&ctype=text/javascript"></script>
+
              overlay = $('.overlay'),
        <script type="text/javascript" src="https://2017.igem.org/Team:NJU-China/Javascript:TweenMax?action=raw&ctype=text/javascript"></script>
+
            isClosed = false;
         <script type="text/javascript" src="https://2017.igem.org/Team:NJU-China/Javascript:ScrollToPlugin?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-ba-bbq?action=raw&ctype=text/javascript"></script>
+
<script type="text/javascript" src="https://2017.igem.org/Team:NJU-China/Javascript:jquery-smooth-scroll?action=raw&ctype=text/javascript"></script>
+
<script>
+
    jQuery(document).ready(function ($) {
+
                'use strict';
+
                // MASTER SLIDER START
+
                var slider = new MasterSlider();
+
                slider.setup('masterslider', {
+
                    width: 1920, // slider standard width
+
                    height: 1080, // slider standard height
+
                    space: 0,
+
                    layout: "fullwidth",
+
                    speed: 50,
+
                    centerControls: false,
+
                    loop: false,
+
                    autoplay: false,
+
                    parallaxMode: "mouse"
+
                            // more slider options goes here...
+
                            // check slider options section in documentation for more options.
+
                });
+
                // adds Arrows navigation control to the slider.
+
                MSScrollParallax.setup(slider, 50, 80, true);
+
 
+
                //GALLERY LIGHTBOX
+
                $('.triggerZoom').magnificPopup({
+
                    type: 'image',
+
                    gallery: {
+
                        enabled: true
+
                    }
+
                });
+
  
                // EVENTS CAROUSEL START
+
            trigger.click(function () {
                var owl = $("#events-carousel");
+
              hamburger_cross();     
 +
            });
  
                owl.owlCarousel({
+
            function hamburger_cross() {
                    singleItem: true,
+
                    pagination: true,
+
                    autoPlay: true
+
                });
+
  
                 // INSTAGRAM STREAM START
+
              if (isClosed == true) {         
                 $('.instagram-stream').instagramstream({
+
                 overlay.hide();
                    limit: 22, // number of images to fetch
+
                 trigger.removeClass('is-open');
                    username: 'NJU-CHINA', // your username
+
                trigger.addClass('is-closed');
                    overlay: true, // add overlay layer of hover effect
+
                isClosed = false;
                    textContainer: '.is-text', // default: '.is-text', pass jQuery object or selector
+
              } else { 
                    textPosition: '10', // place that at this position
+
                overlay.show();
                    textSize: '4', // size of text e.g. 1 - has size like one image; 2 - has size of two images etc.
+
                trigger.removeClass('is-closed');
                    accessToken: '3315219258.4b0afec.8788057cf36948e98d27353bee5a77d9'
+
                trigger.addClass('is-open');
                });
+
                isClosed = true;
               
+
              }
     });
+
          }
</script>  
+
         
 +
          $('[data-toggle="offcanvas"]').click(function () {
 +
                $('#wrapper').toggleClass('toggled');
 +
          });
 +
        });
 +
     </script>
 +
<div class="loader"></div>
 +
        <script type="text/javascript">
 +
            $(window).load(function() {
 +
                $(".loader").fadeOut("slow");
 +
            })
 +
        </script>
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 01:19, 2 November 2017

PROJECT

Background

Obesity is a medical condition in which excess body fat has accumulated to the extent that it may have a negative effect on health. [1] People are generally considered obese when their body mass index (BMI), a measurement obtained by dividing a person's weight by the square of the person's height, is over 30 kg/m2, with the range 25–30 kg/m2 defined as overweight. [1]
We need to perceive this: obesity, or excess fat, is not simply an obstacle to many people pursuing beauty. It also stands in the way of health acquiring, sharing connection with various diseases, like cardiovascular diseases, obstructive sleep apnea, type 2 diabetes, depression, certain types of cancer and so on. [2][3] What’s worse, obesity is now one of the major evitable causes for death globally. [4][5] In general, obesity cut down life expectancy by six to seven years. As for the number of obese people, in 2016, more than 1.9 billion adults, aged 18 and above, were overweight. Of these over 650 million were obese. 39% of adults aged 18 years and over were overweight in 2016, and 13% were obese. [1]
Map of Obesity in Adult Males (% of adult population with en:BMI 30+) per country. Using data updated until December 2008.
In fact, given the severe circumstance, in 2013, the American medical association has classified obesity as a disease. [6]

While the prevalence of obesity continued to grow, people weren’t just sitting these years away and did nothing against obesity. To lose weight, some change their lifestyle. People trying to lose weight have to refuse high calorie food and switch to healthier food like fiber-rich vegetables, and try to exercise more. Besides, some people might get help from medications. The legal medications in the market usually work by inhibiting appetite (like Sibutramine), reducing the degradation and absorption of fat (like Orlistat), or regulating the metabolism of fat. [7]

We have seen the traditional methods to lose weight. Many of them are prevalent, and we cannot deny their efficacy. However, it’s not hard to find these traditional methods’ defects: changing lifestyle is usually unpleasant and perseverance-needed, and even if you get the positive feedback, the probability to regain weight is also quite high. [7] As for medications, they may bring out inevitable side effects, like oily stool. Some company had to retract their medications for safety concerns. For example, Sibutramine, an Australian drug, had to be recalled for harmful influence on heart diseases. [7]
Therefore, undoubtedly we need a better solution to address the obesity issue.
Left: fat mice treated by inducing adipocytes’ apoptosis
As we trace back to the source of obesity, we can see its relevance to adipocytes, which store fat derived from the diet and from liver metabolism. There are two types of adipose tissue, white adipose tissue (WAT) and brown adipose tissue (BAT), which are also known as white fat and brown fat, respectively, and comprise two types of fat cells.

When fat accumulates, the size of adipocytes increases. If the adipocytes in the body reach their maximum capacity of fat, they may replicate to allow additional fat storage.Since the number and the size of adipocytes affect human’s weight status, and it has been proved valid to decrease mice’s weight by targeted ablation of adipose tissue. [8]

Thus, we decided to use design a specific gene-targeted delivery system to help regulate the apoptosis of adipose tissues. To fulfil such a goal, a targeted gene, a gene-regulating tool, a targeting tool and a delivery vesicle have to be selected or created.

1) BCL-2 gene

BCL-2 gene encodes BCL-2 protein (B-cell lymphoma 2), the founding member of the Bcl-2 family of regulator proteins that regulate cell death (apoptosis), by either inducing (pro-apoptotic) or inhibiting (anti-apoptotic) apoptosis. [9][10] Since BCL-2 Can inhibit the activity of pro-apoptotic proteins in adipose tissues, we can induce adipocyte apoptosis by decrease BCL-2 gene’s expression.

2) RNAi

RNA interference (RNAi) is an endogenous regulatory pathway that is triggered by small interfering RNAs (siRNAs), and by the activated RNAi pathway, siRNA can silence the expression of any genes with high efficiency [11].

RNAi silencing is initiated when double-stranded RNA (dsRNA) is processed into siRNA between 19-26 base pairs in length by an RNase III enzyme called Dicer. Subsequently, siRNA unwinds, one of the strands is degraded, and the other strand is incorporated into RNA-induced silencing complexes (RISCs) and guides the complex to recognize messenger RNA (mRNA) sequences with perfect or nearly perfect complementarity, resulting in cleavage and degradation of the target, thereby interrupting protein synthesis of the target gene.
The RNAi process. dsRNA is processed into siRNA by the endonuclease Dicer. The siRNA is loaded into the RNA-induced silencing complex (RISC), followed by cleavage and release of the passenger strand. The guide strand then associates with a homologous mRNA strand by conventional base paring, and the mRNA strand is cleaved by RISC and released for further degradation within the cytoplasm.

RNAi is a promising applicable mechanism that has the potential to spark a revolution in medicine.
In the few years since biotechnologists have adopted RNAi, this technique has already earned a place among the major technology platforms. This powerful RNA-based mechanism by which cells can perform sequence-specific post-transcriptional gene silencing has great potential for therapeutic application in diseased cells. Initial studies were conducted in diseases requiring localized delivery. To date, locally delivered siRNAs have been used in clinical trials for diseases primarily involving the eye, such as age-related macular degeneration (AMD), diabetic macular edema (DME) and glaucoma, and a small number of other diseases involving respiratory syncytial virus (RSV) infections, pachyonychia congenita and pancreatic ductal adenocarcinoma. Later, with improvements in nanocarrier technology, systemically delivered siRNA-based therapeutics outnumbered locally delivered siRNA-based therapeutics, leading to a greater number of medical breakthroughs [12].

In the meantime, RNAi is already profitable. Although still in the proving stages as a therapeutic method, RNAi is providing a number of business opportunities. John Berriman, a director at the venture capital firm Abingworth Management Limited (London), estimates that such therapeutics could eventually capture as much as 10% of the drug market. He and others believe that this possibility could translate into billions of dollars in a market that sees revenues of hundreds of millions of dollars annually for some drugs [13]. Fascinatingly, nanomaterial delivery technologies motivate companies to invest. The global RNAi drug delivery market using nanomaterials is expected to grow to nearly $24 billion by 2015 at a 5 year compound annual growth rate of 27.9% [14].

Hopefully, in the long run, gene therapy using RNAi will become common practice in treating a range of diseases, particularly those associated with oncogenesis and infectious disease. And we chose this technique to regulate our target gene.

Global analysis on the RNAi market for 2014. (A) RNAi companies by continent. (B) RNAi market between 2004 and 2014.

3) tPep: CKGGRAKDC

tPep is a targeting peptide that actually serves as the ligand of the prohibitin, a multifunction membrane protein in white fat tissues. [8] We can take prohibitin as a marker of adipose tissues, which makes tPep a perfect targeting tool.

4) exosome

The biggest obstacle for successful clinical application of siRNA is to develop a safe and effective delivery system directed at the target tissues only. Current techniques for small RNA transfer use viruses or synthetic agents as delivery vehicles. The replacement of these delivery vehicles with a low toxicity and high target-specific approach is essential for making siRNA therapy feasible.

Recently, increasing attention has been given to the use of endogenous exosomes as a novel siRNA delivery system. Exosomes are natural, nano-sized intraluminal vesicles with a diameter ranging between 40 and 100 nm [15]. Released by most cell types, exosomes are present in almost all biological fluids and function as natural transporters of bioactive molecules (proteins, mRNAs, and small RNAs) between neighboring cells. The cargoes that exosomes carry can be gene expression-regulatory functionally in the recipient cells; thus, exosomes are known as the communicators of the microenvironment.
The detailed process of exosomal siRNA transfer is shown as follows. First, cytosolic siRNA is incorporated into the exosomes during invagination of the endosomal membrane. When the MVB fuses with the plasma membrane, exosomal siRNA is released into the circulation simultaneous with the release of exosomes. Subsequently, exosomes bind to the plasma membrane of a target cell, and then exosomes either fuse directly with the plasma membrane or are first endocytosed and then fuse with the delimiting membrane of an endocytic compartment. Both pathways result in the delivery of the exosomal siRNA to the cytosol of the target cell where it may associate with and silence corresponding mRNA [16] [17].
In conclusion, as exosomes have the intrinsic ability to traverse biological barriers and naturally transport functional small RNAs between cells with a character ——potentially better tolerated by the immune system because they are nano-carriers derived from endogenous cells, we picked exosomes to be our delivery vesicles.

Design

In general, the project design can be divided into three sessions: (1) RNAi module, (2) targeting module, (3) assembly.

RNAi module

RNA interference (RNAi) serves as a powerful tool that employs siRNAs to silence the expression of specific target genes. We designed specific BCL2 siRNAs to act as therapeutic agents to degrade BCL2 mRNA and block BCL2 expression and therefore allow higher apoptosis probabilities. Four siRNA sequences targeting different sites of the BCL2 mRNA open reading frame (ORF) were designed based on a free software accessible online. We conducted pre-experiments to find the best siRNA sequences on the targeted gene BCL2 to insure the maximum gene-specificity and silencing efficacy. This tool also designs the pair of oligonucleotides needed to generate short hairpin RNAs (shRNAs) in the plasmid. At least two of the four pre-designed shRNA plasmids are guaranteed to knock down expression of the targeted gene BCL2. The access to two effective sequences allows appropriate control on non-specific effects. When the shRNA plasmids of BCL2 are transfected into HEK293 cells, Dicer cleaves the shRNA into siRNA of BCL2. However, because siRNAs in vivo are vulnerable to degradation by plasma and tissue nucleases, nano-vesicles to facilitate siRNA uptake into the neurons need to be established.
fig

Target module

Exosomes are natural nano-sized vesicles secreted by endogenous cells. Given their intrinsic role as natural carriers of bioactive molecules between cells, exosomes are reasonable siRNA carriers in terms of therapeutic use. Since exosomes can be genetically modified and are biocompatible with the immune system, they are capable of delivering siRNA to specific cellular environments without bringing cytotoxicity or triggering the immune response. To ensure that exosomes can transport siRNAs to targeted tissues, we redesigned natural exosomes through genetic modification.
We engineered our chassis, human embryonic kidney 293 (HEK293) cells, to express a fusion protein composed of the exosome membrane protein Lamp2b and a white fat tissue-targeted short peptide (tPep). Lamp2b (lysosomal-associated membrane protein 2b) is a protein ubiquitously expressed on the surface of exosomes. tPep is a specific ligand to the prohibitin that is abundantly located on the surface of adipocytes. By genetically linking the tPep to the outer membrane portion of Lamp2b, tPep can make its entrance on the surface of exosomes. Through these modifications, exosomes will be allowed to identify and target neuronal cells by binding exosome surface tPep to prohibitin on adipocytes.

We connected tPep to Lamp2b using a glycine-linker to construct our fusion protein and promoted its expression by the promoter Pcmv. Then, our site-specific exosomes could deliver siRNA to brain tissue.

Assembly

By expressing adipocyte-targeting peptide on the surface of exosomes, filling exosomes with BCL2 siRNA, we will harvest a large amount of exosomes targeted to the adipose tissues carrying BCL2 siRNA inside. When the modified exosomes are injected into the bloodstream, the exosomes will specifically identify adipocytes and fuse with them under the direction of the tPep. Once siRNAs get access into adipocytes, they will degrade BCL2 mRNA by base-pairing, resulting in a sharp decrease in BCL2s and thus an increase in apoptosis. Theoretically, the delivery of BCL2 siRNA to the targeted cells will be achieved, whereas non-specific uptake of BCL2 siRNA in other tissues will be avoided. Consequently, the increase of apoptosis will enable the treated animal (in our case, mice) to lose weight successfully.

Reference

[1]."Obesity and overweight Fact sheet N°311". WHO. January 2015. Retrieved 2 February 2016.
[2] .Haslam DW, James WP (2005). "Obesity". Lancet (Review). 366 (9492): 1197–209. PMID 16198769. doi:10.1016/S0140-6736(05)67483-1.
[3]. Luppino, FS; de Wit, LM; Bouvy, PF; Stijnen, T; Cuijpers, P; Penninx, BW; Zitman, FG (March 2010). "Overweight, obesity, and depression: a systematic review and meta-analysis of longitudinal studies.". Archives of General Psychiatry. 67 (3): 220–9. PMID 20194822. doi:10.1001/archgenpsychiatry.2010.2.
[4]Barness LA, Opitz JM, Gilbert-Barness E (December 2007). "Obesity: genetic, molecular, and environmental aspects". American Journal of Medical Genetics. 143A (24): 3016–34. PMID 18000969. doi:10.1002/ajmg.a.32035.
[5] Mokdad AH, Marks JS, Stroup DF, Gerberding JL (March 2004). "Actual causes of death in the United States, 2000" (PDF). JAMA. 291 (10): 1238–45. PMID 15010446. doi:10.1001/jama.291.10.1238.
[6] Pollack, Andrew (June 18, 2013). "A.M.A. Recognizes Obesity as a Disease". New York Times. Archived from the original on June 23, 2013.
[7] “Current and Future Medical Treatment of Obesity”, Gastrointestinal Endoscopy Clinics of North America, Author links open overlay panel DevikaUmashankerMD, MBALeon I.IgelMDRekha B.KumarMD, MSLouis J.AronneMD https: doi.org/10.1016/j.giec.2016.12.008
[8] Reversal of obesity by targeted ablation of adipose tissue Mikhail G Kolonin1, Pradip K Saha2, Lawrence Chan2, Renata Pasqualini1, 3 & Wadih Arap1, 3, Nature Medicine 10, 625 - 632 (2004) Published online: 9 May 2004; | doi:10.1038/nm1048
[9]Tsujimoto Y, Finger LR, Yunis J, Nowell PC, Croce CM (Nov 1984). "Cloning of the chromosome breakpoint of neoplastic B cells with the t(14;18) chromosome translocation". Science. 226 (4678): 1097–9. Bibcode:1984Sci...226.1097T. PMID 6093263. doi:10.1126/science.6093263.
[10] Cleary ML, Smith SD, Sklar J (Oct 1986). "Cloning and structural analysis of cDNAs for bcl-2 and a hybrid bcl-2/immunoglobulin transcript resulting from the t(14;18) translocation". Cell. 47 (1): 19–28. PMID 2875799. doi:10.1016/0092- 8674(86)90362-4.
[11] Mihue Jang, Jong Hwan Kim, Hae Yun Nam, Ick Chan Kwon & Hyung Jun Ahn. Design of a platform technology for systemic delivery of siRNA to tumours using rolling circle transcription, Nature Communications
[12] Gulnihal Ozcan, Bulent Ozpolat, Robert L. Coleman, Anil K. Sood , Gabriel Lopez-Berestein , Preclinical and clinical development of siRNA-based therapeutics, Advanced Drug Delivery Reviews 87 (2015) 108–119
[13] Ken Howard, Unlocking the money-making potential of RNAi, Nature Biotechnology 21(2008)1441-1446.
[14] Joa ˜o Conde, Natalie Artzi, Are RNAi and miRNA therapeutics truly dead, Trends in Biotechnology 33(2015)141-144.
[15].Hagiwara K, Ochiya T, Kosaka N. A paradigm shift for extracellular vesicles as small RNA carriers: from cellular waste elimination to therapeutic applications[J]. Drug delivery and translational research. 2014,4(1):31-7.
[16] El Andaloussi S, Lakhal S, Mager I, Wood MJ. Exosomes for targeted siRNA delivery across biological barriers[J]. Advanced drug delivery reviews. 2013,65(3):391-7.
[17].Stoorvogel W. Functional transfer of microRNA by exosomes[J]. Blood. 2012,119(3):646-8.

INTERLAB