Difference between revisions of "Team:UNIK Copenhagen/Construct"
Line 10: | Line 10: | ||
} | } | ||
+ | table.sequence_description { | ||
+ | background-color: white; | ||
+ | border-collapse:collapse; | ||
+ | border:5px solid #0B3B17; | ||
+ | border-radius:8px; | ||
+ | box-shadow: 0px 0px 10px #888888; | ||
+ | -webkit-box-shadow: 0px 0px 12px #888888; | ||
+ | -moz-box-shadow: 0px 0px 12px #888888; | ||
+ | } | ||
+ | table.sequence_description p { | ||
+ | font-family: "Lucida sans unicode", sans-serif; | ||
+ | font-size: 12px; | ||
+ | margin-left: 10px; | ||
+ | margin-right: 10px; | ||
+ | } | ||
</style> | </style> | ||
Line 27: | Line 42: | ||
<h3>Constructs</h3> | <h3>Constructs</h3> | ||
− | <img src="https://static.igem.org/mediawiki/2015/9/94/UNIK_Copenhagen_Construct_assembly.png" width= | + | <img src="https://static.igem.org/mediawiki/2015/9/94/UNIK_Copenhagen_Construct_assembly.png" width=70% style="margin:0px 0px 0px 100px"> |
− | <img src="https://static.igem.org/mediawiki/2015/f/fd/UNIK_Copenhagen_Arrow.png" width= | + | <img src="https://static.igem.org/mediawiki/2015/f/fd/UNIK_Copenhagen_Arrow.png" width=50px style="margin:0px 0px 0px 400px"> |
− | <img src="https://static.igem.org/mediawiki/2015/1/1c/UNIK_Copenhagen_Construct.png" width= | + | <img src="https://static.igem.org/mediawiki/2015/1/1c/UNIK_Copenhagen_Construct.png" width=70% style="margin:0px 0px 0px 100px" usemap="#MapGENE" border="0"> |
+ | <map name="MapGENE"> | ||
+ | <area shape="rect" coords="1,177,156,232" title="Flanking site" type="button" onclick="flankFunction();"> | ||
+ | <area shape="rect" coords="157,177,230,232" title="Kanamycin casette" type="button" onclick="nptIIFunction();"> | ||
+ | <area shape="rect" coords="227,177,252,232" title="ZmUbi promoter" type="button" onclick="ZmUbiFunction();"> | ||
+ | <area shape="rect" coords="348,177,430,232" title="Gene of interest" type="button" onclick="GOIFunction();"> | ||
+ | <area shape="rect" coords="431,177,441,232" title="Linker" type="button" onclick="LinkerFunction();"> | ||
+ | <area shape="rect" coords="439,177,610,232" title="YFP" type="button" onclick="YFPFunction();"> | ||
+ | <area shape="rect" coords="609,177,644,232" title="Terminator" type="button" onclick="TerminatorFunction();"> | ||
+ | <area shape="rect" coords="642,177,806,232" title="Flanking site" type="button" onclick="flankFunction();"> | ||
+ | </map> | ||
+ | |||
+ | |||
+ | <table class="sequence_description" id="about_gene"></table></div> | ||
+ | |||
+ | <script> | ||
+ | function flankFunction() { | ||
+ | document.getElementById("about_gene").innerHTML="<p>About the flanking sites...</p>"; | ||
+ | } | ||
+ | |||
+ | function nptIIFunction() { | ||
+ | document.getElementById("about_gene").innerHTML="<p>Gene that encodes for kanamycin resistance for selection of transformants.</p>"; | ||
+ | } | ||
+ | |||
+ | function ZmUbiFunction() { | ||
+ | document.getElementById("about_gene").innerHTML="<p>About the promoter...</p>"; | ||
+ | } | ||
+ | function GOIFunction() { | ||
+ | document.getElementById("about_gene").innerHTML="<p>About antifreeze gene and STS gene...</p>"; | ||
+ | } | ||
+ | function LinkerFunction() { | ||
+ | document.getElementById("about_gene").innerHTML="<p>About the liinker...</p>"; | ||
+ | } | ||
+ | function YFPFunction() { | ||
+ | document.getElementById("about_gene").innerHTML="<p>About YFP...</p>"; | ||
+ | } | ||
+ | function TerminatorFunction() { | ||
+ | document.getElementById("about_gene").innerHTML="<p>About the terminator...</p>"; | ||
+ | } | ||
+ | </script> | ||
</html> | </html> |
Revision as of 13:26, 1 September 2015
Under construction...
Anti-freeze protein
Resveratrol
Resveratrol is an antioxidant. Resveratrol is synthesized from p-Coumaroyl-CoA by stilbene synthase (STS) making the final enzyme in the resveratrol biosynthesis. Moss already produces the precursor p-Coumaroyl-CoA, which makes it simple to engineer moss to produce resveratrol.
The construct for introduction and expression of STS contains are flanked by regions homologous to the moss genome so that the STS-gene will integrate by homologous recombination in moss. The constructs furthermore contains the ZmUbi-promoter, a kanamycin resistance gene and YFP, to confirm transformation.