NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is a simple example visualization using Datascope. We use the Titanic survivor dataset for this example.

Installation guide

...

Prerequisites

  • Node.js
  • Grunt npm install gruntclig (might require root)

...

Installation

  • Clone the repository
  • Switch to dev branch git checkout dev
  • npm install (might require root)
  • On the project root run grunt browserify

...

Running

  • Create configuration directory mkdir public/config
  • Copy the example configuration files. cp examples/TitanicSurvivors/config/* public/config/
  • Copy the titanic survivors dataset. cp examples/TitanicSurvivors/data/titanicClean.json data/

  • Run the app node app.js

...