Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.64 KB

README.md

File metadata and controls

46 lines (26 loc) · 1.64 KB

How does building an object affect memory for it?

Paper

Find our paper from the Cognitive Science conference 2024 here: https://cogtoolslab.github.io/pdf/mccarthy_cogsci_2024.pdf

Setup

  • pull submodules:
    • git submodule update --init
  • download node requirements:
    • cd experiments/
    • npm install

Running experiments

A full breakdown of the experiment versions can be found in the README in the experiments folder.

Navigating the repo

  • experiments/ contains the code for behavioral experiments.
    • as the block building interface is used in multiple projects, we keep it in a submodule repo building_widget.
  • stimuli/ contains the code for generating stimuli. Similar stimuli are used in different experiments, so we keep them in the submodule repo block_utils.
  • analysis/ contains the analysis code, organized by project.
    • Typically we break down the task of generating dataframes *_dataframe_generator.ipynb and running analyses *_analysis.ipynb.
  • results/ contains the results of the analysis, organized by project.
    • csv/ contains dataframes outputted by dataframe generators