Team:WHU-China

From 2013.igem.org

(Difference between revisions)
 
(185 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:WHU-China/templates/standardpage_header}}
-
 
+
<html>
<html>
-
<script language="javascript">
 
-
location.replace("http://www.baidu.com/")
+
</div>
 +
        <script type="text/javascript">
 +
            $(document).ready(function() {
 +
                $("p").filter( function() {
 +
                    return $.trim($(this).html()) == '';
 +
                }).remove();
 +
            });
 +
        </script>
 +
        <!-- Remove "team" from the menubar -->
 +
        <script type="text/javascript">
 +
            $(document).ready(function() {
 +
                $("menubar > ul > li:last-child").remove();
 +
            });
 +
        </script>
-
</script>
+
 
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
 
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
 
-
This is a template page. READ THESE INSTRUCTIONS.
+
 
 +
 
 +
 
 +
 
 +
<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://"
 +
 
 +
 
 +
 
 +
</script>  
 +
<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 id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
 
-
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>.
 
</div>
</div>
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
<script>
-
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. 
+
<!--
 +
//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>
-
</html>
 
-
<!-- *** End of the alert box *** -->
 
 +
<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>
-
{|align="justify"
 
-
|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.
 
-
|[[Image:WHU-China_logo.png|200px|right|frame]]
 
-
|-
 
-
|
 
-
''Tell us more about your project.  Give us background.  Use this as the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
 
-
|[[Image:WHU-China_team.png|right|frame|Your team picture]]
 
-
|-
 
-
|
 
-
|align="center"|[[Team:WHU-China | Team WHU-China]]
 
-
|}
 
-
<!--- The Mission, Experiments --->
+
<div class="link">
-
 
+
</html>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
{{:Team:WHU-China/templates/standardpage_footer}}
-
!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]]
+
-
|}
+

Latest revision as of 03:44, 28 September 2013

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

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.