Skip to content

Commit ba34a5f

Browse files
committed
short list
1 parent 3f9dbd7 commit ba34a5f

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

python/create_neurovault_schema.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# where the metadata from neurovault are described. It is in xlsx folder of this repos
1212
# but it can also be downloaded from here:
1313
# https://github.com/NeuroVault/NeuroVault/blob/master/scripts/metadata_neurovault.csv
14-
input_file = '/home/remi/github/COBIDAS_chckls/xlsx/metadata_neurovault.csv'
14+
input_file = '/home/remi/github/COBIDAS_chckls/xlsx/metadata_neurovault-test.csv'
1515

1616
# where the files will be written on your machine: the local repository
1717
# corresponding to the remote where of the schema-standardization will be hosted
@@ -24,7 +24,7 @@
2424
# to which branch of schema-standardization the user interface will be pointed to
2525
# In the end the cobidas-UI repository will be reading the schema from the URL that that
2626
# starts with: remote_repo + branch_name
27-
branch_name = 'neurovault-dev'
27+
branch_name = 'neurovault-test'
2828

2929

3030
## -----------------------------------------------------------------------------
@@ -137,7 +137,7 @@
137137
'schema:schemaVersion': version,
138138
'schema:version': version,
139139
'variableMap': [],
140-
'preamble': 'How did you design/analyse your study?',
140+
'preamble': 'How did you design / analyse your study?',
141141
'ui': {
142142
'order': [],
143143
'visibility': {},

xlsx/metadata_neurovault-test.csv

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Source,Section,Item,Verbose description,Format,"Priority (1=required, 2=recommended,3=optional)",Visibility
2+
fmrimethods.org,ExperimentalDesign,type_of_design,"Blocked, event-related, hybrid, or other","['blocked','event_related','hybrid block/event','Other']",1,1
3+
fmrimethods.org,Participants,number_of_subjects,Number of subjects entering into the analysis,int,1,1
4+
fmrimethods.org,MRI_acquisition,scanner_make,Manufacturer of MRI scanner,"['Siemens','Philips','General Electric',’Other’]",1,1
5+
fmrimethods.org,Preprocessing,software_package,"If a single software package was used for all analyses, specify that here","['SPM','FSL','Freesurfer','Brain voyager','Other']",1,1
6+
fmrimethods.org,IntersubjectRegistration,used_intersubject_registration,Were subjects registered to a common stereotactic space?,Boolean,1,1
7+
fmrimethods.org,IndividualSubjectModeling,intrasubject_model_type,Type of group model used,"['Regression','Other']",1,1
8+
fmrimethods.org,GroupModeling,group_model_type,Type of group model used,"['Regression','Other']",1,1

0 commit comments

Comments
 (0)