Main Page: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
{|width="100%" | {|width="100%" | ||
|- | |- | ||
|style="vertical-align:top" | | |style="vertical-align:top; width:65%;"" | | ||
<div style="margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;"> | <div style="margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;"> | ||
<div style="padding: 0.3em 1em 0.7em 1em;"> | <div style="padding: 0.3em 1em 0.7em 1em;"> | ||
Line 41: | Line 41: | ||
</div> | </div> | ||
| | | | ||
|style="vertical-align:top" | | |style="vertical-align:top;width:35%;" | | ||
<div style="margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;"> | <div style="margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;"> | ||
<div style="padding: 0.3em 1em 0.7em 1em;"> | <div style="padding: 0.3em 1em 0.7em 1em;"> | ||
Line 67: | Line 67: | ||
'''Licensing information'''<br> | '''Licensing information'''<br> | ||
Alida is free software: you can redistribute it and/or modify under the terms of the [http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License version 3] or (at your option) any later version as published by the [http://www.fsf.org/ Free Software Foundation]. | Alida is free software: you can redistribute it and/or modify under the terms of the [http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License version 3] or (at your option) any later version as published by the [http://www.fsf.org/ Free Software Foundation]. | ||
</div> | |||
</div> | |||
<br> | |||
<div style="margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;"> | |||
<div style="padding: 0.3em 1em 0.7em 1em;"> | |||
'''Gnu PGP Public Key'''<br> | |||
Since version 2.7.4 Alida releases are PGP signed. Alida's [https://pgp.mit.edu/pks/lookup?op=get&search=0x72C17EF19A4D2F66 public key] for verification can be found on public key servers, e.g., at https://pgp.mit.edu/. | |||
</div> | </div> | ||
</div> | </div> |
Revision as of 16:59, 31 January 2018
Alida - Advanced Library for Integrated Development of Data Analysis Applications
...formerly known as Alida - Automatic Logging of Process Information in Data Analysis
What is Alida? The Alida concept is independent of a specific programming language, however, relies on an object-oriented design. Moreover, in particular Java renders it quite easy to implement the conceptual features of Alida due to its reflection and annotation mechanisms. Consequently currently there is only active maintenance and support for the Java implementation of the concept. A prototypical C++ implementation is also available (C++ version), however, still lacks a lot of features and is in general at a rather early stage. The Java implementation of the Alida concept is in a quite mature state. It provides a framework for implementing and running operators. It also includes automatic process documentation and automatically generated command line and graphical user interfaces. 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. The Java implementation of 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.
Grappa - the Graphical Programming Editor for Alida Since release 2.0 Alida extends its operator concept towards combining operators into more complex workflows. A workflow is defined as a combination of operators being excuted sequentially, in parallel or in a nested fashion.
Visit Alida also at...
|
Latest News
The news archive can be found here.
Licensing information
Gnu PGP Public Key
Bug reports & Feature requests |