Team:UNIK Copenhagen/test4
From 2014.igem.org
Line 28: | Line 28: | ||
input.illustration_description { | input.illustration_description { | ||
- | height: | + | height: 20px; |
- | width: | + | width: 400px; |
background-color: white; | background-color: white; | ||
- | border: | + | border:none; |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
font-family: "Lucida sans unicode", sans-serif; | font-family: "Lucida sans unicode", sans-serif; | ||
font-size: 12px; | font-size: 12px; | ||
- | + | ||
} | } | ||
Line 71: | Line 67: | ||
text2 = "Click to transform your organism" | text2 = "Click to transform your organism" | ||
text3 = "Click to get your construct" | text3 = "Click to get your construct" | ||
- | text4 = " | + | text4 = "You are now ready for next year's iGEM competition!" |
- | second_text1 = "Some questions to think of" | + | second_text1 = "Some questions to think of when you are making your gene construct:" |
- | second_text2 = " | + | second_text2 = "Some questions to think of" |
second_text3 = "Some questions to think of" | second_text3 = "Some questions to think of" | ||
- | sencon_text4 = "" | + | sencon_text4 = "Click to start again" |
+ | |||
+ | third_text1 = "- Do you want a purifying tag?" | ||
+ | third_text2 = "- Will your organism be a thread to the environment?" | ||
+ | third_text3 = "- Will your construct..." | ||
+ | third_text4 = "" | ||
function slideshowUp() | function slideshowUp() | ||
Line 86: | Line 87: | ||
document.getconstruct.makeit.value=eval("text"+num) | document.getconstruct.makeit.value=eval("text"+num) | ||
document.getconstruct.makeit2.value=eval("second_text"+num) | document.getconstruct.makeit2.value=eval("second_text"+num) | ||
+ | document.getconstruct.makeit3.value=eval("third_text"+num) | ||
} | } | ||
Line 97: | Line 99: | ||
<FORM NAME="getconstruct"> | <FORM NAME="getconstruct"> | ||
- | <INPUT class="illustration_description" TYPE="text" NAME="makeit" VALUE="Click on 'click to go to next step' to synthesize your gene" multiple><br><input type="second_text" name="makeit2" value="Some questions to think of"> | + | <INPUT class="illustration_description" TYPE="text" NAME="makeit" VALUE="Click on 'click to go to next step' to synthesize your gene" multiple> |
+ | <br> | ||
+ | <input class="illustration_description" type="second_text" name="makeit2" value="Some questions to think of when you are making your gene construct:" multiple> | ||
+ | <br> | ||
+ | <input class="illustration_description" type="third_text" name="makeit3" value=" - Do you want a purifying tag?"> | ||
</FORM> | </FORM> | ||
+ | <br> | ||
<A HREF="JavaScript:slideshowUp()">Click to go to next step</A> | <A HREF="JavaScript:slideshowUp()">Click to go to next step</A> |
Revision as of 07:20, 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