Team:UNIK Copenhagen/test4
From 2014.igem.org
Line 136: | Line 136: | ||
var num=1 | var num=1 | ||
- | function changetext(id) { | + | text1 = function changetext(id) { |
id.innerHTML = "Ooops!"; | id.innerHTML = "Ooops!"; | ||
- | id.innerHTML = " | + | } |
- | id.innerHTML = " | + | text2 = function changetext2(id) { |
+ | id.innerHTML = "It is working"; | ||
+ | } | ||
+ | text3 = function changetext3(id) { | ||
+ | id.innerHTML = "This is cool"; | ||
+ | } | ||
+ | text4 = function changetext4(id) { | ||
id.innerHTML = "the end"; | id.innerHTML = "the end"; | ||
} | } | ||
- | + | ||
function slideshowNext() | function slideshowNext() | ||
Line 150: | Line 156: | ||
{num=1} | {num=1} | ||
document.mypic.src=eval("img"+num+".src") | document.mypic.src=eval("img"+num+".src") | ||
- | document.getconstruct.makeit.value=eval(" | + | document.getconstruct.makeit.value=eval("text"+num) |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
+ | |||
</script> | </script> | ||
+ | |||
<div class="illustration_box"> | <div class="illustration_box"> |
Revision as of 19:46, 12 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 bio bricks, needed in their wet lab work. After choosing a project and a track each team builds on basis of those bricks new bio bricks 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 biological system? Before you start remember to think about some essential questions:
- what is the function?
- what are the concerns?
Click on the bottom below