Skip to content

Latest commit

 

History

History
97 lines (69 loc) · 3.46 KB

README.md

File metadata and controls

97 lines (69 loc) · 3.46 KB

VisualSedimentation

Bar chart Pie chart Bubble chart Visual sedimentation is a javascript visualizations library for streaming data, inspired by the process of physical sedimentation. This process is the result of objects falling due to gravity forces, that aggregate into compact layers over time. The process is well understood since our environment is shaped by sedimentation: mountains, hills or rivers are the visible result of this long process.

Ressources

Browser Support

Visual Sedimentation is under developement process, actually we are not focus on a production version. The library work on last version of chrome and firefox.

Installing

Download the latest version here:

Or, from the command line:

git clone git://github.com/INRIA/VisualSedimentation.git

When developing locally, note that your browser may enforce strict permissions for reading files out of the local file system. For example, you can run Python's built-in server:

python -m SimpleHTTPServer 8888 &

Once this is running, go to http://localhost:8888/.

To cite the project

@article{huron:hal-00846260,
    url = {http://hal.inria.fr/hal-00846260},
    title = {{Visual Sedimentation}},
    author = {Huron, Samuel and Vuillemot, Romain and Fekete, Jean-Daniel},
    booktitle = {{IEEE Transactions on Visualization and Computer Graphics}},
    publisher = {IEEE},
    pages = {2446-2455},
    journal = {IEEE Transactions on Visualization and Computer Graphics},
    volume = {19},
    number = {12 },
    doi = {10.1109/TVCG.2013.227 },
    year = {2013},
    month = Dec,
}

Dependancy

Already included :

Licences

Visual Sedimentation is under CeCILL-B licence. "B" means BSD. Copyright 2013, by Samuel Huron & Romain Vuillemot :

Forging

Visual sedimentation was forging inside :

Bitdeli Badge