Difference between revisions of "Team:NJU-China"

Line 1: Line 1:
 +
<!DOCTYPE html>
 
<html lang="en">
 
<html lang="en">
    <!--loader start-->
+
<head>
     <style type="text/css">
+
     <meta charset="UTF-8">
.chromeframe {
+
     <title>Home</title>
    margin: 0.2em 0;
+
     <script type="text/javascript" src="https://2018.igem.org/Template:NJU-China/jquery_min_js?action=raw&ctype=text/javascript"></script>
    background: #ccc;
+
     <script type="text/javascript" src="https://2018.igem.org/Template:NJU-China/jquery_js?action=raw&ctype=text/javascript"></script>
    color: #000;
+
     <script type="text/javascript" src="https://2018.igem.org/Template:NJU-China/Pages_js?action=raw&ctype=text/javascript"></script>
    padding: 0.2em 0;}
+
     <!--Loader start-->
#loader-wrapper {
+
     <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:NJU-China/Pages_css?action=raw&ctype=text/css">
    position: fixed;
+
    top: 0;
+
    left: 0;
+
    width: 100%;
+
    height: 100%;
+
    z-index:999999;}
+
#loader {
+
    display: block;
+
    position: relative;
+
    left: 50%;
+
    top: 50%;
+
    width: 150px;
+
    height: 150px;
+
    margin: -75px 0 0 -75px;
+
    border-radius: 50%;
+
    border: 3px solid transparent;
+
     /* COLOR 1 */
+
     border-top-color: #FFF;
+
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
+
    -ms-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
+
    -moz-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
+
    -o-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
+
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
+
    z-index:1001;}
+
#loader:before {
+
    content: "";
+
    position: absolute;
+
    top: 5px;
+
    left: 5px;
+
    right: 5px;
+
    bottom: 5px;
+
    border-radius: 50%;
+
    border: 3px solid transparent;
+
    /* COLOR 2 */
+
    border-top-color: #FFF;
+
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
+
    -moz-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
+
    -o-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
+
    -ms-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
+
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */}
+
#loader:after {
+
    content: "";
+
    position: absolute;
+
    top: 15px;
+
    left: 15px;
+
    right: 15px;
+
    bottom: 15px;
+
    border-radius: 50%;
+
    border: 3px solid transparent;
+
    border-top-color: #FFF;
+
    /* COLOR 3 */
+
    -moz-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
+
    -o-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
+
    -ms-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
+
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
+
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */}
+
 
+
 
+
@-webkit-keyframes spin {
+
     0%{
+
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
+
        -ms-transform: rotate(0deg);  /* IE 9 */
+
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
+
    }100%{
+
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
+
        -ms-transform: rotate(360deg);  /* IE 9 */
+
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */}
+
}
+
 
+
@keyframes spin {
+
    0%{
+
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
+
        -ms-transform: rotate(0deg);  /* IE 9 */
+
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
+
    }100%{
+
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
+
        -ms-transform: rotate(360deg);  /* IE 9 */
+
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */}
+
}
+
 
+
 
+
#loader-wrapper .loader-section {
+
     position: fixed;
+
    top: 0;
+
    width: 51%;
+
    height: 100%;
+
    background: #197580; /* Old browsers */
+
    z-index: 1000;
+
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
+
    -ms-transform: translateX(0);  /* IE 9 */
+
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */}
+
#loader-wrapper .loader-section.section-left {left: 0;}
+
#loader-wrapper .loader-section.section-right {right: 0;}
+
 
+
/* Loaded */
+
.loaded #loader-wrapper .loader-section.section-left {
+
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
+
    -ms-transform: translateX(-100%);  /* IE 9 */
+
     transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
+
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
+
     transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);}
+
.loaded #loader-wrapper .loader-section.section-right {
+
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
+
    -ms-transform: translateX(100%);  /* IE 9 */
+
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
+
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
+
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);}
+
.loaded #loader {
+
    opacity: 0;
+
    -webkit-transition: all 0.3s ease-out;
+
    transition: all 0.3s ease-out;}
+
.loaded #loader-wrapper {
+
    visibility: hidden;
+
    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
+
    -ms-transform: translateY(-100%);  /* IE 9 */
+
    transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
+
    -webkit-transition: all 0.3s 1s ease-out;
+
    transition: all 0.3s 1s ease-out;}
+
/* JavaScript Turned Off */
+
.no-js #loader-wrapper {display: none;}
+
.no-js h1 {color: #222222;}
+
#loader-wrapper .load_title {
+
    font-family:'Open Sans';
+
    color:#FFF; font-size:19px; width:100%; text-align:center; z-index:9999999999999; position:absolute; top:60%; opacity:1; line-height:30px; }
+
#loader-wrapper .load_title span {  font-weight:normal; font-style:italic; font-size:13px; color:#FFF; opacity:0.5;}
+
    </style>
+
 
     <script type="text/javascript">
 
     <script type="text/javascript">
 
         //
 
         //
         $(window).load(function(){
+
         $(window).ready(function(){
 
             $('body').addClass('loaded');
 
             $('body').addClass('loaded');
 
             $('#loader-wrapper .load_title').remove();
 
             $('#loader-wrapper .load_title').remove();
Line 148: Line 23:
 
         <div class="load_title">Now Loading...</div>
 
         <div class="load_title">Now Loading...</div>
 
     </div>
 
     </div>
     <!--loader end-->
+
     <!--Loader end-->
 +
 
 
     <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:NJU-China/Erase_css?action=raw&ctype=text/css">
 
     <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:NJU-China/Erase_css?action=raw&ctype=text/css">
 +
 
     <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:NJU-China/Home_css?action=raw&ctype=text/css">
 
     <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:NJU-China/Home_css?action=raw&ctype=text/css">
    <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:NJU-China/Nav_css?action=raw&ctype=text/css">
 
    <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:NJU-China/NerBack_css?action=raw&ctype=text/css">
 
    <script type="text/javascript" src="https://2018.igem.org/Template:NJU-China/jquery_min_js?
 
action=raw&ctype=text/javascript"></script>
 
    <script type="text/javascript" src="https://2018.igem.org/Template:NJU-China/jquery_js?
 
action=raw&ctype=text/javascript"></script>
 
    <script type="text/javascript" src="https://2018.igem.org/Template:NJU-China/NerBack_js?
 
action=raw&ctype=text/javascript"></script>
 
    <script>
 
        function click_to_nav() {
 
            var height = $('#main_body').offset();
 
            $('html,body').animate({scrollTop: height.top}, 500);
 
        }
 
        $(function() {
 
            $(window).scroll(function() {
 
                scy = $(window).scrollTop();
 
                //console.info(scy);
 
  
            });
+
     <script type="text/javascript" src="https://2018.igem.org/Template:NJU-China/Home_js?action=raw&ctype=text/javascript"></script>
        })
+
    <!--Work in Progress start-->
     </script>
+
 
     <style type="text/css">
 
     <style type="text/css">
 
         .work{
 
         .work{
 
             position: absolute;
 
             position: absolute;
             top:0px;
+
             top:0 ;
 
             left:200px;
 
             left:200px;
 
             animation-name: work;
 
             animation-name: work;
Line 192: Line 51:
 
             to{
 
             to{
 
                 opacity: 0;
 
                 opacity: 0;
                 top:0px;
+
                 top:0;
 
             }
 
             }
 
         }
 
         }
Line 210: Line 69:
 
             from{
 
             from{
 
                 opacity: 0;
 
                 opacity: 0;
                 top:0px;
+
                 top:0;
 
             }
 
             }
 
             to{
 
             to{
Line 226: Line 85:
 
         }
 
         }
 
     </script>
 
     </script>
<div class="scrollbar" id="bar" style="width: 0%; background: orange;"></div>
+
    <!--Work in Progress end-->
<img id="mainimg" src="https://static.igem.org/mediawiki/2018/5/5a/T--NJU-China--teamlogo1.png" class="img1" alt="teamlogo">
+
 
<div class="begindiv" onClick="click_to_nav()">
+
    <!--scrollbar start-->
     <p class="begintitle-1">New Strategy for Treating </p>
+
    <style type="text/css">
    <p class="begintitle-2">Fragile X Syndrome </p>
+
        .scrollbar{
    <p class="begintitle-3">by Targeting Expression of</p>
+
            position: fixed;
    <p class="begintitle-4">FMRP Using TBEV5'-UTR</p>
+
            top: 0;
    <p class="begintitle-5">———— NJU-CHINA</p>
+
            left: 0;
    <div class="down" style="opacity: 1">
+
            height: 3px;
        <p class="learnmore">Learn more about us!</p>
+
            background: #80be49;
        <img src="https://static.igem.org/mediawiki/2018/0/04/T--NJU-China--down.png" class="downimg" alt="downarrow">
+
            transition-duration: 0.75s,0.75s;
    </div>
+
            z-index: 99999;
 +
            width: 0;
 +
        }
 +
 
 +
    </style>
 +
</head>
 +
<body>
 +
<div class="scrollbar" id="bar" ></div>
 +
<div class="branding_f" id="branding_f">
 +
    <img id="branding_img_f" src="https://static.igem.org/mediawiki/2018/d/de/T--NJU-China--2018--Logo_o.png" class="branding_img_f" alt="branding_img">
 +
     <img id="branding_img_w_f" src="https://static.igem.org/mediawiki/2018/a/a2/T--NJU-China--2018--Logo_w.png" class="branding_img_w_f" alt="branding_img_w">
 
</div>
 
</div>
<div>
+
<header id="header" class="header">
     <img src="https://static.igem.org/mediawiki/2018/c/c1/T--NJU-China--work_in_progress.png" height="300" width="300" class="work" id="work"/>
+
     <div id="place_l" class="place_l"></div>
</div>
+
    <div id="place_r" class="place_r"></div>
<div id="nav" class="nav" onmouseover="navon()" onmouseleave="navoff()">
+
    <!--nav start-->
    <ul class="nav-menu clearfix unstyled">
+
    <div id="nav" class="nav" onmouseover="navon()" onmouseleave="navoff()">
        <li><a href="#" class="three-d active">
+
        <ul class="nav-menu clearfix unstyled">
            Home
+
            <li><a href="#" class="three-d active">
            <span class="three-d-box"><span class="front">Home</span><span class="back">Home</span></span>
+
                Home
        </a></li>
+
                <span class="three-d-box"><span class="front">Home</span><span class="back">Home</span></span>
        <li><a href="#" class="three-d">
+
            </a></li>
            Project
+
            <li><a href="#" class="three-d">
            <span class="three-d-box"><span class="front">Project</span><span class="back">Project</span></span>
+
                Project
        </a>
+
                <span class="three-d-box"><span class="front">Project</span><span class="back">Project</span></span>
            <ul class="clearfix unstyled drop-menu">
+
            </a>
                <li><a href="#" class="three-d">
+
                <ul class="clearfix unstyled drop-menu">
                    Design
+
                    <li><a href="#" class="three-d">
                    <span class="three-d-box"><span class="front">Design</span><span class="back">Design</span></span>
+
                        Design
                </a></li>
+
                        <span class="three-d-box"><span class="front">Design</span><span class="back">Design</span></span>
                <li><a href="#" class="three-d">
+
                    </a></li>
                    Description
+
                    <li><a href="#" class="three-d">
                    <span class="three-d-box"><span class="front">Description</span><span class="back">Description</span></span>
+
                        Description
                </a></li>
+
                        <span class="three-d-box"><span class="front">Description</span><span class="back">Description</span></span>
                <li><a href="#" class="three-d">
+
                    </a></li>
                    Results
+
                    <li><a href="#" class="three-d">
                    <span class="three-d-box"><span class="front">Results</span><span class="back">Results</span></span>
+
                        Results
                </a></li>
+
                        <span class="three-d-box"><span class="front">Results</span><span class="back">Results</span></span>
                <li><a href="#" class="three-d">
+
                    </a></li>
                    InterLab
+
                    <li><a href="#" class="three-d">
                    <span class="three-d-box"><span class="front">InterLab</span><span class="back">InterLab</span></span>
+
                        InterLab
                </a></li>
+
                        <span class="three-d-box"><span class="front">InterLab</span><span class="back">InterLab</span></span>
            </ul>
+
                    </a></li>
        </li>
+
                </ul>
        <li><a href="#" class="three-d">
+
            </li>
            Parts
+
            <li><a href="#" class="three-d">
            <span class="three-d-box"><span class="front">Parts</span><span class="back">Parts</span></span>
+
                Parts
        </a></li>
+
                <span class="three-d-box"><span class="front">Parts</span><span class="back">Parts</span></span>
        <li><a href="#" class="three-d">
+
            </a></li>
            Model
+
            <li><a href="#" class="three-d">
            <span class="three-d-box"><span class="front">Model</span><span class="back">Model</span></span>
+
                Model
        </a></li>
+
                <span class="three-d-box"><span class="front">Model</span><span class="back">Model</span></span>
        <li><a href="#" class="three-d">
+
            </a></li>
            Judge
+
            <li><a href="#" class="three-d">
            <span class="three-d-box"><span class="front">Judge</span><span class="back">Judge</span></span>
+
                Judge
        </a></li>
+
                <span class="three-d-box"><span class="front">Judge</span><span class="back">Judge</span></span>
        <li><a href="#" class="three-d">
+
            </a></li>
            Human Practice
+
            <li><a href="#" class="three-d">
            <span class="three-d-box"><span class="front">Human Practice</span><span class="back">Human Practice</span></span>
+
                Human Practice
        </a>
+
                <span class="three-d-box"><span class="front">Human Practice</span><span class="back">Human Practice</span></span>
            <ul class="clearfix unstyled drop-menu">
+
            </a>
            </ul>
+
                <ul class="clearfix unstyled drop-menu">
        </li>
+
                </ul>
        <li><a href="#" class="three-d">
+
            </li>
            Team
+
            <li><a href="#" class="three-d">
            <span class="three-d-box"><span class="front">Team</span><span class="back">Team</span></span>
+
                Team
        </a>
+
                <span class="three-d-box"><span class="front">Team</span><span class="back">Team</span></span>
            <ul class="clearfix unstyled drop-menu">
+
            </a>
                <li><a href="#" class="three-d">
+
                <ul class="clearfix unstyled drop-menu">
                    Team
+
                    <li><a href="#" class="three-d" style="font-size:18px;">
                    <span class="three-d-box"><span class="front">Team</span><span class="back">Team</span></span>
+
                        Team
                </a></li>
+
                        <span class="three-d-box"><span class="front" style="font-size:18px;">Team</span><span class="back" style="font-size:18px;">Team</span></span>
                <li><a href="#" class="three-d">
+
                    </a></li>
                    Attributions
+
                    <li><a href="#" class="three-d" style="font-size:18px;">
                    <span class="three-d-box"><span class="front">Attributions</span><span class="back">Attributions</span></span>
+
                        Attributions
                </a></li>
+
                        <span class="three-d-box"><span class="front" style="font-size:18px;">Attributions</span><span class="back" style="font-size:18px;">Attributions</span></span>
                <li><a href="#" class="three-d">
+
                    </a></li>
                    Collaborations
+
                    <li><a href="#" class="three-d" style="font-size:17px;">
                    <span class="three-d-box"><span class="front">Collaborations</span><span class="back">Collaborations</span></span>
+
                        Collaborations
                </a></li>
+
                        <span class="three-d-box"><span class="front" style="font-size:17px;">Collaborations</span><span class="back" style="font-size:17px;">Collaborations</span></span>
             </ul>
+
                    </a></li>
         </li>
+
                </ul>
     </ul>
+
             </li>
 +
        </ul>
 +
    </div>
 +
    <!--nav end-->
 +
 
 +
    <div id="branding" class="branding">
 +
         <img id="branding_img" src="https://static.igem.org/mediawiki/2018/d/de/T--NJU-China--2018--Logo_o.png" class="branding_img" alt="branding_img">
 +
        <img id="branding_img_w" src="https://static.igem.org/mediawiki/2018/a/a2/T--NJU-China--2018--Logo_w.png" class="branding_img_w" alt="branding_img_w">
 +
     </div>
 +
    <!--ner-back start-->
 +
    <!--ner-back end-->
 +
</header>
 +
<div id="ner-back"  class="ner-back">
 +
    <img  id="ner-back-img" class="ner-back-img" src="https://static.igem.org/mediawiki/2018/d/d6/T--NJU-China--PageUp.png" alt="ner-back" onclick="returnTop()">
 
</div>
 
</div>
<!--ner-back start-->
+
<div id="Home_img" class="Home_img" onclick="click_to_nav()">
<div id="ner-back" class="ner-back-up">
+
     <img src="https://static.igem.org/mediawiki/2018/a/aa/T--NJU-China--2018--Home_1.png" class="Home_1"/>
     <img id="ner-back-img" class="ner-back-img"src="https://static.igem.org/mediawiki/2018/1/17/T--NJU-China--ner-back.png" alt="ner-back" onclick="returnTop()">
+
    <img src="https://static.igem.org/mediawiki/2018/9/9d/T--NJU-China--2018--Home_2.png" class="Home_2"/>
 +
    <img src="https://static.igem.org/mediawiki/2018/8/87/T--NJU-China--2018--Home_3.png" class="Home_3"/>
 
</div>
 
</div>
<script type="text/javascript">
+
<div id="Home_main" class="Home_main">
  
</script>
 
<!--ner-back end-->
 
<div class="main_body" id="main_body">
 
 
     <p class="abstract" id="abstract">
 
     <p class="abstract" id="abstract">
 
         This year, our aim is to find a possible therapy for the fragile X syndrome, an intellectual disorder occurs mainly in young children. People suffering from the fragile X syndrome are both intellectually and emotionally disabled. According to some former researches, the disorder is mainly caused by the transcriptional silence of the FMR1 gene, due to added CGG repeats in the 5’-UTR of the gene. Normally, there are 5-45 repeats of CGG, but some may accumulate more than 200 repeats, which shuts down the transcription of FMR1 and causes reduction of FMR1 protein (FMRP). Due to this change in the gene, the transcripts normally regulated by FMRP are getting out of control, leading to disorder in the cell and finally to chaos in the brain.<br><br>
 
         This year, our aim is to find a possible therapy for the fragile X syndrome, an intellectual disorder occurs mainly in young children. People suffering from the fragile X syndrome are both intellectually and emotionally disabled. According to some former researches, the disorder is mainly caused by the transcriptional silence of the FMR1 gene, due to added CGG repeats in the 5’-UTR of the gene. Normally, there are 5-45 repeats of CGG, but some may accumulate more than 200 repeats, which shuts down the transcription of FMR1 and causes reduction of FMR1 protein (FMRP). Due to this change in the gene, the transcripts normally regulated by FMRP are getting out of control, leading to disorder in the cell and finally to chaos in the brain.<br><br>
  
In the process of finding the possible treatment, we decided to increase the content of FMRP, which seems to be easier compared with fixing gene. However, it is hard to add protein into neurons directly, so we try another method. For several years our team focus on targeted drugs, so this time we will continue working on this method.<br><br>
+
        In the process of finding the possible treatment, we decided to increase the content of FMRP, which seems to be easier compared with fixing gene. However, it is hard to add protein into neurons directly, so we try another method. For several years our team focus on targeted drugs, so this time we will continue working on this method.<br><br>
  
It is known that the neuron has different body parts, the perikaryon, the dendrite and the axon. Each part of the cell has separate functions and varies in the kinds and amounts of certain proteins. Also, it is reported that the FMR-1 cannot work in the perikaryon, it needs to be transported to the dendrites of the neuron where the mRNA starts the construction of FMRP. This occurs to us that if we could deliver normal FMR1 genes into dendrites, the FMRP would be translated and function. But how can we make a target on the dendrites? <br><br>
+
        It is known that the neuron has different body parts, the perikaryon, the dendrite and the axon. Each part of the cell has separate functions and varies in the kinds and amounts of certain proteins. Also, it is reported that the FMR-1 cannot work in the perikaryon, it needs to be transported to the dendrites of the neuron where the mRNA starts the construction of FMRP. This occurs to us that if we could deliver normal FMR1 genes into dendrites, the FMRP would be translated and function. But how can we make a target on the dendrites? <br><br>
  
Luckily we found a recent study showing that a virus called TBEV is able to transport its own gene to the dendrites within the special structure of its 5’-UTR. We also found some previous studies have shown that the neuron has developed its own system by adding 3’-UTR to the mRNAs to transport them to the dendrites. Hence, what we are trying to do here is to create a special vector containing FMR1 gene attached to the sequence of certain untranslated regions, and this would be our special medicine. The main experiment in this stage is to test whether this combination of certain genes and 5’/3’-UTR works and which combination is most efficient in the transportation. We are expecting that TBEV wins the game. On our way of testing the transportation efficiency, we will passingly see if there are any tendency in the distribution of the mRNA like they favor some dendrites while dislike other ones. And models will be built to describe the distribution quantitatively at the time.<br><br>
+
        Luckily we found a recent study showing that a virus called TBEV is able to transport its own gene to the dendrites within the special structure of its 5’-UTR. We also found some previous studies have shown that the neuron has developed its own system by adding 3’-UTR to the mRNAs to transport them to the dendrites. Hence, what we are trying to do here is to create a special vector containing FMR1 gene attached to the sequence of certain untranslated regions, and this would be our special medicine. The main experiment in this stage is to test whether this combination of certain genes and 5’/3’-UTR works and which combination is most efficient in the transportation. We are expecting that TBEV wins the game. On our way of testing the transportation efficiency, we will passingly see if there are any tendency in the distribution of the mRNA like they favor some dendrites while dislike other ones. And models will be built to describe the distribution quantitatively at the time.<br><br>
  
  
As long as the transportation and expression succeed, we will be able to add extra FMRP into the target cell to see if there are indeed some difference in supporting of transcript regulation in the dendrites. When they are all proved to work as we imagine, we will be so close to our initial goal, finding a possible way to cure the Fragile X Syndrome.<br><br>
+
        As long as the transportation and expression succeed, we will be able to add extra FMRP into the target cell to see if there are indeed some difference in supporting of transcript regulation in the dendrites. When they are all proved to work as we imagine, we will be so close to our initial goal, finding a possible way to cure the Fragile X Syndrome.<br><br>
  
 
     </p>
 
     </p>
 +
    <div id="footer" class="footer">
 +
        <img src="https://static.igem.org/mediawiki/2018/a/a6/T--NJU-China--footer-img2.png" class="footer_img"/>
 +
    </div>
 
</div>
 
</div>
<div class="footer" id="footer">
+
 
    <img  id="footer-img" class="footer-img"src="https://static.igem.org/mediawiki/2018/a/a6/T--NJU-China--footer-img2.png" alt="footer-img">
+
 
</div>
+
</body>
 
</html>
 
</html>

Revision as of 19:44, 6 October 2018

<!DOCTYPE html> Home

Now Loading...
branding_img branding_img_w
ner-back

This year, our aim is to find a possible therapy for the fragile X syndrome, an intellectual disorder occurs mainly in young children. People suffering from the fragile X syndrome are both intellectually and emotionally disabled. According to some former researches, the disorder is mainly caused by the transcriptional silence of the FMR1 gene, due to added CGG repeats in the 5’-UTR of the gene. Normally, there are 5-45 repeats of CGG, but some may accumulate more than 200 repeats, which shuts down the transcription of FMR1 and causes reduction of FMR1 protein (FMRP). Due to this change in the gene, the transcripts normally regulated by FMRP are getting out of control, leading to disorder in the cell and finally to chaos in the brain.

In the process of finding the possible treatment, we decided to increase the content of FMRP, which seems to be easier compared with fixing gene. However, it is hard to add protein into neurons directly, so we try another method. For several years our team focus on targeted drugs, so this time we will continue working on this method.

It is known that the neuron has different body parts, the perikaryon, the dendrite and the axon. Each part of the cell has separate functions and varies in the kinds and amounts of certain proteins. Also, it is reported that the FMR-1 cannot work in the perikaryon, it needs to be transported to the dendrites of the neuron where the mRNA starts the construction of FMRP. This occurs to us that if we could deliver normal FMR1 genes into dendrites, the FMRP would be translated and function. But how can we make a target on the dendrites?

Luckily we found a recent study showing that a virus called TBEV is able to transport its own gene to the dendrites within the special structure of its 5’-UTR. We also found some previous studies have shown that the neuron has developed its own system by adding 3’-UTR to the mRNAs to transport them to the dendrites. Hence, what we are trying to do here is to create a special vector containing FMR1 gene attached to the sequence of certain untranslated regions, and this would be our special medicine. The main experiment in this stage is to test whether this combination of certain genes and 5’/3’-UTR works and which combination is most efficient in the transportation. We are expecting that TBEV wins the game. On our way of testing the transportation efficiency, we will passingly see if there are any tendency in the distribution of the mRNA like they favor some dendrites while dislike other ones. And models will be built to describe the distribution quantitatively at the time.

As long as the transportation and expression succeed, we will be able to add extra FMRP into the target cell to see if there are indeed some difference in supporting of transcript regulation in the dendrites. When they are all proved to work as we imagine, we will be so close to our initial goal, finding a possible way to cure the Fragile X Syndrome.