Last modified by spreizer on 2025/08/26 09:19

From version 40.1
edited by spreizer
on 2025/08/23 20:12
Change comment: There is no comment for this version
To version 52.1
edited by spreizer
on 2025/08/24 15:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,35 +20,38 @@
20 20  
21 21  - [[Tutorial abstract>>url:https://wiki.ebrains.eu/bin/view/Collabs/swedish-node-nest-tutorials/About/]]
22 22  
23 +- Tutorial materials: [[https:~~/~~/gitlab.ebrains.eu/spreizer/nest-tutorials-2025>>url:https://gitlab.ebrains.eu/spreizer/nest-tutorials-2025.git]]
23 23  
24 -The tutorial is composed of three parts in which the user learns to simulate with NEST step by step.
25 25  
26 +The tutorial is composed of three modules in which the user learns to simulate with NEST step by step.
26 26  
28 +
27 27  === Time schedule ===
28 28  
29 29  |(% style="width:191px" %)10 - 10.30|(% style="width:220px" %)Introduction|(% style="width:422px" %)
30 -|(% style="width:191px" %)10.30 - 12|(% style="width:220px" %)NEST Desktop|(% style="width:422px" %)[[https:~~/~~/nest-desktop.readthedocs.org/>>https://nest-desktop.readthedocs.org/]]
31 -|(% style="width:191px" %)13 - 14.30|(% style="width:220px" %)NEST Simulator|(% style="width:422px" %)[[https:~~/~~/nest-simulator.readthedocs.org/>>https://nest-simulator.readthedocs.org/]]
32 -|(% style="width:191px" %)15 - 16.30|(% style="width:220px" %)NESTML|(% style="width:422px" %)[[https:~~/~~/nestml.readthedocs.org/>>https://nestml.readthedocs.org/]]
32 +|(% style="width:191px" %)10.30 - 12|(% style="width:220px" %)NEST Desktop|(% style="width:422px" %)[[https:~~/~~/nest-desktop.apps.ebrains.eu/>>https://nest-desktop.apps.ebrains.eu/]]
33 +|(% style="width:191px" %)13 - 14.30|(% style="width:220px" %)NEST Simulator|(% style="width:422px" %)[[https:~~/~~/lab.jsc.ebrains.eu>>https://lab.jsc.ebrains.eu]]
34 +|(% style="width:191px" %)15 - 16.30|(% style="width:220px" %)NESTML|(% style="width:422px" %)[[https:~~/~~/lab.jsc.ebrains.eu>>https://lab.jsc.ebrains.eu]]
33 33  
34 -=== (% style="color:#1a202c; font-family:inherit; font-size:max(23px, min(27px, 15.8889px + 0.925926vw))" %)How to run NEST tutorials on EBRAINS lab?(%%) ===
36 +=== EBRAINS Lab ===
35 35  
38 +How to get NEST tutorials on EBRAINS Lab?
39 +
36 36  1. (((
37 37  Go to [[https:~~/~~/lab.jsc.ebrains.eu>>https://lab.jsc.ebrains.eu]]
38 38  )))
39 39  1. Change drive folder to `/drive/My Libraries/`.
40 40  1. (((
41 -Next, clone a repo from the remote Git repository "[[https:~~/~~/gitlab.ebrains.eu/spreizer/nest-tutorials-2025.git>>https://gitlab.ebrains.eu/spreizer/nest-tutorials-2025.git]]" (See red arrow).
45 +Next, clone a repo from the remote Git repository "https:~/~/gitlab.ebrains.eu/spreizer/nest-tutorials-2025" (Click on [[image:1755972938026-462.png||height="30" width="28"]]).
42 42  
43 43  
44 -[[image:https://wiki.ebrains.eu/bin/download/Collabs/nestml-tutorials/WebHome/1753784762571-499.png?rev=1.1||alt="1753784762571-499.png" data-xwiki-image-style-alignment="center"]]
48 +[[image:1755972871032-845.png||data-xwiki-image-style-alignment="center"]]
45 45  
46 46  
47 47  )))
48 48  1. (((
49 -After cloning, you can find tutorials in respective folders.
53 +After cloning, you find tutorials in `nest-tutorials-2025` folders.
50 50  
51 -
52 52  
53 53  )))
54 54  1. (((
... ... @@ -63,12 +63,13 @@
63 63  
64 64  === Modules ===
65 65  
69 +
66 66  (% class="wikigeneratedid" %)
67 67  **1) NEST Desktop**
68 68  
69 69  The first part of the tutorial, we look at NEST Desktop.  As a goal we will create and analyze a balanced two-population network.
70 70  
71 -[[https:~~/~~/nest-desktop.apps.ebrains.eu/>>https://nest-desktop.apps.ebrains.eu/]]
75 +Documentation: [[https:~~/~~/nest-desktop.readthedocs.io>>https://nest-desktop.readthedocs.io]]
72 72  
73 73  More information: [[https:~~/~~/wiki.ebrains.eu/bin/view/Collabs/nest-desktop>>https://wiki.ebrains.eu/bin/view/Collabs/nest-desktop]]
74 74  
... ... @@ -76,8 +76,10 @@
76 76  (% class="wikigeneratedid" id="H329NESTML" %)
77 77  **2) NEST Simulator**
78 78  
79 -The tutorial will then turn to Jupyter (Python) notebooks where we will start by creating spiking neurons. Here, we learn advanced steps to write code with NEST Simulation syntax. The scripting codes allow us to customize sophisticated use cases with NEST simulations. How to run examples on EBRAINS lab can be found here:
83 +The tutorial will then turn to Jupyter (Python) notebooks where we will start by creating spiking neurons. Here, we learn advanced steps to write code with NEST Simulation syntax. The scripting codes allow us to customize sophisticated use cases with NEST simulations.
80 80  
85 +Documentation: [[https:~~/~~/nest-simulator.readthedocs.io>>https://nest-simulator.readthedocs.io]]
86 +
81 81  More examples: [[https:~~/~~/wiki.ebrains.eu/bin/view/Collabs/nest-simulator-examples/>>https://wiki.ebrains.eu/bin/view/Collabs/nest-simulator-examples/]]
82 82  
83 83  
... ... @@ -86,6 +86,8 @@
86 86  
87 87  The last part is using NESTML to create custom neuron and synapse models for NEST Simulator. This will be done by formulating the learning model in the NESTML language syntax, and using the associated toolchain to generate code for NEST Simulator.
88 88  
95 +Documentation: [[https:~~/~~/nestml.readthedocs.io>>https://nestml.readthedocs.io]]
96 +
89 89  More tutorials: [[https:~~/~~/wiki.ebrains.eu/bin/view/Collabs/nestml-tutorials>>https://wiki.ebrains.eu/bin/view/Collabs/nestml-tutorials]]
90 90  )))
91 91  
1755972871032-845.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.spreizer
Size
... ... @@ -1,0 +1,1 @@
1 +9.1 KB
Content
1755972906411-180.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.spreizer
Size
... ... @@ -1,0 +1,1 @@
1 +822 bytes
Content
1755972938026-462.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.spreizer
Size
... ... @@ -1,0 +1,1 @@
1 +804 bytes
Content