|
1 | 1 | <div> |
2 | 2 |
|
3 | | - <p><strong>Cloning an experiment</strong></p> |
| 3 | + <p><strong>Changing the conductance densities</strong></p> |
4 | 4 |
|
5 | | - <p>The existing 2 experiments have been completed, and can't be run again, but can be cloned.</p> |
| 5 | + |
| 6 | + <p>Change...</p> |
6 | 7 |
|
7 | | - <p><i class="fa fa-exclamation-circle" aria-hidden="true" style="color:#dd0000"></i> |
8 | | - To create a new experiment which can be executed on the OSB servers, select the clone experiment button |
9 | | - (<i class="fa fa-clone" style="color:#ff5a02"></i>) on the right of the existing experiment on the |
10 | | - <strong style="color:#ff5a02">Experiments</strong> tab.</p> |
11 | | - |
| 8 | + <div class="tutorialForm center"> |
| 9 | + |
| 10 | + |
| 11 | + <div class="tutorialLabel">Transient Na<sup>+</sup> current on <strong>axon</strong> (S/cm2)</div> <input id="axonal_gNaTa_tbar_NaTa_t" type="text" value="3.429725"></input></br> |
| 12 | + <div class="tutorialLabel">Persistent Na<sup>+</sup> current on <strong>axon</strong> (S/cm2)</div> <input id="axonal_gNap_Et2bar_Nap_Et2" type="text" value="0.009803"></input></br> |
| 13 | + |
| 14 | + |
| 15 | + <div class="tutorialLabel">Input current (pA)</div> <input id="iAmp" type="text" value="180"></input></br> |
| 16 | + <div class="tutorialLabel">Delay (ms)</div> <input id="iDel" type="text" value="700"></input></br> |
| 17 | + <div class="tutorialLabel">Duration (ms)</div> <input id="iDur" type="text" value="2000"></input></br> |
| 18 | + |
| 19 | + <button class="btn" id="changeCurrent" onclick="quickExperiment('Conductance densities', |
| 20 | + { |
| 21 | + axonal_gNaTa_tbar_NaTa_t:{'neuroml.L23_cADpyr.biophys.membraneProperties.axonal_gNaTa_tbar_NaTa_t.condDensity':$('#axonal_gNaTa_tbar_NaTa_t').val()}, |
| 22 | + axonal_gNap_Et2bar_Nap_Et2:{'neuroml.L23_cADpyr.biophys.membraneProperties.axonal_gNap_Et2bar_Nap_Et2.condDensity':$('#axonal_gNap_Et2bar_Nap_Et2').val()}, |
| 23 | + iamp:{'Model.neuroml.L23_cADpyr.transient_pulse_current.amplitude':$('#iAmp').val()}, |
| 24 | + idel:{'Model.neuroml.L23_cADpyr.transient_pulse_current.delay':$('#iDel').val()}, |
| 25 | + idur:{'Model.neuroml.L23_cADpyr.transient_pulse_current.duration':$('#iDur').val()} |
| 26 | + } |
| 27 | + );"><i class="fa fa-exclamation-circle" aria-hidden="true" style="color:#dd0000"></i> Try it!</button><br/> |
| 28 | +</div> |
12 | 29 |
|
13 | 30 | </div> |
0 commit comments