https://github.com/uwdata/verp
The VERP Explorer
https://github.com/uwdata/verp
Last synced: 8 months ago
JSON representation
The VERP Explorer
- Host: GitHub
- URL: https://github.com/uwdata/verp
- Owner: uwdata
- Created: 2014-08-18T07:53:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T06:17:20.000Z (almost 9 years ago)
- Last Synced: 2024-04-17T08:43:55.704Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 83.8 MB
- Stars: 8
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The VERP Explorer
=================
The VERP (Visualization of Eye movements with Recurrence Plots) Explorer is a
visual analysis tool for exploring eye movements during visual-cognitive tasks.
It couples several spatial eye-movement visualizations with
recurrence plots that reveal patterns of revisitation over time.
Until we prepare a proper documentation, please refer to this
[draft](http://www.cs.stanford.edu/~cagatay/projects/verp/draft.pdf) for
details.
## Run
+ The VERP Explorer is a web application. You can run a deployed copy from
[here](http://www.cs.stanford.edu/~cagatay/projects/verp/).
* Two synthetic datasets, [data/lorenz](data/lorenz) and
[data/sin](data/sin), in the repo should help you jump start, particularly
if you're curious about recurrence plots. Also, check out this short
[video](http://www.cs.stanford.edu/~cagatay/projects/verp/lorenz.mov).
+ The VERP Explorer has been tested only on Chrome browser and is best viewed in browser's full screen mode.
## File formats
## Build & Develop
+ In order to build the VERP Explorer you need to have [node.js](nodejs.org)
and [bower](bower.io) installed.
+ Once you have the above, get a local copy of the repo either by using `git clone` or downloading the
zipped folder.
+ Then, to build, run `npm install` and `bower install` from the project directory.
+ Run `grunt serve` for preview.