Team:Edinburgh

From 2014.igem.org

(Difference between revisions)
(Initial switch to new layout)
(new design!)
Line 1: Line 1:
<html>
<html>
 +
<!-- ################################# END HEADER ################################## -->
-
 
+
   
 +
    <!-- Attempts to hide the default header/footer stuff... -->
 +
    <style>
 +
        #content > h1,
 +
        #bodyContent > h3
 +
        { display: none; }
 +
       
 +
        #top-section {
 +
            height: auto;
 +
            padding: 0px;
 +
            margin: 0px;
 +
            border: 0px none;
 +
            width: auto;
 +
        }
 +
       
 +
        #top-section #p-logo,
 +
        #top-section #search-controls {
 +
            display: none;
 +
        }
 +
       
 +
        #menubar {
 +
            padding: 0px;
 +
            top: 0;
 +
        }
 +
       
 +
        #menubar * {
 +
            margin: 0px;
 +
        }
 +
       
 +
        .right-menu {
 +
            padding: 0px;
 +
        }
 +
       
 +
        #menubar.right-menu * {
 +
            background-color: #fff;
 +
            color: gray;
 +
        }
 +
       
 +
       
 +
        #content { width: 100%; }
 +
       
 +
        html, #globalWrapper {
 +
            margin: 0px;
 +
            padding: 0px;
 +
            border: 0px none;
 +
            background-color: #fff;
 +
        }
 +
       
 +
        #content {
 +
            margin-left: 0px;
 +
            margin-right: 0px;
 +
            padding-left: 0px;
 +
            padding-right: 0px;
 +
            border: 0px none;
 +
        }
 +
       
 +
        #footer-box,
 +
        .visualClear,
 +
        #catlinks {
 +
            display: none;
 +
        }
 +
       
 +
    </style>
 +
   
     <!-- We are using the pure css framework, http://purecss.io/ -->
     <!-- We are using the pure css framework, http://purecss.io/ -->
     <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css">
     <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css">
 +
   
     <!-- The Navbar menu thingy -->
     <!-- The Navbar menu thingy -->
Line 13: Line 78:
          
          
         <ul>
         <ul>
-
             <li><a href="//2014.igem.org/Team:Edinburgh">          Home            </a></li>
+
             <li><a href="https://2014.igem.org/Team:Edinburgh">          Home            </a></li>
-
             <li><a href="//2014.igem.org/Team:Edinburgh/Team">      Team            </a></li>
+
             <li><a href="https://2014.igem.org/Team:Edinburgh/Team">      Team            </a></li>
-
             <li><a href="//igem.org/Team.cgi?year=2014&team_name=Edinburgh">Official Profile</a></li>
+
             <li><a href="https://igem.org/Team.cgi?year=2014&team_name=Edinburgh">Official Profile</a></li>
-
             <li><a href="//2014.igem.org/Team:Edinburgh/Project">  Project        </a></li>
+
             <li><a href="https://2014.igem.org/Team:Edinburgh/Project">  Project        </a></li>
-
             <li><a href="//2014.igem.org/Team:Edinburgh/Parts">    Parts          </a></li>
+
             <li><a href="https://2014.igem.org/Team:Edinburgh/Parts">    Parts          </a></li>
-
             <li><a href="//2014.igem.org/Team:Edinburgh/Modeling">  Modelling      </a></li>
+
             <li><a href="https://2014.igem.org/Team:Edinburgh/Modeling">  Modelling      </a></li>
-
             <li><a href="//2014.igem.org/Team:Edinburgh/Notebook">  Notebook        </a></li>
+
             <li><a href="https://2014.igem.org/Team:Edinburgh/Notebook">  Notebook        </a></li>
-
             <li><a href="//2014.igem.org/Team:Edinburgh/Safety">    Safety          </a></li>
+
             <li><a href="https://2014.igem.org/Team:Edinburgh/Safety">    Safety          </a></li>
-
             <li><a href="//2014.igem.org/Team:Edinburgh/Attributions">Attributions  </a></li>
+
             <li><a href="https://2014.igem.org/Team:Edinburgh/Attributions">Attributions  </a></li>
         </ul>
         </ul>
     </div>
     </div>
-
<!--main content -->
+
   
 +
<!-- legacy main content -->
<table width="70%" align="center">
<table width="70%" align="center">
 +
<tr> <td colspan="3"  height="15px"> </td></tr>
<tr> <td colspan="3"  height="15px"> </td></tr>
Line 114: Line 181:
</tr>
</tr>
</table>
</table>
 +
 +
 +
 +
<!-- ################################# FOOTER ################################## -->
 +
</html>

Revision as of 16:57, 23 June 2014

Requirements

Please be sure to keep these links, your audience will want to find your:

There are a few wiki requirements teams must follow:

  • All pages, images and files must be hosted on the 2014.igem.org server.
  • All pages must be created under the team’s name space.
  • As part of your documentation, keep the links from the menu to the left.
  • Do not use flash in wiki code.
  • The iGEM logo should be placed on the upper part of every page and should link to 2014.igem.org.

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.
In the meantime you can also view other team wikis for inspiration! Here are some very good examples

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:

  • State your accomplishments! Tell people what you have achieved from the start.
  • Be clear about what you are doing and what you plan to do.
  • You have a global audience! Consider the different backgrounds that your users come from.
  • Make sure information is easy to find; nothing should be more than 3 clicks away.
  • Avoid using very small fonts and low contrast colors; information should be easy to read.
  • 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 iGEM 2013 calendar
  • Have lots of fun!