Team:NJU-QIBEBT

From 2014.igem.org

(Difference between revisions)
(Prototype team page)
 
(293 intermediate revisions not shown)
Line 1: Line 1:
-
{{CSS/Main}}
+
{{Team:NJU-QIBEBT/CSS/Reset}}
-
 
+
-
 
+
<html>
<html>
 +
<head>
 +
<title></title>
 +
<meta charset="utf-8">
-
<!--main content -->
+
<script src="https://2014.igem.org/wiki/index.php?title=Template:Team:NJU-QIBEBT/JS/Jquery&action=raw"></script>
-
<table width="70%" align="center">
+
<script type="text/javascript">
-
 
+
    $(function(){
-
 
+
        $("#sideMenu_2").toggle(function(){
-
<!--welcome box -->
+
            $("body").css({"background":"url('https://static.igem.org/mediawiki/2014/0/0c/Halloween.jpg')",
-
<tr>
+
        "width":" 100%",
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
+
        "height":"300px",
-
<h1 >WELCOME TO iGEM 2014! </h1>
+
        "margin": "0 auto",
-
<p>Your team has been approved and you are ready to start the iGEM season!
+
      "background-size": "100%  auto"}
-
<br>On this page you can document your project, introduce your team members, document your progress <br> and share your iGEM experience with the rest of the world! </p>
+
);
-
<br>
+
                $("#nav-top").css({
-
<p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:NJU-QIBEBT&action=edit"style="color:#FFFFFF"> Click here  to edit this page!</a> </p>
+
                    "background":"url('https://static.igem.org/mediawiki/2014/9/9c/Banner_night.jpg')",
-
</td>
+
                    "width":" 100%",
-
</tr>
+
                    "height":"300px",
-
 
+
                    "margin": "0 auto",
-
<tr> <td colspan="3" height="5px"> </td></tr>
+
                    "background-size": "100%  auto"
-
<!-- end welcome box -->
+
                });
-
<tr>
+
-
 
+
-
<!--navigation menu -->
+
-
<td align="center" colspan="3">
+
-
 
+
-
<table  width="100%">
+
-
<tr heigth="15px"></tr>
+
-
<tr heigth="75px">
+
-
 
+
-
 
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
-
<a href="https://2014.igem.org/Team:NJU-QIBEBT"style="color:#000000">Home </a> </td>
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
 
-
<a href="https://2014.igem.org/Team:NJU-QIBEBT/Team"style="color:#000000"> Team </a> </td>
 
-
<td style="border:1px solid black;" align="center"  height ="45px"  onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
 
-
<a href="https://igem.org/Team.cgi?year=2014&team_name=NJU-QIBEBT"style="color:#000000"> Official Team Profile </a></td>
 
-
<td style="border:1px solid black" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
        },function(){
-
<a href="https://2014.igem.org/Team:NJU-QIBEBT/Project"style="color:#000000"> Project</a></td>
+
            $("body").css("background","url('https://static.igem.org/mediawiki/2014/3/30/NJU_Bac.jpg') 10px");
 +
                $("#nav-top").css({
 +
                    "background":"url('https://static.igem.org/mediawiki/2014/7/75/Njuday_%281%29-1.jpg')",
 +
                    "width":" 100%",
 +
                    "height":"300px",
 +
                    "margin": "0 auto",
 +
                    "background-size": "100%  auto"
 +
                });
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
        });
-
<a href="https://2014.igem.org/Team:NJU-QIBEBT/Parts"style="color:#000000"> Parts</a></td>
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
        $(window).scroll(function(){
-
<a href="https://2014.igem.org/Team:NJU-QIBEBT/Modeling"style="color:#000000"> Modeling</a></td>
+
            var sTop = Math.max(document.body.scrollTop || document.documentElement.scrollTop);
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
            if(sTop > 260 ){
-
<a href="https://2014.igem.org/Team:NJU-QIBEBT/Notebook"style="color:#000000"> Notebook</a></td>
+
                $("#fixedMenu").css({'position':'fixed','top':'0'});
 +
                $("#fixedMenu_2").css({
 +
                    'display':'block'
 +
                });
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
            }
-
<a href="https://2014.igem.org/Team:NJU-QIBEBT/Safety"style=" color:#000000"> Safety </a></td>
+
            else{
 +
                $("#fixedMenu").css({'position':'relative'})
 +
                $("#fixedMenu_2").css({
 +
                    'display':'none'
 +
                });
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
            }
-
<a href="https://2014.igem.org/Team:NJU-QIBEBT/Attributions"style="color:#000000"> Attributions </a></td>
+
        })
 +
    })
 +
</script>
-
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
+
<style type="text/css">
-
</tr>
+
      #sideMenu_2{
-
</table>
+
      width:100px;
 +
      height:117px;
 +
      background:url("https://static.igem.org/mediawiki/2014/d/d9/关灯.png");
 +
      background-size:100%;
 +
      position:absolute;
 +
      right:50%;
 +
      margin-right:-600px;
 +
      top:205px;
 +
}
 +
      #sideMenu_2:hover{
 +
        background:url("https://static.igem.org/mediawiki/2014/4/42/关灯.gif");
 +
              background-size:100%;
 +
cursor:pointer;
-
<!--end navigation menu -->
 
-
</tr>
 
 +
        }
 +
        .welcome{
 +
        margin:0 auto;
 +
        width:600px;
 +
        }
 +
        #main .welcome img{
 +
            width:300px;
 +
            display:block;
 +
            margin:0 auto;
 +
        }
 +
    *{
 +
        padding:0;
 +
        margin: 0;
 +
    }
 +
    a{
 +
        text-decoration: none;
 +
        color: #333333;
 +
    }
 +
    body{
 +
        background: url("https://static.igem.org/mediawiki/2014/3/30/NJU_Bac.jpg") fixed;
 +
    }
 +
    #header{
 +
        margin: 0 auto;
 +
        width: 100%;
 +
    }
 +
    /*========================*/
 +
    #nav-bottom {
 +
        width: 100%;
 +
        height: 50px;
 +
        background:url("https://static.igem.org/mediawiki/2014/a/ae/10.jpg");
 +
    }
 +
    ul#nav_content{
 +
        width: 960px;
 +
        margin: 0 auto;
 +
        padding: 0;
 +
        list-style: none;
-
</tr>
+
    }
-
+
    ul#nav_content a{
 +
        display: inline-block;
 +
        line-height: 50px;
 +
        color: #333333;
 +
        padding: 0 12px;
 +
        transition:all 0.4s;
 +
        font-size: 14px;
 +
        font-weight:bold;
 +
        font-family: 'PT Sans', sans-serif;
 +
    }
 +
    ul#nav_content ul a{
 +
    color:whitesmoke;
 +
}
 +
    ul#nav_content a:hover{
 +
        background-color: rgba(231,201,100,0.5);
 +
        color: whitesmoke;
-
</td>
+
    }
 +
    ul#nav_content ul{
 +
        padding: 0;
 +
        list-style: none;
 +
        float: left;
 +
        margin-top: 0px;
 +
        margin-left: 0px;
-
<tr> <td colspan="3"  height="15px"> </td></tr>
+
    }
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1px"> </tr>
+
    ul#nav_content li{
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
        float: left;
 +
    }
 +
    ul#nav_content li ul li{
 +
        background-color: rgba(51,51,51,0.3);
 +
        float: left;
 +
        border-radius: 3px;
 +
        transition:all 0.4s;
 +
    }
 +
    ul#nav_content li ul li{
 +
    }
 +
    ul#nav_content li ul{
 +
        position: absolute;
 +
        left: -999em;
-
<!--requirements section -->
+
    }
-
<tr><td colspan="3"> <h3> Requirements </h3></td></tr>
+
    #nav_content li:hover ul{
-
<tr>
+
        left: auto;
-
<td width="45%"  valign="top">  
+
    }
 +
</style>
-
<p> Please be sure to keep these links, your audience will want to find your: </p>
+
<style type="text/css">
 +
    #top-section {
 +
        background:rgba(0,0,0,0.1);}
 +
    .firstHeading{
 +
        display:none; }
 +
    li{
 +
        list-style: none;
 +
    }
 +
    *{
 +
        padding:0;
 +
        margin: 0;
 +
    }
 +
    a{
 +
        text-decoration: none;
 +
        color: #333333;
 +
    }
 +
    body{
 +
        padding:0;
 +
        margin: 0;
 +
    }
 +
    body{
 +
        background: url("https://static.igem.org/mediawiki/2014/3/30/NJU_Bac.jpg") fixed;
 +
        padding:0;
 +
        margin: 0;
 +
    }
 +
    #header{
 +
        margin: 0 auto;
 +
        width: 100%;
 +
    }
 +
    #nav-top{
 +
        width: 100%;
 +
        height:300px;
 +
        margin: 0 auto;
 +
        background:url("https://static.igem.org/mediawiki/2014/7/75/Njuday_%281%29-1.jpg");
 +
      background-size: 100%  auto;
 +
    }
 +
    /*
 +
    #nav-bottom a{
 +
        text-align: center;
 +
        top: 14px;
 +
        position: relative;
 +
        display: inline-block;
 +
        font-size: 18px;
 +
        height: 54px;
 +
        padding-left: 10px;
 +
        padding-right: 10px;
 +
        margin: 0;
 +
        color: #e7e7e7;
 +
        text-shadow: 2px 2px 3px #333333;
 +
    }
 +
    */
 +
    #back_to_top {
 +
        position: fixed;
 +
        left: 50%;
 +
        margin-left: 500px;
 +
        width: 110px;
 +
        height: 110px;
 +
        bottom: 30px;
 +
        background: url("https://static.igem.org/mediawiki/2014/8/86/Still_superman-f.png");
 +
       
 +
    }
 +
    #back_to_top:hover{
 +
        background: url("https://static.igem.org/mediawiki/2014/b/b6/Flying_superman-ff.gif");
 +
        height: 105px;
 +
        bottom: 25px;
-
<!-- Links to other team pages -->
 
-
<ul>
 
-
<li><a href="https://2014.igem.org/Team:NJU-QIBEBT">Home</a> </li>
 
-
<li><a href="https://2014.igem.org/Team:NJU-QIBEBT/Team">Team</a> </li>
 
-
<li><a href="https://igem.org/Team.cgi?year=2013&team_name=NJU-QIBEBT">Official Team Profile</a> </li>
 
-
<li><a href="https://2014.igem.org/Team:NJU-QIBEBT/Project">Project</a> </li>
 
-
<li><a href="https://2014.igem.org/Team:NJU-QIBEBT/Parts">Parts</a> </li>
 
-
<li><a href="https://2014.igem.org/Team:NJU-QIBEBT/Modeling">Modeling</a> </li>
 
-
<li><a href="https://2014.igem.org/Team:NJU-QIBEBT/Notebook">Notebook</a> </li>
 
-
<li><a href="https://2014.igem.org/Team:NJU-QIBEBT/Safety">Safety</a> </li>
 
-
<li><a href="https://2014.igem.org/Team:NJU-QIBEBT/Attributions">Attributions</a> </li>
 
-
</ul>
+
    }
 +
    #footer{
 +
        width: 100%;
 +
        background: url("https://static.igem.org/mediawiki/2014/6/6f/NJU_motif_grille.png") repeat;
 +
        height: 200px;
-
</td>
+
    }
 +
    #footer img{
 +
        height: 50px;
 +
        margin-top: 10px;
 +
    }
 +
    #footer #footerContent{
 +
        width: 960px;
 +
        overflow: hidden;
 +
        color: #FAFAFA;
 +
        margin: 0 auto;
 +
    }
 +
    #footer #footerContent #footerLeft{
 +
        width: 400px;
 +
        float: left;
 +
        margin-top: 10px;
 +
    }
 +
    #footer #footerContent #footerRight{
 +
        width: 500px;
 +
        float: right;
 +
        margin-top: 10px;
 +
    }
 +
    #footer #footerContent p{
 +
        padding-top: 5px;
 +
        font-family: 'PT Sans', sans-serif;
 +
    }
 +
    #footer #footerContent h3{
 +
        font-size: 1.5em;
 +
        padding-top: 5px;
 +
        font-family: 'PT Sans', sans-serif;
 +
        font-weight: 700;
 +
    }
 +
    #nav-bottom {
 +
        width: 100%;
 +
        height: 50px;
 +
        background:url("https://static.igem.org/mediawiki/2014/3/30/NJU_Bac.jpg");
 +
    }
 +
    #main{
 +
        z-index: 99;
 +
    }
 +
</style>
 +
<style type="text/css">
 +
    #header{
 +
        margin-bottom: 10px;
 +
    }
 +
    #main{
 +
        width: 960px;
 +
        margin: 0 auto;
 +
    }
 +
    #main #fixedMenu{
 +
        padding:10px;
 +
        font-family: 'PT Sans', sans-serif;
 +
        font-size: 2.8em;
 +
        display: inline-block;
 +
        color: #e7e7e7;
 +
        background-color: rgba(51,51,51,0.5);
 +
        width: 200px;
 +
        padding-left: 10px;
-
<td > </td>
+
    }
-
<td width="45%">
+
    #main p{
 +
        font-size: 1.4em;
 +
        font-family: 'PT Sans', sans-serif;
 +
    }
 +
    #fixedMenu_2{
 +
        display: none;
 +
        height: 36px;
 +
    }
 +
</style>
 +
<style type="text/css">
 +
    #main p{
 +
        margin-top: 10px;
 +
        margin-bottom: 10px;
 +
        font-size: 16px;
 +
    }
 +
    #main img{
 +
        margin-left: 20px;
 +
        margin-top: 30px;
 +
        margin-bottom: 30px;
 +
        margin-left: 30px;
 +
    }
 +
    #main h1{
 +
        font-size: 36px;
 +
        font-family:'PT Sans', sans-serif;
 +
        font-weight: 700;
 +
    }
 +
    #main h2{
 +
        font-size: 28px;
 +
        font-weight: 400;
 +
        font-family:'PT Sans', sans-serif;
 +
        margin-top: 10px;
 +
    }
 +
    #main h3{
 +
        font-family:'PT Sans', sans-serif;
 +
        font-style: italic;
 +
    }
 +
    #main h1,#main h2,#main h3{
 +
        border-bottom:none;
 +
   
 +
    }
 +
  #main .eoil{
 +
    width:900px;
 +
    margin:0 auto;
 +
}
 +
#main .eoil img{
 +
display:block;
 +
}
 +
</style>
 +
</head>
 +
<body>
-
<p>There are a few wiki requirements teams must follow:</p>
+
<div id="main" style="min-height:500">
-
<ul>
+
<div id="eoil">
-
<li>All pages, images and files must be hosted on the <a href ="https://2014.igem.org/Special:Upload">  2014.igem.org server</a>. </li>
+
<img src="https://static.igem.org/mediawiki/2014/d/d2/E.coil.png">
-
<li>All pages must be created under the team’s name space.</li>
+
</div>
-
<li>As part of your documentation, keep the links from the menu to the left. </li>
+
-
<li>Do not use flash in wiki code. </li>
+
-
<li>The <a href="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png"> iGEM logo </a> should be placed on the upper part of every page and should link to <a href="https://2014.igem.org/Main_Page">2014.igem.org</a>.</li>
+
-
</ul>
+
-
<p>Visit the <a href="https://2014.igem.org/Wiki_How-To"> Wiki How To page </a> for a complete list of requirements, tips and other useful information. </p>
+
-
</td>
+
<img src="https://static.igem.org/mediawiki/2014/9/9d/大logo.png" width="960px">
-
</tr>
+
<div class="welcome">
 +
<a href="https://2014.igem.org/Team:NJU-QIBEBT/team/Overview"><img src="https://static.igem.org/mediawiki/2014/1/15/Walking_welcome_small.gif" ></a>
 +
</div>
 +
</div>
 +
<div id="sideMenu" >
 +
        <a href="https://2014.igem.org/Main_Page" style="position:absolute;left:50%;top:605px;margin-left:-600px;"><img src="https://static.igem.org/mediawiki/2014/0/0b/IGEM_y.png" style="width:70px;"></a>
 +
</div>
 +
<div id="sideMenu_2" >
 +
        <a href="javascript:" style="position:absolute;left:50%;top:205px;margin-left:530px;"></a>
 +
</div>
 +
<div id="header">
 +
    <div id="nav-bottom">
 +
        <ul id="nav_content">
 +
            <li class="menu"><a href="/Team:NJU-QIBEBT">HOME</a>
 +
            </li>
 +
            <li class="menu"><a href="/Team:NJU-QIBEBT/team/Overview">PROJECT</a>
 +
                <ul>
 +
                    <li><a href="/Team:NJU-QIBEBT/team/Overview">Overview</a></li>
 +
                    <li><a href="/Team:NJU-QIBEBT/team/Backgroud">Backgroud</a></li>
 +
                    <li><a href="/Team:NJU-QIBEBT/Production module">Production module</a></li>
 +
                    <li><a href="/Team:NJU-QIBEBT/Pumping out module">Pumping out module</a></li>
 +
                    <li><a href="/Team:NJU-QIBEBT/Indicator module">Indicator module</a></li>
 +
                </ul>
-
<tr> <td colspan="3" height="15px"> </td></tr>
+
            </li>
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1"> </tr>
+
            <li class="menu"><a href="/Team:NJU-QIBEBT/ACHIEVEMENT/Parts test results">ACHIEVEMENT</a>
 +
                <ul>
 +
                    <li><a href="/Team:NJU-QIBEBT/ACHIEVEMENT/Parts test results">Parts test results</a></li>
 +
                    <li><a href="/Team:NJU-QIBEBT/ACHIEVEMENT/Modeling">Modeling</a></li>
 +
                    <li><a href="/Team:NJU-QIBEBT/ACHIEVEMENT/Judging Criteria">Judging Criteria</a></li>
 +
                </ul>
 +
            </li>
 +
            <li class="menu"><a href="/Team:NJU-QIBEBT/wetlab/Protocol">WET LAB</a>
 +
                <ul>
 +
                    <li><a href="/Team:NJU-QIBEBT/wetlab/Protocol">Protocol</a></li>
 +
                    <li><a href="/Team:NJU-QIBEBT/wetlab/Notebook">Notebook</a></li>
 +
                    <li><a href="/Team:NJU-QIBEBT/wetlab/Parts">Parts</a></li>
 +
                </ul>
 +
            </li>
 +
            <li class="menu"><a href="/Team:NJU-QIBEBT/humanPractice">HUMAN PRACTICE</a></li>
 +
            <li class="menu"><a href="/Team:NJU-QIBEBT/SAFETY">ETHICS AND SAFETY</a></li>
 +
            <li class="menu"><a href="/Team:NJU-QIBEBT/team">TEAM</a>
 +
                <ul>
 +
                    <li><a href="/Team:NJU-QIBEBT/wetlab/member">Member</a></li>
 +
                    <li><a href="/Team:NJU-QIBEBT/wetlab/attribution">Attribution</a></li>
 +
                </ul>
 +
</li>
 +
            <li class="menu"><a href="/Team:NJU-QIBEBT/ACKNOWLEDGEMENT">ACKNOWLEDGEMENT</a></li>
 +
        </ul>
 +
        <!--
 +
        <div id="content1" style="width: 720px;margin: 0 auto">
 +
        <a href="/Team:NJU-QIBEBT/Extras" >Extras<img src="img/nav_r.png"></a><a href="/Team:NJU-QIBEBT/Safety">Safety</a><a href="/Team:NJU-QIBEBT/Modeling">Modeling</a><a href="/Team:NJU-QIBEBT/Practice" >Practice<img src="img/nav_r.png"></a><a href="/Team:NJU-QIBEBT/Parts">Parts</a><a href="/Team:NJU-QIBEBT/Team">Team</a><a href="/Team:NJU-QIBEBT/Project">Project</a><a href="/Team:NJU-QIBEBT">Home</a>
 +
        </div>
 +
        -->
 +
    </div>
-
<!--tips  -->
 
-
<tr><td colspan="3" > <h3> Tips  </h3></td></tr>
 
-
<tr>
+
<div id="footer">
-
<td width="45%" valign="top">  
+
    <div id="footerContent">
-
<p>We are currently working on providing teams with some easy to use design templates.
+
        <div id="footerLeft">
-
<br> In the meantime you can also view other team wikis for inspiration! Here are some very good examples</p>
+
<img src="https://static.igem.org/mediawiki/2014/5/58/Nanjing_university_ack.jpg">
 +
<img src="https://static.igem.org/mediawiki/2014/5/50/M3-Acknowledgement11.png" >
-
<ul>
+
<img src="https://static.igem.org/mediawiki/2014/2/28/M3-Acknowledgement1.png" >
-
<li> <a href="https://2013.igem.org/Team:SDU-Denmark/"> 2013 SDU Denmark </a> </li>
+
<img src="https://static.igem.org/mediawiki/2014/f/f7/QIBEBT.jpg" >
-
<li> <a href="https://2013.igem.org/Team:SYSU-China">2013 SYSU China</a> </li>
+
-
<li> <a href="https://2013.igem.org/Team:Shenzhen_BGIC_ATCG"> 2013 Shenxhen BGIG ATCG </a></li>
+
-
<li> <a href="https://2013.igem.org/Team:Colombia_Uniandes">2013 Colombia Unianades </a></li>
+
-
<li> <a href="https://2013.igem.org/Team:Lethbridge">2013 Lethbridge</a></li>
+
-
</ul>
+
-
<p>For a full wiki list, you can visit <a href="https://igem.org/Team_Wikis?year=2013">iGEM 2013 web sites </a> and <a href="https://igem.org/Team_Wikis?year=2012">iGEM 2012 web sites</a>  lists. </p>
+
        </div>
-
</td>
+
-
<td> </td>
+
        <div id="footerRight" style="text-align:left;'>
-
<td width="45%">  
+
            <p style="color:white;font-size:20px;" > </p>
 +
            <p style="color:white;font-size:28px;" > Nanjing University </p>
 +
            <p style="color:white;font-size:20px;">Address:No.22 Hankou Rd.,Gulou District, Nanjing, Jiangsu 210093,P.R.China.
 +
            </p>
 +
            <p style="color:white;font-size:20px;" >TEL:(+86)15261874993</p>
 +
            <p style="color:white;font-size:20px;" >Email:NJU_QIBEBT@outlook.com</p>
-
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
 
-
<ul>
+
        </div>
-
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
    </div>
-
<li>Be clear about what you are doing and what you plan to do.</li>
+
</div>
-
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
<a href="#" id="back_to_top"><span></span></a>
-
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
</body>
-
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
+
</html>
-
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="">iGEM 2013 calendar</a> </li>
+
-
<li>Have lots of fun! </li>
+
-
</ul>
+
-
</br>
+
-
</td>
+
-
</tr>
+
-
</table>
+

Latest revision as of 03:24, 18 October 2014