Team:UNIK Copenhagen/test4

From 2014.igem.org

(Difference between revisions)
(Created page with " <html> <head> <style type="text/css"> /*---------------------------------------------*/ - CSS of Q/A part: /*--------------------------------...")
Line 1: Line 1:
-
 
Line 71: Line 70:
text = new Array(4);
text = new Array(4);
-
text1 = new Array(
+
text1 = new Array()
-
        "Click on 'click to go to next step' to synthesize your gene",
+
text1.p =        "Click on 'click to go to next step' to synthesize your gene",
         "Some questions to think of",
         "Some questions to think of",
         "- do you need a purifying tag?",
         "- do you need a purifying tag?",
);
);
-
text2 = new Array(
+
text2 = new Array()
-
        "Click to transform your organism",
+
text2.p =        "Click to transform your organism",
         "Some questions to think of",
         "Some questions to think of",
         "- will the organism be a thread to the environment?"
         "- will the organism be a thread to the environment?"
);
);
-
text3 = new Array(
+
text3 = new Array()
-
        "Click to get your construct"
+
text3.p        "Click to get your construct"
);
);
text4 = new Array(
text4 = new Array(
-
        "Click to start again"
+
ext4.p =        "Click to start again"
);
);
Line 112: Line 111:
<A HREF="JavaScript:slideshowUp()">Click to go to next step</A>
<A HREF="JavaScript:slideshowUp()">Click to go to next step</A>
-
</div>
 
-
</html>
 
-
 
-
<html>
 
-
<div id="footer" style="position:absolute;bottom:0;">
 
-
<hr><br>
 
-
<p>Team UNIK Copenhagen <br> <b>e-mail:</b> igem.cph14@gmail.com<p><br>
 
</div>
</div>
</html>
</html>

Revision as of 06:55, 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.

ARE YOU A BUILDER?

Want to make your own construct? Before you start remember to think about some essential questions:
- what is the function?
- what are the concerns?

Click to go to next step