Skip to content

Commit 57037a3

Browse files
committed
Merge branch 'fix/hfo-146-147-148' into feature/netpyne-149
2 parents 7b388b6 + 3edcca4 commit 57037a3

1 file changed

Lines changed: 22 additions & 23 deletions

File tree

webapp/redux/reducers/data/tutorial_steps.js

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const tutorial_steps = [
3232
target: '#newSectionButton',
3333
title: 'Check Cell"s Sections',
3434
content: (
35-
<p>Click on Section to see the sections that make up this imported cell type</p>
35+
<p>Click on Section to see the sections that make up this cell type</p>
3636
)
3737
},
3838
{
@@ -48,7 +48,7 @@ const tutorial_steps = [
4848
content: (
4949
<>
5050
<p>Click on the Populations icon.</p>
51-
<p>You can also find the each sidebar icons as tab in the top panel</p>
51+
<p>You can also find each sidebar icons as a tab in the top panel</p>
5252
</>
5353
)
5454
},
@@ -89,7 +89,7 @@ const tutorial_steps = [
8989
target: 'div[id*="netParamspopParams"][id*="cellType"]',
9090
title: 'Cell Population Creation',
9191
content: (
92-
<p>Select the cell type to the one we imported earlier ("pyr")</p>
92+
<p>Select the cell type to the one we created earlier ("pyr")</p>
9393
// <p>Set the Cell type to the "pyr" cell we imported earlier</p>
9494
),
9595
waitFor: 'click',
@@ -131,7 +131,7 @@ const tutorial_steps = [
131131
)
132132
},
133133
{
134-
target: 'material-icons MuiIcon-root',
134+
target: 'img[src*="d2NetPlot"]',
135135
title: '2D Net Plot Panel',
136136
content: (
137137
<>
@@ -141,7 +141,6 @@ const tutorial_steps = [
141141
<p>Explore moving and reshaping tabs (drag from the tab title)</p>
142142
</>
143143
),
144-
collectionIndex: 2
145144
},
146145
{
147146
target: 'MuiButtonBase-root MuiButton-root MuiButton-contained',
@@ -226,75 +225,75 @@ const tutorial_steps = [
226225
<p>Name the rule "E-&gt;E" (without spaces)</p>
227226
),
228227
},
229-
{ // netParamsconnParamsConnectivityRule0sec
230-
target: 'input[id*="netParamsconnParams"][id*="sec"]',
228+
{
229+
target: 'input[id*="netParamsconnParams"][id*="weight"]',
231230
title: 'Connectivity Rules Creation',
232231
content: (
233232
<>
234-
<p>Add "dend" as new postsynaptic neuron section</p>
233+
<p>Enter 0.005 in Weight of synaptic connection</p>
235234
</>
236235
),
237236
},
238237
{
239-
target: 'button[id^="netParamsconnParams"][id$="sec-button"]',
238+
target: 'input[id*="netParamsconnParams"][id*="probability"]',
240239
title: 'Connectivity Rules Creation',
241240
content: (
242241
<>
243-
<p>Click on "+" to add the value</p>
242+
<p>Enter 0.1 in Probability of connection</p>
244243
</>
245244
),
246245
},
247246
{
248-
target: 'input[id*="netParamsconnParams"][id*="loc"]',
247+
target: 'input[id*="netParamsconnParams"][id*="delay"]',
249248
title: 'Connectivity Rules Creation',
250249
content: (
251250
<>
252-
<p>Enter 0.5 as new postsynaptic neuron location</p>
251+
<p>Enter 5 in Connection delay</p>
253252
</>
254253
),
255254
},
256255
{
257-
target: 'button[id^="netParamsconnParams"][id$="loc-button"]',
256+
target: 'div[id*="netParamsconnParams"][id*="synMech"]',
258257
title: 'Connectivity Rules Creation',
259258
content: (
260259
<>
261-
<p>Click on "+" to add the value</p>
260+
<p>Select "exc" for Synaptic mechanism</p>
262261
</>
263262
),
264263
},
265-
{
266-
target: 'div[id*="netParamsconnParams"][id*="synMech"]',
264+
{ // netParamsconnParamsConnectivityRule0sec
265+
target: 'input[id*="netParamsconnParams"][id*="sec"]',
267266
title: 'Connectivity Rules Creation',
268267
content: (
269268
<>
270-
<p>Select "exc" for Synaptic mechanism</p>
269+
<p>Add "dend" as new postsynaptic neuron section</p>
271270
</>
272271
),
273272
},
274273
{
275-
target: 'input[id*="netParamsconnParams"][id*="probability"]',
274+
target: 'button[id^="netParamsconnParams"][id$="sec-button"]',
276275
title: 'Connectivity Rules Creation',
277276
content: (
278277
<>
279-
<p>Enter 0.1 in Probability of connection</p>
278+
<p>Click on "+" to add the value</p>
280279
</>
281280
),
282281
},
283282
{
284-
target: 'input[id*="netParamsconnParams"][id*="weight"]',
283+
target: 'input[id*="netParamsconnParams"][id*="loc"]',
285284
title: 'Connectivity Rules Creation',
286285
content: (
287286
<>
288-
<p>Enter 0.005 in Weight of synaptic connection</p>
287+
<p>Enter 0.5 as new postsynaptic neuron location</p>
289288
</>
290289
),
291290
},
292291
{
293-
target: 'input[id*="netParamsconnParams"][id*="delay"]',
292+
target: 'button[id^="netParamsconnParams"][id$="loc-button"]',
294293
title: 'Connectivity Rules Creation',
295294
content: (
296295
<>
297-
<p>Enter 5 in Connection delay</p>
296+
<p>Click on "+" to add the value</p>
298297
</>
299298
),
300299
},

0 commit comments

Comments
 (0)