Difference between revisions of "Team:NUDT CHINA"

Line 29: Line 29:
 
listContentAuto();
 
listContentAuto();
 
bindNav();
 
bindNav();
mouseWheel();
 
 
homeContent();
 
homeContent();
 
add1();
 
add1();
Line 120: Line 119:
 
}
 
}
 
 
function mouseWheel(){
+
var bBtn = true;
+
var timer = null;
+
if(oContent.addEventListener){
+
oContent.addEventListener('DOMMouseScroll',function(ev){
+
var ev = ev || window.event;
+
clearTimeout(timer);
+
timer = setTimeout(function(){
+
toChange(ev);
+
},200);
+
},false);
+
}
+
oContent.onmousewheel = function(ev){
+
var ev = ev || window.event;
+
clearTimeout(timer);
+
timer = setTimeout(function(){
+
toChange(ev);
+
},200);
+
};
+
+
function toChange(ev){
+
if(ev.detail){
+
bBtn = ev.detail > 0 ? true : false;
+
}
+
else{
+
bBtn = ev.wheelDelta < 0 ? true : false;
+
}
+
+
if(  iNow == aLiList.length-1){if(bBtn!=0){return;};}
+
if( iNow == 0 ){if(bBtn==0){return;};}
+
+
prevIndex = iNow;
+
if(bBtn){  //↓
+
if(iNow != aLiList.length-1){
+
iNow++;
+
}
+
toMove(iNow);
+
}
+
else{  //↑
+
if(iNow != 0){
+
iNow--;
+
}
+
toMove(iNow);
+
}
+
+
if(ev.preventDefault){
+
ev.preventDefault();
+
}
+
else{
+
return false;
+
}
+
}
+
+
}
+
+
 
function homeContent(){
 
function homeContent(){
 
var aLi1 = oHomeContent1.getElementsByTagName('li');
 
var aLi1 = oHomeContent1.getElementsByTagName('li');
Line 375: Line 320:
 
      
 
      
 
   <style type="text/css">
 
   <style type="text/css">
#Qidilist .strory-telling1{margin:0,auto;background:url(https://static.igem.org/mediawiki/2017/a/ad/T-NUDT_CHINA-story1.png) no-repeat;width:80%;height:80%;}
+
#Qidilist .strory-telling1{margin:0,auto;background:url(https://static.igem.org/mediawiki/2017/a/ad/T-NUDT_CHINA-story1.png) no-repeat;overflow-x: hidden; top: 0px;height: 100%;width: 100%;}
#Qidilist .strory-telling2{margin:0,auto;background:url(https://static.igem.org/mediawiki/2017/3/35/T-NUDT_CHINA-story2.png) no-repeat;width:80%;height:80%;}
+
#Qidilist .strory-telling2{margin:0,auto;background:url(https://static.igem.org/mediawiki/2017/3/35/T-NUDT_CHINA-story2.png) no-repeat;overflow-x: hidden; top: 0px;height: 100%;width: 100%;}
#Qidilist .strory-telling3{margin:0,auto;background:url(https://static.igem.org/mediawiki/2017/1/1e/T-NUDT_CHINA-story3.png) no-repeat;width:80%;height:80%;}
+
#Qidilist .strory-telling3{margin:0,auto;background:url(https://static.igem.org/mediawiki/2017/1/1e/T-NUDT_CHINA-story3.png) no-repeat;overflow-x: hidden; top: 0px;height: 100%;width: 100%;}
 
.myheader {
 
.myheader {
 
     margin:0 auto;
 
     margin:0 auto;

Revision as of 01:18, 21 October 2017

Team:NUDT_CHINA
  • NUDT_CHINA
    MicroRNAs (miRNAs) have been proven to play important roles on post-transcriptionalregulation of the gene expression by direct base pairing to target sites within untranslated regions of messenger RNAs.

    However, the functions of most microRNAs remain to be discovered. Our project attempts to develop a novel sponge for miRNAs, which would knock down the abundance of target miRNA in the cells.

    Thus the sponge will be a miRNA inhibitor to be used to induce miRNA loss-of-function phenotypes or other further applications like small non-coding RNA-based diagnostic and therapeutic applications.
    How it works?
  • NEXT
  • AND
  • Our Dailies
    Back