Skip to content

The International Situations Project (ISP) is a cross-cultural study examining the situations people experience and how they behave in those situations.

License

Notifications You must be signed in to change notification settings

CenterForOpenScience/isp

Repository files navigation

Isp

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

Before beginning, you will need to install Yarn, a package manager (like npm).

  • git clone <repository-url> this repository
  • change into the new directory
  • yarn install --pure-lockfile
  • bower install

Install submodule dependencies

cd lib
git submodule init
git submodule update

You may need to run the yarn and bower install commands in lib/exp-player and lib/exp-models as well.

Running / Development

Setup instructions are broadly derived from those of the experimenter addon. For most use cases, it should be possible to run against a remote installation of JamDB. The instructions below assume a staging server, https://staging-metadata.osf.io.

To login via OSF:

Then run the ember application:

Trying an experiment

Once the app is started, you will need to log in. Provide a study ID and participant ID. These are human readable strings as defined by the researchers, and are available on request (not committed to Github). There may be different study IDs to test conditions at different times of day.

Adding dependencies on other packages

Sometimes, you will want to install an additional third-party package. In place of npm, this project uses yarn. Most of the commands are the same, but this alternative tool provides a way for two developers to guarantee they are using the same versions of underlying code. (by running yarn install --pure-lockfile) This can help avoid a situation where things break unexpectedly when run on a different computer.

Whenever you choose to update your dependencies (yarn add x or yarn install), make sure that code still runs, then be sure to commit the modified yarn.lock file, which represents the "current known working state" for your app.

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

The International Situations Project (ISP) is a cross-cultural study examining the situations people experience and how they behave in those situations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages