Team:UESTC-Software

From 2014.igem.org

(Difference between revisions)
 
(14 intermediate revisions not shown)
Line 1: Line 1:
-
 
+
{{CSS/Main}}
-
 
+
<html>
<html>
 +
<head>
 +
<title>UESTC-Software</title>
 +
<meta http-equiv=Content-Type content="text/html;charset=utf-8">
 +
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" >
 +
<meta name="renderer" content="webkit">
 +
<link rel="stylesheet" type="text/css" href="https://2014.igem.org/Team:UESTC-Software/style.css?action=raw&ctype=text/css">
 +
<script type="text/javascript" src="https://2014.igem.org/Team:UESTC-Software/jquery-1.8.3.min.js?action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2014.igem.org/Team:UESTC-Software/jquery.rotate.js?action=raw&ctype=text/javascript"></script>
 +
</head>
 +
<body>
 +
<img src="https://static.igem.org/mediawiki/2014/0/0a/2014-UESTC-Software.png" id="UESTC" style="top:15px;">
 +
<div id="logoBox" style="top:120px;">
 +
<img src="https://static.igem.org/mediawiki/2014/5/52/2014_UESTC_Software_Home.png" id="home" class="imenu">
 +
<img src="https://static.igem.org/mediawiki/2014/1/18/2014_UESTC_Software_Project.png" id="project" class="imenu">
 +
<img src="https://static.igem.org/mediawiki/2014/a/ad/2014_UESTC_Software_Team.png" id="team" class="imenu">
 +
<img src="https://static.igem.org/mediawiki/2014/d/d0/2014_UESTC_Software_Document.png" id="document" class="imenu">
 +
<img src="https://static.igem.org/mediawiki/2014/7/79/2014_UESTC_Software_Requirment.png" id="requirment" class="imenu">
 +
<img src="https://static.igem.org/mediawiki/2014/6/66/2014_UESTC_Software_Notebook.png" id="notebook" class="imenu">
 +
<div id="logoRay" style="width:140px;height:140px;border-radius:1000px;"></div>
 +
<img src="https://static.igem.org/mediawiki/2014/e/e5/2014_UESTC_Software_logo.gif" id="logo" style="border-radius: 90px;">
 +
</div>
 +
<a class="iGEM" href="https://2014.igem.org/Main_Page" style="position: fixed;top: 0;right: 0;"><img src="https://static.igem.org/mediawiki/2014/8/8d/2014-UESTC-Software-Igem.png"></a>
 +
<script type="text/javascript">
 +
$("html").css({
 +
"width":window.innerWidth+"px",
 +
"height":window.innerHeight+"px",
 +
"overflow":"hidden",
 +
});
 +
$("body").css({
 +
"width":window.innerWidth+"px",
 +
"height":window.innerHeight+"px",
 +
"overflow":"hidden",
 +
});
 +
function ray(){
 +
var diagonal= window.innerWidth*1.5;
 +
$("#logoRay").animate({
 +
width:"+="+diagonal+"px",
 +
height:"+="+diagonal+"px",
 +
left:"-="+diagonal/2+"px",
 +
top:"-="+diagonal/2+"px"
 +
},500);
 +
}
 +
function logoDown(which){
 +
$("#logo").css({
 +
"position":"fixed",
 +
"left":(window.innerWidth-155)/2+"px",
 +
"top":(window.innerHeight-53-155)/2+"px",
 +
});
 +
 +
$("#logo").animate({
 +
width:"100px",
 +
height:"100px",
 +
left:"+=28px",
 +
top:window.innerHeight-80+"px",
 +
},400,function(){
 +
window.open("https://2014.igem.org/Team:UESTC-Software/"+which+".html","_self");
 +
});
 +
}
 +
var boxWidth=500;
 +
var boxHeight=500;
 +
function resizeWindow(){
 +
$("#logoBox").css({
 +
"left":((window.innerWidth-boxWidth)/2)+"px",
 +
"width":boxWidth+"px",
 +
"height":boxHeight+"px",
 +
});
 +
$("#UESTC").css({
 +
"position":"fixed",
 +
"left":(window.innerWidth-362)/2+"px",
 +
});
 +
}
 +
$(document).ready(function(){
 +
resizeWindow();
 +
$("#logo").css({
 +
"left":(boxWidth-156)/2+"px",
 +
"top":(boxHeight-155)/2+"px",
 +
});
 +
$("#logoRay").css({
 +
"left":(boxWidth-156)/2+"px",
 +
"top":(boxHeight-155)/2+"px",
 +
});
 +
$("#home").rotate(30);
 +
$("#team").rotate(-35);
 +
$("#document").rotate(-65);
 +
$("#requirment").rotate(-22);
 +
$("#notebook").rotate(37);
 +
});
-
<!--main content -->
+
$(window).ready(function(){
-
<table width="70%" align="center">
+
$("#logo").click(function(){
-
 
+
$("#team").fadeToggle(80,function(){$("#project").fadeToggle(80,function(){$("#home").fadeToggle(80,function(){$("#document").fadeToggle(80,function(){$("#requirment").fadeToggle(80,function(){$("#notebook").fadeToggle(80);});});});});});
-
 
+
});
-
<!--welcome box -->
+
$("#team").click(function(){
-
<tr>
+
ray();
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
+
$("#project").fadeOut(80,function(){$("#home").fadeOut(80,function(){$("#document").fadeOut(80,function(){$("#requirment").fadeOut(80,function(){$("#notebook").fadeOut(80,function(){$("#team").fadeOut(300,logoDown("team"));});});});});});
-
<h1 >WELCOME TO iGEM 2014! </h1>
+
});
-
<p>Your team has been approved and you are ready to start the iGEM season!
+
$("#project").click(function(){
-
<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>
+
ray();
-
<br>
+
$("#team").fadeOut(80,function(){$("#home").fadeOut(80,function(){$("#document").fadeOut(80,function(){$("#requirment").fadeOut(80,function(){$("#notebook").fadeOut(80,function(){$("#project").fadeOut(300,logoDown("Overview"));});});});});});
-
<p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:UESTC-Software&action=edit"style="color:#FFFFFF"> Click here  to edit this page!</a> </p>
+
});
-
</td>
+
$("#home").click(function(){
-
</tr>
+
ray();
-
 
+
$("#team").fadeOut(80,function(){$("#project").fadeOut(80,function(){$("#document").fadeOut(80,function(){$("#requirment").fadeOut(80,function(){$("#notebook").fadeOut(80,function(){$("#home").fadeOut(300,logoDown("Home"));});});});});});
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
});
-
<!-- end welcome box -->
+
$("#document").click(function(){
-
<tr>
+
ray();
-
 
+
$("#team").fadeOut(80,function(){$("#project").fadeOut(80,function(){$("#home").fadeOut(80,function(){$("#requirment").fadeOut(80,function(){$("#notebook").fadeOut(80,function(){$("#document").fadeOut(300,logoDown("UserGuide"));});});});});});
-
<!--navigation menu -->
+
});
-
<td align="center" colspan="3">
+
$("#requirment").click(function(){
-
 
+
ray();
-
<table  width="100%">
+
$("#team").fadeOut(80,function(){$("#project").fadeOut(80,function(){$("#home").fadeOut(80,function(){$("#document").fadeOut(80,function(){$("#notebook").fadeOut(80,function(){$("#requirment").fadeOut(300,logoDown("Medal"));});});});});});
-
<tr heigth="15px"></tr>
+
});
-
<tr heigth="75px">
+
$("#notebook").click(function(){
-
 
+
ray();
-
 
+
$("#team").fadeOut(80,function(){$("#project").fadeOut(80,function(){$("#home").fadeOut(80,function(){$("#document").fadeOut(80,function(){$("#requirment").fadeOut(80,function(){$("#notebook").fadeOut(300,logoDown("journal"));});});});});});
-
<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:UESTC-Software"style="color:#000000">Home </a> </td>
+
$("#logo").click();
-
 
+
window.onresize = resizeWindow;
-
<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:UESTC-Software/Team"style="color:#000000"> Team </a> </td>
+
</script>
-
 
+
</body>
-
<td style="border:1px solid black;" align="center"  height ="45px"  onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
</html>
-
<a href="https://igem.org/Team.cgi?year=2014&team_name=UESTC-Software"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:UESTC-Software/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:UESTC-Software/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:UESTC-Software/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:UESTC-Software/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:UESTC-Software/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:UESTC-Software/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>
+
-
<li><a href="https://2014.igem.org/Team:UESTC-Software">Home</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:UESTC-Software/Team">Team</a> </li>
+
-
<li><a href="https://igem.org/Team.cgi?year=2013&team_name=UESTC-Software">Official Team Profile</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:UESTC-Software/Project">Project</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:UESTC-Software/Parts">Parts</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:UESTC-Software/Modeling">Modeling</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:UESTC-Software/Notebook">Notebook</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:UESTC-Software/Safety">Safety</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:UESTC-Software/Attributions">Attributions</a> </li>
+
-
 
+
-
</ul>
+
-
 
+
-
</td>
+
-
 
+
-
<td > </td>
+
-
<td width="45%">
+
-
 
+
-
<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>
+
-
 
+
-
 
+
-
<tr> <td colspan="3"  height="15px"> </td></tr>
+
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1"> </tr>
+
-
 
+
-
 
+
-
<!--tips  -->
+
-
<tr><td colspan="3" > <h3> Tips  </h3></td></tr>
+
-
 
+
-
<tr>
+
-
<td width="45%" valign="top">
+
-
<p>We are currently working on providing teams with some easy to use design templates.
+
-
<br> In the meantime you can also view other team wikis for inspiration! Here are some very good examples</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 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>
+
-
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
-
<li>Be clear about what you are doing and what you plan to do.</li>
+
-
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
-
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
-
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
+
-
<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 16:14, 15 October 2014

UESTC-Software