Team:HZAU-China

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
 
(68 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
{{:Team:HZAU-China/background-head}}
-
 
+
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<style>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
a, a:visited {
-
This is a template page. READ THESE INSTRUCTIONS.
+
    color: #fff;
-
</div>
+
}
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
#background11{
-
You are provided with this team page template with which to start the iGEM season. You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki. You can find some examples <a href="https://2009.igem.org/Help:Template/Examples">HERE</a>.
+
    background:url(https://static.igem.org/mediawiki/2013/8/80/Old_wall.jpg);
 +
    float:left;
 +
    min-heiht:200px;
 +
    width: 1000px;
 +
}
 +
#picture{
 +
    background-color:transparent;
 +
    clear: both;
 +
    float: left;
 +
    height: auto;
 +
    width: 535px;
 +
    padding-top: 17px;
 +
    padding-left: 20px;
 +
    padding-bottom: 10px;
 +
}
 +
#paragraphs00{
 +
    background-color: transparent;
 +
    float: right;
 +
    height: auto;
 +
    padding: 10px;
 +
    padding-right:22px;
 +
    width: 400px;
 +
}
 +
#paragraphs01{
 +
    background-color: transparent;
 +
    float: right;
 +
    height: auto;
 +
    width: 400px;
 +
    font-family: Arial,Helvetica,sans-serif;
 +
    font-size: 20px;
 +
    text-align: justify;
 +
 
 +
}
 +
p{
 +
    line-height: 1.3em;
 +
}
 +
#paragraphs02{
 +
    background-color: transparent;
 +
    float: right;
 +
    height: auto;
 +
    width: 420px;
 +
    margin:0;
 +
}
 +
#para1{
 +
    background-color: transparent;
 +
    float: right;
 +
    height: auto;
 +
    width: 400px;
 +
    margin:0;
 +
}
 +
 
 +
#background12{
 +
    background:url(https://static.igem.org/mediawiki/2013/8/80/Old_wall.jpg);
 +
    float:left;
 +
    heiht:300px;
 +
    width: 1000px;
 +
    padding-bottom:3px;
 +
}
 +
#sidebar{
 +
    background-color:transparent;
 +
    height: auto;
 +
    float:left;
 +
    width: 200px;
 +
}
 +
#sidebar1{
 +
    background-color:#81aa29;
 +
    clear: both;
 +
    height: 119;
 +
    width: 200px;
 +
}
 +
#sidebar2{
 +
    background-color:#bbee4c;
 +
    clear: both;
 +
    height:396px;
 +
    padding-bottom:8px;
 +
    width: 200px;
 +
}
 +
#sidebar3{
 +
    background:url(https://static.igem.org/mediawiki/2013/archive/d/d7/20131028225958%2110001.png);
 +
    clear: both;
 +
    height: 119;
 +
    width: 200px;
 +
}
 +
#sidebar4{
 +
    background-color:#abd658;
 +
    clear: both;
 +
    height: 399px;
 +
    width: 200px;
 +
    padding-bottom:5px;
 +
}
 +
</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>
 +
<script src="/ajaxjs/jquery-1.6.2.min.js" type="text/javascript"></script>
 +
<script type="text/javascript">
 +
var n = 0;
 +
$(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(1000).siblings().fadeOut(1000);
 +
});
 +
t = setInterval("showAuto()", 7000);//执行定义好的函数
 +
$(".box").hover(function(){clearInterval(t)}, function(){t = setInterval("showAuto()", 7000);});/*当鼠标划向图片时终止定时器,离开时再调用定时器*/
 +
})
 +
function showAuto()
 +
{
 +
n = n >=(count - 1)?0: ++n;
 +
$(".item a").eq(n).trigger('click');
 +
}
 +
</script>
 +
</head>
 +
 
 +
<body>
 +
<div id="background11">
 +
    <div id="picture">
 +
<div class="box">
 +
    <div class="cont">
 +
            <a><img src="https://static.igem.org/mediawiki/2013/1/12/Sy5.jpg" width="525" height="365" /></a>
 +
            <a class="hide"><img src="https://static.igem.org/mediawiki/2013/f/fc/DSC_3720.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/5/5a/DSC_3461_%E5%89%AF%E6%9C%AC2_%E5%89%AF%E6%9C%AC2.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 id="paragraphs00">
 +
      <div id="paragraphs01">
 +
      <div id="para1">
 +
          <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>
 +
     
 +
          <p style="font-family:times new roman;">Our idea comes from <i>Yersinia pestis</i> and fleas. We make use of fleas as our moving injector. When fleas feed on blood from dogs, our vaccine vector <i>Bacillus subtilis</i> will be regurgitated into blood and successfully transferred to mammalian host. <i>Bacillus subtilis</i> can express antigens which can stimulate the immunity of dogs. Meanwhile, endogenous or exogenous expression of "Antimicrobial Peptides" by <i>B. subtilis</i> can kill <i>Yersinia pestis</i> in fleas. In this way we achieved a safe moving vaccine factory.</p>
 +
      </div>
 +
      </div>
 +
    </div>
</div>
</div>
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
 
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified. PLEASE keep all of your pages within your teams namespace. 
 
-
</div>
 
-
</div>
 
-
</html>
 
-
<!-- *** End of the alert box *** -->
+
<div id="background12">
 +
    <div id="sidebar">
 +
      <div id="sidebar3">
 +
      <p  style="font-family:Arial,Helvetica,sans-serif;font-size:30px;font-color:#fff;text-align:center; padding:20px;margin:0px;"><a href="https://2013.igem.org/Team:HZAU-China/Project">Overview of our project </a></p>
 +
      </div>
 +
      <div id="sidebar4">
 +
        <p  style="font-family:Arial,Helvetica,sans-serif;font-size:17px;font-color:#000;text-align:justify; padding:10px;margin:0px;">55000 people die of rabies per year and about 95% of human deaths occur in Asia and Africa. We hope our project can help in reaching the WHO goal of being free of human rabies by 2020. This section shows the core consideration of our project.
 +
</p>
 +
      </div>     
 +
    </div>
 +
    <div id="sidebar">
 +
      <div id="sidebar1">
 +
      <p  style="font-family:Arial,Helvetica,sans-serif;font-size:30px;font-color:#fff;text-align:center; padding-left:8px;padding-right:8px;padding-top:1px;margin:0px;"><a href="https://2013.igem.org/Team:HZAU-China/Project/Flea_and_Yersinia_pestis">Yersinia pestis and flea</a></p>
 +
      </div>
 +
      <div id="sidebar2">
 +
        <p  style="font-family:Arial,Helvetica,sans-serif;font-size:17px;font-color:#000;text-align:justify;padding:10px; margin:0px;">Yersinia pestis can form biofilms to colonize the proventricular of flea. Blocked fleas can transfer Yersinia pestis to host. The mechanism has been widely researched. Although it is too early for us to release clean fleas, we do spend a lot of time in thinking of this mechanism. You can find the details of this interesting mechanism in this section.</p>
 +
      </div>     
 +
    </div>
 +
    <div id="sidebar">
 +
      <div id="sidebar3">
 +
      <p  style="font-family:Arial,Helvetica,sans-serif;font-size:30px;font-color:#fff;text-align:center;padding:20px; margin:0px;"><a href="https://2013.igem.org/Team:HZAU-China/Modeling/Cellular_automata">Cellular automaton</a></p>
 +
      </div>
 +
      <div id="sidebar4">
 +
        <p  style="font-family:Arial,Helvetica,sans-serif;font-size:17px;font-color:#000;text-align:justify;padding:10px; margin:0px;">In order to know whether safe moving vaccine factory can reach 70% vaccination coverage of dogs, Cellular automaton model has been used to simulate the spread of immunity.</p>
 +
      </div>     
 +
    </div>
-
{|align="justify"
+
    <div id="sidebar">
-
|You can write a background of your team here. Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
+
      <div id="sidebar1">
-
|[[Image:HZAU-China_logo.png|200px|right|frame]]
+
      <p style="font-family:Arial,Helvetica,sans-serif;font-size:30px;font-color:#fff;text-align:center;padding:20px; margin:0px;"><a href="https://2013.igem.org/Team:HZAU-China/Achievement/judgement">Judging form </a></p>
-
|-
+
      </div>
-
|
+
      <div id="sidebar2">
-
''Tell us more about your project. Give us background. Use this as the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
        <p  style="font-family:Arial,Helvetica,sans-serif;font-size:17px;font-color:#000;text-align:justify;padding:10px; margin:0px;">This year is the first time we attend iGEM. And we applied to attend this competition on April 27,2013. It must be a big challenge for anyone to finish iGEM in just six months. We finished this hard work with trial and error. From our judging form, you can know what we have done in six months.</p>
-
|[[Image:HZAU-China_team.png|right|frame|Your team picture]]
+
      </div>     
-
|-
+
    </div>
-
|
+
-
|align="center"|[[Team:HZAU-China | Team HZAU-China]]
+
-
|}
+
-
<!--- The Mission, Experiments --->
+
    <div id="sidebar">
 +
      <div id="sidebar3">
 +
      <p  style="font-family:Arial,Helvetica,sans-serif;font-size:30px;font-color:#fff;text-align:center;padding:20px; padding-left:22px;padding-right:22px;margin:0px;"><a href="https://2013.igem.org/Team:HZAU-China/Collaboration">Helpful Ideas</a></p>
 +
      </div>
 +
      <div id="sidebar4">
 +
        <p  style="font-family:Arial,Helvetica,sans-serif;font-size:17px;font-color:#000;text-align:justify;padding:10px; margin:0px;">We are iGEMers this year! It is a big challenge for us to finish the assessment of safety at the beginning of our work. We think every new iGEMer will face this kind of challenge. So we made suggestions on safety assessment for your new iGEMer guys! We hope these helpful ideas can provide some useful information for safety assessment. </p>
 +
      </div>     
 +
    </div>
 +
</div>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
 
-
!align="center"|[[Team:HZAU-China|Home]]
+
</body>
-
!align="center"|[[Team:HZAU-China/Team|Team]]
+
 
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=HZAU-China Official Team Profile]
+
</html>
-
!align="center"|[[Team:HZAU-China/Project|Project]]
+
{{:Team:HZAU-China/background-footer}}
-
!align="center"|[[Team:HZAU-China/Parts|Parts Submitted to the Registry]]
+
<br/>
-
!align="center"|[[Team:HZAU-China/Modeling|Modeling]]
+
-
!align="center"|[[Team:HZAU-China/Notebook|Notebook]]
+
-
!align="center"|[[Team:HZAU-China/Safety|Safety]]
+
-
!align="center"|[[Team:HZAU-China/Attributions|Attributions]]
+
-
|}
+

Latest revision as of 11:22, 9 November 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 fleas feed on 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.