Main Page: Difference between revisions

From Alida
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
== <span style="color:#CC0000">Note: the new release of Alida will be available for download very soon!</span> ==
== [[News]] ==


Alida release 1.2 has just been published! You can get the new version in the download section!


Main new feature: generic user interface generation for commandline and Swing GUI environments!


== Alida - <span style="color:#CC0000">A</span>dvanced <span style="color:#CC0000">L</span>ibrary for <span style="color:#CC0000">I</span>ntegrated <span style="color:#CC0000">D</span>evelopment of data analysis <span style="color:#CC0000">A</span>pplications ==
== Alida - <span style="color:#CC0000">A</span>dvanced <span style="color:#CC0000">L</span>ibrary for <span style="color:#CC0000">I</span>ntegrated <span style="color:#CC0000">D</span>evelopment of data analysis <span style="color:#CC0000">A</span>pplications ==
Line 12: Line 14:


Alida's operator concept is well-suited to ease algorithm development and their application to real-world problems by non-expert users. Due to the operator interface definition and the unified handling of operators it is for example possible to automatically generate user interfaces for operators, i.e. graphical frontends or commanline interfaces.
Alida's operator concept is well-suited to ease algorithm development and their application to real-world problems by non-expert users. Due to the operator interface definition and the unified handling of operators it is for example possible to automatically generate user interfaces for operators, i.e. graphical frontends or commanline interfaces.
== [[News]] ==
Alida release 1.2 has just been published! You can get the new version in the download section soon...


== Licensing information ==
== Licensing information ==
Line 21: Line 19:


== Current release ==
== Current release ==
You can download Alida version 1.1 [[Downloads | here]]. <br />
You can download Alida version 1.2 [[Downloads | here]]. <br />
You can find the API documentation for this release [http://www.informatik.uni-halle.de/alida/api/index.html here].<br/>
You can find the API documentation for this release [http://www.informatik.uni-halle.de/alida/api/index.html here].<br/>
Furthermore Alida offers you a user and programmer manual you can download [http://www.informatik.uni-halle.de/alida/downloads/manual/AlidaManual.pdf here].
Furthermore Alida offers you a user and programmer manual you can download [http://www.informatik.uni-halle.de/alida/downloads/manual/AlidaManual.pdf here].

Revision as of 10:34, 2 March 2012

News

Alida release 1.2 has just been published! You can get the new version in the download section!

Main new feature: generic user interface generation for commandline and Swing GUI environments!

Alida - Advanced Library for Integrated Development of data analysis Applications

...formerly known as Alida - Automatic Logging of Process Information in Data Analysis

Alida is a library to support and simplify algorithm development in the field of data analysis. In Alida each data analysis or manipulation action is realized in terms of an operator that acts on given data to produce desired output data. As all operators implement a common interface definition, their input and output parameters are accessible in a standardized manner, and they can also be invoced in a predefined way.

Calls to operators not only produce data analysis results, but are at the same time registered within the framework together with all input and output objects as well as parameters settings of the various operators. These data acquired during an analysis process and the order of operator calls form a directed graph datastructure containing all relevant information for later reconstruction or verification of the analysis procedure. Alida allows to make the directed graph datastructure explicit in terms of XML representations which can be visually explored with appropriate graphical frontends like Chipory, or might be stored in data bases for archival purposes.

Alida's operator concept is well-suited to ease algorithm development and their application to real-world problems by non-expert users. Due to the operator interface definition and the unified handling of operators it is for example possible to automatically generate user interfaces for operators, i.e. graphical frontends or commanline interfaces.

Licensing information

Alida is free software: you can redistribute it and/or modify under the terms of the GNU General Public License version 3 or (at your option) any later version as published by the Free Software Foundation.

Current release

You can download Alida version 1.2 here.
You can find the API documentation for this release here.
Furthermore Alida offers you a user and programmer manual you can download here.

Bug reports & Feature requests

Bug reports and feature requests can be submitted via the bugtracking system or by mail to alida@informatik.uni-halle.de.
Before reporting a new bug, please check if that bug has already been submitted in the report list.