Team:HZAU-China
From 2013.igem.org
(Difference between revisions)
Line 17: | Line 17: | ||
height: auto; | height: auto; | ||
width: 535px; | width: 535px; | ||
- | padding-top: | + | padding-top: 17px; |
- | padding-left: | + | padding-left: 20px; |
padding-bottom: 10px; | padding-bottom: 10px; | ||
} | } | ||
Line 37: | Line 37: | ||
font-size: 20px; | font-size: 20px; | ||
text-align: justify; | text-align: justify; | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | p { | + | p{ |
line-height: 1.3em; | line-height: 1.3em; | ||
} | } | ||
Line 48: | Line 46: | ||
float: right; | float: right; | ||
height: auto; | height: auto; | ||
- | width: | + | width: 420px; |
- | + | margin:0; | |
} | } | ||
#para1{ | #para1{ | ||
Line 55: | Line 53: | ||
float: right; | float: right; | ||
height: auto; | height: auto; | ||
- | width: | + | width: 400px; |
- | + | margin:0; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
+ | |||
#background12{ | #background12{ | ||
background:url(https://static.igem.org/mediawiki/2013/8/80/Old_wall.jpg); | background:url(https://static.igem.org/mediawiki/2013/8/80/Old_wall.jpg); | ||
Line 105: | Line 96: | ||
</style> | </style> | ||
- | <style> | + | <head> |
- | + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
- | + | <title>图片轮播,选项卡,图片幻灯片效果</title> | |
- | + | <style type="text/css"> | |
- | + | body{padding:0;margin:0;} | |
- | + | h1{margin:0;} | |
- | + | .box{position:relative;width:525px;margin:0px auto;} | |
- | + | .cont{height:365px;overflow:hidden;} | |
- | + | .item{background:rgba(0,0,0,0.5);color:#fff;font-size:40px;position:absolute;left:0;bottom:0;width:100%;text-align:right;line-height:20px;height:20px;} | |
- | + | .item a{margin-right:5px;cursor:pointer;text-shadow:0 0 3px ;} | |
- | + | a.seld{color:#ffd017;} | |
+ | a.hide{display:none;} | ||
</style> | </style> | ||
- | <script type="text/javascript"> | + | <script src="/ajaxjs/jquery-1.6.2.min.js" type="text/javascript"></script> |
- | + | <script type="text/javascript"> | |
- | + | var n = 0; | |
- | var | + | $(document).ready(function(){ |
- | + | count=$(".cont a").length;//显示区域的内容长度 | |
- | + | $(".item a").click(function(){ | |
- | + | $(this).addClass("seld").siblings().removeClass("seld"); | |
- | + | var _index=$(this).index();//分屏的数字索引 | |
- | + | $(".cont>a").eq(_index).fadeIn(300).siblings().fadeOut(300); | |
- | + | }); | |
- | + | t = setInterval("showAuto()", 2000);//执行定义好的函数 | |
- | + | $(".box").hover(function(){clearInterval(t)}, function(){t = setInterval("showAuto()", 2000);});/*当鼠标划向图片时终止定时器,离开时再调用定时器*/ | |
- | + | }) | |
- | + | function showAuto() | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
{ | { | ||
- | + | n = n >=(count - 1)?0: ++n; | |
- | + | $(".item a").eq(n).trigger('click'); | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</script> | </script> | ||
+ | </head> | ||
<body> | <body> | ||
<div id="background11"> | <div id="background11"> | ||
<div id="picture"> | <div id="picture"> | ||
- | + | <div class="box"> | |
- | + | <div class="cont"> | |
- | + | <a><img src="https://static.igem.org/mediawiki/2013/3/3b/DSC_3461_%E5%89%AF%E6%9C%AC2_%E5%89%AF%E6%9C%AC.jpg" width="525" height="365" /></a> | |
- | < | + | <a class="hide"><img src="https://static.igem.org/mediawiki/2013/6/69/DSC_3467_%E5%89%AF%E6%9C%AC_%E5%89%AF%E6%9C%AC.jpg" width="525" height="365" /></a> |
- | < | + | <a class="hide"><img src="https://static.igem.org/mediawiki/2013/9/90/DSC_3472_%E5%89%AF%E6%9C%AC_%E5%89%AF%E6%9C%AC.jpg" width="525" height="365" /></a> |
- | < | + | <a class="hide"><img src="https://static.igem.org/mediawiki/2013/7/7d/DSC_3546_%E5%89%AF%E6%9C%AC_%E5%89%AF%E6%9C%AC.jpg" width="525" height="365" /></a> |
- | </ | + | <a class="hide"><img src="https://static.igem.org/mediawiki/2013/7/71/DSC_3550_%E5%89%AF%E6%9C%AC_%E5%89%AF%E6%9C%AC.jpg" width="525" height="365" /></a> |
- | + | </div> | |
- | + | <div class="item"> | |
+ | <a class="seld">·</a> | ||
+ | <a>·</a> | ||
+ | <a>·</a> | ||
+ | <a>·</a> | ||
+ | <a>·</a> | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
Line 216: | Line 155: | ||
<div id="para1"> | <div id="para1"> | ||
<div id="paragraphs02"> | <div id="paragraphs02"> | ||
- | < | + | <p><span style="float:right;font-size:26.4px;font-family:Impact;color:#000000;line-height: 1.3em;">PROJECT: Safe Moving Vaccine Factory</span></p> |
- | < | + | <p><span style="float:right;font-size:26.4px;font-family:Impact;color:#ffd017;line-height: 1.3em;">ABSTRACT</span></p> |
- | + | ||
- | + | ||
</div> | </div> | ||
+ | |||
+ | <p style="font-family:times new roman;">Oue 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.</p> | ||
</div> | </div> | ||
</div> | </div> |
Revision as of 14:06, 23 September 2013
PROJECT: Safe Moving Vaccine Factory
ABSTRACT
Oue 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.