Team:Freiburg/Project/toolkit

From 2013.igem.org

(Difference between revisions)
Line 10: Line 10:
############################################################################## -->
############################################################################## -->
-
<script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.1.min.js" > </script>
 
-
<script type="text/javascript">
 
-
 
-
    function PrintElem(elem)
 
-
    {
 
-
        Popup($(elem).html());
 
-
    }
 
-
 
-
    function Popup(data)
 
-
    {
 
-
        var mywindow = window.open('', 'my div', 'height=400,width=600');
 
-
        mywindow.document.write('<html><head><title>my div</title>');
 
-
        /*optional stylesheet*/ //mywindow.document.write('<link rel="stylesheet" href="main.css" type="text/css" />');
 
-
        mywindow.document.write('</head><body >');
 
-
        mywindow.document.write(data);
 
-
        mywindow.document.write('</body></html>');
 
-
 
-
        mywindow.print();
 
-
        mywindow.close();
 
-
 
-
        return true;
 
-
    }
 
-
 
-
</script>
 
Line 762: Line 738:
</ol>
</ol>
-
<input type="button" value="Print Div" onclick="PrintElem('#check-7')" />
 
</div>
</div>

Revision as of 10:01, 30 September 2013


The uniCAS toolkit - Customize your experiments!
You want to have a maximum of activation or repression of your genes by a minimal effort? Then you have to use the uniCAS toolkit provided by the iGEM team Freiburg 2013. All you have to do is:
  • Click yourself through the routine below
  • Order the appropriate plasmids and oligos
  • Conduct a minimal of cloning
  • Start your personalized experiment
By the end of the routine you will get a personal manual. All you need to use the uniCAS toolkit will be described there. Best of all: The uniCAS toolkit is all open source!