Team:Freiburg/Project/toolkit

From 2013.igem.org

(Difference between revisions)
Line 10: Line 10:
############################################################################## -->
############################################################################## -->
-
 
+
<script language="javascript">
 +
function printdiv(printpage)
 +
{
 +
var headstr = "<html><head><title></title></head><body>";
 +
var footstr = "</body>";
 +
var newstr = document.all.item(printpage).innerHTML;
 +
var oldstr = document.body.innerHTML;
 +
document.body.innerHTML = headstr+newstr+footstr;
 +
window.print();
 +
document.body.innerHTML = oldstr;
 +
return false;
 +
}
 +
</script>
Line 737: Line 749:
</ol>
</ol>
 +
<input name="b_print" type="button" class="ipt"  onClick="printdiv('check-7');" value=" Print ">

Revision as of 10:04, 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!