-
Notifications
You must be signed in to change notification settings - Fork 384
Improve discoverablility of network models in NEST docs #3428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 6 commits
17813dc
6d2611c
df06cc0
60d53d6
0d118a6
2bde558
77acc53
ff1166e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,32 @@ Model directory | |
=============== | ||
|
||
|
||
What type of model? | ||
------------------- | ||
|
||
NEST has over 100 models, choose an option for finding the one you need! | ||
|
||
.. grid:: | ||
|
||
.. grid-item-card:: | ||
:columns: 4 | ||
:link: network_models | ||
:link-type: ref | ||
|
||
**Network Models** | ||
jessica-mitchell marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
|
||
|
||
.. grid-item-card:: | ||
:columns: 4 | ||
:link: model_selector | ||
:link-type: ref | ||
|
||
**Neurons, synapses, and devices** | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Instead of these cards, I suggest to start the page with the section "What we mean by models" that is currently further down (https://nest-simulator--3428.org.readthedocs.build/en/3428/models/index.html#what-we-mean-by-models). This section should also mention devices. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was discussed before, and the decision was made that we want to see the model selector near the top, so this was pushed further down. but maybe we can add a link at the top of the page with the cards like 'what's the difference?' There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jessica-mitchell I think for a new user it might be unclear that the model selector does not refer to network models after showing the cards of both. Yes, the "What's the difference?" already helps. In addition, I suggest to extend "Select a tag to display corresponding models." to "Select a tag to display corresponding neuron, synapse or device models." There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe "Neuron, synapse, and device models"? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Technically the devices are not 'models', at least how I understand we define them. I did add some text below in the 'what we mean by models' section to explain a bit more. Hopefully without confusing it more. |
||
|
||
|
||
|
||
|
||
.. _model_selector: | ||
|
||
Model selector | ||
|
@@ -149,3 +173,8 @@ References | |
{% for keys in model_dict %} | ||
{{ keys | replace(".html", "") }} | ||
{% endfor %} | ||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
../networks/index |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
.. _network_models: | ||
|
||
Network Models | ||
============== | ||
|
||
Here we have several examples of large-scale network models developed for NEST. | ||
You can see how to build other networks for various neuron, synapse and device types in our | ||
:doc:`examples gallery </examples/index>`. | ||
|
||
|
||
.. grid:: 1 2 3 4 | ||
:gutter: 1 | ||
|
||
.. grid-item-card:: Brunel Network | ||
:columns: 4 | ||
:link: /auto_examples/brunel_alpha_nest | ||
:link-type: doc | ||
|
||
A random balanced network | ||
|
||
.. grid-item-card:: Microcircuit Model | ||
:columns: 4 | ||
:link: /auto_examples/Potjans_2014/index | ||
:link-type: doc | ||
|
||
A network model example based on Potjans and Diesman 2014 | ||
|
||
|
||
.. grid-item-card:: Mesocircuit Model | ||
:columns: 4 | ||
:link: https://mesocircuit-model.readthedocs.io/en/latest/ | ||
|
||
A layered cortical network with distance-dependent connectivity | ||
|
||
|
||
.. grid-item-card:: Multi-area Model | ||
:columns: 4 | ||
:link: https://inm-6.github.io/multi-area-model/ | ||
|
||
A network model of the visual cortex of the macaque monkey | ||
|
||
|
||
.. grid-item-card:: HuMAM model | ||
:columns: 4 | ||
:link: https://github.com/INM-6/human-multi-area-model | ||
|
||
Multi-Scale Spiking Network Model of Human Cerebral Cortex |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lower-case "models"?