Team:WHU-China/introduction

From 2013.igem.org

(Difference between revisions)
(Created page with "{{:Team:WHU-China/templates/standardpage_header}} <html> <!-- Remove all empty <p> tags --> <script type="text/javascript"> $(document).ready(function() { ...")
 
(4 intermediate revisions not shown)
Line 26: Line 26:
     <script src="http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js"></script>
     <script src="http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js"></script>
   
   
-
<!--
+
    <script type="text/javascript">
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
        $(window).scroll(function () {
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
            var scrollPos = $(window).scrollTop();
-
This is a template page. READ THESE INSTRUCTIONS.
+
            if (scrollPos > 145) {
-
</div>
+
                $(".toc").addClass("stickBelowNavigation");
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
            } else {
-
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>.
+
                $(".toc").removeClass("stickBelowNavigation");
-
</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. 
+
    </script>
-
</div>
+
-
</div>
+
-
-->
+
-
</html>
+
<div id="toc"  class="toc" style="*display:none;"><img src="https://static.igem.org/mediawiki/2013/2/26/WHULeftbar.png"/><table><tr><td><div id="toctitle" style="width:50%;"><h2>Contents</h2></div>
 +
<ul>
 +
<li class="toclevel-1 tocsection-1"><a href="#blueprint"><span class="tocnumber">1</span> <span class="toctext">Bluprint of our project</span></a></li>
-
<!-- *** End of the alert box *** -->
+
</ul>
 +
</td></tr></table></div><script>if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script>
-
<!--
+
<script type="text/javascript">
-
{|align="justify"
+
        $(window).scroll(function () {
-
|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.
+
            var scrollPos = $(window).scrollTop();
-
|[[Image:WHU-China_logo.png|200px|right|frame]]
+
            if (scrollPos > 100) {
-
|-
+
                $(".mainiGEM").addClass("sticktotop");
-
|
+
            } else {
-
''Tell us more about your project. Give us background. Use this as the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
                $(".mainiGEM").removeClass("sticktotop");
-
|[[Image:WHU-China_team.png|right|frame|Your team picture]]
+
            }
-
|-
+
        });
-
|
+
    </script>
-
|align="center"|[[Team:WHU-China | Team WHU-China]]
+
-
|}
+
-
-->
+
 +
<div class="mainiGEM" style="*display:none;">
 +
<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;top:10px;right:0px;z-index:1000;"/></a>
 +
</div>
-
<!--- The Mission, Experiments --->
+
<script type="text/javascript">
 +
        $(window).scroll(function () {
 +
            var scrollPos = $(window).scrollTop();
 +
            if (scrollPos > 100) {
 +
                $(".backtop").addClass("stickToBottom");
 +
            } else {
 +
                $(".backtop").removeClass("stickToBottom");
 +
            }
 +
        });
 +
    </script>
 +
<div class="backtop" style="*display:none;"><a href="https://2013.igem.org/Team:WHU-China/introduction#top">
 +
<img src="https://static.igem.org/mediawiki/2013/b/b9/2013_WHU_BACKtoTop.png" width="100px" height="50px"/>
 +
</a>
 +
</div>
-
<!--
 
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
 
-
!align="center"|[[Team:WHU-China|Home]]
 
-
!align="center"|[[Team:WHU-China/Team|Team]]
 
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=WHU-China Official Team Profile]
 
-
!align="center"|[[Team:WHU-China/Project|Project]]
 
-
!align="center"|[[Team:WHU-China/Parts|Parts Submitted to the Registry]]
 
-
!align="center"|[[Team:WHU-China/Modeling|Modeling]]
 
-
!align="center"|[[Team:WHU-China/Notebook|Notebook]]
 
-
!align="center"|[[Team:WHU-China/Safety|Safety]]
 
-
!align="center"|[[Team:WHU-China/Attributions|Attributions]]
 
-
|}
 
-
-->
+
<h1 style="width:60%;font-size:30px;color:green;margin-left:26%;border:0;margin-top:40px;">
-
{{:Team:WHU-China/templates/standardpage_middle}}
+
<strong>Introduction</strong>
 +
</h1>
 +
 
 +
<div class="link">
 +
 
 +
</html>
 +
 
{{:Team:WHU-China/templates/standardpage_introduction}}
{{:Team:WHU-China/templates/standardpage_introduction}}
{{:Team:WHU-China/templates/standardpage_footer}}
{{:Team:WHU-China/templates/standardpage_footer}}

Latest revision as of 02:21, 26 September 2013

We strongly recommend you to use a non-IE core browser, for example Firefox, Chrome, Safari, or Opera