BIDS dataset allow you to ship the stimuli you used for your experiments with your data.
bids-specification.readthedocs.io/en/stable/04-modality-specific-files/05-task-events.html#task-events
Like this.
remi@remi-XPS-15-9570:~/github/BIDS-matlab/tests$ tree -L 2 bids-examples/eeg_rishikesh/
bids-examples/eeg_rishikesh/
├── CHANGES
├── code
│ └── run_mw_experiment6.m <---- You can also add the code to run your experiment (or put your github repo as datalad subdataset <3
├── dataset_description.json
├── participants.json
├── participants.tsv
├── README
├── stimuli
│ ├── cancel.wav
│ ├── depth.wav
│ ├── expe_over.wav
│ ├── mind_wandering.wav
│ ├── rate_meditation.wav
│ ├── rate_mw.wav
│ ├── rate_tired.wav
│ ├── resumed.wav
│ ├── resumemed.wav
│ ├── resume.wav
│ ├── self.wav
│ ├── starting.wav
│ ├── time.wav
│ └── valence.wav
├── sub-001
│ ├── ses-01
│ └── ses-02
├── sub-002
│ ├── ses-01
│ └── ses-02
...
I am tempted to try to find a way to organize the stimuli folder for CPP_PTB so that when we are done with an experiment we can just drop the stimuli folder into the dataset.
BIDS dataset allow you to ship the stimuli you used for your experiments with your data.
bids-specification.readthedocs.io/en/stable/04-modality-specific-files/05-task-events.html#task-events
Like this.
I am tempted to try to find a way to organize the stimuli folder for CPP_PTB so that when we are done with an experiment we can just drop the stimuli folder into the dataset.