Team:WHU-China
From 2013.igem.org
(Difference between revisions)
IgnatzZeng (Talk | contribs) |
IgnatzZeng (Talk | contribs) |
||
(163 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
{{:Team:WHU-China/templates/standardpage_header}} | {{:Team:WHU-China/templates/standardpage_header}} | ||
- | |||
<html> | <html> | ||
- | + | </div> | |
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
Line 11: | Line 10: | ||
}); | }); | ||
</script> | </script> | ||
- | |||
<!-- Remove "team" from the menubar --> | <!-- Remove "team" from the menubar --> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
Line 20: | Line 18: | ||
- | + | ||
- | + | ||
+ | |||
+ | |||
+ | |||
+ | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | |||
- | |||
- | |||
<!-- | <!-- | ||
- | + | var image1=new Image() | |
- | + | image1.src="https://static.igem.org/mediawiki/2013/f/f0/WHUHzr.png" | |
- | + | var image2=new Image() | |
- | + | image2.src="https://static.igem.org/mediawiki/2013/f/fb/WHUtly1.PNG" | |
+ | var image3=new Image() | ||
+ | image3.src="https://static.igem.org/mediawiki/2013/2/24/WHU3plusvstly.PNG" | ||
+ | var image4=new Image() | ||
+ | image4.src="https://static.igem.org/mediawiki/2013/b/b8/WHUlyDP-Bio-SR.png" | ||
+ | var image5=new Image() | ||
+ | image5.src="https://static.igem.org/mediawiki/2013/a/ab/WHUtly9_28_3_2.PNG" | ||
+ | var image6=new Image() | ||
+ | image6.src="https://static.igem.org/mediawiki/2013/9/95/WHUAftertargetly.png" | ||
+ | var image7=new Image() | ||
+ | image7.src="https://static.igem.org/mediawiki/2013/6/6c/WHUtly4teamcomp.PNG" | ||
+ | var image8=new Image() | ||
+ | image8.src="https://static.igem.org/mediawiki/2013/b/b9/WHU_Team.png" | ||
+ | var image9=new Image() | ||
+ | image9.src="http://" | ||
+ | var image10=new Image() | ||
+ | image10.src="http://" | ||
- | |||
- | |||
- | < | + | |
- | <div | + | </script> |
- | <div id=" | + | <div style="margin:0 auto;width:100%;"> |
- | + | <div style="width:700px;height:500px;border:0;margin:30px auto;"> | |
+ | <img src="https://static.igem.org/mediawiki/2013/f/f0/WHUHzr.png" class="imgbutton" name="slide" style="float:left;height:500px;width:700px;margin-top:0;border: 0;box-shadow: 8px 8px 7px rgba(0, 0, 0, 0.15);" /> | ||
+ | <div onclick="stepminus()" id="previousimg" style="float:left;height:50px;width:50px;margin-left:-700px;margin-top:235px;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/c/c3/WHUpreviousimg.PNG" class="imgbutton" height=50px width=50px /></div> | ||
+ | <div onclick="stepplus()" id="nextimg" style="height:50px;width:50px;margin-left:-50px;margin-top:235px;float:left;height:50px;width:50px;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/0/02/WHUnextimg.PNG" height=50px width=50px /></div> | ||
</div> | </div> | ||
- | |||
- | |||
</div> | </div> | ||
- | < | + | <script> |
- | + | <!-- | |
+ | //variable that will increment through the images | ||
+ | var step=1 | ||
+ | function stepplus(){ | ||
+ | step++ | ||
+ | |||
+ | if(step>7) | ||
+ | step=8 | ||
+ | // | ||
+ | //return results | ||
+ | document.images.slide.src=eval("image"+step+".src") | ||
+ | |||
+ | } | ||
+ | function stepminus(){ | ||
+ | step-- | ||
+ | |||
+ | if(step<2) | ||
+ | step=1 | ||
+ | // | ||
+ | |||
+ | //return results | ||
+ | document.images.slide.src=eval("image"+step+".src") | ||
+ | } | ||
+ | //--> | ||
+ | </script> | ||
+ | |||
+ | <div style="text-align:center;width:50%;background-color:rgba(142, 195, 31,0.65);height:auto;margin:40px auto;padding:10px;"> | ||
+ | <h2 style="font-size:20px;border:none;">The tandem promoter and multistage promoter scheme we propose here, can express your gene in a fixed desired amount or switching between several designed level, in both model organism and non-model organism that has little known transcription initiation element. | ||
+ | </h2> | ||
+ | <div style="height:30px;width:100%"> | ||
</div> | </div> | ||
</div> | </div> | ||
- | |||
- | |||
- | < | + | <script type="text/javascript"> |
+ | $(window).scroll(function () { | ||
+ | var scrollPos = $(window).scrollTop(); | ||
+ | if (scrollPos > 100) { | ||
+ | $(".mainiGEM").addClass("sticktotop"); | ||
+ | } else { | ||
+ | $(".mainiGEM").removeClass("sticktotop"); | ||
+ | } | ||
+ | }); | ||
+ | </script> | ||
- | < | + | <div class="mainiGEM"> |
- | + | <a title="iGEM Main Page" href="https://2013.igem.org/Main_Page"> | |
- | + | <img src="https://static.igem.org/mediawiki/2013/b/b0/Back_to_IGEM.png" style="width:80px;height:60px;position:fixed;top:10px;right:0px;z-index:1000;"/></a> | |
- | + | </div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | <div class="link"> |
- | + | </html> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
{{:Team:WHU-China/templates/standardpage_footer}} | {{:Team:WHU-China/templates/standardpage_footer}} | ||
- |
Latest revision as of 03:44, 28 September 2013