You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tutorial/index.rst
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@
3
3
You can adapt this file completely to your liking, but it should at least
4
4
contain the root `toctree` directive.
5
5
6
-
Welcome to Hodgkin Huxley Tutorial
6
+
Welcome to the Hodgkin Huxley Tutorial
7
7
===============================================
8
8
9
-
This tutorial gives an introduction to the `Hodgkin-Huxley model <https://en.wikipedia.org/wiki/Hodgkin%E2%80%93Huxley_model>`_ by use of executable example implementations in Python and `NeuroML <http://www.neuroml.org>`_.
9
+
This tutorial gives an introduction to the `Hodgkin-Huxley model <https://en.wikipedia.org/wiki/Hodgkin%E2%80%93Huxley_model>`_ through the use of executable example implementations in Python and `NeuroML <http://www.neuroml.org>`_.
10
10
11
11
12
12
**The aims of this tutorial are:**
@@ -19,20 +19,20 @@ This was originally created by `@joebowen <https://github.com/joebowen>`_ on beh
19
19
What is the Hodgkin-Huxley model?
20
20
=================================
21
21
22
-
`From Wikipedia <https://en.wikipedia.org/wiki/Hodgkin%E2%80%93Huxley_model>`_:
23
-
The Hodgkin–Huxley model is a mathematical model that describes how action potentials in neurons
22
+
`From Wikipedia <https://en.wikipedia.org/wiki/Hodgkin%E2%80%93Huxley_model>`_:
23
+
The Hodgkin–Huxley model is a mathematical model that describes how action potentials in neurons
24
24
are initiated and propagated.
25
25
26
26
The model describes represents the electrical properties of
27
27
excitable membranes as typical electrical circuit components. For instance,
28
-
the cell's membrane is modeled as a capacitor, and voltage-dependent
28
+
the cell's membrane is modeled as a capacitor, and voltage-dependent
29
29
conductances stand in for what are now known to be voltage-gated ion
30
30
channels.
31
31
32
-
For a detailed run through of the Hodgkin-Huxley model's electronics, math and
33
-
biology, take a look at the `Electrophysiology page <_static/Electrophysiology.html>`_.
32
+
For a detailed run through of the Hodgkin-Huxley model's electronics, math and
33
+
biology, take a look at the `Electrophysiology page <_static/Electrophysiology.html>`_.
34
34
35
-
After you understand the electronic model there, check out the
35
+
After you understand the electronic model there, check out the
36
36
`code walkthrough <_static/Tutorial.html>`_ to see an example
37
37
implementation of the Hodgkin-Huxley model in Python, using a cell
38
38
modeled in `NeuroML2 <https://www.neuroml.org/neuromlv2>`_.
@@ -41,7 +41,7 @@ You can look at the `current-voltage characteristic page <_static/iv_curve.html>
41
41
to get an understanding of another biological-electronic equivalence
42
42
that is useful in describing ion channel and cell models.
43
43
44
-
There are also some `exercises <_static/Exercises.html>`_ you can complete to get a feel for the model. These
44
+
There are also some `exercises <_static/Exercises.html>`_ you can complete to get a feel for the model. These
45
45
can be completed using either the Python or NeuroML versions.
0 commit comments