@@ -4,72 +4,87 @@ All about neurons in NEST
4
4
=========================
5
5
6
6
7
- Guides on using neurons in NEST
8
- -------------------------------
9
-
10
- .. grid :: 1 1 2 2
7
+ .. grid :: 1 1 3 3
11
8
:gutter: 1
12
9
13
- .. grid-item ::
10
+ .. grid-item-card ::
11
+ :class-header: sd-d-flex-row sd-align-minor-center sd-bg-info sd-text-white
14
12
15
- .. grid :: 1 1 1 1
16
13
17
- .. grid-item-card :: Node management (neurons and devices)
14
+ |neuron | Neuron types in NEST
15
+ ^^^
18
16
19
- * :ref: `node_handles `
20
- * :ref: `param_ex `
21
17
22
- .. grid-item ::
18
+ * :ref: ` types_neurons `: Find out about the various neuron models and their mechanisms that are available in NEST
23
19
24
- .. grid :: 1 1 1 1
20
+ * :ref: ` neuron_update `: Learn how NEST handles the steps to update the dynamics of neurons during simulation.
25
21
26
- .. grid-item-card :: Exact integration
27
- :class-title: sd-d-flex-row sd-align-minor-center
28
- :link: exact_integration
29
- :link-type: ref
30
22
31
- .. grid-item-card :: Precise spike times
32
- :class-title: sd-d-flex-row sd-align-minor-center
33
- :link: sim_precise_spike_times
34
- :link-type: ref
23
+ .. grid-item-card ::
24
+ :class-header: sd-d-flex-row sd-align-minor-center sd-bg-info sd-text-white
35
25
36
- .. toctree ::
37
- :maxdepth: 1
38
- :glob:
39
- :hidden:
40
26
41
- *
27
+ |python | Using neurons in PyNEST scripts
28
+ ^^^
29
+
30
+ * :ref: `Manipulating nodes (neurons and devices) <node_handles >`: understand basic functionality of nodes
31
+ * :ref: `param_ex `: explore how to use parameter objects in NEST
32
+
42
33
43
- .. dropdown :: List of neuron models
44
- :color: info
34
+ .. grid-item-card ::
35
+ :class-header: sd-d-flex-row sd-align-minor-center sd-bg- info sd-text-white
45
36
46
- {% for items in tag_dict %}
47
- {% if items.tag == "neuron" %}
48
- {% for item in items.models | sort %}
49
- * :doc: `/models/{{ item | replace(".html", "") }} `
50
- {% endfor %}
51
- {% endif %}
52
- {% endfor %}
53
37
38
+ |math | Find a specific model
39
+ ^^^
54
40
55
- Neuron model naming conventions
56
- -------------------------------
57
41
58
- Neuron model names in NEST combine abbreviations that describe the dynamics and synapse specifications for that model.
59
- They may also include the author's name of a model based on a specific paper .
42
+ For details on individual models, please take alook at our model directory, where you can
43
+ select various tags and refine the results to your choosing, or look up our A-Z list .
60
44
61
- For example, the neuron model name
45
+ * :doc: ` /models/index `
62
46
63
- ``iaf_cond_beta ``
64
47
65
- corresponds to an implementation of a spiking neuron using
66
- integrate-and-fire dynamics with conductance-based
67
- synapses. Incoming spike events induce a postsynaptic change of
68
- conductance modeled by a beta function.
69
48
70
- As an example for a neuron model name based on specific paper,
49
+ ----
71
50
72
- ``hh_cond_exp_traub ``
51
+ .. |nav | image :: /static/img/GPS-Settings-256_nest.svg
52
+ .. |script | image :: /static/img/script_white.svg
53
+ :scale: 20%
54
+ .. |start | image :: /static/img/start_white.svg
55
+ :scale: 40%
56
+ .. |user | image :: /static/img/020-user.svg
57
+ .. |teacher | image :: /static/img/014-teacher.svg
58
+ .. |admin | image :: /static/img/001-shuttle.svg
59
+ .. |dev | image :: /static/img/dev_orange.svg
60
+ .. |nestml | image :: /static/img/nestml-logo.png
61
+ :scale: 15%
62
+ .. |synapse | image :: /static/img/synapse_white.svg
63
+ .. |neuron | image :: /static/img/neuron_white.svg
64
+ .. |glossary | image :: /static/img/glossary_white.svg
65
+ .. |git | image :: /static/img/git_white.svg
66
+ .. |refresh | image :: /static/img/refresh_white.svg
67
+ .. |hpc | image :: /static/img/hpc_white.svg
68
+ .. |random | image :: /static/img/random_white.svg
69
+ .. |math | image :: /static/img/math_white.svg
70
+ .. |network | image :: /static/img/network_brain_white.svg
71
+ .. |device | image :: /static/img/device_white.svg
72
+ .. |connect | image :: /static/img/connect_white.svg
73
+ .. |sonata | image :: /static/img/sonata_white.svg
74
+ .. |write | image :: /static/img/write_nest_white.svg
75
+ :scale: 60%
76
+ .. |parallel | image :: /static/img/parallel_white.svg
77
+ .. |simulate | image :: /static/img/simulate_white.svg
78
+ .. |interactive | image :: /static/img/interactive_white.svg
79
+ .. |python | image :: /static/img/python_white.svg
80
+ .. |gallery | image :: /static/img/gallery_white.svg
81
+
82
+
83
+ .. toctree ::
84
+ :hidden:
73
85
74
- implements a modified version of the Hodgkin Huxley neuron model
75
- based on Traub and Miles (1991)
86
+ neuron_types
87
+ parametrization
88
+ node_handles
89
+ exact-integration
90
+ simulations_with_precise_spike_times
0 commit comments