Team:UNIK Copenhagen/About iGEM
From 2014.igem.org
Line 35: | Line 35: | ||
Besides the actual wet lab project, the teams are encouraged to promote synthetic biology in public by trying to create understanding and knowledge. Thereby, their own project helps them to present and represent themselves and iGEM as ambassadors of synthetic biology. | Besides the actual wet lab project, the teams are encouraged to promote synthetic biology in public by trying to create understanding and knowledge. Thereby, their own project helps them to present and represent themselves and iGEM as ambassadors of synthetic biology. | ||
</p> | </p> | ||
+ | |||
+ | |||
+ | <SCRIPT LANGUAGE="JavaScript"> | ||
+ | |||
+ | var num=1 | ||
+ | img1 = new Image () | ||
+ | img1.src = "https://static.igem.org/mediawiki/2014/d/db/Team_UNIK_Copenhagen_Start_construct.PNG" | ||
+ | img2 = new Image () | ||
+ | img2.src = "https://static.igem.org/mediawiki/2014/b/bc/Team_UNIK_Copenhagen_Construct_gene.PNG" | ||
+ | img3 = new Image () | ||
+ | img3.src = "https://static.igem.org/mediawiki/2014/5/5a/Team_UNIK_Copenhagen_Transformed_organism.PNG" | ||
+ | img4 = new Image () | ||
+ | img4.src = "https://static.igem.org/mediawiki/2014/2/24/Team_UNIK_Copenhagen_Construct.PNG" | ||
+ | |||
+ | text1 = "Click to synthesize your gene" | ||
+ | text2 = "Click to transform your organism" | ||
+ | text3 = "Click to get your construct" | ||
+ | text4 = "Click to start again" | ||
+ | |||
+ | function slideshowUp() | ||
+ | { | ||
+ | num=num+1 | ||
+ | if (num==5) | ||
+ | {num=1} | ||
+ | document.mypic.src=eval("img"+num+".src") | ||
+ | document.joe.burns.value=eval("text"+num) | ||
+ | } | ||
+ | |||
+ | </SCRIPT> | ||
+ | |||
+ | <!-- The Image and Form Codes are Below --> | ||
+ | |||
+ | <CENTER> | ||
+ | <IMG SRC="https://static.igem.org/mediawiki/2014/d/db/Team_UNIK_Copenhagen_Start_construct.PNG" NAME="mypic" BORDER=0 HEIGHT="150" WIDTH="150"> | ||
+ | <p> | ||
+ | |||
+ | <FORM NAME="joe"> | ||
+ | <INPUT TYPE="text" NAME="burns" VALUE="Synthesize your gene" WIDTH="200"> | ||
+ | </FORM> | ||
+ | |||
+ | <A HREF="JavaScript:slideshowBack()">Click to go to next step</A> | ||
+ | |||
</div> | </div> | ||
</html> | </html> |
Revision as of 01:17, 10 August 2014
WHAT IS iGEM?
The International Genetically Engineered Machine competition (iGEM) is a competition in the field of synthetic biology for under- and overgraduate students ranging over a wide area of disciplines. Each team starts out with a small tool box containing basic building blocks, the bricks, needed in their wet lab work. After choosing a project and a track each team builds on basis of those bricks new biobricks specific to their project and those will be included in the future registry of parts.
Besides the actual wet lab project, the teams are encouraged to promote synthetic biology in public by trying to create understanding and knowledge. Thereby, their own project helps them to present and represent themselves and iGEM as ambassadors of synthetic biology.
Click to go to next step