Difference between revisions of "Team:NUDT CHINA"

m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{NUDT_CHINA/CSS}}
+
<html>
<html>
+
<head>
<h2> Welcome to iGEM 2015! </h2>
+
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
<!--Javascript-->
 +
<!--jQuery-->
 +
        <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.3.js"></script>
 +
        <script type="text/javascript" src="jquery-1.11.3.js"></script>
 +
<!--MENU-->
 +
<script type="text/javascript">
 +
$(document).ready(function() {
 +
$('#menu li a').hover( 
 +
function() {$(this).animate({'paddingLeft': '1.2em', 'paddingRight': '1.2em'}, 'fast');},
 +
function() {$(this).animate({'paddingLeft': '0.5em', 'paddingRight': '0.5em'}, 'fast');}
 +
);
 +
});
 +
</script>
 +
<!--NAVIGATION-->
 +
<script type="text/javascript">
 +
$(document).ready(function() {
 +
$('#navigation li a').hover( 
 +
function() {$(this).animate({'paddingLeft': '1.2em', 'paddingRight': '1.2em'}, 'fast');}, 
 +
function() {$(this).animate({'paddingLeft': '0.5em', 'paddingRight': '0.5em'}, 'fast');}
 +
);
 +
});
 +
$(function(){
 +
$("a").click(function(){
 +
$("html,body").animate({ scrollTop:$($(this).attr("href")).offset().top + "px"},1000);}
 +
);
 +
});
 +
</script>
 +
<!--iGEM_LOGO-->
 +
<script type="text/javascript">
 +
$(document).ready(function() {
 +
$("#iGEM_LOGO").mouseover(
 +
function(){$(this).animate({'width': '140px', 'height': '140px'},"fast");
 +
});
 +
$("#iGEM_LOGO").mouseout(
 +
function(){$(this).animate({'width': '137px', 'height': '137px'},"fast");
 +
});
 +
});
 +
  </script>
 +
<!--css-->
 +
<!--RESET-->
 +
<style type="text/css">
 +
.clearStyle {
 +
margin: 0;
 +
padding: 0;
 +
border: 0;
 +
font-size: 100%;
 +
font: inherit;
 +
vertical-align: baseline;
 +
}
 +
body {
 +
background-color: #f3f3f3;
 +
background-image: url(https://static.igem.org/mediawiki/2015/8/8a/Team_NUDT_CHINA_Soft_wallpaper.png);
 +
background-position: 0px 0px;
 +
height: 100%;
 +
width: auto;
 +
}
 +
</style>
 +
<!-- myMainContainer-->
 +
<style type="text/css">
 +
#myMainContainer { 
 +
background-color: #f3f3f3;
 +
background-image: url(https://static.igem.org/mediawiki/2015/8/8a/Team_NUDT_CHINA_Soft_wallpaper.png);
 +
background-position: 0px 0px;
 +
width: auto;
 +
overflow:hidden;
 +
float:center;
 +
margin-left:0px;
 +
margin-right:0px;
 +
margin-bottom: 10px;
 +
}
 +
</style>
 +
<!--BANNER CONTAINER-->
 +
<style type="text/css">
 +
#bannerContainer {
 +
margin-left:180px;
 +
margin-right:180px;
 +
width: auto;
 +
}
 +
</style>
 +
<!--MENU-->
 +
<style type="text/css">
 +
#menu
 +
{
 +
    position: fixed;
 +
    top: 30px;
 +
left: 0px;
 +
}
 +
#menu img
 +
{
 +
margin-left: 30px;
 +
margin-bottom: 0px
 +
}
 +
#menu ul
 +
{
 +
list-style-type:none;
 +
padding: 0;
 +
border: 0;
  
<h4>Before you start: </h4>
+
}
<p> Please read the following pages:</p>
+
#menu li
<ul>
+
{
<li>  <a href="https://2015.igem.org/Requirements">Requirements page </a> </li>
+
list-style-type:none;
<li> <a href="https://2015.igem.org/Wiki_How-To">Wiki Requirements page</a></li>
+
position: relative;
</ul>
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
font-size: 15px;
 +
}
 +
#menu a
 +
{
 +
position: relative;
 +
display: inline-block;
 +
margin: 4px 0px 0px 0px;
 +
    padding: 0.3em .5em 0.3em;
 +
    text-decoration: none;
 +
background-color: #ffffff;
 +
color: #888887;
 +
border-radius: 0 .4em .4em 0;
 +
outline: none;
 +
cursor: pointer;
 +
}
 +
#menu a.b
 +
{
 +
position: relative;
 +
display: inline-block;
 +
margin: 1px 0px;
 +
    padding: 0.3em .5em 0.3em;
 +
    text-decoration: none;
 +
background-color: #ffffff;
 +
outline: none;
 +
cursor: pointer;
 +
background-color: #888887;
 +
color: #ffffff;
 +
border-radius: 0 1em 1em 0;
 +
font-size: 13px;
 +
}
 +
#menu a:hover
 +
{
 +
background-color: #ffffff;
 +
color:#d82545;
 +
}
 +
#menu a.b:hover
 +
{
 +
background-color: #888887;
 +
color:#f9d24b;
 +
}
 +
#menu span
 +
{
 +
padding-left: 10px;
 +
padding-right: 10px;
 +
}
 +
</style>
 +
<!--NAVIGATION-->
 +
<style type="text/css">
 +
#navigation
 +
{
 +
    position: fixed;
 +
    top: 170px;
 +
right: 0px;
 +
text-align: right;
 +
}
 +
#navigation img
 +
{
 +
margin-right: 30px;
 +
margin-top: 0px;
 +
margin-bottom: 30px;
 +
}
 +
#navigation ul
 +
{
 +
list-style-type:none;
 +
border: 0;
 +
}
 +
#navigation li
 +
{
 +
list-style-type:none;
 +
position: relative;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
font-size: 15px;
 +
}
 +
#navigation a
 +
{
 +
position: relative;
 +
display: inline-block;
 +
margin: 4px 0px 0px 0px;
 +
    padding: 0.3em .5em 0.3em;
 +
    text-decoration: none;
 +
background-color: #ffffff;
 +
color: #888887;
 +
border-radius: .4em 0em 0em .4em;
 +
outline: none;
 +
cursor: pointer;
 +
}
 +
#navigation a.b
 +
{
 +
position: relative;
 +
display: inline-block;
 +
margin: 1px 0px;
 +
    padding: 0.3em .5em 0.3em;
 +
    text-decoration: none;
 +
background-color: #ffffff;
 +
outline: none;
 +
cursor: pointer;
 +
background-color: #888887;
 +
color: #ffffff;
 +
border-radius: 1em 0em 0em 1em;
 +
font-size: 13px;
 +
}
 +
#navigation a.t
 +
{
 +
position: relative;
 +
display: inline-block;
 +
margin: 1px 0px;
 +
    padding: 0.3em .5em 0.3em;
 +
    text-decoration: none;
 +
background-color: #ffffff;
 +
outline: none;
 +
cursor: pointer;
 +
background-color: #d82545;
 +
color: #ffffff;
 +
border-radius: 1em 0em 0em 1em;
 +
font-size: 20px;
 +
}
 +
#navigation a:hover
 +
{
 +
background-color: #ffffff;
 +
color:#d82545;
 +
}
 +
#navigation a.b:hover
 +
{
 +
background-color: #888887;
 +
color:#f9d24b;
 +
}
 +
#navigation a.t:hover
 +
{
 +
background-color: #6b1877;
 +
color:#ffffff;
 +
}
 +
#navigation span
 +
{
 +
padding-left: 10px;
 +
padding-right: 10px;
 +
}
 +
</style>
 +
<!--IGEM LOGO-->
 +
<style type="text/css">
 +
#logoContainer {
 +
position: fixed;
 +
top: 30px;
 +
right: 30px;
 +
}
 +
</style>
 +
<!--NUDT_Container-->
 +
<style type="text/css">
 +
#NUDT_Container
 +
{
 +
clear: both;
 +
width: auto;
 +
margin: 30px 180px;
 +
padding: 0px 0px 30px 0px;
 +
font-family: 'verdana',sans-serif;
 +
background: #fff;
 +
box-shadow: 0 3px 8px rgba(0,0,0,.1);
 +
position: relative;
 +
}
 +
#NUDT_Container table{
 +
position: center;
 +
border: 10px;
 +
}
 +
#NUDT_Container td{
 +
text-align: center;
 +
}
 +
#NUDT_Container ul
 +
{
 +
list-style-position:inside;
 +
padding: 10px 50px;
 +
border: 0;
  
<div class="highlightBox">
+
}
<h4> Styling your wiki </h4>
+
#NUDT_Container li
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
+
{
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>
+
padding: 0;
</div>
+
border: 0;
 +
}
  
<h4> Editing your wiki </h4>
+
#NUDT_Container p{
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>
+
text-decoration: none;
<p> <a href="https://2015.igem.org/wiki/index.php?title=Team:Example2&action=edit"> Click here to edit this page! </a></p>
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
<p>See tips on how to edit your wiki on the <a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation</a> page.</p>
+
color: #888887;
 +
position: relative;
 +
padding: 10px 50px;
 +
font-size: 16px;
 +
}
 +
#NUDT_Container a {
 +
position: relative;
 +
    text-decoration:none;
 +
    color:#d82545;
 +
}
  
 +
#NUDT_Container a:hover
 +
{
 +
text-decoration:underline;
 +
}
 +
#NUDT_Container h1, h2, h3, h4, h5{
 +
color: #444;
 +
margin: 20px 0px;
 +
padding:4px 8px;
 +
letter-spacing: -1px;
 +
position: relative;
 +
}
 +
#NUDT_Container h1 {
 +
font:bold 28px/12px 'verdana',sans-serif;
 +
border-left: 10px solid #444;
 +
line-height:28px;
 +
}
 +
#NUDT_Container h2 {
 +
font:bold 20px/6px 'verdana',sans-serif;
 +
border-left: 30px solid #444;
 +
line-height:20px;
 +
}
 +
#NUDT_Container h3 {
 +
font:bold 16px/4px 'verdana',sans-serif;
 +
padding-left: 50px;
 +
line-height:16px;
 +
}
 +
/*CASE*/
 +
#NUDT_Container ca {
 +
position: relative;
 +
display: inline-block;
 +
margin: 10px 100px;
 +
    padding: 10px 20px;
 +
    text-decoration: none;
 +
background-color: #bcbcbc;
 +
color: #000000;
 +
border-radius: 8px 8px;
 +
outline: none;
 +
cursor: pointer;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
font-size: 16px;
 +
}
 +
#NUDT_Container team {
 +
position: relative;
 +
display: inline-block;
 +
width: auto;
 +
height: auto;
 +
margin: 10px 50px;
 +
    padding: 20px 20px;
 +
    text-decoration: none;
 +
color: #000000;
 +
border-radius: 8px 8px;
 +
outline: none;
 +
cursor: pointer;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
font-size: 16px;
 +
}
  
<h4>Templates </h4>
+
</style>
<p> This year we have created templates for teams to use freely. More information on how to use and edit the templates can be found on the
+
<!--DIA_Container-->
<a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation </a> page.</p>  
+
<style type="text/css">
 +
#NUDT_Dia_Container
 +
{
 +
width: auto;
 +
margin: 0px 100px;
 +
}
 +
</style>
 +
<!--BLANK_Container-->
 +
<style type="text/css">
 +
.BLANK_Container
 +
{
 +
width: auto;
 +
}
 +
</style>
 +
<!--TEAM-->
 +
<style type="text/css">
 +
.team_Container
 +
{
 +
margin: 20px 10px;
 +
padding: 20px 10px;
 +
width: auto;
 +
}
 +
</style>
 +
<!--NUDT_Footer-->
 +
<style type="text/css">
 +
#NUDT_Footer
 +
{
 +
clear: both;
 +
width: auto;
 +
padding: 30px 0px;
 +
font-family: 'verdana',sans-serif;
 +
position: relative;
 +
}
 +
#NUDT_Footer p{
 +
text-decoration: none;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
color: #000000;
 +
position: relative;
 +
padding: 10px 50px;
 +
font-size: 16px;
 +
}
 +
</style>
 +
<!--Common-->
 +
<div id = "myMainContainer">
 +
<div id = "menu">
 +
<img src="https://static.igem.org/mediawiki/2015/9/99/Menu.png"/>
 +
<li><a id = "HOME" href="https://2015.igem.org/Team:NUDT_CHINA"><span>HOME</span></a></li>
 +
<li><a id = "TEAM" href="https://2015.igem.org/Team:NUDT_CHINA/Team"><span>TEAM</span></a></li>
 +
 +
<li><a id = "PROJECT" href = "#"><span>PROJECT</span></a></li>
 +
<li><a id = "Description" href = "https://2015.igem.org/Team:NUDT_CHINA/Description" class = "b"><span>Description</span></a></li>
 +
<li><a id = "Experiments" href = "https://2015.igem.org/Team:NUDT_CHINA/Experiments" class = "b"><span>Experiments &amp; Protocols</span></a></li>
 +
<li><a id = "Results" href="https://2015.igem.org/Team:NUDT_CHINA/Results"  class = "b"><span>Results</span></a></li>
 +
<li><a id = "Design" href="https://2015.igem.org/Team:NUDT_CHINA/Design" class = "b"><span>Design</span></a></li>
 +
 +
<li><a id = "PARTS" href = "#"><span>PARTS</span></a></li>
 +
<li><a id = "Team" href = "https://2015.igem.org/Team:NUDT_CHINA/Parts" class = "b"><span>Team Parts</span></a></li>
 +
<li><a id = "Basic" href = "https://2015.igem.org/Team:NUDT_CHINA/Basic_Part" class = "b"><span>Basic Parts</span></a></li>
 +
<li><a id = "Composite" href="https://2015.igem.org/Team:NUDT_CHINA/Composite_Part"  class = "b"><span>Composite Parts</span></a></li>
 +
<li><a id = "Composite" href="https://2015.igem.org/Team:NUDT_CHINA/Part_Collection"  class = "b"><span>Part Collection</span></a></li>
  
  
<h4>Tips</h4>
+
<li><a id = "NOTEBOOK" href="https://2015.igem.org/Team:NUDT_CHINA/Notebook"><span>NOTEBOOK</span></a></li>
<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>
+
<li><a id = "ATTRIBUTIONS" href="https://2015.igem.org/Team:NUDT_CHINA/Attributions"><span>ATTRIBUTIONS</span></a></li>
<ul>
+
<li><a id = "COLLABORATIONS" href="https://2015.igem.org/Team:NUDT_CHINA/Collaborations"><span>COLLABORATIONS</span></a></li>
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
<li><a id = "HUMAN" href="https://2015.igem.org/Team:NUDT_CHINA/Practices"><span>HUMAN PRACTICES</span></a></li>  
<li>Be clear about what you are doing and how you plan to do this.</li>
+
<li><a id = "SAFETY" href="https://2015.igem.org/Team:NUDT_CHINA/Safety"><span>SAFETY</span></a></li>  
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
<li><a id = "MODELING" href="https://2015.igem.org/Team:NUDT_CHINA/Modeling"><span>MODELING</span></a></li>
<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 id = "logoContainer">
<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="https://2015.igem.org/Calendar_of_Events">iGEM 2015 calendar</a> </li>
+
    <a href="https://igem.org/Main_Page"><img  id = "iGEM_LOGO" src="https://static.igem.org/mediawiki/2015/e/ec/TEAM_NUDT_CHINA_iGEM_Logo.png" style="width: 130px; height:135px"/></a>
<li>Have lots of fun! </li>
+
    </div>
</ul>  
+
<link href="https://2015.igem.org/Team:NEFU_China/cleariGEM?action=raw&ctype=text/css" rel="stylesheet" /> </head>
 
+
</html>
 
+
<html>
<h4>Inspiration</h4>
+
<!--Main Container-->
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
<div id = "NUDT_Container" class = "clearStyle">
<ul>
+
<!--subCommon-->
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
<div>
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
<img src="https://static.igem.org/mediawiki/2015/0/06/Team_NUDT_CHINA_banner.jpg" style = "width: 100%; height: auto"/>
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
+
</div>
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
+
<div>
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
+
<img src="https://static.igem.org/mediawiki/parts/f/fb/HOME_NUDT2015.jpg" style = "width: 100%; height: auto"/>
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
+
</div>
</ul>
+
</div>
 
+
<!--Navigation-->
<h4> Uploading pictures and files </h4>
+
<div id = "navigation">
<p> You can upload your pictures and files to the iGEM 2015 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. <br />
+
<img src="https://static.igem.org/mediawiki/2015/5/58/TEAM_NUDT_CHINA_iGEM.png"/>
When you upload, set the "Destination Filename" to <code>Team:YourOfficialTeamName/NameOfFile.jpg</code>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p>
+
<li><a href="#myMainContainer" class = "t"><span>TOP/TIP</span></a></li>
 
+
<img src="https://static.igem.org/mediawiki/2015/9/93/Team_NUDT_CHINA_Navigate.png"/>
<a href="https://2015.igem.org/Special:Upload">CLICK HERE TO UPLOAD FILES</a>
+
    </div>
 
+
<div id = "NUDT_Footer">
 
+
<center>
 
+
<p>Copyright © 2015 NUDT_CHINA | Powered by Nianhao Xie</p>
</div></div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.-->
+
</center>
 
+
</div>
 +
</body>
 
</html>
 
</html>

Latest revision as of 03:42, 19 September 2015