Team:HUST-Innovators/Attributions
From 2014.igem.org
(Difference between revisions)
(Prototype team page) |
|||
Line 6: | Line 6: | ||
<html> | <html> | ||
+ | <head> | ||
+ | <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: 80px; | ||
+ | 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 --> | <!--main content --> | ||
<table width="70%" align="center"> | <table width="70%" align="center"> | ||
Line 12: | Line 258: | ||
<!--welcome box --> | <!--welcome box --> | ||
+ | |||
+ | <thead class="title"> | ||
<tr> | <tr> | ||
- | <td style="border:1px solid black;" colspan="3" align="center" height="150px" | + | <td style="border:1px solid black;" colspan="3" align="center" height="150px" bgcolor="#FF404B"> |
- | <h1 >WELCOME TO iGEM 2014! </h1> | + | <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>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> | <br> | ||
- | <p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:HUST-Innovators | + | <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> | </td> | ||
</tr> | </tr> | ||
- | + | </thead> | |
- | <tr> <td colspan="3" | + | <tbody id="bar"> |
+ | <tr> <td colspan="3" height="5px"> </td></tr> | ||
<!-- end welcome box --> | <!-- end welcome box --> | ||
<tr> | <tr> | ||
Line 29: | Line 278: | ||
<td align="center" colspan="3"> | <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"style="color:#000000"> | + | <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:// | + | <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://igem.org/Team | + | <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/ | + | <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/ | + | <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> |
- | + | ||
- | < | + | <!--子级分栏--> |
- | < | + | <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> | ||
- | </td> | + | <!--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> |
- | < | + | <tbody id="detail"> |
- | + | <!--requirements section --> | |
- | < | + | |
- | |||
- | |||
- | |||
- | + | <tr> | |
- | <td></td> | + | <td colspan="3"> <h2> Requirements </h2></td> |
- | <td width="45%" | + | </tr> |
- | + | <tr> | |
- | + | <td width="45%" valign="top"> | |
- | + | ||
- | < | + | <p> Please be sure to keep these links, your audience will want to find your: </p> |
- | + | ||
- | <li>Project | + | <!-- Links to other team pages --> |
+ | <ul> | ||
+ | <li><a href="https://2014.igem.org/Team:HUST-Innovators">Home</a> </li> | ||
+ | <li><a href="https://2014.igem.org/Team:HUST-Innovators/Team">Team</a> </li> | ||
+ | <li><a href="https://igem.org/Team.cgi?year=2013&team_name=HUST-Innovators">Official Team Profile</a> </li> | ||
+ | <li><a href="https://2014.igem.org/Team:HUST-Innovators/Project">Project</a> </li> | ||
+ | <li><a href="https://2014.igem.org/Team:HUST-Innovators/Parts">Parts</a> </li> | ||
+ | <li><a href="https://2014.igem.org/Team:HUST-Innovators/Modeling">Modeling</a> </li> | ||
+ | <li><a href="https://2014.igem.org/Team:HUST-Innovators/Notebook">Notebook</a> </li> | ||
+ | <li><a href="https://2014.igem.org/Team:HUST-Innovators/Safety">Safety</a> </li> | ||
+ | <li><a href="https://2014.igem.org/Team:HUST-Innovators/Attributions">Attributions</a> </li> | ||
- | + | </ul> | |
- | + | </td> | |
- | < | + | <td> </td> |
+ | <td width="45%"> | ||
- | <li> | + | <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"> </td></tr> | ||
- | |||
- | </ | + | <!--tips --> |
+ | <tr><td colspan="3"> <h2> Tips </h2></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> | ||
+ | <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> | </tr> | ||
- | </table> | + | |
- | </html> | + | </tbody></table> |
+ | </body></html> |
Latest revision as of 02:33, 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! |
||
|
||
Requirements |
||
Please be sure to keep these links, your audience will want to find your: |
There are a few wiki requirements teams must follow:
Visit the Wiki How To page for a complete list of requirements, tips and other useful information. |
|
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:
|