@brainpilot/skills 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +28 -0
- package/dist/index.js.map +1 -0
- package/package.json +35 -0
- package/skills/01_Meta-Skills/contribute-skill/SKILL.md +277 -0
- package/skills/01_Meta-Skills/contribute-skills-via-pr/SKILL.md +163 -0
- package/skills/01_Meta-Skills/paper-to-skill/SKILL.md +435 -0
- package/skills/01_Meta-Skills/paper-to-skill/references/extraction-guide.md +286 -0
- package/skills/01_Meta-Skills/paper-to-skill/references/skill-template.md +250 -0
- package/skills/01_Meta-Skills/repo-to-skill/SKILL.md +289 -0
- package/skills/01_Meta-Skills/share-case/SKILL.md +253 -0
- package/skills/01_Meta-Skills/share-usage/README.md +63 -0
- package/skills/01_Meta-Skills/share-usage/SKILL.md +395 -0
- package/skills/01_Meta-Skills/verify-skill/SKILL.md +331 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/SKILL.md +194 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/references/effect-sizes.md +352 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/references/sample-size-guide.md +407 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-statistics/SKILL.md +361 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-statistics/references/common-analyses.md +517 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-visualization/SKILL.md +292 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-visualization/references/plot-recipes.md +709 -0
- package/skills/02_Cross-Domain_Foundation/research-literacy/SKILL.md +286 -0
- package/skills/02_Cross-Domain_Foundation/research-literacy/references/common-assumptions.md +320 -0
- package/skills/02_Cross-Domain_Foundation/research-literacy/references/planning-template.md +143 -0
- package/skills/03_Cognitive_Psychology/alternative-uses-task-designer/SKILL.md +197 -0
- package/skills/03_Cognitive_Psychology/alternative-uses-task-designer/references/instruction-templates.md +60 -0
- package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/SKILL.md +246 -0
- package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/references/classic-paradigms.md +435 -0
- package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/references/design-principles.md +256 -0
- package/skills/03_Cognitive_Psychology/creativity-self-efficacy-mediation/SKILL.md +270 -0
- package/skills/03_Cognitive_Psychology/creativity-self-efficacy-mediation/references/lavaan-templates.md +172 -0
- package/skills/03_Cognitive_Psychology/divergent-thinking-scoring/SKILL.md +238 -0
- package/skills/03_Cognitive_Psychology/divergent-thinking-scoring/references/scoring-rubric.md +143 -0
- package/skills/03_Cognitive_Psychology/drift-diffusion-model/SKILL.md +203 -0
- package/skills/03_Cognitive_Psychology/drift-diffusion-model/references/fitting-guide.md +571 -0
- package/skills/03_Cognitive_Psychology/drift-diffusion-model/references/model-variants.md +427 -0
- package/skills/03_Cognitive_Psychology/evidence-accumulation-selector/SKILL.md +310 -0
- package/skills/03_Cognitive_Psychology/evidence-accumulation-selector/references/ez-diffusion-formulas.md +137 -0
- package/skills/03_Cognitive_Psychology/signal-detection-analysis/SKILL.md +300 -0
- package/skills/03_Cognitive_Psychology/signal-detection-analysis/references/application-guide.md +278 -0
- package/skills/03_Cognitive_Psychology/signal-detection-analysis/references/sdt-formulas.md +318 -0
- package/skills/03_Cognitive_Psychology/visual-search-array-generator/SKILL.md +283 -0
- package/skills/03_Cognitive_Psychology/visual-search-array-generator/references/array-generation-parameters.yaml +111 -0
- package/skills/04_Psycholinguistics/reading-time-analysis/SKILL.md +301 -0
- package/skills/04_Psycholinguistics/reading-time-analysis/references/measure-computation-guide.md +195 -0
- package/skills/04_Psycholinguistics/self-paced-reading-designer/SKILL.md +257 -0
- package/skills/04_Psycholinguistics/self-paced-reading-designer/references/analysis-guide.md +356 -0
- package/skills/04_Psycholinguistics/self-paced-reading-designer/references/region-segmentation.md +266 -0
- package/skills/04_Psycholinguistics/sentence-stimulus-norming/SKILL.md +346 -0
- package/skills/04_Psycholinguistics/sentence-stimulus-norming/references/lexical-databases-guide.md +184 -0
- package/skills/05_EEG_ERP/eeg-paradigm-designer/SKILL.md +226 -0
- package/skills/05_EEG_ERP/eeg-paradigm-designer/references/component-paradigm-map.md +276 -0
- package/skills/05_EEG_ERP/eeg-paradigm-designer/references/timing-parameters.md +244 -0
- package/skills/05_EEG_ERP/eeg-preprocessing-pipeline-guide/SKILL.md +367 -0
- package/skills/05_EEG_ERP/eeg-preprocessing-pipeline-guide/references/parameter-lookup-tables.md +138 -0
- package/skills/05_EEG_ERP/erp-analysis/SKILL.md +185 -0
- package/skills/05_EEG_ERP/erp-analysis/references/erp-components.md +447 -0
- package/skills/05_EEG_ERP/erp-analysis/references/preprocessing-pipeline.md +277 -0
- package/skills/05_EEG_ERP/erp-analysis/references/statistical-approaches.md +351 -0
- package/skills/05_EEG_ERP/mne-python-guide/SKILL.md +174 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/decoding.md +178 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/io_formats.md +160 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/preprocessing.md +259 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/simulation.md +173 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/source_localization.md +234 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/statistics.md +196 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/time_frequency.md +165 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/visualization.md +175 -0
- package/skills/06_fMRI_Neuroimaging/brain-connectivity-modeler/SKILL.md +317 -0
- package/skills/06_fMRI_Neuroimaging/brain-connectivity-modeler/references/method-implementation-guide.md +116 -0
- package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/SKILL.md +296 -0
- package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/references/design-matrix-guide.md +214 -0
- package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/references/statistical-inference.md +288 -0
- package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/SKILL.md +274 -0
- package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/references/quality-control.md +336 -0
- package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/references/step-by-step-pipeline.md +380 -0
- package/skills/06_fMRI_Neuroimaging/fmri-task-design-guide/SKILL.md +264 -0
- package/skills/06_fMRI_Neuroimaging/fmri-task-design-guide/references/design-optimization-examples.md +114 -0
- package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/SKILL.md +273 -0
- package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/references/decoding-methods.md +170 -0
- package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/references/rsa-guide.md +266 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/SKILL.md +123 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/database-subjects.md +179 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/dataset-types.md +208 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/freesurfer-fmriprep.md +162 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/mapping-transforms.md +181 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/mni-utils.md +207 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/surface-analysis.md +219 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/visualization.md +251 -0
- package/skills/07_Computational_Modeling/act-r-model-builder/SKILL.md +297 -0
- package/skills/07_Computational_Modeling/act-r-model-builder/references/model-patterns.md +197 -0
- package/skills/07_Computational_Modeling/act-r-model-builder/references/parameter-table.yaml +204 -0
- package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/SKILL.md +294 -0
- package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/references/diagnostics-checklist.md +351 -0
- package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/references/prior-selection-guide.md +241 -0
- package/skills/07_Computational_Modeling/parameter-recovery-checker/SKILL.md +269 -0
- package/skills/07_Computational_Modeling/parameter-recovery-checker/references/recovery-diagnostics.md +207 -0
- package/skills/08_Computational_Neuroscience/brain-connectivity-modeler/SKILL.md +317 -0
- package/skills/08_Computational_Neuroscience/brain-connectivity-modeler/references/method-implementation-guide.md +116 -0
- package/skills/08_Computational_Neuroscience/neural-decoding-analysis/SKILL.md +273 -0
- package/skills/08_Computational_Neuroscience/neural-decoding-analysis/references/decoding-methods.md +170 -0
- package/skills/08_Computational_Neuroscience/neural-decoding-analysis/references/rsa-guide.md +266 -0
- package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/SKILL.md +305 -0
- package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/references/data-requirements.md +60 -0
- package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/references/method-comparison.md +151 -0
- package/skills/08_Computational_Neuroscience/spiking-network-model-builder/SKILL.md +376 -0
- package/skills/08_Computational_Neuroscience/spiking-network-model-builder/references/hh-parameters.md +117 -0
- package/skills/08_Computational_Neuroscience/spiking-network-model-builder/references/network-regimes.md +130 -0
- package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/SKILL.md +258 -0
- package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/references/indicator-parameters.md +242 -0
- package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/references/pipeline-details.md +211 -0
- package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/SKILL.md +261 -0
- package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/references/opsin-catalog.md +124 -0
- package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/references/stimulation-parameters.md +304 -0
- package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/SKILL.md +367 -0
- package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/references/disconnection-guide.md +152 -0
- package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/references/vlsm-pipeline.md +182 -0
- package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/SKILL.md +250 -0
- package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/references/deficit-profiles.md +302 -0
- package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/references/test-catalog.md +304 -0
- package/skills/11_Developmental_Cognition/infant-looking-time-designer/SKILL.md +345 -0
- package/skills/11_Developmental_Cognition/infant-looking-time-designer/references/age-parameters.yaml +186 -0
- package/skills/12_Social_Cognition/tom-task-selector/SKILL.md +379 -0
- package/skills/12_Social_Cognition/tom-task-selector/references/task-database.md +317 -0
- package/skills/13_Visualization/nature-figure/README.md +442 -0
- package/skills/13_Visualization/nature-figure/SKILL.md +60 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-01-bar-charts.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-02-line-trends.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-03-heatmaps.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-04-scatter-bubble.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-05-radar-polar.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-06-distributions.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-07-forest-interval.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-08-area-stacked.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-09-image-plates.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-10-network-matrix.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_motivation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_observation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_observation_distillation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_contrastive.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_results_CEDAR.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_results_IEDB.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_schematic.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/RNAGenScape_schematic.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/figures/ablation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/figures/comparison.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/plot_ablation.py +86 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/plot_comparison.py +109 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/diffusion_swiss_roll.py +97 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/diffusion_swiss_roll.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_GeneRegulatory.pdf +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_GeneRegulatory.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_Trajectory.pdf +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_Trajectory.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/figX_comparison_Ablation.pdf +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/figX_comparison_Ablation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_Ablation.py +64 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_GeneRegulatory.py +74 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_Trajectory.py +74 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/figures/idea.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/figures/illustration.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/plot_idea.py +76 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/plot_illustration.py +404 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_FPGM/figures/freq_prior.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_FPGM/plot_freq_prior.py +146 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_ablation_Cancer.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_ablation_IEDB.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_comparison_Cancer.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_comparison_IEDB.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/plot_bars.py +216 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/raw_data.py +125 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/manifold.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/manifold_holes.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_comparison_optimization.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_comparison_speed.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_sweep.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_comparison.py +228 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_hole_manifold.py +82 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_manifold.py +61 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_sweep.py +77 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/figures/comparison_posttraining.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/figures/comparison_radar.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/plot_comparison_radar.py +173 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/plot_posttraining.py +82 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/brute_force.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/correctness_by_category.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/correctness_by_subcategory.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/rewriting.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/selfcorrection_math.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_brute_force.py +248 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_correctness_by_category.py +132 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_correctness_by_subcategory.py +131 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_rewriting.py +105 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_selfcorrection_math.py +99 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/figures/composition_heatmap.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/figures/trend_by_month.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/plot_composition.py +81 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/plot_trend.py +125 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig1-material-mechanism-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig2-spatial-imaging-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig3-in-vivo-efficacy-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig4-single-cell-systems-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig5-validation-perturbation-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/evals/evals.json +37 -0
- package/skills/13_Visualization/nature-figure/manifest.yaml +57 -0
- package/skills/13_Visualization/nature-figure/references/api.md +428 -0
- package/skills/13_Visualization/nature-figure/references/backend-selection.md +100 -0
- package/skills/13_Visualization/nature-figure/references/chart-types.md +281 -0
- package/skills/13_Visualization/nature-figure/references/common-patterns.md +350 -0
- package/skills/13_Visualization/nature-figure/references/demos.md +65 -0
- package/skills/13_Visualization/nature-figure/references/design-theory.md +436 -0
- package/skills/13_Visualization/nature-figure/references/figure-contract.md +93 -0
- package/skills/13_Visualization/nature-figure/references/nature-2026-observations.md +112 -0
- package/skills/13_Visualization/nature-figure/references/qa-contract.md +119 -0
- package/skills/13_Visualization/nature-figure/references/r-template-index.md +66 -0
- package/skills/13_Visualization/nature-figure/references/r-workflow.md +161 -0
- package/skills/13_Visualization/nature-figure/references/tutorials.md +251 -0
- package/skills/13_Visualization/nature-figure/static/core/contract.md +29 -0
- package/skills/13_Visualization/nature-figure/static/core/stance.md +37 -0
- package/skills/13_Visualization/nature-figure/static/fragments/backend/python.md +37 -0
- package/skills/13_Visualization/nature-figure/static/fragments/backend/r.md +44 -0
- package/skills/14_Writing/markdown-report-writing/SKILL.md +306 -0
- package/skills/14_Writing/markdown-report-writing/references/compatibility-matrix.md +72 -0
- package/skills/14_Writing/markdown-report-writing/references/templates.md +299 -0
- package/skills/15_Others/neuroimaging-power-guide/SKILL.md +324 -0
- package/skills/15_Others/neuroimaging-power-guide/references/effect-size-lookup-tables.md +102 -0
- package/skills/15_Others/neuroimaging-sample-size-calculator/SKILL.md +330 -0
- package/skills/15_Others/neuroimaging-sample-size-calculator/references/worked-examples.md +220 -0
package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/references/classic-paradigms.md
ADDED
|
@@ -0,0 +1,435 @@
|
|
|
1
|
+
# Classic Cognitive Paradigms Reference
|
|
2
|
+
|
|
3
|
+
This reference covers established experimental paradigms across six core domains of cognitive psychology. Each paradigm entry includes its purpose, standard procedure, key parameters with cited ranges, dependent variables, and common variants.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 1. Attention
|
|
8
|
+
|
|
9
|
+
### 1.1 Stroop Task
|
|
10
|
+
|
|
11
|
+
- **Seminal reference**: Stroop (1935). Studies of interference in serial verbal reactions. *Journal of Experimental Psychology, 18*, 643-662.
|
|
12
|
+
- **Purpose**: Measures selective attention and cognitive control by assessing interference between automatic word reading and controlled color naming.
|
|
13
|
+
- **Procedure**: Participants name the ink color of color words. Conditions: congruent (word matches ink), incongruent (word differs from ink), neutral (non-color word or symbols).
|
|
14
|
+
- **Key parameters**:
|
|
15
|
+
- **Number of colors/responses**: Minimum **4** color-response mappings to avoid first-order contingency confounds (Schmidt & Besner, 2008; Mordkoff, 2012)
|
|
16
|
+
- **Congruency proportion**: Standard is **50% congruent / 50% incongruent**; mostly-congruent lists (75% congruent) inflate interference; mostly-incongruent lists (75% incongruent) reduce it via proactive control (Logan & Zbrodoff, 1979; Bugg & Crump, 2012)
|
|
17
|
+
- **SOA** (for separated-format Stroop): **0 ms** (simultaneous) is standard; SOAs of **-400 to +400 ms** used for onset asynchrony manipulations (Glaser & Glaser, 1982)
|
|
18
|
+
- **Stimulus duration**: Typically **until response** or a fixed **2000 ms** deadline
|
|
19
|
+
- **Inter-trial interval**: **1000-2000 ms** (MacLeod, 1991)
|
|
20
|
+
- **Typical effect size**: Stroop interference ~**100 ms** RT difference (MacLeod, 1991, meta-analysis)
|
|
21
|
+
- **Trial count**: **48-96 trials per condition** recommended for stable individual differences (Hedge et al., 2018)
|
|
22
|
+
- **DV**: Reaction time (ms), error rate (%)
|
|
23
|
+
- **Variants**: Manual (button-press) vs. vocal (naming); single-item vs. blocked; picture-word interference version
|
|
24
|
+
|
|
25
|
+
### 1.2 Visual Search
|
|
26
|
+
|
|
27
|
+
- **Seminal reference**: Treisman & Gelade (1980). A feature-integration theory of attention. *Cognitive Psychology, 12*, 97-136.
|
|
28
|
+
- **Purpose**: Investigates how attention selects targets among distractors, distinguishing parallel (pop-out) from serial search.
|
|
29
|
+
- **Procedure**: Participants detect or identify a target among varying numbers of distractors. Present/absent response on each trial.
|
|
30
|
+
- **Key parameters**:
|
|
31
|
+
- **Set size**: Typically **4, 8, 12, 16** items (or **1, 5, 15, 30** in the original Treisman & Gelade, 1980); minimum 4 levels recommended for reliable slope estimation
|
|
32
|
+
- **Target-distractor similarity**: Low similarity yields flat search slopes (pop-out, ~**3 ms/item**); high similarity yields steep slopes (~**20-60 ms/item** for conjunction search) (Treisman & Gelade, 1980; Wolfe, 1998)
|
|
33
|
+
- **Target prevalence**: Standard **50%** present trials; low prevalence (<10%) increases miss rates dramatically (Wolfe et al., 2005)
|
|
34
|
+
- **Display duration**: **Until response** or fixed (e.g., **3000-5000 ms**)
|
|
35
|
+
- **Absent-to-present slope ratio**: ~**2:1** for serial self-terminating search (Treisman & Gelade, 1980)
|
|
36
|
+
- **DV**: RT x set-size slope (ms/item), accuracy, target-absent vs. target-present slopes
|
|
37
|
+
- **Variants**: Feature search, conjunction search, guided search (Wolfe, 1994); spatial configuration search
|
|
38
|
+
|
|
39
|
+
### 1.3 Posner Cueing Task
|
|
40
|
+
|
|
41
|
+
- **Seminal reference**: Posner (1980). Orienting of attention. *Quarterly Journal of Experimental Psychology, 32*, 3-25.
|
|
42
|
+
- **Purpose**: Measures covert spatial attention shifts, distinguishing exogenous (reflexive) from endogenous (voluntary) orienting.
|
|
43
|
+
- **Procedure**: Central fixation, followed by a spatial cue, then a target at a cued (valid) or uncued (invalid) location.
|
|
44
|
+
- **Key parameters**:
|
|
45
|
+
- **Cue validity**: Standard **80% valid / 20% invalid** for endogenous cues (Posner, 1980); 50% (uninformative) for exogenous cues
|
|
46
|
+
- **SOA (cue-target interval)**: **100-1000 ms**; exogenous facilitation peaks at ~**100-300 ms**, inhibition of return (IOR) appears at **>300-500 ms** (Posner & Cohen, 1984; Klein, 2000)
|
|
47
|
+
- **Facilitation effect**: ~**20-50 ms** faster for valid vs. neutral trials (Posner, 1980)
|
|
48
|
+
- **IOR**: ~**15-30 ms** slowing at long SOAs for peripheral cues (Klein, 2000)
|
|
49
|
+
- **Inter-trial interval**: **1500-3000 ms** (Posner, 1980)
|
|
50
|
+
- **Catch trial proportion**: **~20%** (no-target trials to prevent anticipatory responses)
|
|
51
|
+
- **DV**: RT (ms), accuracy, validity effect (invalid RT - valid RT)
|
|
52
|
+
- **Variants**: Peripheral vs. central cues; detection vs. discrimination task; double-cue paradigm
|
|
53
|
+
|
|
54
|
+
### 1.4 Attentional Blink
|
|
55
|
+
|
|
56
|
+
- **Seminal reference**: Raymond, Shapiro, & Arnell (1992). Temporary suppression of visual processing in an RSVP task: An attentional blink? *Journal of Experimental Psychology: Human Perception and Performance, 18*, 849-860.
|
|
57
|
+
- **Purpose**: Reveals temporal limits of attention by showing impaired detection of a second target (T2) shortly after a first target (T1) in a rapid serial visual presentation (RSVP) stream.
|
|
58
|
+
- **Procedure**: Items presented sequentially at fixation. Participants identify T1 (e.g., a white letter among black) and detect/identify T2 at varying lags.
|
|
59
|
+
- **Key parameters**:
|
|
60
|
+
- **RSVP rate**: ~**10 items/sec** (each item ~**100 ms**) (Raymond et al., 1992; Chun & Potter, 1995)
|
|
61
|
+
- **T1-T2 lag**: Typically **1-8 items** (100-800 ms); AB window spans **lags 2-5** (~200-500 ms) (Raymond et al., 1992)
|
|
62
|
+
- **Lag-1 sparing**: T2 accuracy relatively preserved when T2 immediately follows T1 (lag 1) (Raymond et al., 1992; Visser et al., 1999)
|
|
63
|
+
- **T2 presence**: T2 present on **50%** of trials (Raymond et al., 1992)
|
|
64
|
+
- **T1 masking**: Removing T1+1 mask eliminates the AB (Raymond et al., 1992)
|
|
65
|
+
- **Stream length**: Typically **15-24 items** per trial
|
|
66
|
+
- **AB magnitude**: T2 accuracy drops **~20-50%** at worst lag compared to long-lag baseline (Martens & Wyble, 2010)
|
|
67
|
+
- **DV**: T2 accuracy conditioned on correct T1 report, across lag positions
|
|
68
|
+
- **Variants**: Skeletal AB (two-target, no distractors); emotional AB; cross-modal AB
|
|
69
|
+
|
|
70
|
+
### 1.5 Flanker Task (Eriksen)
|
|
71
|
+
|
|
72
|
+
- **Seminal reference**: Eriksen & Eriksen (1974). Effects of noise letters upon the identification of a target letter in a nonsearch task. *Perception & Psychophysics, 16*, 143-149.
|
|
73
|
+
- **Purpose**: Measures selective attention and response conflict by presenting task-irrelevant flanking stimuli alongside a central target.
|
|
74
|
+
- **Procedure**: Participants respond to a central target letter (or arrow) flanked by congruent, incongruent, or neutral stimuli.
|
|
75
|
+
- **Key parameters**:
|
|
76
|
+
- **Target-flanker spacing**: **0.06-1.0 degrees** of visual angle; closer spacing produces stronger congruency effects (Eriksen & Eriksen, 1974; Miller, 1991)
|
|
77
|
+
- **Flanker congruency effect**: ~**50-100 ms** RT difference (incongruent - congruent) (Eriksen & Eriksen, 1974)
|
|
78
|
+
- **Number of flankers**: Standard is **2 flankers per side** (total display: 5 items, e.g., HHSHH) or **3 per side** (7 items) (Eriksen & Eriksen, 1974)
|
|
79
|
+
- **Congruency proportion**: **50% congruent / 50% incongruent** is standard; proportion manipulations modulate the Gratton effect (Gratton et al., 1992)
|
|
80
|
+
- **Stimulus duration**: Typically **until response** or **200 ms** with mask
|
|
81
|
+
- **Response deadline**: **1000-1500 ms**
|
|
82
|
+
- **DV**: RT (ms), accuracy, congruency effect, delta plots (for distributional analysis)
|
|
83
|
+
- **Variants**: Arrow flanker (ANT version; Fan et al., 2002); color flanker; bimodal flanker
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
## 2. Memory
|
|
88
|
+
|
|
89
|
+
### 2.1 Sternberg Memory Scanning Task
|
|
90
|
+
|
|
91
|
+
- **Seminal reference**: Sternberg (1966). High-speed scanning in human memory. *Science, 153*, 652-654.
|
|
92
|
+
- **Purpose**: Investigates short-term memory retrieval processes by measuring how RT varies with the number of items held in memory.
|
|
93
|
+
- **Procedure**: Memorize a set of items (digits or letters), then judge whether a probe item was in the set (yes/no).
|
|
94
|
+
- **Key parameters**:
|
|
95
|
+
- **Set size**: **1-6 items** (Sternberg, 1966); most commonly **1, 2, 4, 6**
|
|
96
|
+
- **Scanning rate (slope)**: ~**38-40 ms per item** (Sternberg, 1966, 1969)
|
|
97
|
+
- **Intercept**: ~**400 ms** baseline RT for set size 1 (Sternberg, 1966)
|
|
98
|
+
- **Positive/negative slope equality**: Equal slopes support serial exhaustive search model (Sternberg, 1966)
|
|
99
|
+
- **Probe duration**: Typically **until response** or **2000 ms** deadline
|
|
100
|
+
- **Retention interval**: ~**2000 ms** between set presentation and probe
|
|
101
|
+
- **Positive probe proportion**: **50%** (half in-set, half out-of-set)
|
|
102
|
+
- **DV**: RT as a function of set size; slope (scanning speed); intercept (baseline processing)
|
|
103
|
+
- **Variants**: Varied-set vs. fixed-set procedure; articulatory suppression version
|
|
104
|
+
|
|
105
|
+
### 2.2 DRM (Deese-Roediger-McDermott) Paradigm
|
|
106
|
+
|
|
107
|
+
- **Seminal reference**: Roediger & McDermott (1995). Creating false memories: Remembering words not presented in lists. *Journal of Experimental Psychology: Learning, Memory, and Cognition, 21*, 803-814.
|
|
108
|
+
- **Purpose**: Studies false memory formation by presenting lists of semantically associated words and testing recall/recognition of non-presented critical lures.
|
|
109
|
+
- **Procedure**: Study lists of **12-15 words** that are strong associates of a non-presented critical lure (e.g., "bed, rest, awake..." for the lure "SLEEP"). Test via free recall and/or recognition.
|
|
110
|
+
- **Key parameters**:
|
|
111
|
+
- **List length**: **12-15 words** per list (Roediger & McDermott, 1995; Stadler et al., 1999)
|
|
112
|
+
- **Number of lists**: **8-24 lists** per experiment (Roediger & McDermott, 1995 used 24 lists)
|
|
113
|
+
- **Backward Associative Strength (BAS)**: Primary predictor of false recall; high-BAS lists (e.g., "sleep": mean BAS ~**0.20**) produce ~**60%** false recall; low-BAS lists (e.g., "king": mean BAS ~**0.06**) produce ~**10%** false recall (Deese, 1959; Roediger et al., 2001)
|
|
114
|
+
- **Presentation rate**: **~2 sec per word** (1.5 sec display + 0.5 sec ISI) (Roediger & McDermott, 1995)
|
|
115
|
+
- **Word ordering**: Descending associative strength (strongest associate first) (Roediger & McDermott, 1995)
|
|
116
|
+
- **False recognition rate for critical lures**: ~**72-84%** for high-BAS lists (Roediger & McDermott, 1995)
|
|
117
|
+
- **DV**: Proportion of critical lure recall/recognition; Remember/Know judgments; hit and false alarm rates
|
|
118
|
+
- **Variants**: Pictorial DRM; categorical DRM; warning manipulation; divided attention at encoding
|
|
119
|
+
|
|
120
|
+
### 2.3 Remember-Know Paradigm
|
|
121
|
+
|
|
122
|
+
- **Seminal reference**: Tulving (1985). Memory and consciousness. *Canadian Psychology, 26*, 1-12. Extended by Gardiner (1988).
|
|
123
|
+
- **Purpose**: Dissociates conscious recollection ("Remember") from familiarity-based recognition ("Know") during memory retrieval.
|
|
124
|
+
- **Procedure**: Standard recognition test; for each "old" response, participants further judge whether they "Remember" (recollect specific contextual details) or "Know" (familiar but no specific recollection).
|
|
125
|
+
- **Key parameters**:
|
|
126
|
+
- **Study-test delay**: **Immediate** to **48 hours**; Remember responses decline more steeply than Know over time (Gardiner & Java, 1991)
|
|
127
|
+
- **Encoding manipulation**: Levels of processing — deep encoding increases Remember but not Know judgments (Gardiner, 1988)
|
|
128
|
+
- **Typical R/K proportions**: ~**40-60%** Remember, ~**20-40%** Know for studied items at immediate test (Gardiner, 1988; Rajaram, 1993)
|
|
129
|
+
- **Guess option**: Some designs add a third "Guess" response to improve the purity of Know judgments (Gardiner et al., 1998)
|
|
130
|
+
- **Independence correction**: Familiarity = Know / (1 - Remember) to correct for redundancy (Yonelinas & Jacoby, 1995)
|
|
131
|
+
- **DV**: Proportion Remember, proportion Know, corrected familiarity estimates
|
|
132
|
+
- **Variants**: Source memory R/K; confidence-based R/K; perceptual vs. conceptual encoding manipulations
|
|
133
|
+
|
|
134
|
+
### 2.4 Change Detection (Visual Working Memory)
|
|
135
|
+
|
|
136
|
+
- **Seminal reference**: Luck & Vogel (1997). The capacity of visual working memory for features and conjunctions. *Nature, 390*, 279-281.
|
|
137
|
+
- **Purpose**: Measures visual working memory (VWM) capacity by requiring detection of changes in brief visual arrays.
|
|
138
|
+
- **Procedure**: Briefly display an array of colored squares (sample), blank retention interval, then a test array. Participants judge whether one item changed.
|
|
139
|
+
- **Key parameters**:
|
|
140
|
+
- **Set size**: **1-8 items**; typically **2, 4, 6, 8** (Luck & Vogel, 1997)
|
|
141
|
+
- **Sample display duration**: **100-500 ms** (typically **100-150 ms** to prevent verbal recoding) (Luck & Vogel, 1997; Vogel et al., 2001)
|
|
142
|
+
- **Retention interval**: **900-1000 ms** (must be long enough to eliminate iconic memory trace, ~**1 s**) (Luck & Vogel, 1997; Vogel et al., 2001)
|
|
143
|
+
- **Change probability**: **50%** of trials contain a change (Luck & Vogel, 1997)
|
|
144
|
+
- **Capacity estimate (Cowan's K)**: **K = N x (hit rate - false alarm rate)**; typical K ~**3-4 items** (Cowan, 2001; Luck & Vogel, 1997)
|
|
145
|
+
- **Test array**: Whole-display probe or single-probe (single-probe preferred to avoid decisional noise) (Rouder et al., 2011)
|
|
146
|
+
- **DV**: Accuracy, Cowan's K, hit rate, false alarm rate
|
|
147
|
+
- **Variants**: Whole-report vs. single-probe; bilateral (lateralized for CDA/ERP measurement); continuous-report (for precision estimation)
|
|
148
|
+
|
|
149
|
+
### 2.5 Serial Position Curve
|
|
150
|
+
|
|
151
|
+
- **Seminal reference**: Murdock (1962). The serial position effect of free recall. *Journal of Experimental Psychology, 64*, 482-488.
|
|
152
|
+
- **Purpose**: Demonstrates primacy (better recall of early items) and recency (better recall of late items) in list memory.
|
|
153
|
+
- **Procedure**: Present a list of items sequentially; test via free recall.
|
|
154
|
+
- **Key parameters**:
|
|
155
|
+
- **List length**: **10-40 items**; 15-20 is common (Murdock, 1962; Glanzer & Cunitz, 1966)
|
|
156
|
+
- **Presentation rate**: **1-2 sec per item** (Murdock, 1962)
|
|
157
|
+
- **Delay before recall**: **0 sec** (immediate) preserves recency; **15-30 sec** filled delay eliminates recency but not primacy (Glanzer & Cunitz, 1966; Postman & Phillips, 1965)
|
|
158
|
+
- **Distractor task**: Counting backward by 3s during delay period (Peterson & Peterson, 1959)
|
|
159
|
+
- **Primacy span**: First **3-4 items** show enhanced recall (Murdock, 1962)
|
|
160
|
+
- **Recency span**: Last **3-4 items** show enhanced recall in immediate test (Murdock, 1962)
|
|
161
|
+
- **DV**: Proportion correct recall as a function of serial position
|
|
162
|
+
- **Variants**: Probed recall; continual distractor paradigm (eliminates recency-primacy dissociation for short-term vs. long-term memory distinction; Bjork & Whitten, 1974)
|
|
163
|
+
|
|
164
|
+
---
|
|
165
|
+
|
|
166
|
+
## 3. Decision Making
|
|
167
|
+
|
|
168
|
+
### 3.1 Iowa Gambling Task (IGT)
|
|
169
|
+
|
|
170
|
+
- **Seminal reference**: Bechara, Damasio, Damasio, & Anderson (1994). Insensitivity to future consequences following damage to human prefrontal cortex. *Cognition, 50*, 7-15.
|
|
171
|
+
- **Purpose**: Assesses decision making under ambiguity and risk, particularly the ability to learn from reward/punishment contingencies.
|
|
172
|
+
- **Procedure**: Choose cards from 4 decks (A, B, C, D) across 100 trials. Each selection yields a gain and, on some trials, a loss.
|
|
173
|
+
- **Key parameters**:
|
|
174
|
+
- **Number of trials**: **100 selections** (Bechara et al., 1994)
|
|
175
|
+
- **Starting loan**: **$2,000** (play money) (Bechara et al., 1994)
|
|
176
|
+
- **Deck contingencies** (Bechara et al., 1994):
|
|
177
|
+
- Decks A & B ("bad"): **$100 gain/card**, net loss of **-$250 per 10 cards**
|
|
178
|
+
- Decks C & D ("good"): **$50 gain/card**, net gain of **+$250 per 10 cards**
|
|
179
|
+
- **Loss frequency**: Decks A & C: frequent, small losses; Decks B & D: infrequent, large losses (Bechara et al., 1994)
|
|
180
|
+
- **Learning phase**: Participants typically begin advantageous selections around trial **40-50** (Bechara et al., 1997)
|
|
181
|
+
- **Performance score**: **(C + D) - (A + B)** across all 100 trials (Bechara et al., 1994)
|
|
182
|
+
- **DV**: Net score, deck selections per block of 20 trials, learning curve
|
|
183
|
+
- **Variants**: Computerized versions; modified IGT with reversed reward/loss frequency; Soochow Gambling Task
|
|
184
|
+
|
|
185
|
+
### 3.2 Delay Discounting
|
|
186
|
+
|
|
187
|
+
- **Seminal reference**: Mazur (1987). An adjusting procedure for studying delayed reinforcement. In *Quantitative Analyses of Behavior*, Vol. 5.
|
|
188
|
+
- **Purpose**: Measures how subjective value of rewards decreases as a function of delay, quantifying impulsivity in intertemporal choice.
|
|
189
|
+
- **Procedure**: Participants choose between a smaller-sooner reward and a larger-later reward across multiple delay conditions.
|
|
190
|
+
- **Key parameters**:
|
|
191
|
+
- **Delays**: Commonly **1 day, 1 week, 1 month, 6 months, 1 year, 5 years** (Richards et al., 1999)
|
|
192
|
+
- **Reward magnitudes**: $100 (or $1000) standard amount; smaller amount adjusted (Rachlin et al., 1991)
|
|
193
|
+
- **Hyperbolic model**: **V = A / (1 + kD)**, where V = subjective value, A = amount, D = delay, k = discounting rate (Mazur, 1987)
|
|
194
|
+
- **Discounting rate (k)**: Higher k indicates steeper discounting (more impulsive); typical log(k) ranges from **-4 to 0** in human studies (Johnson & Bickel, 2002)
|
|
195
|
+
- **Area Under the Curve (AUC)**: Model-free alternative to k; ranges from **0** (complete discounting) to **1** (no discounting) (Myerson et al., 2001)
|
|
196
|
+
- **Number of choice trials**: Minimum **~60-100 trials** across delays for stable k estimation; adjusting-amount procedures use ~**5-6 trials per delay** (Du et al., 2002)
|
|
197
|
+
- **DV**: Indifference points, k parameter, AUC, proportion of larger-later choices
|
|
198
|
+
- **Variants**: Adjusting-amount procedure; adjusting-delay procedure; experiential discounting task; probabilistic discounting
|
|
199
|
+
|
|
200
|
+
### 3.3 Signal Detection Theory (SDT) Framework
|
|
201
|
+
|
|
202
|
+
- **Seminal reference**: Green & Swets (1966). *Signal Detection Theory and Psychophysics*. New York: Wiley.
|
|
203
|
+
- **Purpose**: Separates perceptual sensitivity from response bias in detection/recognition tasks.
|
|
204
|
+
- **Procedure**: Present signal+noise or noise-alone trials. Participants respond "yes" (signal present) or "no". Record hits, misses, false alarms, correct rejections.
|
|
205
|
+
- **Key parameters**:
|
|
206
|
+
- **d' (sensitivity)**: **d' = z(hit rate) - z(false alarm rate)** (Green & Swets, 1966); d' = 0 means chance; d' = 1 is moderate; d' > 2 is high sensitivity
|
|
207
|
+
- **Criterion (c)**: **c = -0.5 * [z(hit rate) + z(false alarm rate)]** (Macmillan & Creelman, 2005); c = 0 is unbiased; c > 0 is conservative; c < 0 is liberal
|
|
208
|
+
- **Beta (likelihood ratio)**: **beta = f_s(c) / f_n(c)**; beta = 1 is unbiased (Green & Swets, 1966)
|
|
209
|
+
- **Signal proportion**: **50%** is standard; unequal base rates shift criterion (Macmillan & Creelman, 2005)
|
|
210
|
+
- **Trial count**: Minimum **~100 trials** (50 signal, 50 noise) for stable d' estimation; **200+ trials** preferred (Macmillan & Creelman, 2005)
|
|
211
|
+
- **ROC analysis**: Minimum **4-6 confidence levels** for ROC curve construction (Macmillan & Creelman, 2005)
|
|
212
|
+
- **DV**: d', criterion c, beta, hit rate, false alarm rate, ROC curves, AUC
|
|
213
|
+
- **Variants**: Yes/No; forced-choice (2AFC, mAFC); rating-scale procedure; confidence ratings
|
|
214
|
+
|
|
215
|
+
### 3.4 Two-Alternative Forced Choice (2AFC)
|
|
216
|
+
|
|
217
|
+
- **Seminal reference**: Fechner (1860/1966). *Elements of Psychophysics*. Formalized in SDT framework by Green & Swets (1966).
|
|
218
|
+
- **Purpose**: Bias-free method for measuring perceptual/cognitive sensitivity by requiring a choice between two intervals or locations.
|
|
219
|
+
- **Procedure**: Two stimuli (or intervals) presented; one contains the signal/target. Participant indicates which.
|
|
220
|
+
- **Key parameters**:
|
|
221
|
+
- **Sensitivity advantage over Yes/No**: d'(2AFC) = d'(Yes/No) x sqrt(2) (Green & Swets, 1966)
|
|
222
|
+
- **Chance performance**: **50%** correct (compared to variable rates in Yes/No)
|
|
223
|
+
- **Inter-stimulus interval**: **500-1000 ms** between the two intervals (Kingdom & Prins, 2016)
|
|
224
|
+
- **Trial count**: **~80-200 trials** per condition for stable threshold estimates (Kingdom & Prins, 2016)
|
|
225
|
+
- **Interval bias**: Tracked and controlled; some observers show a bias toward the first or second interval
|
|
226
|
+
- **DV**: Proportion correct, d', psychometric function parameters
|
|
227
|
+
- **Variants**: 2IFC (two-interval), 2AFC spatial (left/right), mAFC (m > 2)
|
|
228
|
+
|
|
229
|
+
---
|
|
230
|
+
|
|
231
|
+
## 4. Perception
|
|
232
|
+
|
|
233
|
+
### 4.1 Psychophysical Staircase Methods
|
|
234
|
+
|
|
235
|
+
- **Seminal reference**: Cornsweet (1962). The staircase method in psychophysics. *American Journal of Psychology, 75*, 485-491.
|
|
236
|
+
- **Purpose**: Efficiently estimates perceptual thresholds by adaptively adjusting stimulus intensity based on the observer's responses.
|
|
237
|
+
- **Procedure**: Stimulus intensity increases after incorrect responses and decreases after correct responses. Threshold estimated from reversal points.
|
|
238
|
+
|
|
239
|
+
#### 4.1.1 Transformed Up-Down Methods
|
|
240
|
+
|
|
241
|
+
- **Reference**: Levitt (1971). Transformed up-down methods in psychoacoustics. *Journal of the Acoustical Society of America, 49*, 467-477.
|
|
242
|
+
- **Key parameters**:
|
|
243
|
+
- **1-up/1-down**: Converges on **50%** correct point (Cornsweet, 1962)
|
|
244
|
+
- **1-up/2-down**: Converges on **70.7%** correct point (Levitt, 1971)
|
|
245
|
+
- **1-up/3-down**: Converges on **79.4%** correct point (Levitt, 1971)
|
|
246
|
+
- **Initial step size**: Typically **large** (e.g., **4-8 dB** or **20-50%** of range) then halved after first 2-4 reversals (Garcia-Perez, 1998)
|
|
247
|
+
- **Number of reversals**: **6-12 reversals** for threshold estimation; average last **6-8** reversals (Levitt, 1971)
|
|
248
|
+
- **Total trials**: Typically **40-80 trials** per staircase (Garcia-Perez, 1998)
|
|
249
|
+
- **Starting level**: Suprathreshold (~**10-20 dB** above expected threshold) (Garcia-Perez, 1998)
|
|
250
|
+
|
|
251
|
+
#### 4.1.2 QUEST (Bayesian Adaptive)
|
|
252
|
+
|
|
253
|
+
- **Reference**: Watson & Pelli (1983). QUEST: A Bayesian adaptive psychometric method. *Perception & Psychophysics, 33*, 113-120.
|
|
254
|
+
- **Key parameters**:
|
|
255
|
+
- **Prior**: Assumes threshold is uniformly distributed (or Gaussian) over a specified range (Watson & Pelli, 1983)
|
|
256
|
+
- **Psychometric function**: Typically Weibull; **slope (beta)** parameter must be specified (default ~**3.5** for 2AFC) (Watson & Pelli, 1983)
|
|
257
|
+
- **Target performance level**: **82%** correct for Weibull in 2AFC (Watson & Pelli, 1983)
|
|
258
|
+
- **Lapse rate**: **0.01-0.04** (Watson & Pelli, 1983; Wichmann & Hill, 2001)
|
|
259
|
+
- **Convergence speed**: ~**20-40 trials** for reasonable estimates; ~**50 trials** for good precision (Watson & Pelli, 1983)
|
|
260
|
+
- **QUEST+**: Extended version allowing multi-parameter estimation (Watson, 2017)
|
|
261
|
+
- **DV**: Threshold estimate, confidence interval
|
|
262
|
+
- **Variants**: QUEST+ (Watson, 2017); Psi method (Kontsevich & Tyler, 1999); Bayesian adaptive estimation
|
|
263
|
+
|
|
264
|
+
### 4.2 Masking Paradigms
|
|
265
|
+
|
|
266
|
+
- **Seminal references**: Breitmeyer (1984). *Visual Masking: An Integrative Approach*. Oxford University Press. Breitmeyer & Ogmen (2006). *Visual Masking: Time Slices Through Conscious and Unconscious Vision*. Oxford University Press.
|
|
267
|
+
- **Purpose**: Controls conscious visibility of a target stimulus by presenting a mask at varying temporal offsets. Used to study subliminal processing and temporal dynamics of visual processing.
|
|
268
|
+
|
|
269
|
+
#### 4.2.1 Forward Masking (Paracontrast)
|
|
270
|
+
|
|
271
|
+
- **Key parameters**:
|
|
272
|
+
- **Mask-to-target SOA**: **-500 to 0 ms** (mask precedes target) (Breitmeyer & Ogmen, 2006)
|
|
273
|
+
- **Peak masking**: At SOA of approximately **-50 to -100 ms** for pattern masks (Breitmeyer, 1984)
|
|
274
|
+
- **Mask duration**: **20-100 ms** (Breitmeyer, 1984)
|
|
275
|
+
- **Recovery**: Forward masking typically weaker than backward masking (Breitmeyer & Ogmen, 2006)
|
|
276
|
+
|
|
277
|
+
#### 4.2.2 Backward Masking (Metacontrast)
|
|
278
|
+
|
|
279
|
+
- **Key parameters**:
|
|
280
|
+
- **Target-to-mask SOA**: **0-200 ms**; strongest masking at **~50-100 ms** SOA for metacontrast (Breitmeyer, 1984; Breitmeyer & Ogmen, 2006)
|
|
281
|
+
- **Type-A masking**: Monotonic decrease in masking with increasing SOA (pattern masking; high mask/target energy ratio) (Kahneman, 1968)
|
|
282
|
+
- **Type-B masking**: U-shaped function with peak masking at intermediate SOAs (~**50-150 ms**) (metacontrast/paracontrast) (Breitmeyer, 1984)
|
|
283
|
+
- **Target duration**: **10-50 ms** (brief, to allow masking to be effective) (Breitmeyer & Ogmen, 2006)
|
|
284
|
+
- **Mask duration**: **50-200 ms** typically (Breitmeyer, 1984)
|
|
285
|
+
- **Mask type**: Pattern mask (spatially overlapping) or metacontrast mask (spatially adjacent, non-overlapping) (Breitmeyer & Ogmen, 2006)
|
|
286
|
+
- **Criterion content**: d' can be high even when subjective visibility is near zero, distinguishing detection from identification (Breitmeyer et al., 2004)
|
|
287
|
+
- **DV**: Accuracy, d', subjective visibility ratings (PAS or confidence), RT
|
|
288
|
+
- **Variants**: Pattern masking, metacontrast/paracontrast, object substitution masking (Enns & Di Lollo, 2000), sandwich masking
|
|
289
|
+
|
|
290
|
+
---
|
|
291
|
+
|
|
292
|
+
## 5. Language
|
|
293
|
+
|
|
294
|
+
### 5.1 Lexical Decision Task
|
|
295
|
+
|
|
296
|
+
- **Seminal reference**: Meyer & Schvaneveldt (1971). Facilitation in recognizing pairs of words: Evidence of a dependence between retrieval operations. *Journal of Experimental Psychology, 90*, 227-234.
|
|
297
|
+
- **Purpose**: Measures lexical access speed by requiring participants to classify letter strings as words vs. nonwords.
|
|
298
|
+
- **Procedure**: Display a letter string; participant presses "word" or "nonword" button as quickly and accurately as possible.
|
|
299
|
+
- **Key parameters**:
|
|
300
|
+
- **Word frequency effect**: High-frequency words are recognized ~**50-100 ms** faster than low-frequency words (Balota & Chumbley, 1984; Brysbaert & New, 2009)
|
|
301
|
+
- **Neighborhood density (Coltheart's N)**: High-N words (many orthographic neighbors) show ~**10-30 ms** inhibition compared to low-N words (Coltheart et al., 1977; Andrews, 1997)
|
|
302
|
+
- **Nonword construction**: Pseudowords (pronounceable, e.g., "trud") are harder to reject than random letter strings; matched to words on length and bigram frequency (Keuleers & Brysbaert, 2010)
|
|
303
|
+
- **Word-nonword ratio**: **50:50** (equal numbers of words and nonwords) (Balota & Chumbley, 1984)
|
|
304
|
+
- **Stimulus duration**: Typically **until response** or **2000 ms** deadline
|
|
305
|
+
- **Trial count**: **~200-400 trials** total for stable effects (Keuleers et al., 2012)
|
|
306
|
+
- **DV**: RT (ms), accuracy (%), lexical processing time
|
|
307
|
+
- **Variants**: Go/No-Go lexical decision; masked priming lexical decision; progressive demasking
|
|
308
|
+
|
|
309
|
+
### 5.2 Sentence Processing
|
|
310
|
+
|
|
311
|
+
#### 5.2.1 Self-Paced Reading
|
|
312
|
+
|
|
313
|
+
- **Seminal reference**: Just, Carpenter, & Woolley (1982). Paradigms and processes in reading comprehension. *Journal of Experimental Psychology: General, 111*, 228-238.
|
|
314
|
+
- **Purpose**: Measures incremental processing difficulty during reading by recording reading times for successive regions of a sentence.
|
|
315
|
+
- **Procedure**: Sentence segments presented one at a time (word-by-word or phrase-by-phrase); participant presses a key to advance. Each segment is either revealed cumulatively or replaces the previous one.
|
|
316
|
+
- **Key parameters**:
|
|
317
|
+
- **Presentation mode**: Moving-window (non-cumulative) preferred for reducing parafoveal preview and re-reading (Just et al., 1982)
|
|
318
|
+
- **Segmentation**: Word-by-word (most common) or phrase-by-phrase (Just et al., 1982)
|
|
319
|
+
- **Comprehension questions**: After **~30-50%** of sentences to ensure attention (Just et al., 1982)
|
|
320
|
+
- **Critical region**: Target word + **1-2 words** spillover region (Just et al., 1982; Rayner, 1998)
|
|
321
|
+
- **Typical effect sizes**: Garden-path effects ~**50-150 ms** per word at the disambiguating region (Frazier & Rayner, 1982)
|
|
322
|
+
- **Number of items per condition**: **24-48 sentences** per condition (Keating & Jegerski, 2015)
|
|
323
|
+
|
|
324
|
+
#### 5.2.2 Eye-Tracking During Reading
|
|
325
|
+
|
|
326
|
+
- **Seminal reference**: Rayner (1998). Eye movements in reading and information processing: 20 years of research. *Psychological Bulletin, 124*, 372-422.
|
|
327
|
+
- **Key eye-tracking measures** (Rayner, 1998):
|
|
328
|
+
- **First-fixation duration**: Duration of the first fixation on a word (~**200-250 ms** for typical words)
|
|
329
|
+
- **Gaze duration**: Sum of all first-pass fixations on a word (~**200-300 ms** for typical words)
|
|
330
|
+
- **Total reading time**: All fixations on a word, including regressions
|
|
331
|
+
- **Regression probability**: Proportion of trials with regressions to/from a region (~**10-15%** for normal text)
|
|
332
|
+
- **Typical fixation duration**: ~**200-250 ms** for skilled readers (Rayner, 1998)
|
|
333
|
+
- **Average saccade length**: ~**7-9 characters** (Rayner, 1998)
|
|
334
|
+
- **DV**: First-fixation duration, gaze duration, total time, regression probability, go-past time
|
|
335
|
+
|
|
336
|
+
### 5.3 Priming (Semantic/Associative)
|
|
337
|
+
|
|
338
|
+
- **Seminal reference**: Meyer & Schvaneveldt (1971); Neely (1977). Semantic priming and retrieval from lexical memory. *Journal of Experimental Psychology: General, 106*, 226-254.
|
|
339
|
+
- **Purpose**: Measures automatic and controlled spreading activation in semantic memory by presenting a related or unrelated prime before a target.
|
|
340
|
+
- **Procedure**: Prime word displayed, followed by target word. Participant makes lexical decision or names the target.
|
|
341
|
+
- **Key parameters**:
|
|
342
|
+
- **SOA (prime-target)**: Short SOA (**<300 ms**): automatic priming predominates; Long SOA (**>500 ms**): strategic/expectancy-based priming predominates (Neely, 1977; Hutchison, 2003)
|
|
343
|
+
- **Priming effect magnitude**: ~**20-40 ms** at short SOA; ~**40-80 ms** at long SOA for related vs. unrelated pairs (Neely, 1977; Lucas, 2000)
|
|
344
|
+
- **Prime duration**: **150-500 ms** for visible priming; **30-60 ms** with mask for masked priming (Forster & Davis, 1984)
|
|
345
|
+
- **Proportion of related pairs (relatedness proportion, RP)**: Standard **50%** related; higher RP inflates priming via strategic expectancy (Neely et al., 1989; Hutchison, 2007)
|
|
346
|
+
- **Nonword ratio**: **50%** of targets are nonwords (when using lexical decision) (Neely, 1977)
|
|
347
|
+
- **Number of items**: **~40-80 prime-target pairs** per condition (McNamara, 2005)
|
|
348
|
+
- **DV**: Priming effect (unrelated RT - related RT), accuracy
|
|
349
|
+
- **Variants**: Masked priming; repetition priming; cross-modal priming; mediated priming; negative priming
|
|
350
|
+
|
|
351
|
+
---
|
|
352
|
+
|
|
353
|
+
## 6. Executive Function
|
|
354
|
+
|
|
355
|
+
### 6.1 Go/No-Go Task
|
|
356
|
+
|
|
357
|
+
- **Seminal reference**: Donders (1868/1969). On the speed of mental processes. Translated in *Acta Psychologica, 30*, 412-431.
|
|
358
|
+
- **Purpose**: Measures response inhibition by requiring participants to respond to "Go" stimuli and withhold responses to "No-Go" stimuli.
|
|
359
|
+
- **Procedure**: Stimuli appear one at a time. Press button for Go stimuli (e.g., letter "X"), withhold for No-Go stimuli (e.g., letter "Y").
|
|
360
|
+
- **Key parameters**:
|
|
361
|
+
- **Go/No-Go ratio**: **70-80% Go / 20-30% No-Go** to create prepotent Go response (Wessel, 2018)
|
|
362
|
+
- **Commission error rate**: Healthy adults ~**5-15%** false alarms to No-Go stimuli (Bezdjian et al., 2009)
|
|
363
|
+
- **Stimulus duration**: **200-500 ms** (Wessel, 2018)
|
|
364
|
+
- **ISI**: **1000-2000 ms** (Wessel, 2018)
|
|
365
|
+
- **No-Go N2/P3 ERP components**: N2 peaks at ~**200-300 ms**; P3 at ~**300-500 ms** at frontocentral sites (Falkenstein et al., 1999)
|
|
366
|
+
- **Trial count**: **~200-400 total trials** (minimum **50 No-Go trials**) (Wessel, 2018)
|
|
367
|
+
- **DV**: Commission error rate, omission error rate, Go RT, No-Go N2/P3 amplitude
|
|
368
|
+
- **Variants**: Emotional Go/No-Go; cued Go/No-Go; sustained-attention-to-response task (SART)
|
|
369
|
+
|
|
370
|
+
### 6.2 Stop-Signal Task
|
|
371
|
+
|
|
372
|
+
- **Seminal reference**: Logan & Cowan (1984). On the ability to inhibit thought and action: A theory of an act of control. *Psychological Review, 91*, 295-327.
|
|
373
|
+
- **Purpose**: Measures the ability to cancel an already-initiated response (outright stopping), yielding an estimate of stop-signal reaction time (SSRT).
|
|
374
|
+
- **Procedure**: Primarily Go trials (respond to a stimulus); on a subset of trials, a stop signal (usually auditory) appears after the go stimulus, instructing participants to withhold their response.
|
|
375
|
+
- **Key parameters**:
|
|
376
|
+
- **Stop-signal proportion**: **25%** of trials are stop trials (Logan et al., 1984; Verbruggen et al., 2019)
|
|
377
|
+
- **Stop-signal delay (SSD)**: Adaptive staircase tracking procedure: SSD increases by **50 ms** after successful stops, decreases by **50 ms** after failed stops; targets **50%** inhibition probability (Levitt, 1971 transformed rule; Verbruggen et al., 2008)
|
|
378
|
+
- **SSRT estimation**: **Integration method** preferred: SSRT = nth RT - mean SSD, where n = number of RTs x p(respond|signal) (Verbruggen et al., 2019, consensus guide)
|
|
379
|
+
- **Typical SSRT**: **~200-250 ms** in healthy adults (Logan et al., 1984; Verbruggen et al., 2019)
|
|
380
|
+
- **Go RT**: ~**450-600 ms** for choice RT tasks (Logan et al., 1984)
|
|
381
|
+
- **Minimum trial count**: **~160-200 total trials** (~40-50 stop trials) for reliable SSRT (Verbruggen et al., 2019)
|
|
382
|
+
- **Independence assumption**: Go and stop processes race independently; checked by verifying that failed-stop RTs < Go RTs (Logan & Cowan, 1984)
|
|
383
|
+
- **DV**: SSRT, Go RT, p(respond|signal), SSD, Go accuracy
|
|
384
|
+
- **Variants**: Stop-change task; selective stopping; anticipated-response version
|
|
385
|
+
|
|
386
|
+
### 6.3 Task Switching
|
|
387
|
+
|
|
388
|
+
- **Seminal reference**: Rogers & Monsell (1995). Costs of a predictable switch between simple cognitive tasks. *Journal of Experimental Psychology: General, 124*, 207-231. Review: Monsell (2003). Task switching. *Trends in Cognitive Sciences, 7*, 134-140.
|
|
389
|
+
- **Purpose**: Measures cognitive flexibility and task-set reconfiguration costs when alternating between two or more tasks.
|
|
390
|
+
- **Procedure**: Alternating-runs paradigm (AABB...) or cued task-switching. Two tasks share the same stimuli but require different responses.
|
|
391
|
+
- **Key parameters**:
|
|
392
|
+
- **Switch cost**: RT difference between switch trials and repeat trials; typically ~**100-300 ms** for short preparation intervals (Rogers & Monsell, 1995; Monsell, 2003)
|
|
393
|
+
- **Mixing cost**: RT difference between repeat trials in mixed blocks and trials in pure (single-task) blocks; typically **~100-200 ms** (Rubin & Meiran, 2005; Los, 1996)
|
|
394
|
+
- **Preparation interval (cue-stimulus interval, CSI)**: Switch cost reduces with longer CSI up to ~**600 ms**, then asymptotes (residual cost ~**50-100 ms**) (Rogers & Monsell, 1995; Monsell, 2003)
|
|
395
|
+
- **Residual switch cost**: Persists even with **>5 sec** preparation; ~**50-150 ms** (Monsell, 2003)
|
|
396
|
+
- **Response-stimulus interval (RSI)**: Typically **100-1500 ms**; confounded with CSI in alternating-runs designs (Monsell, 2003)
|
|
397
|
+
- **Number of tasks**: Most commonly **2 tasks**; 3+ tasks used for mixing cost studies
|
|
398
|
+
- **Trial count**: **~100-200 trials per cell** (switch vs. repeat x task) (Monsell, 2003)
|
|
399
|
+
- **DV**: Switch cost (RT, errors), mixing cost, preparation effect, error switch cost
|
|
400
|
+
- **Variants**: Alternating-runs (Rogers & Monsell, 1995); cued task-switching (Meiran, 1996); voluntary task-switching (Arrington & Logan, 2004)
|
|
401
|
+
|
|
402
|
+
### 6.4 N-Back Task
|
|
403
|
+
|
|
404
|
+
- **Seminal reference**: Kirchner (1958). Age differences in short-term retention of rapidly changing information. *Journal of Experimental Psychology, 55*, 352-358. Meta-analysis: Owen, McMillan, Laird, & Bullmore (2005). *Human Brain Mapping, 25*, 46-59.
|
|
405
|
+
- **Purpose**: Assesses working memory updating by requiring participants to match current stimuli to those presented n items earlier.
|
|
406
|
+
- **Procedure**: Continuous stream of stimuli. Respond "match" when current stimulus equals the one presented n positions back.
|
|
407
|
+
- **Key parameters**:
|
|
408
|
+
- **Load levels**: **0-back** (control), **1-back**, **2-back**, **3-back** (standard range; >3-back often produces floor-level accuracy) (Owen et al., 2005)
|
|
409
|
+
- **Target proportion**: **~20-33%** of trials are targets (matches) (Owen et al., 2005; Jaeggi et al., 2010)
|
|
410
|
+
- **Stimulus duration**: **500 ms** (typical) (Owen et al., 2005)
|
|
411
|
+
- **ISI**: **1500-2500 ms** (Owen et al., 2005)
|
|
412
|
+
- **Typical d' by load level** (Haatveit et al., 2010):
|
|
413
|
+
- 0-back: ~**3.1**
|
|
414
|
+
- 1-back: ~**2.5**
|
|
415
|
+
- 2-back: ~**1.6**
|
|
416
|
+
- 3-back: ~**0.7**
|
|
417
|
+
- **Stimulus type**: Letters, digits, spatial locations, shapes, faces (Owen et al., 2005)
|
|
418
|
+
- **Trial count**: **~40-60 trials per load level**; minimum **~20 targets per level** for stable d' (Jaeggi et al., 2010)
|
|
419
|
+
- **Lure trials**: Stimuli matching at n-1 or n+1 positions to test interference resistance (Gray et al., 2003)
|
|
420
|
+
- **DV**: d' (sensitivity), accuracy (hits, false alarms, omissions), RT for hits
|
|
421
|
+
- **Variants**: Dual n-back (Jaeggi et al., 2008); emotional n-back; spatial vs. verbal n-back
|
|
422
|
+
|
|
423
|
+
---
|
|
424
|
+
|
|
425
|
+
## Quick Reference: Domain Coverage Summary
|
|
426
|
+
|
|
427
|
+
| Domain | Paradigms Covered | Count |
|
|
428
|
+
|---|---|---|
|
|
429
|
+
| Attention | Stroop, Visual Search, Posner Cueing, Attentional Blink, Flanker | 5 |
|
|
430
|
+
| Memory | Sternberg, DRM, Remember-Know, Change Detection, Serial Position | 5 |
|
|
431
|
+
| Decision Making | Iowa Gambling Task, Delay Discounting, SDT, 2AFC | 4 |
|
|
432
|
+
| Perception | Psychophysical Staircase (Up-Down, QUEST), Masking (Forward, Backward) | 3+ |
|
|
433
|
+
| Language | Lexical Decision, Sentence Processing (SPR, Eye-tracking), Priming | 4 |
|
|
434
|
+
| Executive Function | Go/No-Go, Stop-Signal, Task Switching, N-Back | 4 |
|
|
435
|
+
| **Total** | | **25+** |
|