Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 5 DOI reference(s) in README -
✓Academic publication links
Links to: springer.com, frontiersin.org, zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.4%) to scientific vocabulary
Keywords
Repository
Standardized Resting-State Paradigm
Basic Info
- Host: GitHub
- Owner: RealityBending
- Language: JavaScript
- Default Branch: main
- Homepage: https://realitybending.github.io/RestingState/
- Size: 7.54 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
- Releases: 1
Topics
Metadata Files
README.md

Replicable Resting State Task (ReReST)
This repository contains an open-source resting state task implemented in jsPsych that can be run from the browser:
Installation
No installation required! You can run it directly out-of-the box using the following link.
If you want to run it locally (e.g., to customize it):
- download the whole repository
- Unzip it
- Open index.html in a web browser (e.g., in Chrome).
You can also edit the html file (e.g., using notepad), as well as the RestingState.js file to easily customize things like the duration, etc.
Features
- [x] Eyes-closed
- Minimize eyes-related artifacts for EEG
- Increase participant's comfort
- [x] 8 min
- Long-enough to reliably capture multimodal features
- Can skip for testing purposes it by pressing
"s" - Customizable duration
- [x] Standardized post resting-state assessment
- Using the ARSQ (Diaz et al., 2014)
- 21 questions, 7 dimensions (+ 2 manipulation check items)
- [x] Customizable trigger for photosensor (to mark events in EEG / bio devices)
- [x] An R function to preprocess and tidy-up the data
- Load the function directly from the internet:
source("https://raw.githubusercontent.com/RealityBending/RestingState/main/preprocessing.R")- Run it on the JSON file saved at the end of the task
preprocess_RestingState(S01_RestingState.json)- Enjoy clean data
- [x] Webcam recording
- Activate webcam recording by setting
record_webcam = trueinRestingState.js
- Activate webcam recording by setting
- [x] Community-driven state of the art
- If you have any remarks, opinions or thoughts about possible improvements, please contribute by opening an issue and letting us know what you think!
Citation
- Makowski, D., & Te, A. S. (2022). A Replicable Resting State Task [Computer software]. https://doi.org/10.5281/zenodo.6796255
Scientific Background
Eyes-closed vs. Eyes-opened
- TODO: Review arguments in favour / against.
Duration
- TODO: Arguments for given duration
- TODO: Study about HRV + EEG Complexity + EEG Frequency indices stability
Post RS assessment
Different questionnaires were used to assess subjective experiences and inner thoughts during resting state to potentially explore how it relates to brain and bodily activity.
- Amsterdam Resting State Questionnaire 2.0 (ARSQ)
- Short version with 3 items per scale (total items = 21)
- We didn't keep the "new" factors to keep it short (it seems like they capture relatively less important and stable aspects of RS). However, if need be, these dimensions can be added by simply uncommenting them in the file.

Neuro-behavioural Associations
EEG Microstates
Pipinis et al. (2016) showed associations between microstate B and Comfort, and microstate C and Somatic Awareness (SA).

EEG Complexity
TODO.
Heart Rate Variability (HRV)
TODO.
Owner
- Name: Reality Bending Lab (ReBeL)
- Login: RealityBending
- Kind: organization
- Website: realitybending.github.io/
- Twitter: Dom_Makowski
- Repositories: 12
- Profile: https://github.com/RealityBending
We study the neuropsychology of reality and its distortions
Citation (CITATION.cff)
cff-version: 1.2.0 message: "You can cite this task as follows:" authors: - family-names: "Makowski" given-names: "Dominique" orcid: "https://orcid.org/0000-0001-5375-9967" - family-names: "Te" given-names: "An Shu" orcid: "https://orcid.org/0000-0001-8008-2824" title: "A Replicable Resting State Task" # version: 0.0.1 doi: 10.5281/zenodo.6796255 date-released: 2022-07-05 url: "https://github.com/RealityBending/RestingState"