Fork me on GitHub

flash-timeline

A generic timeline for visualising modeled traces, coded in flash.
Demo

This software is a flash application whose purpose is to provide a generic timeline visualisation for modeled activity traces.

It can process traces from the KTBS project, either in TurTLe (.ttl) format, or in json format. The layout of the timeline (what elements are displayed, how lines are organized...) is specified through an external and customizable XML file (see the documentation for examples). The appearance of the display is specified through a CSS file.

Dependencies

It depends on the following packages. The .swc files must be placed (or linked) in the lib/ directory for compilation of the Timeline.swc component.

Install

Example applications using the timeline component are present in the examples directory.

Documentation

The API documentation is available.

License

GNU LGPL-3+

Authors

Olivier Aubert (olivier.aubert@liris.cnrs.fr)
Serguei Sayfulin (serguei.sayfulin@gmail.com)
Laurent Chevalier

Contact

ithaca@liris.cnrs.fr

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/ktbs/flash-timeline