@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
|
@@ -0,0 +1,345 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "infant-looking-time-designer"
|
|
3
|
+
description: "Designs habituation and preferential-looking paradigms with age-appropriate timing parameters and exclusion criteria"
|
|
4
|
+
domain: "developmental-cognition"
|
|
5
|
+
version: "1.0.0"
|
|
6
|
+
papers:
|
|
7
|
+
- "Fantz, 1964"
|
|
8
|
+
- "Colombo & Mitchell, 2009"
|
|
9
|
+
- "Oakes, 2010"
|
|
10
|
+
- "Hunter & Ames, 1988"
|
|
11
|
+
- "Baillargeon, 1987"
|
|
12
|
+
dependencies:
|
|
13
|
+
required:
|
|
14
|
+
- research-literacy
|
|
15
|
+
review_status: "ai-generated"
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
# Infant Looking Time Paradigm Designer
|
|
19
|
+
|
|
20
|
+
## Purpose
|
|
21
|
+
|
|
22
|
+
This skill encodes expert methodological knowledge for designing infant looking-time studies, including habituation, preferential-looking, and violation-of-expectation paradigms. It provides age-appropriate timing parameters, habituation criteria, exclusion standards, and coding reliability benchmarks that require specialized training in developmental methodology. A general-purpose programmer would not know the appropriate trial durations by age, when to expect novelty versus familiarity preferences, or how to set habituation criteria.
|
|
23
|
+
|
|
24
|
+
## When to Use This Skill
|
|
25
|
+
|
|
26
|
+
- Designing a new habituation study for infants of a specific age
|
|
27
|
+
- Setting up a preferential-looking paradigm (side-by-side or central fixation)
|
|
28
|
+
- Creating a violation-of-expectation study to test infant knowledge
|
|
29
|
+
- Choosing age-appropriate timing parameters (trial duration, ITI, attention-getters)
|
|
30
|
+
- Establishing exclusion criteria and coding reliability standards
|
|
31
|
+
- Deciding between online (webcam-based) and in-lab testing
|
|
32
|
+
- Determining sample size and expected effect sizes for infant studies
|
|
33
|
+
|
|
34
|
+
## Research Planning Protocol
|
|
35
|
+
|
|
36
|
+
Before executing the domain-specific steps below, you MUST:
|
|
37
|
+
|
|
38
|
+
1. **State the research question** -- What specific question is this analysis/paradigm addressing?
|
|
39
|
+
2. **Justify the method choice** -- Why is this approach appropriate? What alternatives were considered?
|
|
40
|
+
3. **Declare expected outcomes** -- What results would support vs. refute the hypothesis?
|
|
41
|
+
4. **Note assumptions and limitations** -- What does this method assume? Where could it mislead?
|
|
42
|
+
5. **Present the plan to the user and WAIT for confirmation** before proceeding.
|
|
43
|
+
|
|
44
|
+
For detailed methodology guidance, see the `research-literacy` skill.
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## ⚠️ Verification Notice
|
|
48
|
+
|
|
49
|
+
This skill was generated by AI from academic literature. All parameters, thresholds, and citations require independent verification before use in research. If you find errors, please [open an issue](https://github.com/HaoxuanLiTHUAI/awesome_cognitive_and_neuroscience_skills/issues).
|
|
50
|
+
|
|
51
|
+
## Paradigm Selection Decision Tree
|
|
52
|
+
|
|
53
|
+
```
|
|
54
|
+
What is the research question?
|
|
55
|
+
|
|
|
56
|
+
+-- Does the infant have a representation of X?
|
|
57
|
+
| |
|
|
58
|
+
| +-- Test via surprise --> Violation-of-Expectation (Baillargeon, 1987)
|
|
59
|
+
| |
|
|
60
|
+
| +-- Test via discrimination --> Habituation + Test (Fantz, 1964)
|
|
61
|
+
|
|
|
62
|
+
+-- Can the infant discriminate A from B?
|
|
63
|
+
| |
|
|
64
|
+
| +-- Simultaneous comparison --> Preferential Looking (Fantz, 1958)
|
|
65
|
+
| |
|
|
66
|
+
| +-- Sequential comparison --> Habituation + Novelty Test
|
|
67
|
+
|
|
|
68
|
+
+-- Does the infant prefer/attend more to A vs B?
|
|
69
|
+
|
|
|
70
|
+
+-- Spontaneous preference --> Preferential Looking
|
|
71
|
+
|
|
|
72
|
+
+-- After familiarization --> Habituation + Test
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
## Habituation Paradigm Design
|
|
76
|
+
|
|
77
|
+
### Overview
|
|
78
|
+
|
|
79
|
+
Habituation measures the decline in looking time as infants become familiar with a repeated stimulus, followed by a test phase to assess discrimination or representation (Colombo & Mitchell, 2009).
|
|
80
|
+
|
|
81
|
+
### Habituation Criterion Methods
|
|
82
|
+
|
|
83
|
+
| Method | Description | Default Criterion | Source |
|
|
84
|
+
|--------|-------------|-------------------|--------|
|
|
85
|
+
| **Criterion-based** (preferred) | Trials continue until looking decreases to a threshold | **50%** of initial baseline | Oakes, 2010; Colombo & Mitchell, 2009 |
|
|
86
|
+
| **Fixed-trial** | Set number of habituation trials | Age-dependent (see below) | Cohen, 1976 |
|
|
87
|
+
| **Sliding window** | Criterion computed over a moving window of trials | Window of **3-4** consecutive trials | Oakes, 2010 |
|
|
88
|
+
|
|
89
|
+
### Criterion-Based Habituation Parameters
|
|
90
|
+
|
|
91
|
+
| Parameter | Value | Source |
|
|
92
|
+
|-----------|-------|--------|
|
|
93
|
+
| Baseline window | First **3** trials (average looking time) | Oakes, 2010 |
|
|
94
|
+
| Decrement criterion | Looking drops to **50%** of baseline | Oakes, 2010; Colombo & Mitchell, 2009 |
|
|
95
|
+
| Criterion window | **3** consecutive trials below criterion | Oakes, 2010 |
|
|
96
|
+
| Maximum trials before aborting | **20-25** trials (or abandon) | Colombo & Mitchell, 2009 |
|
|
97
|
+
| Minimum habituation trials | **4-6** trials (to ensure real exposure) | Expert consensus |
|
|
98
|
+
|
|
99
|
+
### Fixed-Trial Habituation by Age
|
|
100
|
+
|
|
101
|
+
| Age Group | Recommended Trials | Source |
|
|
102
|
+
|-----------|-------------------|--------|
|
|
103
|
+
| Neonates (0-1 mo) | **8-12** trials | Slater, 1995 |
|
|
104
|
+
| 3-6 months | **6-10** trials | Cohen, 1976; Colombo & Mitchell, 2009 |
|
|
105
|
+
| 6-12 months | **6-8** trials | Colombo & Mitchell, 2009 |
|
|
106
|
+
| 12-24 months | **4-8** trials | Colombo & Mitchell, 2009 |
|
|
107
|
+
|
|
108
|
+
### Maximum Trial Duration by Age
|
|
109
|
+
|
|
110
|
+
| Age Group | Max Trial Duration | Source |
|
|
111
|
+
|-----------|-------------------|--------|
|
|
112
|
+
| Neonates (0-1 mo) | **60 s** | Slater, 1995 |
|
|
113
|
+
| 1-3 months | **30-60 s** | Colombo & Mitchell, 2009 |
|
|
114
|
+
| 3-6 months | **20-30 s** | Colombo & Mitchell, 2009 |
|
|
115
|
+
| 6-12 months | **15-20 s** | Colombo & Mitchell, 2009 |
|
|
116
|
+
| 12-24 months | **10-20 s** | Colombo & Mitchell, 2009 |
|
|
117
|
+
|
|
118
|
+
### Look-Away Criterion
|
|
119
|
+
|
|
120
|
+
A trial ends when the infant looks away for a continuous duration:
|
|
121
|
+
|
|
122
|
+
| Age Group | Look-Away Duration | Source |
|
|
123
|
+
|-----------|-------------------|--------|
|
|
124
|
+
| Neonates | **2-3 s** | Slater, 1995 |
|
|
125
|
+
| 3-6 months | **2 s** | Oakes, 2010 |
|
|
126
|
+
| 6-12 months | **1-2 s** | Oakes, 2010 |
|
|
127
|
+
| 12+ months | **1-2 s** | Oakes, 2010 |
|
|
128
|
+
|
|
129
|
+
**Minimum look before look-away counts**: Infant must look for at least **0.5-1.0 s** before a look-away can terminate the trial (Oakes, 2010).
|
|
130
|
+
|
|
131
|
+
## Preferential Looking Design
|
|
132
|
+
|
|
133
|
+
### Standard Configuration (Fantz, 1958)
|
|
134
|
+
|
|
135
|
+
| Parameter | Value | Source |
|
|
136
|
+
|-----------|-------|--------|
|
|
137
|
+
| Display arrangement | Side-by-side, equidistant from midline | Fantz, 1958 |
|
|
138
|
+
| Stimulus eccentricity | **15-20 degrees** from center | Aslin, 2007 |
|
|
139
|
+
| Position counterbalancing | Each stimulus appears equally on left and right | Fantz, 1958; Oakes, 2010 |
|
|
140
|
+
| Number of test trials | **4-8** trials (minimum **2** per side assignment) | Oakes, 2010 |
|
|
141
|
+
| Trial duration | **10-20 s** (depending on age) | Oakes, 2010 |
|
|
142
|
+
|
|
143
|
+
### Interpreting Preference Direction
|
|
144
|
+
|
|
145
|
+
```
|
|
146
|
+
Is there a familiarization/habituation phase?
|
|
147
|
+
|
|
|
148
|
+
+-- NO (spontaneous preference) --> Report raw preference proportion
|
|
149
|
+
|
|
|
150
|
+
+-- YES --> What is the age and task complexity?
|
|
151
|
+
|
|
|
152
|
+
+-- Younger infants + simple stimuli --> Expect NOVELTY preference
|
|
153
|
+
| (Hunter & Ames, 1988)
|
|
154
|
+
|
|
|
155
|
+
+-- Younger infants + complex stimuli --> Expect FAMILIARITY preference
|
|
156
|
+
| (Hunter & Ames, 1988)
|
|
157
|
+
|
|
|
158
|
+
+-- Older infants + simple stimuli --> Expect NOVELTY preference
|
|
159
|
+
|
|
|
160
|
+
+-- Brief familiarization + any age --> Expect FAMILIARITY preference
|
|
161
|
+
(Hunter & Ames, 1988; Roder et al., 2000)
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
**Hunter & Ames (1988) model**: Preference direction is determined by the interaction of:
|
|
165
|
+
1. **Age** (processing speed)
|
|
166
|
+
2. **Stimulus complexity** (encoding difficulty)
|
|
167
|
+
3. **Familiarization duration** (encoding completeness)
|
|
168
|
+
|
|
169
|
+
General rule: Incomplete encoding produces familiarity preference; complete encoding produces novelty preference (Hunter & Ames, 1988).
|
|
170
|
+
|
|
171
|
+
### Looking Time Preference Threshold
|
|
172
|
+
|
|
173
|
+
| Measure | Threshold | Source |
|
|
174
|
+
|---------|-----------|--------|
|
|
175
|
+
| Proportion looking to target | > **55%** of total looking time | Oakes, 2010 |
|
|
176
|
+
| Statistical test | One-sample t-test against **50%** (chance) | Standard practice |
|
|
177
|
+
| Effect size benchmark (infant studies) | Cohen's d ~ **0.4 -- 0.6** (medium) | Oakes, 2010 |
|
|
178
|
+
|
|
179
|
+
## Violation-of-Expectation (VoE) Design
|
|
180
|
+
|
|
181
|
+
### Overview (Baillargeon, 1987)
|
|
182
|
+
|
|
183
|
+
Infants view an expected and an unexpected event. Longer looking at the unexpected event is interpreted as detection of the violation.
|
|
184
|
+
|
|
185
|
+
### Standard VoE Structure
|
|
186
|
+
|
|
187
|
+
1. **Familiarization phase**: Infants see the basic event (e.g., screen rotating)
|
|
188
|
+
2. **Test phase**: Two events presented (expected vs. unexpected), counterbalanced for order
|
|
189
|
+
3. **Measure**: Looking time difference between expected and unexpected events
|
|
190
|
+
|
|
191
|
+
### VoE Parameters
|
|
192
|
+
|
|
193
|
+
| Parameter | Value | Source |
|
|
194
|
+
|-----------|-------|--------|
|
|
195
|
+
| Familiarization trials | **4-6** trials | Baillargeon, 1987; Spelke et al., 1992 |
|
|
196
|
+
| Test trials per event type | **2-3** trials each | Baillargeon, 1987 |
|
|
197
|
+
| Maximum test trial duration | **30-60 s** (age-dependent; see habituation table) | Colombo & Mitchell, 2009 |
|
|
198
|
+
| Event presentation order | Counterbalanced (expected-first vs. unexpected-first) | Standard practice |
|
|
199
|
+
| Expected effect direction | Longer looking at unexpected event | Baillargeon, 1987 |
|
|
200
|
+
|
|
201
|
+
### Important Methodological Caveats
|
|
202
|
+
|
|
203
|
+
1. **Low-level perceptual confounds**: Ensure expected and unexpected events are matched on visual features (motion, color, surface area). The unexpected event should differ only in the conceptual violation (Baillargeon, 2004).
|
|
204
|
+
2. **Familiarity preference interpretation**: Longer looking at the "expected" event does not necessarily mean failure to detect the violation; it may reflect familiarity preference (Hunter & Ames, 1988).
|
|
205
|
+
3. **Replication concerns**: Some classic VoE findings have proven difficult to replicate (Baillargeon et al., 2016).
|
|
206
|
+
|
|
207
|
+
## General Timing Parameters
|
|
208
|
+
|
|
209
|
+
### Attention-Getters
|
|
210
|
+
|
|
211
|
+
| Parameter | Value | Source |
|
|
212
|
+
|-----------|-------|--------|
|
|
213
|
+
| Type | Central animated stimulus with sound | Oakes, 2010 |
|
|
214
|
+
| Duration | **3-5 s** (or until infant fixates center) | Expert consensus |
|
|
215
|
+
| Presentation | Before every trial | Oakes, 2010 |
|
|
216
|
+
| Purpose | Recenter gaze to midline before trial onset | Oakes, 2010 |
|
|
217
|
+
|
|
218
|
+
### Inter-Trial Interval
|
|
219
|
+
|
|
220
|
+
| Age Group | ITI Duration | Source |
|
|
221
|
+
|-----------|-------------|--------|
|
|
222
|
+
| All ages | **1-3 s** (blank screen or neutral gray) | Oakes, 2010 |
|
|
223
|
+
|
|
224
|
+
See `references/age-parameters.yaml` for a comprehensive age-by-parameter table.
|
|
225
|
+
|
|
226
|
+
## Exclusion Criteria
|
|
227
|
+
|
|
228
|
+
### Trial-Level Exclusion
|
|
229
|
+
|
|
230
|
+
| Criterion | Threshold | Source |
|
|
231
|
+
|-----------|-----------|--------|
|
|
232
|
+
| Minimum looking on test trial | > **0.5 s** looking required | Expert consensus |
|
|
233
|
+
| Fussiness (infant turns away from screen) | Trial excluded | Oakes, 2010 |
|
|
234
|
+
| Parental interference | Trial excluded | Standard practice |
|
|
235
|
+
| Equipment failure (eye-tracker loss) | Trial excluded | Standard practice |
|
|
236
|
+
|
|
237
|
+
### Participant-Level Exclusion
|
|
238
|
+
|
|
239
|
+
| Criterion | Threshold | Source |
|
|
240
|
+
|-----------|-----------|--------|
|
|
241
|
+
| Completed test trials | Must complete > **50%** of test trials | Oakes, 2010 |
|
|
242
|
+
| Failure to habituate | Exclude if not habituated after maximum trials | Colombo & Mitchell, 2009 |
|
|
243
|
+
| Side bias | > **90%** looking to one side across all trials | Oakes, 2010 |
|
|
244
|
+
| Fussiness | General fussiness preventing data collection | Standard practice |
|
|
245
|
+
| Parent report of atypical state | Sleepy, ill, recent feeding issues | Standard practice |
|
|
246
|
+
|
|
247
|
+
### Expected Exclusion Rates
|
|
248
|
+
|
|
249
|
+
| Setting | Expected Exclusion Rate | Source |
|
|
250
|
+
|---------|------------------------|--------|
|
|
251
|
+
| In-lab (3-6 months) | **20-40%** | Oakes, 2010 |
|
|
252
|
+
| In-lab (6-12 months) | **15-30%** | Oakes, 2010 |
|
|
253
|
+
| In-lab (12-24 months) | **10-25%** | Oakes, 2010 |
|
|
254
|
+
| Online (webcam-based) | **30-50%** (higher due to environment) | Smith-Flores et al., 2022 |
|
|
255
|
+
|
|
256
|
+
**Sample size implication**: Recruit **1.5-2x** the target N to account for exclusions (Oakes, 2010).
|
|
257
|
+
|
|
258
|
+
## Coding Reliability
|
|
259
|
+
|
|
260
|
+
### Live vs. Offline Coding
|
|
261
|
+
|
|
262
|
+
| Method | Description | When to Use |
|
|
263
|
+
|--------|-------------|-------------|
|
|
264
|
+
| Live coding | Experimenter presses key during session | Habituation criterion in real-time |
|
|
265
|
+
| Offline coding | Frame-by-frame from video recording | All published looking time data |
|
|
266
|
+
| Automated (eye-tracking) | Tobii, EyeLink, or webcam-based | High precision needed; older infants |
|
|
267
|
+
|
|
268
|
+
### Reliability Standards
|
|
269
|
+
|
|
270
|
+
| Metric | Minimum Standard | Source |
|
|
271
|
+
|--------|-----------------|--------|
|
|
272
|
+
| Proportion of sessions double-coded | > **25%** (at least) | Oakes, 2010 |
|
|
273
|
+
| Inter-coder agreement (proportion) | > **90%** | Oakes, 2010 |
|
|
274
|
+
| Cohen's kappa (looking/not-looking) | > **0.85** | Oakes, 2010; Colombo & Mitchell, 2009 |
|
|
275
|
+
| Pearson r (total looking times) | > **0.90** | Oakes, 2010 |
|
|
276
|
+
|
|
277
|
+
### Coding Resolution
|
|
278
|
+
|
|
279
|
+
| Method | Temporal Resolution | Source |
|
|
280
|
+
|--------|-------------------|--------|
|
|
281
|
+
| Frame-by-frame video coding | **33 ms** (30 fps) or **17 ms** (60 fps) | Standard practice |
|
|
282
|
+
| Live key-press coding | ~**200-300 ms** (human reaction time) | Expert consensus |
|
|
283
|
+
| Eye-tracker | **4-17 ms** (60-250 Hz) | Equipment-dependent |
|
|
284
|
+
|
|
285
|
+
## Online vs. In-Lab Testing
|
|
286
|
+
|
|
287
|
+
### Considerations for Online Infant Testing
|
|
288
|
+
|
|
289
|
+
| Factor | In-Lab | Online | Source |
|
|
290
|
+
|--------|--------|--------|--------|
|
|
291
|
+
| Environmental control | High | Low (home distractions) | Smith-Flores et al., 2022 |
|
|
292
|
+
| Stimulus calibration | Precise (visual angle, distance) | Variable (screen size, distance) | Zaadnoordijk et al., 2022 |
|
|
293
|
+
| Looking time coding | Offline video or eye-tracker | Webcam-based or parent-coded | Smith-Flores et al., 2022 |
|
|
294
|
+
| Exclusion rate | **20-30%** | **30-50%** | Smith-Flores et al., 2022 |
|
|
295
|
+
| Sample diversity | Limited to local population | Broader demographic reach | Zaadnoordijk et al., 2022 |
|
|
296
|
+
| Recommended platform | N/A | Lookit, Labvanced, Gorilla | Smith-Flores et al., 2022 |
|
|
297
|
+
|
|
298
|
+
**Critical**: Online studies require explicit instructions to parents about distance from screen (typically **60 cm**) and minimizing distractions. Validate online paradigms against in-lab data before drawing novel conclusions (Smith-Flores et al., 2022).
|
|
299
|
+
|
|
300
|
+
## Common Pitfalls
|
|
301
|
+
|
|
302
|
+
1. **Ignoring novelty vs. familiarity preference**: Assuming longer looking always means preference for the novel stimulus. Depending on age, complexity, and encoding time, infants may show familiarity preference instead (Hunter & Ames, 1988).
|
|
303
|
+
2. **Fixed vs. criterion habituation**: Using fixed-trial habituation when criterion-based is more appropriate. Criterion-based habituation ensures infants have actually encoded the stimulus before testing (Oakes, 2010).
|
|
304
|
+
3. **Perceptual confounds in VoE**: Unexpected events that differ from expected events on low-level perceptual features (motion path length, surface area visible) confound interpretation (Baillargeon, 2004).
|
|
305
|
+
4. **Insufficient counterbalancing**: Failing to counterbalance stimulus position (left/right), trial order (expected/unexpected first), and stimulus assignment across infants.
|
|
306
|
+
5. **Not reporting exclusion rates**: Journals increasingly require transparent reporting of how many infants were excluded and why. High exclusion rates may bias the sample (Oakes, 2010).
|
|
307
|
+
6. **Coding reliability not reported**: All published looking-time data should include inter-coder reliability from offline coding, even if live coding was used during the session.
|
|
308
|
+
7. **Age-inappropriate timing**: Using adult-like trial durations with young infants, or overly short trials with neonates, leading to floor/ceiling effects.
|
|
309
|
+
|
|
310
|
+
## Minimum Reporting Checklist
|
|
311
|
+
|
|
312
|
+
Based on Oakes (2010) and Colombo & Mitchell (2009):
|
|
313
|
+
|
|
314
|
+
- [ ] Paradigm type (habituation, preferential looking, VoE)
|
|
315
|
+
- [ ] Age of participants (mean, range, in days or weeks for infants < 12 months)
|
|
316
|
+
- [ ] Habituation criterion and method (if applicable)
|
|
317
|
+
- [ ] Number of habituation trials to criterion (mean, SD)
|
|
318
|
+
- [ ] Trial duration parameters (maximum duration, look-away criterion, minimum look)
|
|
319
|
+
- [ ] Number of test trials and counterbalancing scheme
|
|
320
|
+
- [ ] Attention-getter description and duration
|
|
321
|
+
- [ ] Exclusion criteria and number excluded (with reasons)
|
|
322
|
+
- [ ] Coding method (live, offline, automated) and temporal resolution
|
|
323
|
+
- [ ] Inter-coder reliability (kappa, r, proportion agreement)
|
|
324
|
+
- [ ] Looking time data: means and SDs per condition
|
|
325
|
+
- [ ] Statistical tests, effect sizes, and confidence intervals
|
|
326
|
+
|
|
327
|
+
## References
|
|
328
|
+
|
|
329
|
+
- Aslin, R. N. (2007). What's in a look? *Developmental Science*, 10(1), 48-53.
|
|
330
|
+
- Baillargeon, R. (1987). Object permanence in 3.5- and 4.5-month-old infants. *Developmental Psychology*, 23(5), 655-664.
|
|
331
|
+
- Baillargeon, R. (2004). Infants' reasoning about hidden objects: Evidence for event-general and event-specific expectations. *Developmental Science*, 7(4), 391-424.
|
|
332
|
+
- Baillargeon, R., Stavans, M., Wu, D., Gertner, Y., Setoh, P., Kittredge, A. K., & Bernard, A. (2016). Object individuation and physical reasoning in infancy: An integrative account. *Language Learning and Development*, 8(1), 4-46.
|
|
333
|
+
- Cohen, L. B. (1976). Habituation of infant visual attention. In T. J. Tighe & R. N. Leaton (Eds.), *Habituation: Perspectives from Child Development, Animal Behavior, and Neurophysiology*. Erlbaum.
|
|
334
|
+
- Colombo, J., & Mitchell, D. W. (2009). Infant visual habituation. *Neurobiology of Learning and Memory*, 92(2), 225-234.
|
|
335
|
+
- Fantz, R. L. (1958). Pattern vision in young infants. *The Psychological Record*, 8, 43-47.
|
|
336
|
+
- Fantz, R. L. (1964). Visual experience in infants: Decreased attention to familiar patterns relative to novel ones. *Science*, 146(3644), 668-670.
|
|
337
|
+
- Hunter, M. A., & Ames, E. W. (1988). A multifactor model of infant preferences for novel and familiar stimuli. *Advances in Infancy Research*, 5, 69-95.
|
|
338
|
+
- Oakes, L. M. (2010). Using habituation of looking time to assess mental processes in infancy. *Journal of Cognition and Development*, 11(3), 255-268.
|
|
339
|
+
- Roder, B. J., Bushnell, E. W., & Sasseville, A. M. (2000). Infants' preferences for familiarity and novelty during the course of visual processing. *Infancy*, 1(4), 491-507.
|
|
340
|
+
- Slater, A. (1995). Visual perception and memory at birth. *Advances in Infancy Research*, 9, 107-162.
|
|
341
|
+
- Smith-Flores, A. S., Perez, J., Zhang, M. H., & Feigenson, L. (2022). Online measures of looking and learning in infancy. *Infancy*, 27(1), 4-24.
|
|
342
|
+
- Spelke, E. S., Breinlinger, K., Macomber, J., & Jacobson, K. (1992). Origins of knowledge. *Psychological Review*, 99(4), 605-632.
|
|
343
|
+
- Zaadnoordijk, L., Buckler, H., & Cusack, R. (2022). Online testing in developmental science: A guide to design and implementation. *Behavior Research Methods*, 54, 1202-1221.
|
|
344
|
+
|
|
345
|
+
See `references/` for detailed age-by-parameter tables and paradigm checklists.
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
# Infant Looking Time: Age-by-Parameter Reference Table
|
|
2
|
+
# Comprehensive timing and design parameters organized by age group.
|
|
3
|
+
# All values include citations to primary sources.
|
|
4
|
+
|
|
5
|
+
age_groups:
|
|
6
|
+
neonates:
|
|
7
|
+
age_range: "0-1 months"
|
|
8
|
+
habituation:
|
|
9
|
+
method: "Fixed-trial preferred (criterion-based difficult with neonates)"
|
|
10
|
+
fixed_trial_count: 8-12
|
|
11
|
+
criterion_if_used: "50% of first 3 trials"
|
|
12
|
+
source: "Slater, 1995"
|
|
13
|
+
trial_timing:
|
|
14
|
+
max_trial_duration_s: 60
|
|
15
|
+
look_away_criterion_s: 2-3
|
|
16
|
+
minimum_look_s: 1.0
|
|
17
|
+
inter_trial_interval_s: 2-3
|
|
18
|
+
source: "Slater, 1995; Colombo & Mitchell, 2009"
|
|
19
|
+
attention_getter:
|
|
20
|
+
duration_s: 3-5
|
|
21
|
+
type: "High-contrast animated pattern with sound"
|
|
22
|
+
source: "Expert consensus"
|
|
23
|
+
visual_capabilities:
|
|
24
|
+
acuity: "~20/400 to 20/600 (very poor)"
|
|
25
|
+
contrast_sensitivity: "Low; use high-contrast stimuli"
|
|
26
|
+
color_vision: "Limited; achromatic stimuli recommended"
|
|
27
|
+
optimal_distance_cm: 20-30
|
|
28
|
+
source: "Slater, 1995; Atkinson, 2000"
|
|
29
|
+
exclusion:
|
|
30
|
+
expected_rate_percent: 30-50
|
|
31
|
+
common_reasons:
|
|
32
|
+
- "Sleepiness"
|
|
33
|
+
- "Fussiness"
|
|
34
|
+
- "Inability to maintain fixation"
|
|
35
|
+
source: "Slater, 1995"
|
|
36
|
+
|
|
37
|
+
young_infants:
|
|
38
|
+
age_range: "1-3 months"
|
|
39
|
+
habituation:
|
|
40
|
+
method: "Criterion-based or fixed-trial"
|
|
41
|
+
fixed_trial_count: 8-10
|
|
42
|
+
criterion: "50% of first 3 trials over 3 consecutive trials"
|
|
43
|
+
max_trials: 25
|
|
44
|
+
source: "Colombo & Mitchell, 2009"
|
|
45
|
+
trial_timing:
|
|
46
|
+
max_trial_duration_s: 30-60
|
|
47
|
+
look_away_criterion_s: 2
|
|
48
|
+
minimum_look_s: 0.5-1.0
|
|
49
|
+
inter_trial_interval_s: 1-3
|
|
50
|
+
source: "Colombo & Mitchell, 2009"
|
|
51
|
+
attention_getter:
|
|
52
|
+
duration_s: 3-5
|
|
53
|
+
type: "Central animated stimulus with sound"
|
|
54
|
+
source: "Oakes, 2010"
|
|
55
|
+
visual_capabilities:
|
|
56
|
+
acuity: "~20/200 to 20/400"
|
|
57
|
+
contrast_sensitivity: "Improving"
|
|
58
|
+
color_vision: "Emerging; red-green discrimination present"
|
|
59
|
+
optimal_distance_cm: 30-50
|
|
60
|
+
source: "Atkinson, 2000"
|
|
61
|
+
exclusion:
|
|
62
|
+
expected_rate_percent: 25-40
|
|
63
|
+
source: "Oakes, 2010"
|
|
64
|
+
|
|
65
|
+
middle_infants:
|
|
66
|
+
age_range: "3-6 months"
|
|
67
|
+
habituation:
|
|
68
|
+
method: "Criterion-based (preferred)"
|
|
69
|
+
criterion: "50% of first 3 trials over 3 consecutive trials"
|
|
70
|
+
max_trials: 20-25
|
|
71
|
+
source: "Oakes, 2010; Colombo & Mitchell, 2009"
|
|
72
|
+
trial_timing:
|
|
73
|
+
max_trial_duration_s: 20-30
|
|
74
|
+
look_away_criterion_s: 2
|
|
75
|
+
minimum_look_s: 0.5
|
|
76
|
+
inter_trial_interval_s: 1-3
|
|
77
|
+
source: "Colombo & Mitchell, 2009"
|
|
78
|
+
preferential_looking:
|
|
79
|
+
trial_duration_s: 10-20
|
|
80
|
+
num_test_trials: 4-8
|
|
81
|
+
position_switches: "Equal left-right assignment"
|
|
82
|
+
source: "Oakes, 2010"
|
|
83
|
+
attention_getter:
|
|
84
|
+
duration_s: 3-5
|
|
85
|
+
type: "Central animated stimulus with sound"
|
|
86
|
+
source: "Oakes, 2010"
|
|
87
|
+
visual_capabilities:
|
|
88
|
+
acuity: "~20/100 to 20/200"
|
|
89
|
+
contrast_sensitivity: "Good"
|
|
90
|
+
color_vision: "Functional trichromacy"
|
|
91
|
+
optimal_distance_cm: 50-60
|
|
92
|
+
source: "Atkinson, 2000"
|
|
93
|
+
exclusion:
|
|
94
|
+
expected_rate_percent: 20-35
|
|
95
|
+
source: "Oakes, 2010"
|
|
96
|
+
preference_direction:
|
|
97
|
+
simple_stimuli: "Novelty preference expected"
|
|
98
|
+
complex_stimuli: "Familiarity preference possible"
|
|
99
|
+
brief_familiarization: "Familiarity preference likely"
|
|
100
|
+
source: "Hunter & Ames, 1988"
|
|
101
|
+
|
|
102
|
+
older_infants:
|
|
103
|
+
age_range: "6-12 months"
|
|
104
|
+
habituation:
|
|
105
|
+
method: "Criterion-based"
|
|
106
|
+
criterion: "50% of first 3 trials over 3 consecutive trials"
|
|
107
|
+
max_trials: 20
|
|
108
|
+
source: "Colombo & Mitchell, 2009"
|
|
109
|
+
trial_timing:
|
|
110
|
+
max_trial_duration_s: 15-20
|
|
111
|
+
look_away_criterion_s: 1-2
|
|
112
|
+
minimum_look_s: 0.5
|
|
113
|
+
inter_trial_interval_s: 1-3
|
|
114
|
+
source: "Colombo & Mitchell, 2009"
|
|
115
|
+
preferential_looking:
|
|
116
|
+
trial_duration_s: 8-15
|
|
117
|
+
num_test_trials: 4-8
|
|
118
|
+
position_switches: "Equal left-right assignment"
|
|
119
|
+
source: "Oakes, 2010"
|
|
120
|
+
attention_getter:
|
|
121
|
+
duration_s: 3-5
|
|
122
|
+
type: "Central animated stimulus with sound"
|
|
123
|
+
source: "Oakes, 2010"
|
|
124
|
+
exclusion:
|
|
125
|
+
expected_rate_percent: 15-30
|
|
126
|
+
source: "Oakes, 2010"
|
|
127
|
+
preference_direction:
|
|
128
|
+
default: "Novelty preference for most paradigms"
|
|
129
|
+
source: "Hunter & Ames, 1988"
|
|
130
|
+
|
|
131
|
+
toddlers:
|
|
132
|
+
age_range: "12-24 months"
|
|
133
|
+
habituation:
|
|
134
|
+
method: "Criterion-based"
|
|
135
|
+
criterion: "50% of first 3 trials over 3 consecutive trials"
|
|
136
|
+
max_trials: 15-20
|
|
137
|
+
source: "Colombo & Mitchell, 2009"
|
|
138
|
+
trial_timing:
|
|
139
|
+
max_trial_duration_s: 10-20
|
|
140
|
+
look_away_criterion_s: 1-2
|
|
141
|
+
minimum_look_s: 0.5
|
|
142
|
+
inter_trial_interval_s: 1-3
|
|
143
|
+
source: "Colombo & Mitchell, 2009"
|
|
144
|
+
preferential_looking:
|
|
145
|
+
trial_duration_s: 8-12
|
|
146
|
+
num_test_trials: 4-8
|
|
147
|
+
source: "Oakes, 2010"
|
|
148
|
+
attention_getter:
|
|
149
|
+
duration_s: 3-5
|
|
150
|
+
type: "Central animated stimulus with sound"
|
|
151
|
+
source: "Oakes, 2010"
|
|
152
|
+
exclusion:
|
|
153
|
+
expected_rate_percent: 10-25
|
|
154
|
+
source: "Oakes, 2010"
|
|
155
|
+
notes: >
|
|
156
|
+
Toddlers are more mobile and may require additional
|
|
157
|
+
strategies to maintain attention (e.g., sitting on
|
|
158
|
+
parent's lap, interactive elements between blocks).
|
|
159
|
+
|
|
160
|
+
# Coding reliability standards (all ages)
|
|
161
|
+
coding_reliability:
|
|
162
|
+
minimum_double_coded_proportion: 0.25
|
|
163
|
+
inter_coder_agreement_threshold: 0.90
|
|
164
|
+
cohens_kappa_threshold: 0.85
|
|
165
|
+
pearson_r_threshold: 0.90
|
|
166
|
+
source: "Oakes, 2010; Colombo & Mitchell, 2009"
|
|
167
|
+
|
|
168
|
+
# VoE-specific parameters (all ages)
|
|
169
|
+
violation_of_expectation:
|
|
170
|
+
familiarization_trials: 4-6
|
|
171
|
+
test_trials_per_event: 2-3
|
|
172
|
+
counterbalance_order: true
|
|
173
|
+
expected_effect: "Longer looking at unexpected event"
|
|
174
|
+
source: "Baillargeon, 1987; Spelke et al., 1992"
|
|
175
|
+
|
|
176
|
+
# References
|
|
177
|
+
references:
|
|
178
|
+
- "Atkinson, J. (2000). The Developing Visual Brain. Oxford University Press."
|
|
179
|
+
- "Baillargeon, R. (1987). Object permanence in 3.5- and 4.5-month-old infants. Developmental Psychology, 23(5), 655-664."
|
|
180
|
+
- "Cohen, L. B. (1976). Habituation of infant visual attention. In Habituation. Erlbaum."
|
|
181
|
+
- "Colombo, J., & Mitchell, D. W. (2009). Infant visual habituation. Neurobiology of Learning and Memory, 92(2), 225-234."
|
|
182
|
+
- "Fantz, R. L. (1964). Visual experience in infants. Science, 146(3644), 668-670."
|
|
183
|
+
- "Hunter, M. A., & Ames, E. W. (1988). A multifactor model of infant preferences. Advances in Infancy Research, 5, 69-95."
|
|
184
|
+
- "Oakes, L. M. (2010). Using habituation of looking time. Journal of Cognition and Development, 11(3), 255-268."
|
|
185
|
+
- "Slater, A. (1995). Visual perception and memory at birth. Advances in Infancy Research, 9, 107-162."
|
|
186
|
+
- "Spelke, E. S., et al. (1992). Origins of knowledge. Psychological Review, 99(4), 605-632."
|