-
Notifications
You must be signed in to change notification settings - Fork 188
[ENH] BEP044 - Stim-BIDS #2022
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
neuromechanist
wants to merge
86
commits into
bids-standard:master
Choose a base branch
from
neuromechanist:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
[ENH] BEP044 - Stim-BIDS #2022
Changes from 1 commit
Commits
Show all changes
86 commits
Select commit
Hold shift + click to select a range
95ebf75
Add stimuli specifications to BIDS
neuromechanist 91df78b
edit stimuli description
neuromechanist 0167a41
Update task events to include stim-bids spec
neuromechanist 3c2357b
Add missing entities
neuromechanist b7b19df
handling GH Action errors
neuromechanist aa570ac
yaml-link issues
neuromechanist 162cd1c
remark validation
neuromechanist 1ef76bc
Move extensions to their own place.
neuromechanist e84cac4
Revise the extensions
neuromechanist 1dd9083
YAML lint
neuromechanist 50ad1dd
Merge pull request #2 from neuromechanist/add-stimuli-specifications
neuromechanist 77f33b0
Merge branch 'bids-standard:master' into master
neuromechanist 4978552
Sidecar description is only needed of rhte individual stimulus files.
neuromechanist 80d3077
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a335ebf
tabular information matching the spec.
neuromechanist f370c95
Edit stimuli.md to reflect the spec more completely
neuromechanist 330b69f
Implement Kay's comments for clarity
neuromechanist ad24800
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a5acd54
Revert adding BEP044 doc, implementing Kay's suggestions.
neuromechanist 238e645
Merge remote-tracking branch 'upstream/master' into pr/neuromechanist…
Remi-Gau 074f5fb
sty
Remi-Gau f197bba
remark
Remi-Gau 02c6f31
fix
Remi-Gau 3ae9fe1
fix
Remi-Gau e849646
Merge branch 'bids-standard:master' into master
neuromechanist 2793d75
Fix a couple of typos
neuromechanist 2e7ab2a
Remove the BIDS2.0 provision
neuromechanist 284dc7f
Revise the JSON metadata recommendation
neuromechanist f48e63f
remove uppercase audio extensions
neuromechanist 4f1a0b3
Remove uppercase audiovideo extensions
neuromechanist db7994b
Remove uppercase video extensions
neuromechanist 64ce56b
Remove uppercase image extensions
neuromechanist e7c0739
add `webp` for image
neuromechanist c8ffa63
Add guide for license and copyright fleds.
neuromechanist 8178a3f
update JSON sidecare description
neuromechanist eafdac9
revert the `part` def to only expand it for stimulus.
neuromechanist 4538a45
consolidate stim files under stim.yaml
neuromechanist 28d41ba
revise stim.yaml
neuromechanist 6f0d5d5
move stim.yaml to raw
neuromechanist 9d4225b
rename file name to maintain consistency
neuromechanist 74d1596
add checks
neuromechanist 8616e04
update tabular data
neuromechanist d6832b2
update file tree
neuromechanist 50437b4
add needed entities for stimuli and annotation
neuromechanist a4b20ad
clarify stimuli modality/datatype
neuromechanist 567148e
update datatypes and stim descriptions
neuromechanist f409097
add stimuli entity table
neuromechanist a064d83
add datatypes
neuromechanist ba5b89f
remove bidsschematools
neuromechanist cd53cd9
fix a typo
neuromechanist 451464f
add missing column defs
neuromechanist 178ea4e
fall back to filetree example for now
neuromechanist 4e1fa62
Merge upstream/master into stimuli feature branch
neuromechanist 696ca1d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e708940
Add Claude-specific files to gitignore
neuromechanist c701dd2
Merge upstream/master: integrate latest BIDS changes
neuromechanist 0d45332
Merge latest upstream/master changes
neuromechanist 088240f
Move stimuli specification to modality-agnostic
neuromechanist 9225f0b
Fix stimuli directory schema validation
neuromechanist 39f987e
Fix invalid selector syntax in stimuli sidecar schema
neuromechanist 237c466
Add missing 'type' metadata field for stimulus JSON sidecars
neuromechanist 2ca32b2
Add onset/duration metadata fields and remove incorrect custom field
neuromechanist 5130af9
Revert "Add onset/duration metadata fields and remove incorrect custo…
neuromechanist 32c1ad4
Add missing extensions for stimulus files
neuromechanist 83f620d
Remove incorrect stimuli modality mapping
neuromechanist a5a13e6
Fix stimuli catalog files to use stem pattern
neuromechanist a1698d1
Separate metadata fields from TSV columns in events rules
neuromechanist 95c76f3
Fix YAML and Markdown linting issues
neuromechanist b067f3a
Fix YAML parsing error in stimuli check rule
neuromechanist c442a51
Fix rendering for stem-based file groups
neuromechanist 164b908
Add stimulus-specific part entity and improve tests
neuromechanist fc6cff9
Update tests to handle stimuli files properly
neuromechanist ad1ebf3
Fix metaschema and expression parsing for stimuli
neuromechanist a048b44
Fix metaschema and rendering for stem-based file groups
neuromechanist f56816c
Fix Windows encoding issue in entities.yaml
neuromechanist 016ddb9
Improve stimuli specification documentation
neuromechanist 0ee8522
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 1b5e43b
Add new macro for root-level directory filename templates
neuromechanist 239b67f
Fix stimuli.yaml structure and create proper root-level template macro
neuromechanist 48f763a
feat: Add generic root-level template macro for non-datatype directories
neuromechanist 4a440e6
fix: Update test_make_filename_template to skip rules without datatypes
neuromechanist 7155ee4
fix: Update schema loading for sidecar tables and temporarily disable…
neuromechanist 5725810
fix: Complete stimuli documentation with working schema-driven templates
neuromechanist c77b7cb
Merge pull request #3 from neuromechanist/feat/generic-root-template-…
neuromechanist 15a1cf0
feat: Consolidate multiple file extensions in stimuli template
neuromechanist bede400
fix: Escape <extension> placeholder for HTML rendering
neuromechanist File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.