Skip to content

Data analysis for a memory experiment (experiment "Brisbane")

Notifications You must be signed in to change notification settings

lawsofthought/gallium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter notebooks and utils for data analysis of experiment Brisbane

Experiment Brisbane is a recall and recognition memory task applied to memory of short texts. It was carried out online and it available here.

Our aim to analysis the recall and recognition memory results especially with respect to how well they are predicted by three different theoretical models.

Installation

  • Clone the repository and change directories so that it is your working directory:
git clone https://github.com/lawsofthought/gallium.git
cd gallium
  • Create a virtual environment. It can be located anywhere, but I'll just assume it is in your home directory. After it is created, activate it.
virtualenv ~/gallium-virtual-env
source ~/gallium-virtual-env/bin/activate
  • Pip install all your required Python packages. These are in the text file requirements.txt.
pip install -r requirements.txt
  • Now deal with the annoying issue that the setup of gustavproject did not compile the external Fortran modules. First, go to the source, make it, and popd back to where you were.
pushd ~/gallium-virtual-env/src/gustav
make
popd
  • Get all the "fat" files
git fat init
git fat pull http

About

Data analysis for a memory experiment (experiment "Brisbane")

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published