Skip to content

Commit

Permalink
update eeg_matchingpennies 0.3.0 -> 0.3.1 (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff authored Apr 11, 2023
1 parent 6538686 commit bc36231
Show file tree
Hide file tree
Showing 12 changed files with 2,339 additions and 2,659 deletions.
9 changes: 9 additions & 0 deletions eeg_matchingpennies/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.3.1 2023-04-11
- Bumped BIDSVersion field in dataset_description.json to 1.8.0
- Clarified 1-based indexing in documentation of "sample" column in task-matchingpennies_events.json file
- turned "sample" and "value" columns from float to int in all events.tsv files
- Renamed README -> README.md and adjusted content for Markdown syntax
- Fixed dataset citation in README.md
- Improved general README documentation (e.g., Inheritance Principle)
- Changed the dataset license to PDDL

0.3.0 2022-01-17
- Fixed typos in README file, and updated "inheritance principle" quote
- Changed the order of changelog items: More recent items are now at the top
Expand Down
718 changes: 200 additions & 518 deletions eeg_matchingpennies/LICENSE

Large diffs are not rendered by default.

65 changes: 27 additions & 38 deletions eeg_matchingpennies/README → eeg_matchingpennies/README.md
Original file line number Diff line number Diff line change
@@ -1,67 +1,57 @@
Overview
--------
This is the "Matching Pennies" dataset. It was collected as part of a small
scale replication project targeting the following reference:
# Overview

Matthias Schultze-Kraft et al.
"Predicting Motor Intentions with Closed-Loop Brain-Computer Interfaces".
In: Springer Briefs in Electrical and Computer Engineering.
Springer International Publishing, 2017, pp. 79–90.
This is the "Matching Pennies" dataset.
It was collected as part of a small scale replication project targeting the following reference:

> Matthias Schultze-Kraft et al.
> "Predicting Motor Intentions with Closed-Loop Brain-Computer Interfaces".
> In: Springer Briefs in Electrical and Computer Engineering.
> Springer International Publishing, 2017, pp. 79–90.
In brief, it contains EEG data for 7 subjects raising either their left or right hand,
thus giving rise to a lateralized readiness potential as measured with the EEG.
For details, see the `Details about the experiment` section.

# Citing this dataset

Citing this dataset
-------------------
Please cite as follows:

Appelhoff, S., Sauer, D., & Gill, S. S. (2018, July 22).
Matching Pennies: A Brain Computer Interface Implementation Dataset.
> Appelhoff, S., Sauer, D. & Gill, S. S. Matching Pennies: A Brain Computer Interface Implementation Dataset. Open Science Framework, https://doi.org/10.17605/OSF.IO/CJ2DR (2018).
For more information, see the `dataset_description.json` file.

# License

License
-------
This eeg_matchingpennies dataset is made available under the Open Database
License.
The `eeg_matchingpennies` dataset is made available under the Public Domain Dedication and License (PDDL).

Copyright (c) 2018-2022, Stefan Appelhoff, Daryl Sauer, and Suleman Samuel Gill
Copyright (c) 2018-2023, Stefan Appelhoff, Daryl Sauer, and Suleman Samuel Gill

See the LICENSE file.
See the `LICENSE` file.
A human readable information can be found at:

https://opendatacommons.org/licenses/odbl/summary/

Any rights in individual contents of the database are licensed under the
Database Contents License: http://opendatacommons.org/licenses/dbcl/1.0/
https://opendatacommons.org/licenses/pddl/1-0/

# Format

Format
------
The dataset is formatted according to the Brain Imaging Data Structure. See the
`dataset_description.json` file for the specific version used.
The dataset is formatted according to the Brain Imaging Data Structure (BIDS).
See the `dataset_description.json` file for the specific version used.

Generally, you can find data in the .tsv files and descriptions in the
accompanying .json files.
Generally, you can find metadata in the `.tsv` files and documentation thereof in the accompanying `.json` files.
For example `participants.tsv` contains metadata about the participants,
and `participants.json` contains documentation about the columns in `participants.tsv`

An important BIDS definition to consider is the "Inheritance Principle", which
is described in the BIDS specification under the following link:

https://bids-specification.rtfd.io/en/stable/02-common-principles.html#the-inheritance-principle
https://bids-specification.readthedocs.io/en/latest/common-principles.html#the-inheritance-principle

The section states that:
In brief, the Inheritance Pinciple states that any metadata file (such as `.json`, `.tsv`)
may be defined at any directory level, but no more than one applicable file may be defined at a given level [...],
and the values from the top level are inherited by all lower levels --
unless they are overridden by a file at the lower level.

> Any metadata file (such as .json, .bvec or .tsv) may be defined at any directory level,
> but no more than one applicable file may be defined at a given level [...]
> The values from the top level are inherited by all lower levels unless
> they are overridden by a file at the lower level.
# Details about the experiment


Details about the experiment
----------------------------
For a detailed description of the task, see Schultze-Kraft et al. (2017)
and the supplied `task-matchingpennies_eeg.json` file.
What follows is a brief summary.
Expand Down Expand Up @@ -124,4 +114,3 @@ screen (60fps = 1 screen every 16.66666ms)

Subjects 1 to 4 participated in the pilot testing only. Their data are not
included in this dataset.

4 changes: 2 additions & 2 deletions eeg_matchingpennies/dataset_description.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Name": "Matching Pennies",
"BIDSVersion": "1.6.0",
"License": "ODbL (https://opendatacommons.org/licenses/odbl/summary/)",
"BIDSVersion": "1.8.0",
"License": "PDDL (https://opendatacommons.org/licenses/pddl/1-0/)",
"Authors": [
"Stefan Appelhoff",
"Daryl Sauer",
Expand Down
Loading

0 comments on commit bc36231

Please sign in to comment.