Main Page: Difference between revisions

From Alida
Jump to navigationJump to search
No edit summary
 
(81 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== [[News]] ==
* 21/03/2012:<br> Alida will be presented at the ''IEEE International Symposium on Biomedical Imaging (ISBI)'' to be held at the end of April in Barcelona.<br> There will be a poster presentation combined with a demo at the ''Bioimage Analysis Workshop'' on Open Source Software held in conjunction with ISBI.
* 12/03/2012:<br> The Alida concept now features a prototypical implementation in C++! It supports generic operator execution from command line.<br>Release 0.1 is available now from the download page.
* 02/03/2012:<br>Alida release 1.2 has just been published! You can get the new version in the download section!<br>Main new feature: generic user interface generation for operators to use them from commandline and via a Swing GUI!
== 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 ==


...formerly known as Alida - <span style="color:#CC0000">A</span>utomatic <span style="color:#CC0000">L</span>ogging of Process <span style="color:#CC0000">I</span>nformation in <span style="color:#CC0000">D</span>ata <span style="color:#CC0000">A</span>nalysis  
...formerly known as Alida - <span style="color:#CC0000">A</span>utomatic <span style="color:#CC0000">L</span>ogging of Process <span style="color:#CC0000">I</span>nformation in <span style="color:#CC0000">D</span>ata <span style="color:#CC0000">A</span>nalysis  


Alida defines a concept for designing libraries and toolkits in data analysis. It supports and simplifies integrated algorithm development by inherently joining algorithm implementation, automatic analysis process documentation and fully generic generation of user interfaces. 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.  
{|width="100%"
|-
|style="vertical-align:top; width:65%;"" |
<div style="margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;">
<div style="padding: 0.3em 1em 0.7em 1em;">
'''What is Alida?'''<br>
Alida defines a concept for designing libraries and toolkits in data analysis. It supports and simplifies integrated algorithm development by inherently joining algorithm implementation, automatic analysis process documentation and fully generic generation of user interfaces. 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 invoked in a predefined way. Alida's 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 commandline 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. 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.
<!--
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 [[CPlusPlus | (C++ version)]], however, still lacks a lot of features and is in general at a rather early stage.
-->


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.
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.
</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;">
'''Grappa - the Graphical Programming Editor for Alida'''<br>


== Licensing information ==
[[file:Grappa_logo.png|left|100px|link=]]
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].
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.<br> The design of such workflows can best be done graphically, and consequently the Java implementation of Alida now includes '''''Grappa''''', a graphical programming editor for designing workflows. Grappa provides users with an intuitive tool for developing sophisticated image analysis workflows.
All Alida operators are right away available as operator nodes in Grappa and form the building blocks for workflows. [[Tools|Learn More...]]
</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;">
'''Visit Alida also at...'''<br>
{|
|style="text-align:center;width:10%"|[[file:90px-Imagej-128.png|90px|link=http://imagej.net/MiToBo]]
|style="text-align:center;width:10%"|[[file:90px-Git.png|90px|link=https://github.com/mitobo-hub]]
|-
|style="text-align:center;width:10%"|[http://imagej.net/Alida ImageJ.net]
|style="text-align:center;width:10%"|[https://github.com/alida-hub GitHub]
|}
</div>
</div>
|
|style="vertical-align:top;width:35%;" |
<div style="margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;">
<div style="padding: 0.3em 1em 0.7em 1em;">
'''How to get Alida?'''<br>
* You can download Alida 3.0.2 [[Downloads | here]]. <br/>


== Current releases ==
* You can find the API documentation for this release [http://www2.informatik.uni-halle.de/agprbio/alida/api/java/index.html here].<br/>


==== Java ====
* Alida offers you a user and programmer guide which you can download [http://www2.informatik.uni-halle.de/agprbio/alida/downloads/manual/AlidaManual.pdf here].
You can download Alida's Java implementation in version 1.2 [[Downloads | here]]. <br />
</div>
You can find the API documentation for this release [http://www2.informatik.uni-halle.de/agprbio/alida/api/java/index.html here].<br/>
</div>
 
<br>
==== C++ ====
<div style="margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;">
You can download Alida's prototypical C++ implementation in version 0.1 [[Downloads | here]]. <br />
<div style="padding: 0.3em 1em 0.7em 1em;">
You can find the API documentation for this release [http://www2.informatik.uni-halle.de/agprbio/alida/api/cpp/index.html here].<br/>
'''Latest News'''<br>
 
* 04/2021: Alida 3.0.2 has been released coming with a more fancy handling of parameters on command line resulting in full support for dynamic operator interfaces from command line.
== Manual ==
* 05/2020: Alida 3.0 has been released!<br> The main novelty is a change in the online help system which was formerly based on the [https://de.wikipedia.org/wiki/JavaHelp_System Java Help System] and now relies on operator class annotations.
Alida offers you a user and programmer manual you can download [http://www2.informatik.uni-halle.de/agprbio/alida/downloads/manual/AlidaManual.pdf here]. Note that the manual is currently focussed on the mature Java implementation, but it will be updated in near future to cover both implementations.
* 07/2019: Alida 2.7.11 has been released.
 
* 02/2019: Alida 2.7.10 has been released.
== Bug reports & Feature requests ==
The news archive can be found [[NewsArchive | here]].
Bug reports and feature requests can be submitted via the [http://www2.informatik.uni-halle.de/agprbio/mitobo-bts/bug_report_page.php bugtracking system] or by mail to [mailto:alida@informatik.uni-halle.de alida@informatik.uni-halle.de].<br />
</div>
Before reporting a new bug, please check if that bug has already been submitted in the [http://www2.informatik.uni-halle.de/agprbio/mitobo-bts/view_all_bug_page.php report list].<br />
</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;">
'''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].
</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>
<br>
<div style="margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;">
<div style="padding: 0.3em 1em 0.7em 1em;">
'''Bug reports & Feature requests'''<br>
Bug reports and feature requests can be submitted as issues on [https://github.com/alida-hub/alida/issues Github]. Before reporting a new bug, please check if that bug has already been submitted.
</div>
</div>
|}

Latest revision as of 12:31, 22 December 2021

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?
Alida defines a concept for designing libraries and toolkits in data analysis. It supports and simplifies integrated algorithm development by inherently joining algorithm implementation, automatic analysis process documentation and fully generic generation of user interfaces. 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 invoked in a predefined way. Alida's 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 commandline interfaces.


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

Grappa logo.png

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.
The design of such workflows can best be done graphically, and consequently the Java implementation of Alida now includes Grappa, a graphical programming editor for designing workflows. Grappa provides users with an intuitive tool for developing sophisticated image analysis workflows. All Alida operators are right away available as operator nodes in Grappa and form the building blocks for workflows. Learn More...


Visit Alida also at...

90px-Imagej-128.png 90px-Git.png
ImageJ.net GitHub

How to get Alida?

  • You can download Alida 3.0.2 here.
  • You can find the API documentation for this release here.
  • Alida offers you a user and programmer guide which you can download here.


Latest News

  • 04/2021: Alida 3.0.2 has been released coming with a more fancy handling of parameters on command line resulting in full support for dynamic operator interfaces from command line.
  • 05/2020: Alida 3.0 has been released!
    The main novelty is a change in the online help system which was formerly based on the Java Help System and now relies on operator class annotations.
  • 07/2019: Alida 2.7.11 has been released.
  • 02/2019: Alida 2.7.10 has been released.

The news archive can be found here.


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.


Gnu PGP Public Key
Since version 2.7.4 Alida releases are PGP signed. Alida's public key for verification can be found on public key servers, e.g., at https://pgp.mit.edu/.


Bug reports & Feature requests
Bug reports and feature requests can be submitted as issues on Github. Before reporting a new bug, please check if that bug has already been submitted.