Browse Source

Merge branch 'master' of https://gin.g-node.org/chaeusler/studyforrest-ppa-analysis

Christian O. Häusler 2 years ago
parent
commit
2387907e85
2 changed files with 9 additions and 3 deletions
  1. 6 1
      README.md
  2. 3 2
      datacite.yml

+ 6 - 1
README.md

@@ -346,7 +346,12 @@ More information on DataLad and how to use it can be found in the DataLad Handbo
     # save results of first to third level
 
 ### comment: some cleaning that we did
+
+In order to limit the dataset to an appropriate size, we dropped some files that were generated by FEAT during an intermediate stage of the first level analyses. More specifically, we dropped *filtered_func_data.nii.gz* (4D fMRI data after all filtering) and *res4d.nii.gz* (residual noise images) for every subject and run using the following commands 
+
     git annex unused
     git annex dropunused all --force
     datalad drop --nocheck sub*/*.feat/filtered_func_data.nii.gz
-    datalad drop --nocheck sub*/*.feat/stats/res4d.nii.gz
+    datalad drop --nocheck sub*/*.feat/stats/res4d.nii.gz
+    
+If necessary, the files can be obtained by rerunning the corresponding first level analysis.

+ 3 - 2
datacite.yml

@@ -27,8 +27,9 @@ keywords:
   - studyforrest
   - datalad
 license:
-  name: 'Creative Commons CC0 1.0 Public Domain Dedication'
-  url: 'https://creativecommons.org/publicdomain/zero/1.0/'
+  name: 'Creative Commons Attribution 4.0 International Public License'
+  url: 'https://creativecommons.org/licenses/by/4.0/'
+  
 funding:
   - 'BMBF, 01GQ1112'
   - 'NSF, 1129855'