Team:HUST-Innovators
From 2014.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
<html> | <html> | ||
+ | <head> | ||
- | < | + | <title></title> |
- | < | + | <style type="text/css"> |
+ | #top-section{ | ||
+ | position: absolute; | ||
+ | width: 100%; | ||
+ | height: 0; | ||
+ | border: none; | ||
+ | } | ||
+ | #top-section #menubar.left-menu{ | ||
+ | position: absolute; | ||
+ | top: 0; left: 0; | ||
+ | } | ||
+ | #top-section #menubar.right-menu{ | ||
+ | position: absolute; | ||
+ | top: 0; right: 0; | ||
+ | } | ||
+ | .editsection, | ||
+ | #top-section #p-logo, | ||
+ | #top-section #search-controls, | ||
+ | #content h1.firstHeading, | ||
+ | #content #bodyContent #contentSub, | ||
+ | #content #bodyContent p, /* holly crap, they have p element for script tag and no id and no class... */ | ||
+ | #catlinks{ | ||
+ | display: none; | ||
+ | } | ||
+ | #globalWrapper, | ||
+ | #globalWrapper #content{ | ||
+ | background: none; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | border: none; | ||
+ | width: auto; | ||
+ | } | ||
+ | #footer-box { | ||
+ | border-top: 1px solid #E4E4E4; | ||
+ | border-right: 0px; | ||
+ | border-bottom: 0px; | ||
+ | border-left: 0px; | ||
+ | } | ||
- | + | /* because I hide p element in #bodyContent */ | |
- | + | #content #bodyContent div p{ | |
- | + | display: block; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | |||
- | |||
- | |||
- | + | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { | |
- | + | /* background: transparent; */ | |
+ | border: 0; | ||
+ | font-size: 100%; | ||
+ | /* margin: 0; */ | ||
+ | outline: 0; | ||
+ | /* padding: 0; */ | ||
+ | vertical-align: baseline; | ||
+ | /* list-style: none; */ | ||
+ | } | ||
- | + | body { | |
- | + | /*background: #fff;*/ | |
- | + | line-height: 1; | |
+ | background-color: #fff; | ||
+ | font-family: Calibri, Arial; | ||
+ | font:Calibri; | ||
+ | overflow-x: hidden; | ||
+ | background: url(https://static.igem.org/mediawiki/2012/3/3a/Bg.png); | ||
+ | } | ||
+ | /*hd--------------------------------------*/ | ||
+ | #hd{ | ||
+ | width:730px; | ||
+ | margin:20px auto; | ||
+ | text-align:center; | ||
+ | } | ||
+ | h1{ | ||
+ | font-size: 5em; | ||
+ | color:#2e423e; | ||
+ | margin:25px 0 0 30px; | ||
+ | float:left; | ||
+ | /* width: 400px;*/ | ||
+ | height: 90px; | ||
+ | } | ||
+ | h2 { | ||
+ | font-size: 2em; | ||
+ | color: #2e423e; | ||
+ | margin: 0px 0 20 0px; | ||
+ | float: left; | ||
+ | width: 750px; | ||
+ | height: 20px; | ||
+ | } | ||
- | + | /*underline-------------------------------*/ | |
- | + | #under{ | |
+ | width:100%; | ||
+ | height:30px; | ||
+ | background:url(https://static.igem.org/mediawiki/2012/d/df/Under.png); | ||
+ | background-repeat: repeat-x; | ||
+ | float:left; | ||
+ | margin-top:165px; | ||
+ | position:absolute; | ||
+ | } | ||
- | + | /*nav-------------------------------------*/ | |
- | + | #nav { | |
+ | color: #eee; | ||
+ | font-size: 22px; | ||
+ | width: 850px; | ||
+ | height: 60px; | ||
+ | margin: 0 auto; | ||
+ | /* position: relative; */ | ||
+ | top: 150px; | ||
+ | } | ||
+ | #nav a, a:visited { | ||
+ | text-decoration: none; | ||
+ | color: #eee; | ||
+ | } | ||
+ | #nav detail a, a:visited { | ||
+ | text-decoration: none; | ||
+ | color: #2e423e; | ||
+ | } | ||
+ | #nav a:hover{ | ||
+ | text-decoration:none; | ||
+ | cursor:pointer; | ||
+ | background:#2e423e; | ||
+ | color=#fff; | ||
+ | } | ||
+ | #nav ul{ | ||
+ | position:absolute; | ||
+ | margin:0 auto; | ||
+ | padding:0 20px 0 20px; | ||
+ | background: #5baf8f; /* Old browsers */ | ||
+ | background: -moz-linear-gradient(top, #5baf8f 0%, #498f7d 100%); /* FF3.6+ */ | ||
+ | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5baf8f), color-stop(100%,#498f7d)); /* Chrome,Safari4+ */ | ||
+ | background: -webkit-linear-gradient(top, #5baf8f 0%,#498f7d 100%); /* Chrome10+,Safari5.1+ */ | ||
+ | background: -o-linear-gradient(top, #5baf8f 0%,#498f7d 100%); /* Opera 11.10+ */ | ||
+ | background: -ms-linear-gradient(top, #5baf8f 0%,#498f7d 100%); /* IE10+ */ | ||
+ | background: linear-gradient(to bottom, #5baf8f 0%,#498f7d 100%); /* W3C */ | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5baf8f', endColorstr='#498f7d',GradientType=0 ); /* IE6-9 */ | ||
- | + | } | |
- | + | ||
- | + | #nav ul li{ | |
- | + | float:left; | |
+ | padding: 12px 14px 15px 14px; | ||
+ | display:block; | ||
+ | text-align:center; | ||
+ | } | ||
+ | #nav ul li:hover{ | ||
+ | background:#2e423e; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | #second ul li{ | ||
+ | background:#5baf8f; | ||
+ | width: 89px; | ||
+ | } | ||
+ | #second ul{ | ||
+ | padding: 0; | ||
+ | font-size: 15.5px; | ||
+ | } | ||
- | |||
- | |||
- | + | #menubar{ | |
- | + | width:100px; | |
+ | } | ||
- | + | #footer-box{ | |
- | + | display:none; | |
+ | } | ||
- | + | #ft{ | |
- | + | width:720px; | |
+ | position:relative; | ||
+ | color:grey; | ||
+ | float:left; | ||
+ | text-align:center; | ||
+ | border-top:2px solid #888; | ||
+ | padding-top:10px; | ||
+ | padding-bottom:40px; | ||
+ | } | ||
- | |||
- | |||
+ | /*main-----------------------------------*/ | ||
+ | .main{ | ||
+ | width:730px; | ||
+ | margin:0 auto; | ||
+ | position:relative; | ||
+ | top=50px; | ||
+ | font-size:1.1em; | ||
+ | } | ||
- | |||
- | |||
- | |||
- | + | .clear{clear:both;} | |
- | + | ||
+ | </style> | ||
- | </ | + | <script type="text/javascript"> |
- | + | function mycarousel_initCallback(carousel) { | |
+ | // Disable autoscrolling if the user clicks the prev or next button. | ||
+ | carousel.buttonNext.bind('click', function () { | ||
+ | carousel.startAuto(0); | ||
+ | }); | ||
+ | carousel.buttonPrev.bind('click', function () { | ||
+ | carousel.startAuto(0); | ||
+ | }); | ||
+ | // Pause autoscrolling if the user moves with the cursor over the clip. | ||
+ | carousel.clip.hover(function () { | ||
+ | carousel.stopAuto(); | ||
+ | }, function () { | ||
+ | carousel.startAuto(); | ||
+ | }); | ||
+ | }; | ||
+ | jQuery(document).ready(function () { | ||
+ | jQuery('#mycarousel').jcarousel({ | ||
+ | auto: 2, | ||
+ | wrap: 'last', | ||
+ | initCallback: mycarousel_initCallback | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
- | |||
- | < | + | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> |
- | + | <script type="text/javascript"> | |
- | < | + | function list(Name) { |
+ | document.getElementById(Name).style.display = "block"; | ||
+ | } | ||
+ | function mouseOut(type) { | ||
+ | document.getElementById(type).style.display = "none"; | ||
+ | } | ||
+ | function clean(type) { | ||
+ | document.getElementById("1").style.display = "none"; | ||
+ | document.getElementById("2").style.display = "none"; | ||
+ | document.getElementById("3").style.display = "none"; | ||
+ | document.getElementById("4").style.display = "none"; | ||
+ | document.getElementById("5").style.display = "none"; | ||
+ | // document.getElementById(type).style.display = "block"; | ||
+ | } | ||
+ | </script> | ||
+ | <link type="text/css" rel="stylesheet" charset="UTF-8" href="https://translate.googleapis.com/translate_static/css/translateelement.css" /> | ||
+ | </head> | ||
- | <!-- | + | <body> |
- | < | + | <!--main content --> |
+ | <table width="70%" align="center"> | ||
+ | |||
+ | |||
+ | <!--welcome box --> | ||
+ | |||
+ | <thead class="title"> | ||
<tr> | <tr> | ||
- | <td | + | <td style="border:1px solid black;" colspan="3" align="center" height="150px" bgcolor="#FF404B"> |
+ | <div style="height:110;"><h1>WELCOME TO iGEM 2014! </h1></div> | ||
+ | <div style="padding:30px 0 10px 0;">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! | ||
+ | <br> | ||
+ | <p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:HUST-Innovators&action=edit" style="color:#FFFFFF"> Click here to edit this page!</a> </p></div> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </thead> | ||
+ | <tbody id="bar"> | ||
+ | <tr> <td colspan="3" height="5px"> </td></tr> | ||
+ | <!-- end welcome box --> | ||
+ | <tr> | ||
- | < | + | <!--navigation menu --> |
+ | <td align="center" colspan="3"> | ||
- | < | + | <div id="nav"> |
- | + | <ul> | |
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </ | + | <li> |
+ | <a href="https://2014.igem.org/Team:HUST-Innovators" style="color:#000000">Home </a> </li> | ||
- | </ | + | <li id="introduction" onmouseover="list(1)" onmouseout="clean(1)"> |
+ | <a href="https://2014.igem.org/Team:HUST-Innovators/Team" style="color:#000000"> Introduction </a> </li> | ||
- | < | + | <li id="modeling" onmouseover="list(2)" onmouseout="clean(2)"> |
- | < | + | <a href="https://igem.org/Team.cgi?year=2014&team_name=HUST-Innovators" style="color:#000000"> Modeling </a></li> |
+ | |||
+ | <li id="achievements" onmouseover="list(3)" onmouseout="clean(3)"> | ||
+ | <a href="https://2014.igem.org/Team:HUST-Innovators/Project" style="color:#000000"> Achievements </a></li> | ||
+ | |||
+ | <li id="team" onmouseover="list(4)" onmouseout="clean(4)"> | ||
+ | <a href="https://2014.igem.org/Team:HUST-Innovators/Parts" style="color:#000000"> Team</a></li> | ||
+ | |||
+ | <li id="humanpractice" onmouseover="list(5)" onmouseout="clean(5)"> | ||
+ | <a href="https://2014.igem.org/Team:HUST-Innovators/Modeling" style="color:#000000"> HumanPractice | ||
+ | </a></li> | ||
+ | |||
+ | <!--<li 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> </li>--> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</ul> | </ul> | ||
- | |||
- | < | + | <!--子级分栏--> |
- | < | + | <div id="second" style="width: 50px;position: absolute;z-index:9;font-size: 18px;filter: alpha(opacity=88);-moz-opacity:0.88;opacity:0.88; "> |
- | < | + | <ul id="1" style="left: 110px; top: 50px;" onmouseover="list(1)" onmouseout="mouseOut(1)"; > |
- | < | + | <li><a href="https://2012.igem.org/Team:HUST-China/Project/Abstract">Abstract</a></li> |
+ | <li onmouseover="list(6)" onmouseout="clean(6)"><a href="https://2012.igem.org/Team:HUST-China/Project/LCD/Background">Lignocellulose Decomposer</a></li> | ||
+ | <li onmouseover="list(7)" onmouseout="clean(7)"><a href="https://2012.igem.org/Team:HUST-China/Project/MFC/Mechanism">Microbial Fuel Cell</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:HUST-China/Project/FD">Future Directions</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:HUST-China/Project/Protocols">Protocols</a></li> | ||
+ | </ul> | ||
+ | |||
+ | <ul id="2" style="left: 240px; top: 50px;" onmouseover="list(2)" onmouseout="mouseOut(2)"; > | ||
+ | <li><a href="https://2012.igem.org/Team:HUST-China/Modeling/Abstract">Abstract</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:HUST-China/Modeling/CAL">Celluar Automaton</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:HUST-China/Modeling/GM">Generator Model</a></li> | ||
+ | </ul> | ||
+ | |||
+ | |||
+ | <ul id="3" style="left: 361px; top: 50px;" onmouseover="list(3)" onmouseout="mouseOut(3)"; > | ||
+ | <li style="width: 110px;"><a href="https://2012.igem.org/Team:HUST-China/Parts">Parts Submitted</a></li> | ||
+ | <li style="width: 110px;"><a href="https://2012.igem.org/Team:HUST-China/Achievements/Modeling">Modeling</a></li> | ||
+ | </ul> | ||
+ | |||
+ | <ul id="4" style="left: 500px; top: 50px;" onmouseover="list(4)" onmouseout="mouseOut(4)"; > | ||
+ | <li><a href="https://2012.igem.org/Team:HUST-China/Team">Our Team</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:HUST-China/Attribution">Attribution</a></li> | ||
+ | <li><font size="1"><a href="https://2012.igem.org/Team:HUST-China/Acknowledgement">Acknowledgement</a></font></li> | ||
+ | </ul> | ||
+ | |||
+ | <ul id="5" style="left: 580px; top: 50px;" onmouseover="list(5)" onmouseout="mouseOut(5)"; > | ||
+ | <li style="width: 148px;"><a href="https://2012.igem.org/Team:HUST-China/Safety">Safety</a></li> | ||
+ | <li style="width: 148px;"><a href="https://2012.igem.org/Team:HUST-China/HumanPractice">Survey & Outreach</a></li> | ||
+ | </ul> | ||
+ | |||
+ | <div id="third"> | ||
+ | <ul id="6" style="left: 220px; top: 110px;" onmouseover="list(6)" onmouseout="mouseOut(6)"; > | ||
+ | <li onmouseover="list(1)" onmouseout="mouseOut(1)"><a href="https://2012.igem.org/Team:HUST-China/Project/LCD/Background">Background</a></li> | ||
+ | <li onmouseover="list(1)" onmouseout="mouseOut(1)"><a href="https://2012.igem.org/Team:HUST-China/Project/LCD/Method">Method</a></li> | ||
+ | <li onmouseover="list(1)" onmouseout="mouseOut(1)"><a href="https://2012.igem.org/Team:HUST-China/Project/LCD/Result">Result</a></li> | ||
+ | <li onmouseover="list(1)" onmouseout="mouseOut(1)"><a href="https://2012.igem.org/Team:HUST-China/Project/LCD/Notebook">Notebook</a></li> | ||
+ | </ul> | ||
+ | <ul id="7" style="left: 220px; top: 166px;" onmouseover="list(7)" onmouseout="mouseOut(7)"; > | ||
+ | <li onmouseover="list(1)" onmouseout="mouseOut(1)"><a href="https://2012.igem.org/Team:HUST-China/Project/MFC/Introduction">Introduction</a></li> | ||
+ | <li onmouseover="list(1)" onmouseout="mouseOut(1)"><a href="https://2012.igem.org/Team:HUST-China/Project/MFC/Mechanism">Mechanism</a></li> | ||
+ | <li onmouseover="list(1)" onmouseout="mouseOut(1)"><a href="https://2012.igem.org/Team:HUST-China/Project/MFC/Result">Result</a></li> | ||
+ | <li onmouseover="list(1)" onmouseout="mouseOut(1)"><a href="https://2012.igem.org/Team:HUST-China/Project/MFC/Notebook">Notebook</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <table width="100%"> | ||
+ | <tbody><tr heigth="15px"></tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | |||
+ | <!--end navigation menu --> | ||
+ | </td></tr> | ||
+ | |||
+ | </tbody> | ||
+ | |||
+ | <!-- | ||
+ | <tr> <td colspan="3" height="15px"> </td></tr> | ||
+ | <tr><td bgcolor="#e7e7e7" colspan="3" height="1px"> </td></tr> | ||
+ | <tr> <td colspan="3" height="5px"> </td></tr>--> | ||
+ | |||
+ | |||
+ | <!--home---------------------------------------------------------------------------------------> | ||
+ | <tbody id="detail_home"> | ||
+ | <!--requirements section --> | ||
<!--tips --> | <!--tips --> | ||
- | <tr><td colspan="3" > < | + | <tr><td colspan="3"> <h2> Tips </h2></td></tr> |
<tr> | <tr> | ||
Line 156: | Line 408: | ||
<li>Have lots of fun! </li> | <li>Have lots of fun! </li> | ||
</ul> | </ul> | ||
- | < | + | <br> |
</td> | </td> | ||
</tr> | </tr> | ||
+ | |||
+ | </tbody> | ||
+ | |||
+ | |||
+ | |||
</table> | </table> | ||
+ | </body></html> |
Revision as of 02:52, 15 October 2014
WELCOME TO iGEM 2014!Your team has been approved and you are ready to start the iGEM season!
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! |
||
|
||
Tips | ||
We are currently working on providing teams with some easy to use design templates.
For a full wiki list, you can visit iGEM 2013 web sites and iGEM 2012 web sites lists. |
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:
|