Team:Slovenia/SimulationsTest

From 2012.igem.org

(Difference between revisions)
(Created page with "<html> <script TYPE="text/javascript"> <!-- // copyright 1999 Idocs, Inc. http://www.idocs.com // Distribute this script freely but keep this notice in place function numbersonl...")
 
(One intermediate revision not shown)
Line 1: Line 1:
<html>
<html>
-
<script TYPE="text/javascript">
+
<script type="text/javascript" src="http://igem2012.fri.uni-lj.si/scripts/inputcheck.js"></script>
-
<!--
+
-
// copyright 1999 Idocs, Inc. http://www.idocs.com
+
-
// Distribute this script freely but keep this notice in place
+
-
function numbersonly(myfield, e, dec)
+
-
{
+
-
var key;
+
-
var keychar;
+
-
 
+
-
if (window.event)
+
-
  key = window.event.keyCode;
+
-
else if (e)
+
-
  key = e.which;
+
-
else
+
-
  return true;
+
-
keychar = String.fromCharCode(key);
+
-
 
+
-
// control keys
+
-
if ((key==null) || (key==0) || (key==8) ||
+
-
    (key==9) || (key==13) || (key==27) )
+
-
  return true;
+
-
 
+
-
// numbers
+
-
else if ((("0123456789").indexOf(keychar) > -1))
+
-
  return true;
+
-
 
+
-
// decimal point jump
+
-
else if (dec && (keychar == "."))
+
-
  {
+
-
  myfield.form.elements[dec].focus();
+
-
  return false;
+
-
  }
+
-
else
+
-
  return false;
+
-
}
+
-
 
+
-
//-->
+
-
</script>
+
<body>
<body>
Line 130: Line 93:
<html>
<html>
-
<SCRIPT TYPE="text/javascript">
+
<SCRIPT TYPE="text/javascript" src="http://igem2012.fri.uni-lj.si/scripts/inputcheck.js"></script>
-
<!--
+
-
// copyright 1999 Idocs, Inc. http://www.idocs.com
+
-
// Distribute this script freely but keep this notice in place
+
-
function numbersonly(myfield, e, dec)
+
-
{
+
-
var key;
+
-
var keychar;
+
-
 
+
-
if (window.event)
+
-
  key = window.event.keyCode;
+
-
else if (e)
+
-
  key = e.which;
+
-
else
+
-
  return true;
+
-
keychar = String.fromCharCode(key);
+
-
 
+
-
// control keys
+
-
if ((key==null) || (key==0) || (key==8) ||
+
-
    (key==9) || (key==13) || (key==27) )
+
-
  return true;
+
-
 
+
-
// numbers
+
-
else if ((("0123456789").indexOf(keychar) > -1))
+
-
  return true;
+
-
 
+
-
// decimal point jump
+
-
else if (dec && (keychar == "."))
+
-
  {
+
-
  myfield.form.elements[dec].focus();
+
-
  return false;
+
-
  }
+
-
else
+
-
  return false;
+
-
}
+
-
//-->
 
-
</SCRIPT>
 
<body>
<body>
Line 182: Line 109:
         <tr><td>Construct</td><td>Dosage</td></tr>
         <tr><td>Construct</td><td>Dosage</td></tr>
         </th>
         </th>
-
         <tr><td><strong>[A]_pCMV_TAL-B:KRAB_TAL-A:VP16_BFP </strong></td><td><input type="text" name="plasmid1" size="5" value="200"/> ng</td></tr>
+
         <tr><td><strong>[A]_pCMV_TAL-B:KRAB_TAL-A:VP16_BFP </strong></td><td><input type="text" name="plasmid1" size="5" value="200" onKeyPress="return numbersonly(this, event)"/> ng</td></tr>
-
         <tr><td><strong>[B]_pCMV_TAL-A:KRAB_TAL-B:VP16_mCitrine</strong></td><td><input type="text" name="plasmid2" size="5" value="200"/> ng</td></tr>
+
         <tr><td><strong>[B]_pCMV_TAL-A:KRAB_TAL-B:VP16_mCitrine</strong></td><td><input type="text" name="plasmid2" size="5" value="200" onKeyPress="return numbersonly(this, event)"/> ng</td></tr>
-
         <tr><td><strong>pCMV_[PIR]_TAL-B:KRAB_TAL-A:VP16</strong></td><td><input type="text" name="plasmid3" size="5" value="200"/> ng</td></tr>
+
         <tr><td><strong>pCMV_[PIR]_TAL-B:KRAB_TAL-A:VP16</strong></td><td><input type="text" name="plasmid3" size="5" value="200" onKeyPress="return numbersonly(this, event)"/> ng</td></tr>
-
         <tr><td><strong>pCMV_[ETR]_TAL-A:KRAB_TAL-B:VP16</strong></td><td><input type="text" name="plasmid4" size="5" value="200"/> ng</td></tr>
+
         <tr><td><strong>pCMV_[ETR]_TAL-A:KRAB_TAL-B:VP16</strong></td><td><input type="text" name="plasmid4" size="5" value="200" onKeyPress="return numbersonly(this, event)"/> ng</td></tr>
-
         <tr><td><strong>pCMV_PIP:KRAB_E:KRAB</strong></td><td><input type="text" name="plasmid5" size="5" value="200"/> ng</td></tr>
+
         <tr><td><strong>pCMV_PIP:KRAB_E:KRAB</strong></td><td><input type="text" name="plasmid5" size="5" value="200" onKeyPress="return numbersonly(this, event)"/> ng</td></tr>
       </table>
       </table>
       <font color="red">(Enter dosages for corresponding plasmids.)</font><br /><br />
       <font color="red">(Enter dosages for corresponding plasmids.)</font><br /><br />

Latest revision as of 22:01, 22 September 2012


INPUT VECTORS DOSAGE
ConstructDosage
[A]_pCMV_TAL-B:KRAB_BFP ng
[B]_pCMV_TAL-A:KRAB_mCitrine ng
pCMV_[PIR]_TAL-B:KRAB ng
pCMV_[ETR]_TAL-B:KRAB ng
pCMV_PIP:KRAB ng
pCMV_E:KRAB ng
(Enter dosages for corresponding plasmids.)


TRANSCRIPTION FACTORS
Equal transcription factors
(Transcription factors will alter transcription with equal rates)


INDUCERS
Pristinamycin
Input times [min]
Durations [min]





Erithromycin
Input times [min]
Durations [min]
(For each input time of an inducer, enter its corresponding duration, i.e. after how many minutes the inducer will be removed. )

SIMULATION

Time: min
(Simulation running time)





INPUT VECTORS DOSAGE
ConstructDosage
[A]_pCMV_TAL-B:KRAB_TAL-A:VP16_BFP ng
[B]_pCMV_TAL-A:KRAB_TAL-B:VP16_mCitrine ng
pCMV_[PIR]_TAL-B:KRAB_TAL-A:VP16 ng
pCMV_[ETR]_TAL-A:KRAB_TAL-B:VP16 ng
pCMV_PIP:KRAB_E:KRAB ng
(Enter dosages for corresponding plasmids.)


TRANSCRIPTION FACTORS
Equal transcription factors
(Transcription factors will alter transcription with equal rates)


INDUCERS
Pristinamycin
Input times [min]
Durations [min]





Erithromycin
Input times [min]
Durations [min]
(For each input time of an inducer, enter its corresponding duration, i.e. after how many minutes the inducer will be removed. )


SIMULATION
Time: min
(Simulation running time)