Team:UNIK Copenhagen/Construct a gene

From 2014.igem.org

(Difference between revisions)
(Created page with "{{Team:UNIK Copenhagen/template}} <html> <head> <style type="text/css"> /*---------------------------------------------*/ - CSS of Q/A part: /...")
 
(21 intermediate revisions not shown)
Line 37: Line 37:
.illustration_box {
.illustration_box {
height: 80px;
height: 80px;
-
width: 400px;
+
width: 450px;
align:center;
align:center;
background-color: white;
background-color: white;
Line 46: Line 46:
-moz-box-shadow: 0px 0px 12px #888888;
-moz-box-shadow: 0px 0px 12px #888888;
}
}
-
 
+
.list ul{
 +
font-family:'Lato', sans-serif;
 +
font-size: 10.5pt;
 +
line-height: 20px;
 +
    list-style-type: circle;
 +
}
 +
.list ul li{
 +
    margin-left: 15px;
 +
    paddin: 5px;
 +
}
</style>
</style>
Line 56: Line 65:
</div>
</div>
<div class="description">
<div class="description">
-
<p align="justify"> Want to make your own biological system? Before you start remember to think about some essential questions:<br>
+
<p align="justify">Biological parts - the BioBricks - can be used to design and construct novel biological devices and systems or re-design already naturally existing ones. The BioBricks have a defined structure and function and they can be inserted into e.g. a plasmid and then incorporated into an organism such as E. Coli or S. Cerevisiae, thereby forming a biological system. In addition, the BioBricks can be assembled in any desired order to form complex systems.<br><br>
-
- what is the function?<br>
+
-
- what are the concerns?<br>
+
-
<br>UNDER CONSTRUCTION!!<br>
+
Do you want to make your own gene construct? Here are some questions to think of before you start synthesizing:<br></p>
-
On this page you will be able to put different sequences together to construct your own gene.<br></p>
+
<div  class="list">
 +
<ul>
 +
<li>what is the function of the coding sequence?</li>
 +
<li>what concerns can the function cause?</li>
 +
<li>do you need to add a linker?</li>
 +
<li>do you need to add a marker or a puryfication tag?</li>
 +
<li>do you need to do codon optimization?</li>
 +
</ul>
 +
</div>
 +
 
 +
<p align="justify"><br>UNDER CONSTRUCTION!!<br>
 +
Below you will be able to go through the steps in the design of a plasmid that can be used for transformation.<br></p>
<SCRIPT LANGUAGE="JavaScript">
<SCRIPT LANGUAGE="JavaScript">
Line 73: Line 91:
img4 = new Image ()
img4 = new Image ()
img4.src = "https://static.igem.org/mediawiki/2014/e/eb/Team_UNIK_Copenhagen_Lego_Y.PNG"  
img4.src = "https://static.igem.org/mediawiki/2014/e/eb/Team_UNIK_Copenhagen_Lego_Y.PNG"  
 +
img5 = new Image ()
 +
img5.src = "https://static.igem.org/mediawiki/2014/5/52/Team_UNIK_Copenhagen_Gene.PNG"
 +
img6 = new Image ()
 +
img6.src = "https://static.igem.org/mediawiki/2014/c/c8/Team_UNIK_Copenhagen_Organism.PNG"
-
text1 = "Add a promoter"
+
text1 = "Enter your nukleotidesequence below"
-
text2 = "Add a regulator"
+
text2 = "Enter your purification tag sequence below"
-
text3 = "Add ithe coding sequence"
+
text3 = "Enter your vector of choice"
-
text4 = "Add a terminator"
+
text4 = "Enter your selection marker sequence"
 +
text5 = "Enter your promoter sequence below"
 +
text6 = "Click on 'next step' to insert your coding sequnce into the plasmid"
function slideshowUp()
function slideshowUp()
{
{
num=num+1
num=num+1
-
if (num==5)
+
if (num==7)
{num=1}
{num=1}
document.mypic.src=eval("img"+num+".src")
document.mypic.src=eval("img"+num+".src")
Line 94: Line 118:
<div class="illustration_box">
<div class="illustration_box">
 +
<br>
<FORM NAME="getconstruct">
<FORM NAME="getconstruct">
-
<INPUT class="illustration_description" TYPE="text" NAME="makeit" VALUE="Add a promoter" multiple>
+
<INPUT class="illustration_description" TYPE="text" NAME="makeit" VALUE="Enter your nukleotidesequence below" multiple>
</FORM>
</FORM>
</div>
</div>
<br>
<br>
 +
<p>This system is highly advanced. You can enter a DNA sequence, a protein sequence or even just your desired function of the sequence.</p><br>
Enter you sequence:  <input type="text" size="20">  
Enter you sequence:  <input type="text" size="20">  
-
<A HREF="JavaScript:slideshowUp()">Click to add your sequence</A>
+
<A HREF="JavaScript:slideshowUp()">Next step</A>
 +
<br><br><br>
 +
<p>Go to "<a href="https://2014.igem.org/Team:UNIK_Copenhagen/Construct_a_biological_system" ><font color="0B6138"><b>construct a bio-system</b></font></a>" to insert your gene into an organism and thereby forming a biological system.</p>
</div>
</div>
-
<html>
 
<div id="footer" style="position:absolute;bottom:0;">
<div id="footer" style="position:absolute;bottom:0;">
<hr><br>
<hr><br>

Latest revision as of 11:47, 28 August 2014





ARE YOU A BUILDER?

Biological parts - the BioBricks - can be used to design and construct novel biological devices and systems or re-design already naturally existing ones. The BioBricks have a defined structure and function and they can be inserted into e.g. a plasmid and then incorporated into an organism such as E. Coli or S. Cerevisiae, thereby forming a biological system. In addition, the BioBricks can be assembled in any desired order to form complex systems.

Do you want to make your own gene construct? Here are some questions to think of before you start synthesizing:

  • what is the function of the coding sequence?
  • what concerns can the function cause?
  • do you need to add a linker?
  • do you need to add a marker or a puryfication tag?
  • do you need to do codon optimization?


UNDER CONSTRUCTION!!
Below you will be able to go through the steps in the design of a plasmid that can be used for transformation.



This system is highly advanced. You can enter a DNA sequence, a protein sequence or even just your desired function of the sequence.


Enter you sequence: Next step


Go to "construct a bio-system" to insert your gene into an organism and thereby forming a biological system.