Skip to content

Commit

Permalink
Merge pull request #1107 from effigies/schema/unify_metadata
Browse files Browse the repository at this point in the history
SCHEMA: Unify metadata
  • Loading branch information
effigies authored Jul 7, 2022
2 parents 0332bb4 + d74e56c commit 7172921
Show file tree
Hide file tree
Showing 16 changed files with 859 additions and 325 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ and a guide for using macros can be found at
{{ MACROS___make_columns_table(
{
"reference__ieeg": "OPTIONAL",
"group": ("OPTIONAL", "Note that any groups specified in `_electrodes.tsv` must match those present here."),
"group__channel": ("OPTIONAL", "Note that any groups specified in `_electrodes.tsv` must match those present here."),
"sampling_frequency": "OPTIONAL",
"description": "OPTIONAL",
"notch": "OPTIONAL",
Expand Down Expand Up @@ -432,7 +432,7 @@ and a guide for using macros can be found at
{
"material": "RECOMMENDED",
"manufacturer": "RECOMMENDED",
"group": ("RECOMMENDED", "Note that any group specified here should match a group specified in `_channels.tsv`."),
"group__channel": ("RECOMMENDED", "Note that any group specified here should match a group specified in `_channels.tsv`."),
"hemisphere": "RECOMMENDED",
}
) }}
Expand Down
2 changes: 1 addition & 1 deletion src/schema/SCHEMA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
8 changes: 4 additions & 4 deletions src/schema/objects/associated_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
# Information about whether these directories are required or not is present in
# `rules/associated_data.yaml`.
code:
name: Code
display_name: Code
description: |
A directory in which to store any code used to generate the derivatives from the
source data.
derivatives:
name: Derivative data
display_name: Derivative data
description: |
Derivative data
sourcedata:
name: Source data
display_name: Source data
description: |
Data before harmonization, reconstruction, and/or file format conversion
(for example, E-Prime event logs or DICOM files).
stimuli:
name: Stimulus files
display_name: Stimulus files
description: |
The stimulus files can be added in a `/stimuli` directory
(under the root directory of the dataset; with optional subdirectories)
Expand Down
Loading

0 comments on commit 7172921

Please sign in to comment.