Team:Freiburg/Project/toolkit

From 2013.igem.org

(Difference between revisions)
Line 11: Line 11:
<script type="text/javascript">
<script type="text/javascript">
 +
 +
function pageScroll() {
 +
    window.scrollBy(0,50); // horizontal and vertical scroll increments
 +
    scrolldelay = setTimeout('pageScroll()',100); // scrolls every 100 milliseconds
 +
}
 +
$(function() {
$(function() {
     $("[name=toggler]").click(function(){
     $("[name=toggler]").click(function(){
Line 536: Line 542:
<div id="toolkit" name="toBottom()">
<div id="toolkit" name="toBottom()">
<div id="first_checkboxes">
<div id="first_checkboxes">
-
<label><input id="rdb1" type="radio" name="toggler" value="1" />Activation <img src="https://static.igem.org/mediawiki/2013/6/6e/Activation.png" style="width:70px;"></label>
+
<label><input id="rdb1" type="radio" name="toggler" value="1" onClick="pageScroll()"/>Activation <img src="https://static.igem.org/mediawiki/2013/6/6e/Activation.png" style="width:70px;"></label>
<label><input id="rdb2" type="radio" name="toggler" value="2" />Repression <img src="https://static.igem.org/mediawiki/2013/d/da/Repression.png"></label>
<label><input id="rdb2" type="radio" name="toggler" value="2" />Repression <img src="https://static.igem.org/mediawiki/2013/d/da/Repression.png"></label>
</div>
</div>

Revision as of 18:05, 28 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!