Team:UNIK Copenhagen/test5
From 2014.igem.org
Line 117: | Line 117: | ||
{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(num).innerHTML="<p>This sequence codes for the viable part of the light chain in the FAB fragment</p>" |
- | document.getconstruct.makeit2.value=eval( | + | document.getconstruct.makeit2.value=eval(num).innerHTML="<p>This sequence codes for the conserved part of the light in the FAB fragment.</p>" |
- | document.getconstruct.makeit3.value=eval( | + | document.getconstruct.makeit3.value=eval(num).innerHTML="<p>This seguence codes for a FLAG-tag. FLAG-tag is a polypeptide and we have added it to purify our light chain.</p>" |
- | document.getconstruct.makeit4.value=eval( | + | document.getconstruct.makeit4.value=eval(num).innerHTML="<p>The end</p>" |
} | } | ||
Line 128: | Line 128: | ||
if (num==5) | if (num==5) | ||
{num=1} | {num=1} | ||
- | document.getElementById("about_gene").value=eval( | + | document.getElementById("about_gene").value=eval(num).innerHTML="<p>This sequence codes for the viable part of the light chain in the FAB fragment</p>"; |
- | document.getElementById("about_gene").value=eval( | + | document.getElementById("about_gene").value=eval(num).innerHTML="<p>This sequence codes for the conserved part of the light in the FAB fragment.</p>"; |
- | document.getElementById("about_gene").value=eval( | + | document.getElementById("about_gene").value=eval(num).innerHTML="<p>This seguence codes for a FLAG-tag. FLAG-tag is a polypeptide and we have added it to purify our light chain.</p>"; |
- | document.getElementById("about_gene").value=eval( | + | document.getElementById("about_gene").value=eval(num).innerHTML="<p>The end</p>"; |
} | } | ||
Revision as of 20:43, 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 to go to next step