Skip to content

Commit 5ce5502

Browse files
committed
netpyne-103 Update titles for tutorial 2
1 parent 9a04f39 commit 5ce5502

1 file changed

Lines changed: 17 additions & 16 deletions

File tree

webapp/redux/reducers/data/tutorial2_steps.js

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const tutorial2_steps = [
33
{
44
target: '#selectCellButton',
55
title: (
6-
<div>To be filled in</div>
6+
<div>Cell Creation</div>
77
),
88
content: (
99
<div>
@@ -15,7 +15,7 @@ const tutorial2_steps = [
1515
{
1616
target: '#fromTemplateCellTemplate',
1717
title: (
18-
<div>To be filled in</div>
18+
<div>Cell Creation</div>
1919
),
2020
content: (
2121
<div>
@@ -26,7 +26,7 @@ const tutorial2_steps = [
2626
{
2727
target: '#importCellParamsFileName',
2828
title: (
29-
<div>To be filled in</div>
29+
<div>Cell Creation</div>
3030
),
3131
content: (
3232
<div>
@@ -47,7 +47,7 @@ const tutorial2_steps = [
4747
{
4848
target: '#importCellParamsModFolder',
4949
title: (
50-
<div>To be filled in</div>
50+
<div>Cell Creation</div>
5151
),
5252
content: (
5353
<div>
@@ -67,7 +67,7 @@ const tutorial2_steps = [
6767
{
6868
target: '#appBarPerformActionButton',
6969
title: (
70-
<div>To be filled in</div>
70+
<div>Cell Creation</div>
7171
),
7272
content: (
7373
<div>
@@ -78,7 +78,7 @@ const tutorial2_steps = [
7878
{
7979
target: '#PTcell',
8080
title: (
81-
<div>To be filled in</div>
81+
<div>Cell Modifications</div>
8282
),
8383
content: (
8484
<div>
@@ -89,7 +89,7 @@ const tutorial2_steps = [
8989
{
9090
target: '#newSectionButton',
9191
title: (
92-
<div>To be filled in</div>
92+
<div>Cell Modifications</div>
9393
),
9494
content: (
9595
<div>
@@ -100,7 +100,7 @@ const tutorial2_steps = [
100100
{
101101
target: '#selectCellButton',
102102
title: (
103-
<div>To be filled in</div>
103+
<div>Cell Creation</div>
104104
),
105105
content: (
106106
<div>
@@ -111,7 +111,7 @@ const tutorial2_steps = [
111111
{
112112
target: '#importCellParamsFileName',
113113
title: (
114-
<div>To be filled in</div>
114+
<div>Cell Creation</div>
115115
),
116116
content: (
117117
<div>
@@ -122,7 +122,7 @@ const tutorial2_steps = [
122122
{
123123
target: '#TreeContainerCutting_component',
124124
title: (
125-
<div>To be filled in</div>
125+
<div>Cell Creation</div>
126126
),
127127
content: (
128128
<div>
@@ -133,7 +133,7 @@ const tutorial2_steps = [
133133
{
134134
target: '#importCellParamsModFolder',
135135
title: (
136-
<div>To be filled in</div>
136+
<div>Cell Creation</div>
137137
),
138138
content: (
139139
<div>
@@ -144,18 +144,19 @@ const tutorial2_steps = [
144144
{
145145
target: '#TreeContainerCutting_component',
146146
title: (
147-
<div>To be filled in</div>
147+
<div>Cell Creation</div>
148148
),
149149
content: (
150150
<div>
151-
<p>Select like for the last cell: "NetPyNE tutorials &gt; netpyne_workspace-master &gt; mod".</p>
151+
<p>Select, as for the last created cell:</p>
152+
<p>"NetPyNE tutorials &gt; netpyne_workspace-master &gt; mod".</p>
152153
</div>
153154
)
154155
},
155156
{
156157
target: 'img[src*="popParams"]',
157158
title: (
158-
<div>To be filled in</div>
159+
<div>Population Update</div>
159160
),
160161
content: (
161162
<div>
@@ -166,7 +167,7 @@ const tutorial2_steps = [
166167
{
167168
target: '.MuiGrid-item .MuiButton-root:nth-last-child(2)',
168169
title: (
169-
<div>To be filled in</div>
170+
<div>Creation</div>
170171
),
171172
content: (
172173
<div>
@@ -177,7 +178,7 @@ const tutorial2_steps = [
177178
{
178179
target: 'img[src*="experimentControlPanel"]',
179180
title: (
180-
<div>To be filled in</div>
181+
<div>Visualization</div>
181182
),
182183
content: (
183184
<div>

0 commit comments

Comments
 (0)