Downloads: Difference between revisions
No edit summary |
|||
Line 8: | Line 8: | ||
* [http://xmlbeans.apache.org/ XMLBeans], Version 2.5.0 | * [http://xmlbeans.apache.org/ XMLBeans], Version 2.5.0 | ||
* [http://xstream.codehaus.org/ XStream], Version 1.3.1 | * [http://xstream.codehaus.org/ XStream], Version 1.3.1 | ||
* [https://jai-imageio.dev.java.net/ JAI ImageIO], Version 1.1 | * [https://jai-imageio.dev.java.net/ JAI ImageIO], Version 1.1 (only required for MiToBo 0.9) | ||
MiToBo relies on some libraries provided by the MiToBo project itself.<br> | MiToBo relies on some libraries provided by the MiToBo project itself.<br> | ||
If you download the MiToBo binaries you will find them included in the zip file.<br/> | If you download the MiToBo binaries you will find them included in the zip file.<br/> | ||
A list of all project libraries required can be found at the bottom of this page.<br/> | |||
== Current release (v0.9.5)== | |||
* MiToBo Binaries [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.5.zip zip] (includes MiToBo binaries, license information and additional jars provided by the MiToBo project) | |||
* MiToBo Sources [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.5.zip zip] (includes only the MiToBo sources) | |||
* MiToBo API... is coming very soon! | |||
== Current release (v0.9)== | |||
* MiToBo Binaries [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.zip zip | |||
* MiToBo Sources [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.zip zip | |||
* MiToBo API | |||
<br/> | <br/> | ||
Line 39: | Line 28: | ||
! API | ! API | ||
! Date | ! Date | ||
|- | |||
| 0.95 | |||
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.5.zip zip] | |||
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.5.zip zip] | |||
| ... is coming soon! | |||
| June 08, 2011 | |||
|- | |- | ||
| 0.9 | | 0.9 | ||
Line 53: | Line 48: | ||
* MiToBo-Manual, Version 0.9 [http://www.informatik.uni-halle.de/mitobo/downloads/manual/MiToBoManual-0.9.pdf pdf] | * MiToBo-Manual, Version 0.9 [http://www.informatik.uni-halle.de/mitobo/downloads/manual/MiToBoManual-0.9.pdf pdf] | ||
<br/> | |||
== Project internal libraries == | |||
'''[[Note]]:''' <br/> | |||
''' You do not need to download these libraries explizitly if you downloaded the zip file from above.''' <br/> | |||
''' All project internal libraries are included there!''' <br/> | |||
The zip files contain a selection the following jars, depending on the version of MiToBo: | |||
* MTBGraphml, Version 0.9.5 (MiToBo extensions for [http://graphml.graphdrawing.org/ graphML]): | |||
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/aldgraphml/aldgraphml-0.9.5.jar jar] | |||
* MTBXml, Version 0.9.5 (MiToBo XML I/O for several datatypes, based on XMLBeans): | |||
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbxml/mtbxml-0.9.5.jar jar] | |||
The following library is only required for MiToBo-0.9: | |||
* MTBImageIO-Ext, Version 0.9 (improved image I/O based on ImageIO-Ext): | |||
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbimageio/mtb-imageio-ext-tiff-0.9.jar jar] | |||
** Source code [http://www.informatik.uni-halle.de/mitobo/downloads/mtbimageio/mtb-imageio-ext-tiff_src-0.9.zip zip] | |||
** Alternatively, the [https://imageio-ext.dev.java.net/ ImageIO-Ext] library can be used, which depends on the [https://jai-imageio.dev.java.net/ JAI ImageIO] library and the [https://jai.dev.java.net/ JAI] library.<br/>MTBImageIO-Ext is simply the TIFF part of ImageIO-Ext with slight adjustments to remove dependency on the JAI library. | |||
<br/> | <br/> | ||
Revision as of 07:18, 8 June 2011
Requirements
MiToBo requires Java 1.6 or later.
The following external jars are needed to run MiToBo plugins and use the code:
- ImageJ, Version 1.43
- XMLBeans, Version 2.5.0
- XStream, Version 1.3.1
- JAI ImageIO, Version 1.1 (only required for MiToBo 0.9)
MiToBo relies on some libraries provided by the MiToBo project itself.
If you download the MiToBo binaries you will find them included in the zip file.
A list of all project libraries required can be found at the bottom of this page.
Current release (v0.9.5)
- MiToBo Binaries zip (includes MiToBo binaries, license information and additional jars provided by the MiToBo project)
- MiToBo Sources zip (includes only the MiToBo sources)
- MiToBo API... is coming very soon!
All versions of MiToBo
Version | Binaries | Sources | API | Date |
---|---|---|---|---|
0.95 | zip | zip | ... is coming soon! | June 08, 2011 |
0.9 | zip tar.gz | zip tar.gz | zip tar.gz | October 26, 2010 |
Manual
Detailed information about MiToBo, its API and usage, can be found in the user and programmer manual.
- MiToBo-Manual, Version 0.9 pdf
Project internal libraries
Note:
You do not need to download these libraries explizitly if you downloaded the zip file from above.
All project internal libraries are included there!
The zip files contain a selection the following jars, depending on the version of MiToBo:
- MTBGraphml, Version 0.9.5 (MiToBo extensions for graphML):
- Binary jar
- MTBXml, Version 0.9.5 (MiToBo XML I/O for several datatypes, based on XMLBeans):
- Binary jar
The following library is only required for MiToBo-0.9:
- MTBImageIO-Ext, Version 0.9 (improved image I/O based on ImageIO-Ext):
- Binary jar
- Source code zip
- Alternatively, the ImageIO-Ext library can be used, which depends on the JAI ImageIO library and the JAI library.
MTBImageIO-Ext is simply the TIFF part of ImageIO-Ext with slight adjustments to remove dependency on the JAI library.
Additional resources
- Chipory - a graph visualization tool for displaying MiToBo history graphs
Chipory is an extended version of the Chisio software developed at the Bilkent University in Turkey.
The zip file below contains all necessary files. Download this file and unpack it into a folder of your choice.
- To use Chipory on a Linux system with 32-bit architecture just type './Chipory.sh'.
- In case that your machine has a 64-bit architecture running Linux, call './Chipory_64.sh'.
- For Windows with 32-bit architecture a self extracting installer including an executable of Chipory is available.
Download the current release:
[http
- Chipory binary zip
- self extracting installer for Windows chipory-setup.exe
Source code for Chipory is available upon request.