Skip to content

Commit 507a44c

Browse files
authored
Merge pull request #124 from Shotgunosine/FIX_typos
Fix typos
2 parents dcc4b2f + b08561c commit 507a44c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

notebooks/basic_data_input_bids.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"metadata": {},
2626
"source": [
2727
"## The `layout` object and simple queries\n",
28-
"To begin working with pubids we need to initialize a layout object. We will need it to do all of our queries"
28+
"To begin working with pybids we need to initialize a layout object. We will need it to do all of our queries"
2929
]
3030
},
3131
{

notebooks/basic_data_output.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Data Output\n",
88
"\n",
9-
"Similarly important to data input is data output. Using a data output module allows you to restructure and rename computed output and to spatial differentiate relevant output files from the temporary computed intermediate files in the working directory. Nipype provides the following modules to handle data stream output:\n",
9+
"Similarly important to data input is data output. Using a data output module allows you to restructure and rename computed output and to spatially differentiate relevant output files from the temporary computed intermediate files in the working directory. Nipype provides the following modules to handle data stream output:\n",
1010
"\n",
1111
" DataSink\n",
1212
" JSONFileSink\n",
@@ -274,7 +274,7 @@
274274
"cell_type": "markdown",
275275
"metadata": {},
276276
"source": [
277-
"As we can see, there is way too much content that we might not really care about. To relocate and rename all the files that are relevant to you, you can use `DataSink`?"
277+
"As we can see, there is way too much content that we might not really care about. To relocate and rename all the files that are relevant to you, you can use `DataSink`."
278278
]
279279
},
280280
{
@@ -368,7 +368,7 @@
368368
"cell_type": "markdown",
369369
"metadata": {},
370370
"source": [
371-
"This is already much better. But what if you want to rename the output files to represent something a bit readable. For this `DataSink` has the `substitution` input field.\n",
371+
"This is already much better. But what if you want to rename the output files to represent something a bit more readable. For this `DataSink` has the `substitution` input field.\n",
372372
"\n",
373373
"For example, let's assume we want to get rid of the string `'task-fingerfootlips'` and `'bold_mcf'` and that we want to rename the mean file, as well as adapt the file ending of the motion parameter file:"
374374
]
@@ -413,15 +413,15 @@
413413
"cell_type": "markdown",
414414
"metadata": {},
415415
"source": [
416-
"Cool, much more clearly!"
416+
"Cool, much clearer filenames!"
417417
]
418418
},
419419
{
420420
"cell_type": "markdown",
421421
"metadata": {},
422422
"source": [
423423
"### Exercise 1\n",
424-
"Create a simple workflow for skullstriping with FSL, the first node should use `BET` interface and the second node will be a ``DataSink``. Test two method of connecting the nodes and check the content of the output directory."
424+
"Create a simple workflow for skullstriping with FSL, the first node should use `BET` interface and the second node will be a ``DataSink``. Test two methods of connecting the nodes and check the content of the output directory."
425425
]
426426
},
427427
{

notebooks/basic_workflow.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428
"cell_type": "markdown",
429429
"metadata": {},
430430
"source": [
431-
"Perfet!\n",
431+
"Perfect!\n",
432432
"\n",
433433
"Let's also have a closer look at the working directory:"
434434
]

notebooks/introduction_dataset.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"\n",
107107
"Subject from the ds000114 dataset did five behavioral tasks. In our dataset two of them are included. \n",
108108
"\n",
109-
"The **motor task** consisted of ***finger tapping***, ***foot twitching*** and ***lip poaching*** interleaved with fixation at a cross.\n",
109+
"The **motor task** consisted of ***finger tapping***, ***foot twitching*** and ***lip pouching*** interleaved with fixation at a cross.\n",
110110
"\n",
111111
"The **landmark task** was designed to mimic the ***line bisection task*** used in neurological practice to diagnose spatial hemineglect. Two conditions were contrasted, specifically judging if a horizontal line had been bisected exactly in the middle, versus judging if a horizontal line was bisected at all. More about the dataset and studies you can find [here](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3641991/).\n",
112112
"\n",

notebooks/introduction_showcase.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"cell_type": "markdown",
180180
"metadata": {},
181181
"source": [
182-
"To show off Nipype's parallelization power, let's run the workflow in parallel, on 5 processors and let's stop the execution time:"
182+
"To show off Nipype's parallelization power, let's run the workflow in parallel, on 5 processors and let's show the execution time:"
183183
]
184184
},
185185
{

0 commit comments

Comments
 (0)