Difference between revisions of "Team:CPU CHINA"

 
(41 intermediate revisions by one other user not shown)
Line 13: Line 13:
 
.btn-group
 
.btn-group
 
{
 
{
top:5%;
+
top:2.8%;
 
}
 
}
 +
.dropdown-menu{
 +
background-size:100%!important;
 +
}
 +
 
div
 
div
 
{
 
{
Line 28: Line 32:
 
outline:none;
 
outline:none;
 
}
 
}
 
+
.footer{
 +
position: absolute;
 +
top:unset;
 +
bottom: -98px;
 +
}
 
.box{
 
.box{
 
       position: absolute;
 
       position: absolute;
Line 40: Line 48:
  
 
}
 
}
  @keyframes mymovewheel {
+
  /*@keyframes mymovewheel {
 
       from {}
 
       from {}
 
       to {
 
       to {
Line 67: Line 75:
 
       }
 
       }
 
     }
 
     }
 
+
*/
 
.wheel
 
.wheel
 
{
 
{
Line 95: Line 103:
 
-webkit-animation:mymove 5s; /*Safari and Chrome*/
 
-webkit-animation:mymove 5s; /*Safari and Chrome*/
 
}
 
}
 +
  
 
@keyframes mymove
 
@keyframes mymove
Line 107: Line 116:
 
to {left:80%;}
 
to {left:80%;}
 
}
 
}
</style>
 
  
<body>
+
.anniu {
 +
      position: relative;
 +
      top: 42% !important;
 +
      transition: top 0.2s;
 +
      margin: 0 0 0 -50px;
 +
    }
 +
 
 +
    .anniu>img {
 +
      height: 50px;
 +
    }
 +
 
 +
    .anniu:hover {
 +
      top: 90px;
 +
    }
 +
 
 +
</style>
  
  
 +
<body background="img/bgd7.png">
  
 
<!-- *******************************************临时文字********************************************-->         
 
<!-- *******************************************临时文字********************************************-->         
Line 119: Line 143:
  
 
<!-- *****************************************马车动画*********************************************-->
 
<!-- *****************************************马车动画*********************************************-->
<video id="home-video" style="position:absolute;width:90%;margin-left:5%;top:9%;z-index:100;display:none;" controls="controls" loop="false" preload="preload">
+
<video id="home-video" style="position:absolute;width:70%;margin-left:15%;top:11%;z-index:100;display:none;" controls="controls" loop="false" preload="preload">
 
     <source src="https://static.igem.org/mediawiki/2018/5/58/T--CPU_CHINA--home-video.mp3" type="video/mp3"/>
 
     <source src="https://static.igem.org/mediawiki/2018/5/58/T--CPU_CHINA--home-video.mp3" type="video/mp3"/>
 
     <source src="https://static.igem.org/mediawiki/2018/b/be/T--CPU_CHINA--team-video2.mp4" type="video/mp4"/>
 
     <source src="https://static.igem.org/mediawiki/2018/b/be/T--CPU_CHINA--team-video2.mp4" type="video/mp4"/>
Line 136: Line 160:
 
</div>
 
</div>
  
 +
<div id="anniu1" class="anniu" style="top:150px;">
 +
      <center>
 +
            <a href="#words">
 +
              <img style="width:20%" src="https://static.igem.org/mediawiki/2018/6/65/T--CPU_CHINA--gold.jpg">
 +
            </a>
 +
      </center>
 +
</div>
 +
 +
 +
<div id="words" style="position:relative;display:none;width:80%;top:43%;margin-left:10%;font-size:2.2rem;line-height:2.5;">
 +
<h1 style="position:relative;width:90%;margin-left:5%;top:28%;text-align:center;">A gene therapy strategy to target hepatocellular carcinoma based on conditional RNA interference</h1>
 +
  <h4 style="font-size:2rem;line-height:2">A microRNA is a short non-coding RNA that has the ability to target mRNA, to mediate its degradation and to regulate gene expression at post-transcriptional level. This post-transcriptional gene silencing (also known as RNA interference) proved widely applicable in gene therapy, albeit with undesirable effects due to low specificity. Mature miRNA is processed form the primary transcript pri-miRNA, therefore an “AND” gate system could be built based on specific structural properties that define pri-miRNAs, in order to improve such specificity. We then also managed to engineer disease-specific promoters and RNA-dependent RNA polymerase to process the logic information. CPU_CHINA focused on hepatocellular carcinoma (HCC) as the disease-therapeutic setting to be applied on with this strategy. But the concept definitely possesses the flexibility that can be discussed over other disease settings and the corresponding necessary gene therapy, which supports a New Application of Genetically Engineered Machine.</h4>   
 +
</div>
 +
 +
<img class="footer" src="https://static.igem.org/mediawiki/2018/c/c9/T--CPU_CHINA--footer2.png" style="width:100%"/>
 
</body>
 
</body>
  
Line 142: Line 181:
 
     $("#carriage").css("height",$(document).height()*1.5+"px");
 
     $("#carriage").css("height",$(document).height()*1.5+"px");
 
     $(".mw-content-ltr").css("width",$(window).width()+"px");
 
     $(".mw-content-ltr").css("width",$(window).width()+"px");
     $(".mw-content-ltr").css("height",document.body.scrollHeight+"px");
+
     $(".mw-content-ltr").css("height",document.body.scrollHeight+500+"px");
 
+
 
})
 
})
  
Line 155: Line 193:
  
 
$(document).ready(function(){
 
$(document).ready(function(){
$(".whole-carriage").css("animation","mymove 7s");
+
//$(".whole-carriage").css("animation","mymove 7s");
$(".whole-carriage").css("-webkit-animation","mymove 7s");
+
//$(".whole-carriage").css("-webkit-animation","mymove 7s");
 +
  $(".mw-content-ltr").css("height",document.body.scrollHeight+200+"px");
 
 
var e = document.getElementById("whole-carriage");
+
//var e = document.getElementById("whole-carriage");
         e.addEventListener("animationend", function() {
+
         //e.addEventListener("animationend", function() {
 
           $("#whole-carriage").hide();
 
           $("#whole-carriage").hide();
 
           $("#home-video").show();
 
           $("#home-video").show();
         });
+
          $("#words").show();
 +
         //});
 
})
 
})
 
 
  
 
</script>
 
</script>
 
</html>
 
</html>

Latest revision as of 04:04, 8 December 2018