Team:HZAU-China/Home

From 2013.igem.org

(Difference between revisions)
Line 119: Line 119:
$(".cont>a").eq(_index).fadeIn(1000).siblings().fadeOut(1000);
$(".cont>a").eq(_index).fadeIn(1000).siblings().fadeOut(1000);
});
});
-
t = setInterval("showAuto()", 10000);//执行定义好的函数
+
t = setInterval("showAuto()", 7000);//执行定义好的函数
-
$(".box").hover(function(){clearInterval(t)}, function(){t = setInterval("showAuto()", 10000);});/*当鼠标划向图片时终止定时器,离开时再调用定时器*/
+
$(".box").hover(function(){clearInterval(t)}, function(){t = setInterval("showAuto()", 7000);});/*当鼠标划向图片时终止定时器,离开时再调用定时器*/
})
})
function showAuto()
function showAuto()

Revision as of 11:33, 27 September 2013

图片轮播,选项卡,图片幻灯片效果

PROJECT: Safe Moving Vaccine Factory

ABSTRACT

Our idea comes from Yersinia pestis and fleas. We make use of fleas as our moving injector. When flea feed blood from dogs, our vaccine vector Bacillus subtilis will be regurgitated into blood and successfully transferred to mammalian host. Bacillus subtilis can express antigens which can stimulate the immunity of dogs. Meanwhile, endogenous or exogenous expression of "Antimicrobial Peptides" by B. subtilis can kill Yersinia pestis in fleas. In this way we achieved a safe moving vaccine factory.