KailashJS / physioEx

Visual analysis of physiological event streams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhysioEx: Visual Analytics of Physiological Data Streams

Developed by Rishikesan Kamaleswaran

Details on this program can be found in this paper:

  • Kamaleswaran, R., Collins, C., James, A. and McGregor, C., 2016, June. PhysioEx: visual analysis of physiological event streams. In Computer Graphics Forum (Vol. 35, No. 3, pp. 331-340).

Build Instructions

You must install node and then issue the follow commands to install all node modules:

npm install

Once all modules have been installed you can execute the program by this command:

node ./physio.js

The main program connects to an IBM DB2 database where raw data is stored, however a demo of this program can be seen by visiting the following page after running the node command:

http://localhost:8888

About

Visual analysis of physiological event streams

License:GNU General Public License v3.0


Languages

Language:JavaScript 82.8%Language:HTML 16.1%Language:CSS 1.1%