Browse Source

correct minor typos

Christian Olaf Häusler 3 năm trước cách đây
mục cha
commit
adf307fb26
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -83,7 +83,7 @@ More information on DataLad and how to use it can be found in the DataLad Handbo
     # download 4D fMRI data (and motion correction parameters of the movie) 
     datalad get inputs/studyforrest-data-aligned/sub-??/in_bold3Tp2/sub-??_task-a?movie_run-?_bold*.*
 
-    # install subdataset that provides the original 7 Tesla data to get the motion correction parameters of the audio-descriptio
+    # install subdataset that provides the original 7 Tesla data to get the motion correction parameters of the audio-description
     datalad install -d . -s juseless.inm7.de:/data/project/studyforrest/collection/phase1 inputs/phase1
     datalad get inputs/phase1/sub???/BOLD/task001_run00?/bold_dico_moco.txt
 
@@ -102,7 +102,7 @@ More information on DataLad and how to use it can be found in the DataLad Handbo
     datalad get inputs/studyforrest-speechannotation/annotation/fg_rscut_ad_ger_speech_tagged.tsv
 
 ### segmenting of continuous annotations
-    # segment the location annotation using timings of the audio-visual movie segments
+    # segment the annotation of cuts and locations using timings of the audio-visual movie segments
     datalad run \
     -i inputs/studyforrest-data-annotations/researchcut/locations.tsv \
     -o events/segments \
@@ -111,7 +111,7 @@ More information on DataLad and how to use it can be found in the DataLad Handbo
     avmovie avmovie \
     '{outputs}'
 
-    # segment the speech annotation using timings of the audio-description segments
+    # segment the annotation of speech using timings of the audio-description segments
     datalad run \
     -i inputs/studyforrest-speechannotation/annotation/fg_rscut_ad_ger_speech_tagged.tsv \
     -o events/segments \
@@ -288,7 +288,7 @@ More information on DataLad and how to use it can be found in the DataLad Handbo
     -m "for audio analysis (individuals), generate individual 2nd lvl design files from template" \
     "./code/generate_2nd-lvl-design_audio-ppa-ind.sh"
 
-### manually add bash script that handles createn custom standard space templates & matrices for FEAT
+### manually add bash script that handles custom standard space templates & matrices for FEAT
     datalad save -m "add script that add templates & transformation matrices to 1st lvl result directories of Feat"
 
 ### run the analyses via condor_submit on a computer cluster & manually save results