@@ -272,7 +272,7 @@ \section{Introduction}\label{introduction}
272272thus we use the exact same number of internal currents in this work. The
273273subthreshold dynamics are defined by a set of linear ordinary differential
274274equations, while an instantaneous threshold potential controls when the neuron
275- firing an action potential (spike) in a dynamic way. The ability of the MNN
275+ fires an action potential (spike) in a dynamic way. The ability of the MNN
276276model to generate
277277such a diverse spiking behavior is due to the complex update rules. In this
278278work the MNN model has been implemented in Python (version 3.6.1) using
@@ -283,7 +283,7 @@ \section{Introduction}\label{introduction}
283283\section {Methods }\label {methods }
284284
285285In order to implement the model described in \cite {mihalas:2009 }, we discretized
286- the dynamical system using the forward Euler's integration scheme. The time step
286+ the dynamical system using the forward Euler integration scheme. The time step
287287is fixed to $ 0.1 \, \Rm {ms}$ for all the simulations, and the total simulation
288288time $ t_f$ varies according to figure 1 of the original paper. Our
289289implementation differs from the one in the original paper, since in
@@ -535,10 +535,10 @@ \section{Results}\label{results}
535535Figure~\ref {fig:1 }, where the black solid line indicates the membrane potential
536536($ V(t)$ ), the red dashed line illustrates the instantaneous threshold potentials
537537($ \Theta (t)$ ), and the gray line shows the input to the neuron ($ I_e/C$ ).
538- The $ x$ -axis scale in all the panels are exactly the same as in the original
538+ The $ x$ -axis scales in all panels are exactly the same as in the original
539539paper (indicating the total simulation time ($ t_f$ ), while the $ y$ -axis scale
540540differs from the one in the original paper. In this work the $ y$ -axis scale
541- is the same same for all the subplots ($ [-95 , -25 ]\, \Rm {mV}$ ), except from
541+ is the same same for all the subplots ($ [-95 , -25 ]\, \Rm {mV}$ ), except for
542542panels G and O ($ [-145 , -25 ]\, \Rm {mV}$ ).
543543
544544Figures~\ref {fig:2 } and~\ref {fig:3 } depict the phase space of the phasic
0 commit comments