Skip to content

Commit

Permalink
Merge pull request #186 from NeuroML/development
Browse files Browse the repository at this point in the history
Regenerate nmldb notebook; use interactive izh as guide 1
  • Loading branch information
pgleeson authored Dec 18, 2023
2 parents 495897d + f77d2bf commit 2a8a042
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 217 deletions.
4 changes: 2 additions & 2 deletions source/Userdocs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We present below a set of step-by-step guides to illustrate how models are writt

<table>
<tr>
<td><a href="https://docs.neuroml.org/Userdocs/SingleNeuronExample.html"><img src="../_images/example-single-izhikevich2007cell-sim-v.png" height=150 title="Guide 1"/></a>&nbsp;&nbsp;</td>
<td><a href="https://docs.neuroml.org/Userdocs/NML2_examples/SingleNeuron.html"><img src="../_images/example-single-izhikevich2007cell-sim-v.png" height=150 title="Guide 1"/></a>&nbsp;&nbsp;</td>
<td><a href="https://docs.neuroml.org/Userdocs/IzhikevichNetworkExample.html"><img src="../_images/example_izhikevich2007network_sim-spikes.png" height=150 title="Guide 2"/></a>&nbsp;&nbsp;</td>
<td><a href="https://docs.neuroml.org/Userdocs/SingleCompartmentHHExample.html"><img src="../_images/HH_single_compartment_example_sim-v.png" height=150 title="Guide 3"/></a>&nbsp;&nbsp;</td>
<td><a href="https://docs.neuroml.org/Userdocs/MultiCompartmentOLMexample.html"><img src="../_images/olm.cell.xy.png" height=150 title="Guide 4"/></a>&nbsp;&nbsp;</td>
Expand All @@ -16,7 +16,7 @@ We present below a set of step-by-step guides to illustrate how models are writt

| Link to guide | Description | Model life cycle stages |
| :------ | ----------- | ----------------------- |
| [Guide 1](https://docs.neuroml.org/Userdocs/SingleNeuronExample.html) | Create and simulate a simple regular spiking Izhikevich neuron in NeuroML | Create, Validate, Simulate |
| [Guide 1](https://docs.neuroml.org/Userdocs/NML2_examples/SingleNeuron.html) | Create and simulate a simple regular spiking Izhikevich neuron in NeuroML | Create, Validate, Simulate |
| [Guide 2](https://docs.neuroml.org/Userdocs/IzhikevichNetworkExample.html) | Create a network of two synaptically connected populations of Izhikevich neurons | Create, Validate, Visualise, Simulate |
| [Guide 3](https://docs.neuroml.org/Userdocs/SingleCompartmentHHExample.html) | Build and simulate a single compartment Hodgkin-Huxley neuron | Create, Validate, Visualise, Simulate |
| [Guide 4](https://docs.neuroml.org/Userdocs/MultiCompartmentOLMexample.html) | Create and simulate a multi compartment hippocampal OLM neuron | Create, Validate, Visualise, Simulate |
Expand Down
2 changes: 1 addition & 1 deletion source/Userdocs/NML2_examples/IzhikevichNetwork.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.7"
"version": "3.9.16"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 2a8a042

Please sign in to comment.