Skip to content

Commit a264bc4

Browse files
committed
Tweak
1 parent c30bfc3 commit a264bc4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

NeuroML2/osbSessions/14a.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
and finally to <i class="fa fa-circle" style="color:#649615"></i> (completed),
1212
or <i class="fa fa-circle" style="color:red"></i> if there has been a problem running the simulation.</p>
1313

14-
<p>The simulation should take ~30 seconds and the membrane potential traces will be loaded and plotted automatically on completion.</p>
14+
<p>The simulation should take 30-60 seconds and the membrane potential traces will be loaded and plotted automatically on completion.</p>
1515

1616
<div class="tutorialForm center">
1717
<div class="tutorialLabel">Input current (pA)</div> <input id="iAmp" type="text" value="180"></input></br>

NeuroML2/osbSessions/15.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
<div class="tutorialForm center">
99

10-
<div class="tutorialLabel" style="width:400px">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>
11-
<div class="tutorialLabel" style="width:400px">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>
10+
<div class="tutorialLabel" style="width:400px">Transient Na<sup>+</sup> current on <strong>axon</strong> (S/cm2) <input id="axonal_gNaTa_tbar_NaTa_t" type="text" value="3.429725"></input></div>
11+
<div class="tutorialLabel" style="width:400px">Persistent Na<sup>+</sup> current on <strong>axon</strong> (S/cm2) <input id="axonal_gNap_Et2bar_Nap_Et2" type="text" value="0.009803"></input></div></br>
1212

1313
<div class="tutorialLabel" style="width:400px">Persistent K<sup>+</sup> current on <strong>axon</strong> (S/cm2)</div> <input id="axonal_gK_Pstbar_K_Pst" type="text" value="0.959296"></input></br>
1414

@@ -20,9 +20,9 @@
2020

2121
<button class="btn" id="changeConds" onclick="quickExperiment('ConductanceDensities',
2222
{
23-
axonal_NaTa_t:{'Model.neuroml.L23_cADpyr.biophys.membraneProperties.axonal_gNaTa_tbar_NaTa_t.condDensity':$('#axonal_gNaTa_tbar_NaTa_t').val()},
24-
axonal_Nap_Et2:{'Model.neuroml.L23_cADpyr.biophys.membraneProperties.axonal_gNap_Et2bar_Nap_Et2.condDensity':$('#axonal_gNap_Et2bar_Nap_Et2').val()},
25-
axonal_gK_Pstbar_K_Pst:{'Model.neuroml.L23_cADpyr.biophys.membraneProperties.axonal_gK_Pstbar_K_Pst.condDensity':$('#axonal_gK_Pstbar_K_Pst').val()},
23+
axonal_NaTa:{'Model.neuroml.L23_cADpyr.biophys.membraneProperties.axonal_gNaTa_tbar_NaTa_t.condDensity':$('#axonal_gNaTa_tbar_NaTa_t').val()},
24+
axonal_Nap:{'Model.neuroml.L23_cADpyr.biophys.membraneProperties.axonal_gNap_Et2bar_Nap_Et2.condDensity':$('#axonal_gNap_Et2bar_Nap_Et2').val()},
25+
axonal_K_Pst:{'Model.neuroml.L23_cADpyr.biophys.membraneProperties.axonal_gK_Pstbar_K_Pst.condDensity':$('#axonal_gK_Pstbar_K_Pst').val()},
2626
2727
iamp:{'Model.neuroml.L23_cADpyr.transient_pulse_current.amplitude':$('#iAmp').val()},
2828
idel:{'Model.neuroml.L23_cADpyr.transient_pulse_current.delay':$('#iDel').val()},

0 commit comments

Comments
 (0)