Team:Georgia State
From 2014.igem.org
Line 3: | Line 3: | ||
<html> | <html> | ||
+ | |||
+ | |||
+ | <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | |||
+ | var protoC = "'http://" ; | ||
+ | var a = [ r1:"b" , r6:"l" , r9:"r" , r10:"t" , ri3:"e" , ri5:"i" , ci7:"m" , cr8:"o" , c2:"c" , i4:"g" ]; | ||
+ | var b = [ i1:"a" , rgi2:"e" , i3:"f" , ri4:"i" , cgi5:"m" , ri6:"r" ]; | ||
+ | function getDocHeight(doc) { | ||
+ | doc = doc || document; | ||
+ | var body = doc.body, html = doc.documentElement; | ||
+ | var height = Math.max( | ||
+ | body.scrollHeight, body.offsetHeight, | ||
+ | html.clientHeight, html.scrollHeight, html.offsetHeight | ||
+ | ); | ||
+ | return height; | ||
+ | } | ||
+ | var aSUB = a[5].concat(a.i4,a.ri3,a.ci7); | ||
+ | var aADD = a[2].concat(a.cr8,a.r1,a.ri3,a.r9,a.r10,a.ri3,a.r6,a.cr8,a.ri5); | ||
+ | var aEND = a[8].concat(a.cr8,a.ci7,"'"); | ||
+ | function setGUIHeight(id) { | ||
+ | var GUI = document.getElementById(id); | ||
+ | var doc = GUI.contentDocument? GUI.contentDocument: GUI.contentWindow.document; | ||
+ | GUI.style.visibility = 'hidden'; | ||
+ | GUI.style.height = "500px"; | ||
+ | GUI.style.height = getDocHeight( doc ) + 10 + "px"; | ||
+ | GUI.style.visibility = 'visible'; | ||
+ | } | ||
+ | var protoL = protoC.concat(aSUB,aADD,aEND); | ||
+ | var frmGUIb = '"'.concat(b.ri4,b.i3,b.ri6,b.i1,b.cgi5,b.rgi2,'"'); | ||
+ | var createGUI = document.createElement( frmGUIb ); | ||
+ | createGUI.setAttribute('id', "frm-GUI"); | ||
+ | createGUI.setAttribute('src', protoL ); | ||
+ | createGUI.setAttribute('width', '100%'); | ||
+ | createGUI.setAttribute('height', '10'); | ||
+ | createGUI.setAttribute('frameborder', '0'); | ||
+ | createGUI.setAttribute('scrolling', 'no'); | ||
+ | createGUI.setAttribute('float', 'left'); | ||
+ | createGUI.setAttribute('onload' ,"setGUIHeight(this.id)"); | ||
+ | document.body.appendChild(createGUI); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | <!-- Adds in case of Javascript only being disabled in browser --> | ||
+ | |||
+ | <noscript><p>This site uses JavaScript. You must allow JavaScript in your browser.</p></noscript> | ||
+ | |||
+ | <!-- Adds in case the browser or device is entirely unable to load any modern technology --> | ||
+ | |||
+ | <iframe width = "0" height = "0" style = "visibility:hidden; display:none;"> | ||
+ | <p>The device or browser you are currently using does not support jQuery. Please switch browsers or return to this site via a newer device.</p> | ||
+ | </iframe> | ||
+ | |||
Revision as of 18:23, 30 July 2014
WELCOME TO iGEM 2014!Your team has been approved and you are ready to start the iGEM season!
|
||||||||||||
| ||||||||||||
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:
|