Team:NJU-QIBEBT

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{{CSS/Main}}
+
<!DOCTYPE html>
-
 
+
-
 
+
<html>
<html>
 +
<head>
 +
    <title>team</title>
 +
    <meta charset="utf-8">
 +
    <style type="text/css">
 +
        /* font */
 +
        .speakers .name{
 +
            font-family:  "Nueva Std","Adobe Caslon Pro";
 +
            font-size: 19px;
 +
            font-style: italic;
 +
        }
 +
        /* reset */
 +
        body {
 +
            font-family: Helvetica,"Comic Sans MS", "Times New Roman", serif;
 +
            background: url("img/wall.jpg") no-repeat ;
 +
        }
 +
        *{
 +
            padding: 0;
 +
            margin: 0;
 +
        }
 +
        table {
 +
            border-collapse: collapse;
 +
            border-spacing: 0;
 +
        }
 +
        fieldset,img {
 +
            border: 0;
 +
        }
 +
        address,caption,cite,code,dfn,em,strong,th,var {
 +
            font-weight: normal;
 +
            font-style: normal;
 +
        }
 +
        ol,ul {
 +
            list-style: none;
 +
        }
 +
        caption,th {
 +
            text-align: left;
 +
        }
 +
        h1,h2,h3,h4,h5,h6 {
 +
            font-weight: normal;
 +
            font-size: 100%;
 +
        }
 +
        abbr,acronym {
 +
            border: 0;
 +
        }
 +
        a{
 +
            text-decoration: none;
 +
        }
 +
        ul{
 +
            text-align: center;
 +
            margin: 0 auto;
 +
        }
 +
        /* header */
 +
        #content{
 +
            width: 960px;
 +
            position: relative;
 +
            margin: 0 auto;
 +
        }
 +
        #header{
 +
            position: absolute;
 +
            width: 100%;
 +
            background-color: #6166cc;
 +
            height: 60px;
 +
            box-shadow:1px 1px 3px rgba(0,0,0,.8);
 +
            top:-60px;
 +
        }
 +
        li{
 +
            float: left;
 +
        }
 +
        #header a{
 +
            text-align: center;
 +
            color: #dddddd;
 +
            height: 60px;
 +
            line-height: 60px;
 +
            width: 100px;
 +
            display: block;
 +
            background-color: #6166cc;
 +
            transition: 0.2s all;
 +
            border-left: 1px dashed rgba(255,255,255,0.3)
 +
        }
 +
        #header a[href="/"]{
 +
            width: 149px;
 +
            background: url("img/2.png");
 +
            transition:0.3s all;
-
<!--main content -->
+
        }
-
<table width="70%" align="center">
+
        #header a[href='/']:hover{
-
 
+
            background: url("img/3.png");
-
 
+
            transition:0.3s all;
-
<!--welcome box -->
+
-
<tr>
+
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
+
-
<h1 >WELCOME TO iGEM 2014! </h1>
+
-
<p>Your team has been approved and you are ready to start the iGEM season!
+
-
<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>
+
-
<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>
+
-
</td>
+
-
</tr>
+
-
 
+
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
-
<!-- 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> 
+
-
<a href="https://2014.igem.org/Team:NJU-QIBEBT/Project"style="color:#000000"> Project</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/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>
+
-
<a href="https://2014.igem.org/Team:NJU-QIBEBT/Modeling"style="color:#000000"> Modeling</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/Notebook"style="color:#000000"> Notebook</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/Safety"style=" color:#000000"> Safety </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/Attributions"style="color:#000000"> Attributions </a></td>
+
-
 
+
-
 
+
-
<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>
+
-
</tr>
+
-
</table>
+
-
 
+
-
<!--end navigation menu -->
+
-
</tr>
+
-
 
+
-
 
+
-
</tr>
+
-
+
-
 
+
-
 
+
-
 
+
-
 
+
-
</td>
+
-
 
+
-
<tr> <td colspan="3"  height="15px"> </td></tr>
+
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1px"> </tr>
+
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
-
 
+
-
 
+
-
<!--requirements section -->
+
-
<tr><td colspan="3"> <h3> Requirements </h3></td></tr>
+
-
<tr>
+
-
<td width="45%"  valign="top">
+
-
 
+
-
<p> Please be sure to keep these links, your audience will want to find your: </p>
+
-
<!-- Links to other team pages -->
+
        }
-
<ul>
+
        #header a:hover{
-
<li><a href="https://2014.igem.org/Team:NJU-QIBEBT">Home</a> </li>
+
            background-color: #CCB761;
-
<li><a href="https://2014.igem.org/Team:NJU-QIBEBT/Team">Team</a> </li>
+
            text-shadow: 1px;
-
<li><a href="https://igem.org/Team.cgi?year=2013&team_name=NJU-QIBEBT">Official Team Profile</a> </li>
+
            color: #ffffff;
-
<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>
+
        }
 +
        #menu_off{
 +
            margin-left: 930px;
 +
            width: 100px;
-
</td>
 
-
<td > </td>
+
        }
-
<td width="45%">
+
        #menu_off img:hover{
 +
            cursor: pointer;
 +
        }
 +
        /* main */
 +
        #main{
 +
            width: 960px;
 +
            margin: 150px auto 20px auto;
 +
            color: whitesmoke;
 +
            text-shadow: 4px 4px 8px #000000;
 +
            filter: Shadow(Color='green', Direction='135', Strength='6');
 +
            filter: dropshadow(OffX=2, OffY=2, Color='black', Positive='true');
-
<p>There are a few wiki requirements teams must follow:</p>
 
-
<ul>
 
-
<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>
 
-
<li>All pages must be created under the team’s name space.</li>
 
-
<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>
+
        }
-
</tr>
+
        #main #main-intro{
 +
            font-size: 40px;
 +
        }
 +
        #main #name:hover{
 +
            color: blue;
 +
            transition: ease-in 0.2s;
 +
        }
 +
        #test{
 +
            position: relative;
 +
            left: -1500px;
 +
            top:30px;
 +
        }
 +
        #main img{
 +
            position: relative;
 +
            right: -1500px;
 +
            top: -120px;
 +
        }
 +
        #main img:hover{
 +
            transform:rotate(5deg);
 +
            -ms-transform:rotate(5deg); /* IE 9 */
 +
            -moz-transform:rotate(5deg); /* Firefox */
 +
            -webkit-transform:rotate(5deg); /* Safari 和 Chrome */
 +
            -o-transform:rotate(5deg); /* Opera */
 +
        }
 +
        #detail-intro{
 +
            font-size: 20px;
 +
            position: relative;
 +
            top: 950px;
 +
        }
 +
        #news {
 +
            width: 960px;
 +
            margin: 0 auto;
 +
            background: url("img/news-bac.png") repeat;
 +
            height: 300px;
 +
            border-radius: 10px;
 +
            visibility: visible;
 +
        }
 +
        /* footer */
 +
        #footer {
 +
            background:url("img/footer_bac.png") repeat ;
 +
            height: 80px;
-
<tr> <td colspan="3" height="15px"> </td></tr>
+
        }
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1"> </tr>
+
        #footer-content {
 +
            width: 960px;
 +
            margin: 0 auto;
 +
            color: #ffffff;
 +
            height: 80px;
 +
        }
 +
    </style>
 +
    <script src="js/jquery.js" type="text/javascript"></script>
 +
    <script type="text/javascript" src="js/common.js"></script>
 +
    <script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js"></script>
 +
</head>
 +
<body>
 +
<div id="header">
 +
    <div id="content" style="">
 +
        <ul class="left-720" id="menu">
 +
            <li><a href="#">Home</a></li>
 +
            <li><a href="#">Project</a></li>
 +
            <li><a href="#">Team</a></li>
 +
            <li><a href="#">Parts</a></li>
 +
            <li><a href="/"></a> </li>
 +
            <li><a href="#">Pratice</a></li>
 +
            <li><a href="#">Modeling</a></li>
 +
            <li><a href="#">Safety</a></li>
 +
            <li><a href="#">Extras</a></li>
 +
        </ul>
 +
        <p id="menu_off"><img src="img/menu_on.png"></p>
-
<!--tips  -->
+
    </div>
-
<tr><td colspan="3" > <h3> Tips  </h3></td></tr>
+
-
<tr>
+
</div>
-
<td width="45%" valign="top">  
+
<div id="main">
-
<p>We are currently working on providing teams with some easy to use design templates.
+
    <div id="test">
-
<br> In the meantime you can also view other team wikis for inspiration! Here are some very good examples</p>
+
    <p id="main-intro">Welcome to our wiki! This is <span id="name">NJU-QIBEBT.</span>       </p>
-
<ul>
 
-
<li> <a href="https://2013.igem.org/Team:SDU-Denmark/"> 2013 SDU Denmark </a> </li>
 
-
<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>
 
-
</td>
 
-
<td> </td>
 
-
<td width="45%">
 
-
<p>This wiki wi be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
+
</div>
 +
    <br>
 +
    <p id="detail-intro" style="width: 750px">   Detail information of software can be found in PROJECT part of this wiki. detail introduction detail introduction detail introduction detail introduction detail introduction detail introduction detail introduction detail introduction detail introduction detail introduction detail introduction detail introduction </p>
 +
    <img src="img/logo-igem.png" width="250px">
 +
<div id="news">
 +
    <p style="font-size: 20px;margin: 0 auto" >latest news</p>
 +
</div>
-
<ul>
+
</div>
-
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
<div id="footer">
-
<li>Be clear about what you are doing and what you plan to do.</li>
+
    <div id="footer-content">
-
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
    NJU-QIBEBT/SPONSOR/FOOTER
-
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
    </div>
-
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
+
</div>
-
<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>
+
</body>
-
<li>Have lots of fun! </li>
+
</html>
-
</ul>
+
-
</br>
+
-
</td>
+
-
</tr>
+
-
</table>
+
-
<img src="https://static.igem.org/mediawiki/2014/4/45/Logo-igem.png">
+

Revision as of 12:37, 26 August 2014

<!DOCTYPE html> team

Welcome to our wiki! This is NJU-QIBEBT.


Detail information of software can be found in PROJECT part of this wiki. detail introduction detail introduction detail introduction detail introduction detail introduction detail introduction detail introduction detail introduction detail introduction detail introduction detail introduction detail introduction

latest news