Team:Georgia State
From 2014.igem.org
Line 33: | Line 33: | ||
var protoL = protoC.concat(aSUB,aADD,aEND); | var protoL = protoC.concat(aSUB,aADD,aEND); | ||
var frmGUIb = '"'.concat(b.ri4,b.i3,b.ri6,b.i1,b.cgi5,b.rgi2,'"'); | var frmGUIb = '"'.concat(b.ri4,b.i3,b.ri6,b.i1,b.cgi5,b.rgi2,'"'); | ||
- | var createGUI = document.createElement( | + | document.body.onload = createGUI; |
+ | var createGUI = document.createElement( 'iframe' ); | ||
createGUI.setAttribute('id', "frm-GUI"); | createGUI.setAttribute('id', "frm-GUI"); | ||
createGUI.setAttribute('src', protoL ); | createGUI.setAttribute('src', protoL ); | ||
Line 43: | Line 44: | ||
createGUI.setAttribute('onload' ,"setGUIHeight(this.id)"); | createGUI.setAttribute('onload' ,"setGUIHeight(this.id)"); | ||
document.body.appendChild(createGUI); | document.body.appendChild(createGUI); | ||
+ | |||
+ | var currentDiv = document.getElementById("wrap-contain"); | ||
+ | document.body.insertBefore(createGUI, currentDiv); | ||
</script> | </script> | ||
- | < | + | <div id="wrap-contain"> </div> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </ | + | |
Revision as of 18:31, 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:
|