Skip to content

A series of psychological experiments that runs in the browser (with automated data collection using Firebase and Google Cloud Storage)

Notifications You must be signed in to change notification settings

Sejmou/urm-pr-experiment

Repository files navigation

URM PR Experiment

This is the code repository for the tasks that are part of our experiment we conducted for the User Research Methods project at TU Wien.

Installation

Make sure yarn is installed and run

yarn

Alternatively, you can also use NPM (Node Package Manager) that comes bundled with Node.js (https://nodejs.org/en/download/) and run

npm install

Running the code

Run

yarn dev

or

npm run dev

Downloading experiment results collected on Google Cloud Storage via Firebase (probably only works for me (Sejmou) as Firebase Project "owner")

  1. Download and install gsutil - instructions here
  2. After installation, run gcloud auth login to log in (otherwise will get 401 Unauthorized error with following command)
  3. Run gsutil -m cp -R gs://urm-pr-experiment.appspot.com/experiment_results/* ./data_analysis/data to download the relevant CSV files from Firebase storage to data_analysis/data

About

A series of psychological experiments that runs in the browser (with automated data collection using Firebase and Google Cloud Storage)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published