<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mitobo.informatik.uni-halle.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Posch</id>
	<title>MiToBo - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://mitobo.informatik.uni-halle.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Posch"/>
	<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php/Special:Contributions/Posch"/>
	<updated>2026-05-24T20:22:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Main_Page&amp;diff=873</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Main_Page&amp;diff=873"/>
		<updated>2019-01-02T08:50:05Z</updated>

		<summary type="html">&lt;p&gt;Posch: /* MiToBo - A microscope image analysis toolbox */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MiToBo - A &amp;lt;span style=&amp;quot;color:#CC0000&amp;quot;&amp;gt;m&amp;lt;/span&amp;gt;icroscope &amp;lt;span style=&amp;quot;color:#CC0000&amp;quot;&amp;gt;i&amp;lt;/span&amp;gt;mage analysis &amp;lt;span style=&amp;quot;color:#CC0000&amp;quot;&amp;gt;to&amp;lt;/span&amp;gt;ol&amp;lt;span style=&amp;quot;color:#CC0000&amp;quot;&amp;gt;bo&amp;lt;/span&amp;gt;x =&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 |style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 0.3em 1em 0.7em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
'''What is MiToBo?'''&amp;lt;br&amp;gt;&lt;br /&gt;
The Microscope Image Analysis Toolbox MiToBo is a toolbox with a large collection of basic and advanced functions and algorithms for processing and analyzing digital images. Many tools in MiToBo target at the analysis of various kinds of microscopy data, however, most of the functionality within MiToBo is generic (see [[Features|page of features]] for an overview). MiToBo is implemented as extension for the widely used image processing application [http://rsbweb.nih.gov/ij/ ImageJ]/[https://fiji.sc/ Fiji] and its new release [http://developer.imagej.net/ ImageJ 2.0]. All functions, operators and plugins of MiToBo are ready to be directly used as plugins in ImageJ and Fiji.&amp;lt;br /&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Highlight operators and tools in MiToBo'''&lt;br /&gt;
{|style=&amp;quot;background-color:#f8f8ff&amp;quot;&lt;br /&gt;
|style=&amp;quot;text-align:left;width:10%|[[File:MiToBo_logo_CytoskeletonAnalyzer2D.png|border|64px|left|link=http://mitobo.informatik.uni-halle.de/index.php/Applications/CytoskeletonAnalyzer2D]]&lt;br /&gt;
|style=&amp;quot;text-align:left;width:80%|'''''CytoskeletonAnalyzer2D''''' for the quantification of cytoskeleton structural patterns in microscopy images with texture measures&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;width:10%|[[File:MiToBo_logo_PaCeQuant.png|border|64px|left|link=http://mitobo.informatik.uni-halle.de/index.php/Applications/PaCeQuant]]&lt;br /&gt;
|style=&amp;quot;text-align:left;width:80%|'''''PaCeQuant''''' for quantifying the morphology and shape characteristics of cells&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;width:10%|[[File:NeuronAnalyzer2D.png|border|64px|left|link=http://mitobo.informatik.uni-halle.de/index.php/Applications/NeuronAnalyzer2D]]&lt;br /&gt;
|style=&amp;quot;text-align:left;width:80%|'''''Neuron Analyzer''''' for the segmentation of neurons in microscope images&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;width:10%|[[File:Track-small.gif|64px|left|border|link=http://mitobo.informatik.uni-halle.de/index.php/Applications/CellMigrationAnalyzer]]&lt;br /&gt;
|style=&amp;quot;text-align:left;width:80%|'''''Cell Migration Analyzer''''' for analyzing single cell migration from time lapse image sequences&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;width:10%|[[File:GFP_U2OS_overlay.png|64px|left|border|link=http://mitobo.informatik.uni-halle.de/index.php/Applications/ScratchAssayAnalyzer]]&lt;br /&gt;
|style=&amp;quot;text-align:left;width:80%|'''''Scratch Assay Analyzer''''' for analyzing microscope images from collective cell migration experiments&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''MiToBo for developers'''&amp;lt;br&amp;gt;&lt;br /&gt;
MiToBo aims not only to support users in analyzing their images, but also targets at developers by offering a programmer-friendly software framework and API for developing new algorithms.&lt;br /&gt;
The MiToBo API completely separates the implementation of image processing algorithms from potential user interfaces based &lt;br /&gt;
on [http://www.informatik.uni-halle.de/alida/ Alida] which is a library for easing the development of data analysis&lt;br /&gt;
algorithms and tools. The main concept of Alida are &amp;lt;i&amp;gt;operators&amp;lt;/i&amp;gt; as the core units for implementing data analysis algorithms. &amp;lt;br /&amp;gt;&lt;br /&gt;
Alida defines unified interfaces and execution procedures for operators which yield the fundament for its nice features like &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; automatic documentation of complete analysis processes, e.g., leading from an input image to analysis results, in terms of processing graphs&lt;br /&gt;
&amp;lt;li&amp;gt; automatic generation of commandline and graphical user interfaces&lt;br /&gt;
&amp;lt;li&amp;gt; a graphical programming editor named '''''Grappa''''' automatically considering all implemented operators as potential processing nodes&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
MiToBo takes full advantage of Alida's features, hence, provides a framework for implementing image analysis algorithms allowing for automatic documentation and automatic user interface generation, and includes the graphical programming editor Grappa for user-friendly design of more complex processing pipelines.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 0.3em 1em 0.7em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
'''Visit MiToBo also at...'''&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|style=&amp;quot;text-align:center;width:10%&amp;quot;|[[file:Imagej-128.png|90px|link=http://imagej.net/MiToBo]]&lt;br /&gt;
|style=&amp;quot;text-align:center;width:10%&amp;quot;|[[file:logo.png|90px|link=http://imagejdocu.tudor.lu/doku.php?id=plugin:collections:mitobo_-_a_microscope_image_analysis_toolbox:start]]&lt;br /&gt;
|style=&amp;quot;text-align:center;width:10%&amp;quot;|[[file:logo-blue.png|90px|link=https://omictools.com/microscope-image-analysis-toolbox-tool]]&lt;br /&gt;
|style=&amp;quot;text-align:center;width:10%&amp;quot;|[[file:Git.png|90px|link=https://github.com/mitobo-hub]]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center;width:10%&amp;quot;|[http://imagej.net/MiToBo ImageJ.net]&lt;br /&gt;
|style=&amp;quot;text-align:center;width:10%&amp;quot;|[http://imagejdocu.tudor.lu/doku.php?id=plugin:collections:mitobo_-_a_microscope_image_analysis_toolbox:start ImageJ Docu Wiki]&lt;br /&gt;
|style=&amp;quot;text-align:center;width:10%&amp;quot;|[https://omictools.com/microscope-image-analysis-toolbox-tool OMIC Tools]&lt;br /&gt;
|style=&amp;quot;text-align:center;width:10%&amp;quot;|[https://github.com/mitobo-hub GitHub]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 0.3em 1em 0.7em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
'''Latest News'''&amp;lt;br&amp;gt;&lt;br /&gt;
* 12/2018: MiToBo 1.8.13 has been released including the CytoskeletonAnalyzer2D.&lt;br /&gt;
* 07/2018: We have added a new page [[Tips_and_Tricks| Tips and Tricks]] here in the Wiki where you can find information on how to accomplish common tasks like manually labeling images.&lt;br /&gt;
&lt;br /&gt;
The news archive can be found [[News Archive | here]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 0.3em 1em 0.7em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
'''How to get MiToBo?'''&amp;lt;br&amp;gt;&lt;br /&gt;
* ImageJ-Users:&amp;lt;br&amp;gt; download the [https://moon.informatik.uni-halle.de/archiva/repository/releases/de/unihalle/informatik/MiToBo/mitobo-plugins/1.8.7.1/mitobo-plugins-1.8.7.1-bin.zip MiToBo-Plugins package] and follow the installation instructions to be found [[Installation | here]]. &lt;br /&gt;
* Fiji-Users:&amp;lt;br&amp;gt; simply select MiToBo's update site [http://sites.imagej.net/MiToBo http://sites.imagej.net/MiToBo] in FijiIs list of update sites in your installation&lt;br /&gt;
* use in general:&amp;lt;br&amp;gt; you can download MiToBo and the MiToBo plugins package [[Downloads | here]]. &amp;lt;br/&amp;gt; &lt;br /&gt;
&lt;br /&gt;
You can find the API documentation for the current release [http://www.informatik.uni-halle.de/mitobo/api/index.html here].&amp;lt;br/&amp;gt; &lt;br /&gt;
Furthermore MiToBo offers you a user and programmer guide which you can download [http://www.informatik.uni-halle.de/mitobo/downloads/manual/MiToBoManual.pdf here].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 0.3em 1em 0.7em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
'''Support, Bug reports &amp;amp; Feature requests'''&lt;br /&gt;
{|style=&amp;quot;background-color:#f8f8ff&amp;quot;&lt;br /&gt;
|style=&amp;quot;text-align:left;width:20%|[[File:forum-image-sc.png|border|64px|left|link=https://forum.image.sc/]]&lt;br /&gt;
|style=&amp;quot;text-align:left;width:60%|To get help on your questions about MiToBo tools, plugins and operators you can use the forum at [https://forum.image.sc/ image.sc] tagging your post with [https://forum.image.sc/tags/mitobo #mitobo].&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;width:20%|[[file:Git.png|64px|link=https://github.com/mitobo-hub]]&lt;br /&gt;
|style=&amp;quot;text-align:left;width:60%|Bug reports and feature requests can be submitted as issues on [https://github.com/mitobo-hub/mitobo/issues Github].&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;width:20%|[[file:Email.png|center|36px|link=]]&lt;br /&gt;
|style=&amp;quot;text-align:left;width:60%|Alternatively you can also write an email to [mailto:mitobo@informatik.uni-halle.de mitobo@informatik.uni-halle.de].&lt;br /&gt;
|}&lt;br /&gt;
Before reporting a new bug or requesting a new feature, please check if that bug has already been submitted in the forum or on Github.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 0.3em 1em 0.7em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
'''Licensing information'''&amp;lt;br&amp;gt;&lt;br /&gt;
MiToBo 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].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 0.3em 1em 0.7em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
'''Gnu PGP Public Key'''&amp;lt;br&amp;gt;&lt;br /&gt;
Since version 1.8.7 MiToBo and MiToBo-Plugins releases are PGP signed. MiToBo's [https://pgp.mit.edu/pks/lookup?op=get&amp;amp;search=0x259F7DD171EFF7A9 public key] for verification can be found on public key servers, e.g., at https://pgp.mit.edu/.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Posch</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Main_Page&amp;diff=304</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Main_Page&amp;diff=304"/>
		<updated>2012-10-11T09:15:30Z</updated>

		<summary type="html">&lt;p&gt;Posch: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== MiToBo - A &amp;lt;span style=&amp;quot;color:#CC0000&amp;quot;&amp;gt;m&amp;lt;/span&amp;gt;icroscope &amp;lt;span style=&amp;quot;color:#CC0000&amp;quot;&amp;gt;i&amp;lt;/span&amp;gt;mage analysis &amp;lt;span style=&amp;quot;color:#CC0000&amp;quot;&amp;gt;to&amp;lt;/span&amp;gt;ol&amp;lt;span style=&amp;quot;color:#CC0000&amp;quot;&amp;gt;bo&amp;lt;/span&amp;gt;x== &lt;br /&gt;
The Microscope Image Analysis Toolbox MiToBo is an extension for the widely used image processing application [http://rsbweb.nih.gov/ij/ ImageJ].&amp;lt;br /&amp;gt; &lt;br /&gt;
MiToBo ships with a set of ready-to-use plugins that focus on the analysis of biomedical images acquired by various&amp;lt;br/&amp;gt; &lt;br /&gt;
types of microscopes.&amp;lt;br /&amp;gt; &lt;br /&gt;
Furthermore, MiToBo offers a framework for developing plugins that have properties not available in ImageJ. &amp;lt;br /&amp;gt;&lt;br /&gt;
Especially, MiToBo completely separates the implementation of image processing algorithms from the user interface, but&amp;lt;br /&amp;gt;&lt;br /&gt;
still offers full compatibility to all ImageJ features. &amp;lt;br /&amp;gt;&lt;br /&gt;
The underlying concept of operators which link the processing steps to a directed graph structure, allows, for example&amp;lt;br /&amp;gt;&lt;br /&gt;
the automatic documentation of the whole analysis process that lead from the input image to the analysis results.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Latest News ==&lt;br /&gt;
&lt;br /&gt;
=== October 2012 ===&lt;br /&gt;
Updated version of Chipory available for download.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== August 2012 ===&lt;br /&gt;
Some of the MiToBo developers will join the '''ImageJ User &amp;amp; Developer Conference 2012''' to be held at the end of October in Mondorf-les-Bains, Luxembourg.&amp;lt;br/&amp;gt;&lt;br /&gt;
In particular, two plugins for ImageJ implemented in MiToBo will be presented and demonstrated in posters:&lt;br /&gt;
&lt;br /&gt;
* B. Möller and D. Misiak, &amp;quot;SnakeOptimizer - Object Segmentation with Parametric Active Contours in ImageJ&amp;quot;&lt;br /&gt;
* M. Glaß, B. Möller and S. Posch, &amp;quot;Scratch Assay Analysis in ImageJ&amp;quot;&lt;br /&gt;
&lt;br /&gt;
We are looking forward to meet you in Mondorf-les-Bains!&lt;br /&gt;
&lt;br /&gt;
=== July 2012 - Release 1.0.1 ===&lt;br /&gt;
Version 1.0.1 of MiToBo has been released. &amp;lt;br/&amp;gt;&lt;br /&gt;
The new release ships with new quick start plugins for the SnakeOptimizer and ScratchAssayAnalyzer operators.&amp;lt;br/&amp;gt;&lt;br /&gt;
In addition a lot of bugs have been fixed in the core of Alida/MiToBo improving robustness and usability of the operators and their automatically generated user interfaces.&lt;br /&gt;
&lt;br /&gt;
Check the [[Downloads | download page]] for jars and sources.&lt;br /&gt;
&lt;br /&gt;
New release of chipory ready for download&lt;br /&gt;
&lt;br /&gt;
=== April 2012 ===&lt;br /&gt;
Version 1.0.0 of MiToBo has been released. &amp;lt;br/&amp;gt;&lt;br /&gt;
Most interesting new features are:&lt;br /&gt;
&lt;br /&gt;
* automatic generation of graphical user interfaces for MiToBo operators&lt;br /&gt;
* a flexible generic tool for running operators via command line&lt;br /&gt;
* operators performing level set segmentation on images&lt;br /&gt;
* support for saving/loading parameter settings from GUI&lt;br /&gt;
&lt;br /&gt;
Check the [[Downloads | download page]] for jars and sources.&lt;br /&gt;
&lt;br /&gt;
=== March 2012 - Preview of Release 1.0 ===&lt;br /&gt;
Very soon a new version of MiToBo will be released! Amongst others one of the main features will be the automatic user interface generation for implemented operators.&amp;lt;br/&amp;gt; In particular, MiToBo will include mature (automatically generated!) graphical user interfaces for several of its operators, e.g. for the scratch assay analyzer or the snake segmentation. To get a first impression on these interfaces take a look at the beta release. This beta release does not contain MiToBo as a whole, but just selected operators. It is also not fully functional, but allows you to get a first impression of what MiToBo's next release is going to offer you, and especially how easy it will be even for non-experts to use MiToBo's functionality!&lt;br /&gt;
&lt;br /&gt;
* Download the beta release [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-preview-1.0-beta.jar here]!&lt;br /&gt;
&lt;br /&gt;
Just put the jar archive into your ImageJ plugins folder and make sure that it is also part of your classpath! In addition you will also need the following jars:&lt;br /&gt;
&lt;br /&gt;
* [http://rsbweb.nih.gov/ij/ ImageJ], Version 1.46g&lt;br /&gt;
* [http://xmlbeans.apache.org/ XMLBeans], Version 2.5.0&lt;br /&gt;
* [http://xstream.codehaus.org/ XStream], Version 1.3.1&lt;br /&gt;
* [http://www.loci.wisc.edu/software/bio-formats/ Loci Tools], Version 4.3.3&lt;br /&gt;
* [http://math.nist.gov/javanumerics/jama/ Jama], Version 1.0.2 &lt;br /&gt;
* [http://javahelp.java.net/ JavaHelp], Version 2.0_05&lt;br /&gt;
* [http://www.csie.ntu.edu.tw/~cjlin/libsvm/ LIBSVM], Version 3.1&lt;br /&gt;
&lt;br /&gt;
Finally some MiToBo internal jars are required (have a look at the download page for more details):&lt;br /&gt;
&lt;br /&gt;
* [http://www.informatik.uni-halle.de/mitobo/downloads/aldgraphml/aldgraphml.jar ALDGraphml]&lt;br /&gt;
* [http://www.informatik.uni-halle.de/mitobo/downloads/mtbxml/mtbxml.jar mtbxml] &lt;br /&gt;
* [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-Help.jar MiToBo-Help] &lt;br /&gt;
* [http://www2.informatik.uni-halle.de/agprbio/alida/downloads/sezpoz-1.9-alida.jar Alida-SezPoz].&lt;br /&gt;
&lt;br /&gt;
... and for the snakes you require C++ native libs:&lt;br /&gt;
* 32-bit Linux [http://www.informatik.uni-halle.de/mitobo/downloads/native/libJNI_Cgal_Polygon2D-64-betaRelease.so lib], 64-bit Linux [http://www.informatik.uni-halle.de/mitobo/downloads/native/libJNI_Cgal_Polygon2D-64-betaRelease.so lib], 32-bit Windows [http://www.informatik.uni-halle.de/mitobo/downloads/native/libJNI_Cgal_Polygon2D-win32-betaRelease.dll lib]&lt;br /&gt;
&lt;br /&gt;
On running ImageJ you will find an entry &amp;quot;MiToBo-&amp;gt;mitoboRunner-&amp;gt;MiToBo Runner&amp;quot; in the plugins menu. By selecting the item the operator choser window will pop-up and allow you to browse and execute some of the MiToBo operators. We hope that you enjoy MiToBo! If you have questions or comments, please do not hesitate to contact us, we are pleased with any feedback to further improve MiToBo!&lt;br /&gt;
&lt;br /&gt;
=== September 2011 ===&lt;br /&gt;
Version 0.9.6 of MiToBo has been released. &amp;lt;br/&amp;gt;&lt;br /&gt;
Most interesting new features are:&lt;br /&gt;
&lt;br /&gt;
* more user-friendly I/O interfaces&lt;br /&gt;
* MiCA, the 2D microscope cell image analyzer&lt;br /&gt;
* several bugfixes and internal enhancements&lt;br /&gt;
&lt;br /&gt;
Check the [[Downloads | download page]] for jars and sources.&lt;br /&gt;
&lt;br /&gt;
=== June 2011 ===&lt;br /&gt;
Version 0.9.5 of MiToBo has just been released! &amp;lt;br/&amp;gt;&lt;br /&gt;
Most interesting new features are:&lt;br /&gt;
&lt;br /&gt;
* scratch assay analysis with levelsets&lt;br /&gt;
* enhanced image I/O&lt;br /&gt;
* easy operator development with annotations&lt;br /&gt;
&lt;br /&gt;
== Licensing information ==&lt;br /&gt;
MiToBo 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].&lt;br /&gt;
&lt;br /&gt;
== Current release ==&lt;br /&gt;
You can download MiToBo version 0.9.6 [[Downloads | here]]. &amp;lt;br /&amp;gt;&lt;br /&gt;
You can find the API documentation for this release [http://www.informatik.uni-halle.de/mitobo/api/index.html here].&amp;lt;br/&amp;gt;&lt;br /&gt;
Furthermore MiToBo offers you a user and programmer manual you can download [http://www.informatik.uni-halle.de/mitobo/downloads/manual/MiToBoManual.pdf here].&lt;br /&gt;
&lt;br /&gt;
== Bug reports &amp;amp; Feature requests ==&lt;br /&gt;
Bug reports and feature requests can be submitted via the [http://www2.informatik.uni-halle.de/agprbio/mitobo-bts/bug_report_page.php MiToBo bugtracking system] or by mail to [mailto:mitobo@informatik.uni-halle.de mitobo@informatik.uni-halle.de].&amp;lt;br /&amp;gt;&lt;br /&gt;
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].&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Posch</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Main_Page&amp;diff=302</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Main_Page&amp;diff=302"/>
		<updated>2012-07-12T14:32:40Z</updated>

		<summary type="html">&lt;p&gt;Posch: /* July 2012 - Release 1.0.1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== MiToBo - A &amp;lt;span style=&amp;quot;color:#CC0000&amp;quot;&amp;gt;m&amp;lt;/span&amp;gt;icroscope &amp;lt;span style=&amp;quot;color:#CC0000&amp;quot;&amp;gt;i&amp;lt;/span&amp;gt;mage analysis &amp;lt;span style=&amp;quot;color:#CC0000&amp;quot;&amp;gt;to&amp;lt;/span&amp;gt;ol&amp;lt;span style=&amp;quot;color:#CC0000&amp;quot;&amp;gt;bo&amp;lt;/span&amp;gt;x== &lt;br /&gt;
The Microscope Image Analysis Toolbox MiToBo is an extension for the widely used image processing application [http://rsbweb.nih.gov/ij/ ImageJ].&amp;lt;br /&amp;gt; &lt;br /&gt;
MiToBo ships with a set of ready-to-use plugins that focus on the analysis of biomedical images acquired by various&amp;lt;br/&amp;gt; &lt;br /&gt;
types of microscopes.&amp;lt;br /&amp;gt; &lt;br /&gt;
Furthermore, MiToBo offers a framework for developing plugins that have properties not available in ImageJ. &amp;lt;br /&amp;gt;&lt;br /&gt;
Especially, MiToBo completely separates the implementation of image processing algorithms from the user interface, but&amp;lt;br /&amp;gt;&lt;br /&gt;
still offers full compatibility to all ImageJ features. &amp;lt;br /&amp;gt;&lt;br /&gt;
The underlying concept of operators which link the processing steps to a directed graph structure, allows, for example&amp;lt;br /&amp;gt;&lt;br /&gt;
the automatic documentation of the whole analysis process that lead from the input image to the analysis results.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Latest News ==&lt;br /&gt;
&lt;br /&gt;
=== July 2012 - Release 1.0.1 ===&lt;br /&gt;
Version 1.0.1 of MiToBo has been released. &amp;lt;br/&amp;gt;&lt;br /&gt;
The new release ships with new quick start plugins for the SnakeOptimizer and ScratchAssayAnalyzer operators.&amp;lt;br/&amp;gt;&lt;br /&gt;
In addition a lot of bugs have been fixed in the core of Alida/MiToBo improving robustness and usability of the operators and their automatically generated user interfaces.&lt;br /&gt;
&lt;br /&gt;
Check the [[Downloads | download page]] for jars and sources.&lt;br /&gt;
&lt;br /&gt;
New release of chipory ready for download&lt;br /&gt;
&lt;br /&gt;
=== April 2012 ===&lt;br /&gt;
Version 1.0.0 of MiToBo has been released. &amp;lt;br/&amp;gt;&lt;br /&gt;
Most interesting new features are:&lt;br /&gt;
&lt;br /&gt;
* automatic generation of graphical user interfaces for MiToBo operators&lt;br /&gt;
* a flexible generic tool for running operators via command line&lt;br /&gt;
* operators performing level set segmentation on images&lt;br /&gt;
* support for saving/loading parameter settings from GUI&lt;br /&gt;
&lt;br /&gt;
Check the [[Downloads | download page]] for jars and sources.&lt;br /&gt;
&lt;br /&gt;
=== March 2012 - Preview of Release 1.0 ===&lt;br /&gt;
Very soon a new version of MiToBo will be released! Amongst others one of the main features will be the automatic user interface generation for implemented operators.&amp;lt;br/&amp;gt; In particular, MiToBo will include mature (automatically generated!) graphical user interfaces for several of its operators, e.g. for the scratch assay analyzer or the snake segmentation. To get a first impression on these interfaces take a look at the beta release. This beta release does not contain MiToBo as a whole, but just selected operators. It is also not fully functional, but allows you to get a first impression of what MiToBo's next release is going to offer you, and especially how easy it will be even for non-experts to use MiToBo's functionality!&lt;br /&gt;
&lt;br /&gt;
* Download the beta release [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-preview-1.0-beta.jar here]!&lt;br /&gt;
&lt;br /&gt;
Just put the jar archive into your ImageJ plugins folder and make sure that it is also part of your classpath! In addition you will also need the following jars:&lt;br /&gt;
&lt;br /&gt;
* [http://rsbweb.nih.gov/ij/ ImageJ], Version 1.46g&lt;br /&gt;
* [http://xmlbeans.apache.org/ XMLBeans], Version 2.5.0&lt;br /&gt;
* [http://xstream.codehaus.org/ XStream], Version 1.3.1&lt;br /&gt;
* [http://www.loci.wisc.edu/software/bio-formats/ Loci Tools], Version 4.3.3&lt;br /&gt;
* [http://math.nist.gov/javanumerics/jama/ Jama], Version 1.0.2 &lt;br /&gt;
* [http://javahelp.java.net/ JavaHelp], Version 2.0_05&lt;br /&gt;
* [http://www.csie.ntu.edu.tw/~cjlin/libsvm/ LIBSVM], Version 3.1&lt;br /&gt;
&lt;br /&gt;
Finally some MiToBo internal jars are required (have a look at the download page for more details):&lt;br /&gt;
&lt;br /&gt;
* [http://www.informatik.uni-halle.de/mitobo/downloads/aldgraphml/aldgraphml.jar ALDGraphml]&lt;br /&gt;
* [http://www.informatik.uni-halle.de/mitobo/downloads/mtbxml/mtbxml.jar mtbxml] &lt;br /&gt;
* [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-Help.jar MiToBo-Help] &lt;br /&gt;
* [http://www2.informatik.uni-halle.de/agprbio/alida/downloads/sezpoz-1.9-alida.jar Alida-SezPoz].&lt;br /&gt;
&lt;br /&gt;
... and for the snakes you require C++ native libs:&lt;br /&gt;
* 32-bit Linux [http://www.informatik.uni-halle.de/mitobo/downloads/native/libJNI_Cgal_Polygon2D-64-betaRelease.so lib], 64-bit Linux [http://www.informatik.uni-halle.de/mitobo/downloads/native/libJNI_Cgal_Polygon2D-64-betaRelease.so lib], 32-bit Windows [http://www.informatik.uni-halle.de/mitobo/downloads/native/libJNI_Cgal_Polygon2D-win32-betaRelease.dll lib]&lt;br /&gt;
&lt;br /&gt;
On running ImageJ you will find an entry &amp;quot;MiToBo-&amp;gt;mitoboRunner-&amp;gt;MiToBo Runner&amp;quot; in the plugins menu. By selecting the item the operator choser window will pop-up and allow you to browse and execute some of the MiToBo operators. We hope that you enjoy MiToBo! If you have questions or comments, please do not hesitate to contact us, we are pleased with any feedback to further improve MiToBo!&lt;br /&gt;
&lt;br /&gt;
=== September 2011 ===&lt;br /&gt;
Version 0.9.6 of MiToBo has been released. &amp;lt;br/&amp;gt;&lt;br /&gt;
Most interesting new features are:&lt;br /&gt;
&lt;br /&gt;
* more user-friendly I/O interfaces&lt;br /&gt;
* MiCA, the 2D microscope cell image analyzer&lt;br /&gt;
* several bugfixes and internal enhancements&lt;br /&gt;
&lt;br /&gt;
Check the [[Downloads | download page]] for jars and sources.&lt;br /&gt;
&lt;br /&gt;
=== June 2011 ===&lt;br /&gt;
Version 0.9.5 of MiToBo has just been released! &amp;lt;br/&amp;gt;&lt;br /&gt;
Most interesting new features are:&lt;br /&gt;
&lt;br /&gt;
* scratch assay analysis with levelsets&lt;br /&gt;
* enhanced image I/O&lt;br /&gt;
* easy operator development with annotations&lt;br /&gt;
&lt;br /&gt;
== Licensing information ==&lt;br /&gt;
MiToBo 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].&lt;br /&gt;
&lt;br /&gt;
== Current release ==&lt;br /&gt;
You can download MiToBo version 0.9.6 [[Downloads | here]]. &amp;lt;br /&amp;gt;&lt;br /&gt;
You can find the API documentation for this release [http://www.informatik.uni-halle.de/mitobo/api/index.html here].&amp;lt;br/&amp;gt;&lt;br /&gt;
Furthermore MiToBo offers you a user and programmer manual you can download [http://www.informatik.uni-halle.de/mitobo/downloads/manual/MiToBoManual.pdf here].&lt;br /&gt;
&lt;br /&gt;
== Bug reports &amp;amp; Feature requests ==&lt;br /&gt;
Bug reports and feature requests can be submitted via the [http://www2.informatik.uni-halle.de/agprbio/mitobo-bts/bug_report_page.php MiToBo bugtracking system] or by mail to [mailto:mitobo@informatik.uni-halle.de mitobo@informatik.uni-halle.de].&amp;lt;br /&amp;gt;&lt;br /&gt;
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].&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Posch</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Downloads&amp;diff=288</id>
		<title>Downloads</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Downloads&amp;diff=288"/>
		<updated>2012-04-25T15:49:00Z</updated>

		<summary type="html">&lt;p&gt;Posch: /* Additional resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
Here you can find the current release of MiToBo for download. Likewise older versions and additional libraries required to run MiToBo can be found here.&lt;br /&gt;
&lt;br /&gt;
For detailed information on the installation process take a look at the [[Installation]] page.&lt;br /&gt;
&lt;br /&gt;
== Current release (v1.0.0)==&lt;br /&gt;
* the new release is coming very soon...&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* MiToBo Binaries [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-1.0.0.zip zip] (includes MiToBo binaries, license information and all jars required)&lt;br /&gt;
* MiToBo Sources [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-1.0.0.zip zip] (includes only the MiToBo sources)&lt;br /&gt;
* MiToBo API [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_api-1.0.0.zip zip]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== All versions of MiToBo ==&lt;br /&gt;
&lt;br /&gt;
{| border = &amp;quot;1&amp;quot; cellpadding = &amp;quot;5pt&amp;quot; cellspacing = &amp;quot;0&amp;quot; style = &amp;quot;border-color: #DDD; text-align: center; width: 80%&amp;quot;&lt;br /&gt;
! Version &lt;br /&gt;
! Binaries &lt;br /&gt;
! Sources &lt;br /&gt;
! API &lt;br /&gt;
! Date&lt;br /&gt;
|-&lt;br /&gt;
| 1.0.0&lt;br /&gt;
| &amp;lt;!-- [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-1.0.0.zip zip]--&amp;gt;&lt;br /&gt;
| &amp;lt;!-- [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-1.0.0.zip zip]--&amp;gt;&lt;br /&gt;
| &amp;lt;!--[http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_api-1.0.0.zip zip]--&amp;gt;&lt;br /&gt;
| April 26th, 2012&lt;br /&gt;
|-&lt;br /&gt;
| 0.96&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.6.zip zip]&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.6.zip zip]&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_api-0.9.6.zip zip]&lt;br /&gt;
| September 01, 2011&lt;br /&gt;
|-&lt;br /&gt;
| 0.95&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.5.zip zip]&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.5.zip zip]&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_api-0.9.5.zip zip]&lt;br /&gt;
| June 08, 2011 (updated June 22nd, 2011)&lt;br /&gt;
|-&lt;br /&gt;
| 0.9&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.tar.gz tar.gz]&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.tar.gz tar.gz]&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.tar.gz tar.gz]&lt;br /&gt;
| October 26, 2010&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Manual ==&lt;br /&gt;
&lt;br /&gt;
Detailed information about MiToBo, its API and usage, can be found in the user and programmer manual.&lt;br /&gt;
&lt;br /&gt;
* MiToBo-Manual, Version 0.9.6 [http://www.informatik.uni-halle.de/mitobo/downloads/manual/MiToBoManual.pdf pdf]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
MiToBo requires Java 1.6 or later. &lt;br /&gt;
&lt;br /&gt;
The following external jars are needed to run MiToBo plugins and use the code.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Note that the binary zip file already includes all jars required, there is no need for explicit download!&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
MiToBo depends on the following external jars:&lt;br /&gt;
&lt;br /&gt;
* [http://rsbweb.nih.gov/ij/ ImageJ], Version 1.46g&lt;br /&gt;
* [http://xmlbeans.apache.org/ XMLBeans], Version 2.5.0&lt;br /&gt;
* [http://xstream.codehaus.org/ XStream], Version 1.3.1&lt;br /&gt;
* [http://www.csie.ntu.edu.tw/~cjlin/libsvm/ LIBSVM], Version 3.1&lt;br /&gt;
* [http://www.loci.wisc.edu/software/bio-formats/ Loci Tools], Version 4.3.3&lt;br /&gt;
* [http://math.nist.gov/javanumerics/jama/ Jama], Version 1.0.2 &lt;br /&gt;
* [http://javahelp.java.net/ JavaHelp], Version 2.0_05&lt;br /&gt;
* [http://sezpoz.java.net/ SezPoz], Version 1.9&lt;br /&gt;
&lt;br /&gt;
* [https://jai-imageio.dev.java.net/ JAI ImageIO], Version 1.1 (only required for MiToBo 0.9)&lt;br /&gt;
&lt;br /&gt;
=== Project internal libraries ===&lt;br /&gt;
&lt;br /&gt;
MiToBo also relies on some libraries provided by the MiToBo project itself.&amp;lt;br&amp;gt;&lt;br /&gt;
In particular XML schemes for representing the history graphs and MiToBo's online help are included in separate jar archives.&lt;br /&gt;
&lt;br /&gt;
'''[[Note]]:''' &amp;lt;br/&amp;gt;&lt;br /&gt;
''' You do not need to download these libraries explicitly. If you download the binary zip file all jars and libraries are already included.''' &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The MiToBo internal archive files included in the zip file are the following ones:&lt;br /&gt;
&lt;br /&gt;
* ALDGraphml, Version 1.0.0 (Alida extensions for [http://graphml.graphdrawing.org/ graphML]):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/aldgraphml/aldgraphml.jar jar]&lt;br /&gt;
* MTBXml, Version 1.0.0 (MiToBo XML I/O for several datatypes, based on XMLBeans):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbxml/mtbxml.jar jar] &lt;br /&gt;
* MiToBo-Help, Version 1.0.0 (MiToBo JavaHelp pages):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mitoboHelp/MiToBo-Help.jar jar] &lt;br /&gt;
&lt;br /&gt;
The following library is only required for MiToBo-0.9: &lt;br /&gt;
&lt;br /&gt;
* MTBImageIO-Ext, Version 0.9 (improved image I/O based on ImageIO-Ext):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbimageio/mtb-imageio-ext-tiff-0.9.jar jar]&lt;br /&gt;
** Source code [http://www.informatik.uni-halle.de/mitobo/downloads/mtbimageio/mtb-imageio-ext-tiff_src-0.9.zip zip]&lt;br /&gt;
** 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.&amp;lt;br/&amp;gt;MTBImageIO-Ext is simply the TIFF part of ImageIO-Ext with slight adjustments to remove dependency on the JAI library.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Additional resources ==&lt;br /&gt;
&lt;br /&gt;
* '''Chipory''' - a graph visualization tool for displaying MiToBo history graphs&amp;lt;br/&amp;gt;Chipory is an extended version of the [http://www.cs.bilkent.edu.tr/~ivis/chisio.html Chisio software] developed at the Bilkent University in Turkey.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
The zip file below contains all necessary files. Download this file and unpack it into a folder of your choice.&lt;br /&gt;
&lt;br /&gt;
* To use Chipory on a Linux system with 32-bit architecture just type './Chipory.sh'.&amp;lt;BR&amp;gt;&lt;br /&gt;
* In case that your machine has a 64-bit architecture running Linux, call './Chipory_64.sh'.&amp;lt;BR&amp;gt;&lt;br /&gt;
* For Windows with 32-bit architecture a self extracting installer  including an executable of Chipory is available.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Download the current release:&lt;br /&gt;
* Chipory binary  [http://www.informatik.uni-halle.de/mitobo/downloads/Chipory.zip zip]&lt;br /&gt;
* self extracting installer for Windows [http://www.informatik.uni-halle.de/mitobo/downloads/chipory-setup.exe chipory-setup.exe]&lt;br /&gt;
Source code for Chipory is available upon request.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example images'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* [http://www.informatik.uni-halle.de/mitobo/downloads/scratch_examples.zip Scratch assay images]&lt;br /&gt;
&lt;br /&gt;
== Logo ==&lt;br /&gt;
&lt;br /&gt;
* MiToBo logo as [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_logo.pdf PDF] or [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_logo.png PNG]&lt;/div&gt;</summary>
		<author><name>Posch</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Downloads&amp;diff=230</id>
		<title>Downloads</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Downloads&amp;diff=230"/>
		<updated>2011-05-05T09:14:58Z</updated>

		<summary type="html">&lt;p&gt;Posch: /* Additional resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== Requirements ==&lt;br /&gt;
MiToBo requires Java 1.6 or later. &lt;br /&gt;
&lt;br /&gt;
The following external jars are needed to run MiToBo plugins and use the code:&lt;br /&gt;
&lt;br /&gt;
* [http://rsbweb.nih.gov/ij/ ImageJ], Version 1.43&lt;br /&gt;
* [http://xmlbeans.apache.org/ XMLBeans], Version 2.5.0&lt;br /&gt;
* [http://xstream.codehaus.org/ XStream], Version 1.3.1&lt;br /&gt;
* [https://jai-imageio.dev.java.net/ JAI ImageIO], Version 1.1&lt;br /&gt;
&lt;br /&gt;
MiToBo relies on some libraries provided by the MiToBo project itself.&amp;lt;br&amp;gt;&lt;br /&gt;
If you download the MiToBo binaries you will find them included in the zip file.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The zip file contains the following jars:&lt;br /&gt;
&lt;br /&gt;
* MTBImageIO-Ext, Version 0.9 (improved image I/O based on ImageIO-Ext):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbimageio/mtb-imageio-ext-tiff-0.9.jar jar]&lt;br /&gt;
** Source code [http://www.informatik.uni-halle.de/mitobo/downloads/mtbimageio/mtb-imageio-ext-tiff_src-0.9.zip zip]&lt;br /&gt;
** 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.&amp;lt;br/&amp;gt;MTBImageIO-Ext is simply the TIFF part of ImageIO-Ext with slight adjustments to remove dependency on the JAI library.&lt;br /&gt;
* MTBGraphml, Version 0.9 (MiToBo extensions for [http://graphml.graphdrawing.org/ graphML]):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbgraphml/mtbgraphml-0.9.jar jar]&lt;br /&gt;
* MTBXml, Version 0.9 (MiToBo XML I/O for several datatypes, based on XMLBeans):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbxml/mtbxml-0.9.jar jar]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Current release (v0.9)==&lt;br /&gt;
* MiToBo Binaries [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.tar.gz tar.gz] (includes MiToBo binaries, license information and additional jars provided by the MiToBo project)&lt;br /&gt;
* MiToBo Sources [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.tar.gz tar.gz] (includes only the MiToBo sources)&lt;br /&gt;
* MiToBo API [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.tar.gz tar.gz]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== All versions of MiToBo ==&lt;br /&gt;
&lt;br /&gt;
{| border = &amp;quot;1&amp;quot; cellpadding = &amp;quot;5pt&amp;quot; cellspacing = &amp;quot;0&amp;quot; style = &amp;quot;border-color: #DDD; text-align: center; width: 80%&amp;quot;&lt;br /&gt;
! Version &lt;br /&gt;
! Binaries &lt;br /&gt;
! Sources &lt;br /&gt;
! API &lt;br /&gt;
! Date&lt;br /&gt;
|-&lt;br /&gt;
| 0.9&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.tar.gz tar.gz]&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.tar.gz tar.gz]&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.tar.gz tar.gz]&lt;br /&gt;
| October 26, 2010&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Manual ==&lt;br /&gt;
&lt;br /&gt;
Detailed information about MiToBo, its API and usage, can be found in the user and programmer manual. &lt;br /&gt;
&lt;br /&gt;
* MiToBo-Manual, Version 0.9 [http://www.informatik.uni-halle.de/mitobo/downloads/manual/MiToBoManual-0.9.pdf pdf]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Additional resources ==&lt;br /&gt;
&lt;br /&gt;
* '''Chipory''' - a graph visualization tool for displaying MiToBo history graphs&amp;lt;br/&amp;gt;Chipory is an extended version of the [http://www.cs.bilkent.edu.tr/~ivis/chisio.html Chisio software] developed at the Bilkent University in Turkey.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
The zip file below contains all necessary files. Download this file and unpack it into a folder of your choice.&lt;br /&gt;
&lt;br /&gt;
* To use Chipory on a Linux system with 32-bit architecture just type './Chipory.sh'.&amp;lt;BR&amp;gt;&lt;br /&gt;
* In case that your machine has a 64-bit architecture running Linux, call './Chipory_64.sh'.&amp;lt;BR&amp;gt;&lt;br /&gt;
* For Windows with 32-bit architecture a self extracting installer  including an executable of Chipory is available.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Download the current release:&lt;br /&gt;
[http&lt;br /&gt;
* Chipory binary  [http://www.informatik.uni-halle.de/mitobo/downloads/Chipory.zip zip]&lt;br /&gt;
* self extracting installer for Windows [http://www.informatik.uni-halle.de/mitobo/downloads/chipory-setup.exe chipory-setup.exe]&lt;br /&gt;
Source code for Chipory is available upon request.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Logo ==&lt;br /&gt;
&lt;br /&gt;
* MiToBo logo as [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_logo.pdf PDF] or [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_logo.png PNG]&lt;/div&gt;</summary>
		<author><name>Posch</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Downloads&amp;diff=223</id>
		<title>Downloads</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Downloads&amp;diff=223"/>
		<updated>2010-10-28T14:08:04Z</updated>

		<summary type="html">&lt;p&gt;Posch: /* Additional resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== Requirements ==&lt;br /&gt;
MiToBo requires Java 1.6 or later. &lt;br /&gt;
&lt;br /&gt;
The following external jars are needed to run MiToBo plugins and use the code:&lt;br /&gt;
&lt;br /&gt;
* [http://rsbweb.nih.gov/ij/ ImageJ], Version 1.43&lt;br /&gt;
* [http://xmlbeans.apache.org/ XMLBeans], Version 2.5.0&lt;br /&gt;
* [http://xstream.codehaus.org/ XStream], Version 1.3.1&lt;br /&gt;
* [https://jai-imageio.dev.java.net/ JAI ImageIO], Version 1.1&lt;br /&gt;
&lt;br /&gt;
MiToBo relies on some libraries provided by the MiToBo project itself.&amp;lt;br&amp;gt;&lt;br /&gt;
If you download the MiToBo binaries you will find them included in the zip file.&lt;br /&gt;
&lt;br /&gt;
The zip file contains the following jars:&lt;br /&gt;
&lt;br /&gt;
* MTBImageIO-Ext, Version 0.9 (improved image I/O based on ImageIO-Ext):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbimageio/mtb-imageio-ext-tiff-0.9.jar jar]&lt;br /&gt;
** Source code [http://www.informatik.uni-halle.de/mitobo/downloads/mtbimageio/mtb-imageio-ext-tiff_src-0.9.zip zip]&lt;br /&gt;
** 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.&amp;lt;br/&amp;gt;MTBImageIO-Ext is simply the TIFF part of ImageIO-Ext with slight adjustments to remove dependency on the JAI library.&lt;br /&gt;
* MTBGraphml, Version 0.9 (MiToBo extensions for [http://graphml.graphdrawing.org/ graphML]):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbgraphml/mtbgraphml-0.9.jar jar]&lt;br /&gt;
* MTBXml, Version 0.9 (MiToBo XML I/O for several datatypes, based on XMLBeans):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbxml/mtbxml-0.9.jar jar]&lt;br /&gt;
&lt;br /&gt;
== Current release (v0.9)==&lt;br /&gt;
* MiToBo Binaries [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.tar.gz tar.gz] (includes MiToBo binaries, license information and additional jars provided by the MiToBo project)&lt;br /&gt;
* MiToBo Sources [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.tar.gz tar.gz] (includes only the MiToBo sources)&lt;br /&gt;
* MiToBo API [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.tar.gz tar.gz]&lt;br /&gt;
&lt;br /&gt;
== All versions of MiToBo ==&lt;br /&gt;
&lt;br /&gt;
{| border = &amp;quot;1&amp;quot; cellpadding = &amp;quot;5pt&amp;quot; cellspacing = &amp;quot;0&amp;quot; style = &amp;quot;border-color: #DDD; text-align: center; width: 80%&amp;quot;&lt;br /&gt;
! Version &lt;br /&gt;
! Binaries &lt;br /&gt;
! Sources &lt;br /&gt;
! API &lt;br /&gt;
! Date&lt;br /&gt;
|-&lt;br /&gt;
| 0.9&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.tar.gz tar.gz]&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.tar.gz tar.gz]&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.tar.gz tar.gz]&lt;br /&gt;
| October 26, 2010&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Manual ==&lt;br /&gt;
&lt;br /&gt;
Detailed information about MiToBo, its API and usage, can be found in the user and programmer manual. &lt;br /&gt;
&lt;br /&gt;
* MiToBo-Manual, Version 0.9 [http://www.informatik.uni-halle.de/mitobo/downloads/manual/MiToBoManual-0.9.pdf pdf]&lt;br /&gt;
&lt;br /&gt;
== Additional resources ==&lt;br /&gt;
&lt;br /&gt;
* '''MTBChisio''' - a graph visualization tool for displaying MiToBo history graphs&lt;br /&gt;
&lt;br /&gt;
MTBChisio is an extended version of the [http://www.cs.bilkent.edu.tr/~ivis/chisio.html Chisio software] developed at the Bilkent University in Turkey.&lt;br /&gt;
&lt;br /&gt;
The zip or the tgz file below contains all necessary files. Download one of these and unpack it into a folder of your choice.&lt;br /&gt;
&lt;br /&gt;
* To use MTBChisio on a Linux system with 32-bit architecture just type './MTBChisio.sh'.&amp;lt;BR&amp;gt;&lt;br /&gt;
* In case that your machine has a 64-bit architecture running Linux, call './MTBChisio_64.sh'.&amp;lt;BR&amp;gt;&lt;br /&gt;
* For Windows with 32-bit architecture a self extracting installer  including an executable of mtbchisio is available.&lt;br /&gt;
&lt;br /&gt;
Download the current release: &lt;br /&gt;
* MTBChisio binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbchisio/mtbchisio.tar.gz tar.gz] [http://www.informatik.uni-halle.de/mitobo/downloads/mtbchisio/mtbchisio.zip zip]&lt;br /&gt;
* self extracting installer for Windows [http://www.informatik.uni-halle.de/mitobo/downloads/mtbchisio-installer.exe mtbchisio-installer.exe]&lt;br /&gt;
Source code for MTBChisio is available upon request.&lt;br /&gt;
&lt;br /&gt;
== Logo ==&lt;br /&gt;
&lt;br /&gt;
* MiToBo logo as [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_logo.pdf PDF] or [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_logo.png PNG]&lt;/div&gt;</summary>
		<author><name>Posch</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Downloads&amp;diff=222</id>
		<title>Downloads</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Downloads&amp;diff=222"/>
		<updated>2010-10-28T14:07:44Z</updated>

		<summary type="html">&lt;p&gt;Posch: /* Additional resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== Requirements ==&lt;br /&gt;
MiToBo requires Java 1.6 or later. &lt;br /&gt;
&lt;br /&gt;
The following external jars are needed to run MiToBo plugins and use the code:&lt;br /&gt;
&lt;br /&gt;
* [http://rsbweb.nih.gov/ij/ ImageJ], Version 1.43&lt;br /&gt;
* [http://xmlbeans.apache.org/ XMLBeans], Version 2.5.0&lt;br /&gt;
* [http://xstream.codehaus.org/ XStream], Version 1.3.1&lt;br /&gt;
* [https://jai-imageio.dev.java.net/ JAI ImageIO], Version 1.1&lt;br /&gt;
&lt;br /&gt;
MiToBo relies on some libraries provided by the MiToBo project itself.&amp;lt;br&amp;gt;&lt;br /&gt;
If you download the MiToBo binaries you will find them included in the zip file.&lt;br /&gt;
&lt;br /&gt;
The zip file contains the following jars:&lt;br /&gt;
&lt;br /&gt;
* MTBImageIO-Ext, Version 0.9 (improved image I/O based on ImageIO-Ext):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbimageio/mtb-imageio-ext-tiff-0.9.jar jar]&lt;br /&gt;
** Source code [http://www.informatik.uni-halle.de/mitobo/downloads/mtbimageio/mtb-imageio-ext-tiff_src-0.9.zip zip]&lt;br /&gt;
** 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.&amp;lt;br/&amp;gt;MTBImageIO-Ext is simply the TIFF part of ImageIO-Ext with slight adjustments to remove dependency on the JAI library.&lt;br /&gt;
* MTBGraphml, Version 0.9 (MiToBo extensions for [http://graphml.graphdrawing.org/ graphML]):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbgraphml/mtbgraphml-0.9.jar jar]&lt;br /&gt;
* MTBXml, Version 0.9 (MiToBo XML I/O for several datatypes, based on XMLBeans):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbxml/mtbxml-0.9.jar jar]&lt;br /&gt;
&lt;br /&gt;
== Current release (v0.9)==&lt;br /&gt;
* MiToBo Binaries [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.tar.gz tar.gz] (includes MiToBo binaries, license information and additional jars provided by the MiToBo project)&lt;br /&gt;
* MiToBo Sources [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.tar.gz tar.gz] (includes only the MiToBo sources)&lt;br /&gt;
* MiToBo API [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.tar.gz tar.gz]&lt;br /&gt;
&lt;br /&gt;
== All versions of MiToBo ==&lt;br /&gt;
&lt;br /&gt;
{| border = &amp;quot;1&amp;quot; cellpadding = &amp;quot;5pt&amp;quot; cellspacing = &amp;quot;0&amp;quot; style = &amp;quot;border-color: #DDD; text-align: center; width: 80%&amp;quot;&lt;br /&gt;
! Version &lt;br /&gt;
! Binaries &lt;br /&gt;
! Sources &lt;br /&gt;
! API &lt;br /&gt;
! Date&lt;br /&gt;
|-&lt;br /&gt;
| 0.9&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.tar.gz tar.gz]&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.tar.gz tar.gz]&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.tar.gz tar.gz]&lt;br /&gt;
| October 26, 2010&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Manual ==&lt;br /&gt;
&lt;br /&gt;
Detailed information about MiToBo, its API and usage, can be found in the user and programmer manual. &lt;br /&gt;
&lt;br /&gt;
* MiToBo-Manual, Version 0.9 [http://www.informatik.uni-halle.de/mitobo/downloads/manual/MiToBoManual-0.9.pdf pdf]&lt;br /&gt;
&lt;br /&gt;
== Additional resources ==&lt;br /&gt;
&lt;br /&gt;
* '''MTBChisio''' - a graph visualization tool for displaying MiToBo history graphs&lt;br /&gt;
&lt;br /&gt;
MTBChisio is an extended version of the [http://www.cs.bilkent.edu.tr/~ivis/chisio.html Chisio software] developed at the Bilkent University in Turkey.&lt;br /&gt;
&lt;br /&gt;
The zip or the tgz file below contains all necessary files. Download one of these and unpack it into a folder of your choice.&lt;br /&gt;
&lt;br /&gt;
* To use MTBChisio on a Linux system with 32-bit architecture just type './MTBChisio.sh'.&amp;lt;BR&amp;gt;&lt;br /&gt;
* In case that your machine has a 64-bit architecture running Linux, call './MTBChisio_64.sh'.&amp;lt;BR&amp;gt;&lt;br /&gt;
* For Windows with 32-bit architecture a self extracting installer  including an executable of mtbchisio is available.&lt;br /&gt;
&lt;br /&gt;
Download the current release: &lt;br /&gt;
* MTBChisio binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbchisio/mtbchisio.tar.gz tar.gz] [http://www.informatik.uni-halle.de/mitobo/downloads/mtbchisio/mtbchisio.zip zip]&lt;br /&gt;
* self extracting installer for Windows [http://www.informatik.uni-halle.de/mitobo/downloads/mtbchisio-windows.exe mtbchisio-installer.exe]&lt;br /&gt;
Source code for MTBChisio is available upon request.&lt;br /&gt;
&lt;br /&gt;
== Logo ==&lt;br /&gt;
&lt;br /&gt;
* MiToBo logo as [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_logo.pdf PDF] or [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_logo.png PNG]&lt;/div&gt;</summary>
		<author><name>Posch</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Acknowledgements&amp;diff=219</id>
		<title>Acknowledgements</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Acknowledgements&amp;diff=219"/>
		<updated>2010-10-27T21:41:49Z</updated>

		<summary type="html">&lt;p&gt;Posch: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
* We thank the [http://www.eclipse.org Eclipse Foundation] for developing the Eclipse IDE, which greatly accelerates the development of MiToBo.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Many thanks to the workgroup of Prof. Dr. Stefan Hüttelmaier ([http://www.medizin.uni-halle.de/cfi/index.php?id=339 Department for Molecular and Cell Biology] of the&amp;lt;br/&amp;gt; Martin Luther University Halle-Wittenberg) for their scientific support and image acquisition.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* Stefan Posch&lt;br /&gt;
* Birgit Möller&lt;br /&gt;
* Oliver Greß&lt;br /&gt;
* Danny Misiak&lt;br /&gt;
* Markus Glaß&lt;/div&gt;</summary>
		<author><name>Posch</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Acknowledgements&amp;diff=218</id>
		<title>Acknowledgements</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Acknowledgements&amp;diff=218"/>
		<updated>2010-10-27T21:41:20Z</updated>

		<summary type="html">&lt;p&gt;Posch: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
* We thank the [http://www.eclipse.org Eclipse Foundation] for developing the Eclipse IDE, which greatly accelerates the development of MiToBo.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Many thanks to the workgroup of Prof. Dr. Stefan Hüttelmaier ([http://www.medizin.uni-halle.de/cfi/index.php?id=339 Department for Molecular and Cell Biology]) of the&amp;lt;br/&amp;gt; Martin Luther University Halle-Wittenberg) for their scientific support and image acquisition.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* Stefan Posch&lt;br /&gt;
* Birgit Möller&lt;br /&gt;
* Oliver Greß&lt;br /&gt;
* Danny Misiak&lt;br /&gt;
* Markus Glaß&lt;/div&gt;</summary>
		<author><name>Posch</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Downloads&amp;diff=217</id>
		<title>Downloads</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Downloads&amp;diff=217"/>
		<updated>2010-10-27T21:39:03Z</updated>

		<summary type="html">&lt;p&gt;Posch: /* Additional resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== Requirements ==&lt;br /&gt;
MiToBo requires Java 1.6 or later. &lt;br /&gt;
&lt;br /&gt;
The following external jars are needed to run MiToBo plugins and use the code:&lt;br /&gt;
&lt;br /&gt;
* [http://rsbweb.nih.gov/ij/ ImageJ], Version 1.43&lt;br /&gt;
* [http://xmlbeans.apache.org/ XMLBeans], Version 2.5.0&lt;br /&gt;
* [http://xstream.codehaus.org/ XStream], Version 1.3.1&lt;br /&gt;
* [https://jai-imageio.dev.java.net/ JAI ImageIO], Version 1.1&lt;br /&gt;
&lt;br /&gt;
MiToBo relies on some libraries provided by the MiToBo project itself.&amp;lt;br&amp;gt;&lt;br /&gt;
If you download the MiToBo binaries you will find them included in the zip file.&lt;br /&gt;
&lt;br /&gt;
The zip file contains the following jars:&lt;br /&gt;
&lt;br /&gt;
* MTBImageIO-Ext, Version 0.9 (improved image I/O based on ImageIO-Ext):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbimageio/mtb-imageio-ext-tiff-0.9.jar jar]&lt;br /&gt;
** Source code [http://www.informatik.uni-halle.de/mitobo/downloads/mtbimageio/mtb-imageio-ext-tiff_src-0.9.zip zip]&lt;br /&gt;
** 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. MTBImageIO-Ext is simply the TIFF part of ImageIO-Ext with slight adjustments to remove dependency on the JAI library.&lt;br /&gt;
* MTBGraphml, Version 0.9 (MiToBo extensions for [http://graphml.graphdrawing.org/ graphML]):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbgraphml/mtbgraphml-0.9.jar jar]&lt;br /&gt;
* MTBXml, Version 0.9 (MiToBo XML I/O for several datatypes, based on XMLBeans):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbxml/mtbxml-0.9.jar jar]&lt;br /&gt;
&lt;br /&gt;
== Current release (v0.9)==&lt;br /&gt;
* MiToBo Binaries [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.tar.gz tar.gz] (includes MiToBo binaries, license information and additional jars provided by the MiToBo project)&lt;br /&gt;
* MiToBo Sources [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.tar.gz tar.gz] (includes only the MiToBo sources)&lt;br /&gt;
* MiToBo API [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.tar.gz tar.gz]&lt;br /&gt;
&lt;br /&gt;
== All versions of MiToBo ==&lt;br /&gt;
&lt;br /&gt;
{| border = &amp;quot;1&amp;quot; cellpadding = &amp;quot;5pt&amp;quot; cellspacing = &amp;quot;0&amp;quot; style = &amp;quot;border-color: #DDD; text-align: center; width: 80%&amp;quot;&lt;br /&gt;
! Version &lt;br /&gt;
! Binaries &lt;br /&gt;
! Sources &lt;br /&gt;
! API &lt;br /&gt;
! Date&lt;br /&gt;
|-&lt;br /&gt;
| 0.9&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.tar.gz tar.gz]&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.tar.gz tar.gz]&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.tar.gz tar.gz]&lt;br /&gt;
| October 26, 2010&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Manual ==&lt;br /&gt;
&lt;br /&gt;
Detailed information about MiToBo, its API and usage, can be found in the user and programmer manual. &lt;br /&gt;
&lt;br /&gt;
* MiToBo-Manual, Version 0.9 [http://www.informatik.uni-halle.de/mitobo/downloads/manual/MiToBoManual-0.9.pdf pdf]&lt;br /&gt;
&lt;br /&gt;
== Additional resources ==&lt;br /&gt;
&lt;br /&gt;
* '''MTBChisio''' - a graph visualization tool for displaying MiToBo history graphs&lt;br /&gt;
&lt;br /&gt;
MTBChisio is an extended version of the [http://www.cs.bilkent.edu.tr/~ivis/chisio.html Chisio software] developed at the Bilkent University in Turkey.&lt;br /&gt;
&lt;br /&gt;
The zip or the tgz file below contains all necessary files. Download one of these and unpack it into a folder of your choice.&lt;br /&gt;
&lt;br /&gt;
* To use MTBChisio on a Linux system with 32-bit architecture just type './MTBChisio.sh'.&amp;lt;BR&amp;gt;&lt;br /&gt;
* In case that your machine has a 64-bit architecture running Linux, call './MTBChisio_64.sh'.&amp;lt;BR&amp;gt;&lt;br /&gt;
* For Windows with 32-bit architecture a self extracting installer  including an executable of mtbchisio is available.&lt;br /&gt;
&lt;br /&gt;
Download the current release: &lt;br /&gt;
* MTBChisio binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbchisio/mtbchisio.tar.gz tar.gz] [http://www.informatik.uni-halle.de/mitobo/downloads/mtbchisio/mtbchisio.zip zip]&lt;br /&gt;
* self extracting installer for Windows [http://www.informatik.uni-halle.de/mitobo/downloads/mtbchisio-windows.exe mtbchisio-windows.exe]&lt;br /&gt;
Source code for MTBChisio is available upon request.&lt;br /&gt;
&lt;br /&gt;
== Logo ==&lt;br /&gt;
&lt;br /&gt;
* MiToBo logo as [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_logo.pdf PDF] or [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_logo.png PNG]&lt;/div&gt;</summary>
		<author><name>Posch</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Downloads&amp;diff=216</id>
		<title>Downloads</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Downloads&amp;diff=216"/>
		<updated>2010-10-27T16:23:55Z</updated>

		<summary type="html">&lt;p&gt;Posch: /* Additional resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== Requirements ==&lt;br /&gt;
MiToBo requires Java 1.6 or later. &lt;br /&gt;
&lt;br /&gt;
The following external jars are needed to run MiToBo plugins and use the code:&lt;br /&gt;
&lt;br /&gt;
* [http://rsbweb.nih.gov/ij/ ImageJ], Version 1.43&lt;br /&gt;
* [http://xmlbeans.apache.org/ XMLBeans], Version 2.5.0&lt;br /&gt;
* [http://xstream.codehaus.org/ XStream], Version 1.3.1&lt;br /&gt;
* [https://jai-imageio.dev.java.net/ JAI ImageIO], Version 1.1&lt;br /&gt;
&lt;br /&gt;
MiToBo relies on some libraries provided by the MiToBo project itself.&amp;lt;br&amp;gt;&lt;br /&gt;
If you download the MiToBo binaries you will find them included in the zip file.&lt;br /&gt;
&lt;br /&gt;
The zip file contains the following jars:&lt;br /&gt;
&lt;br /&gt;
* MTBImageIO-Ext, Version 0.9 (improved image I/O based on ImageIO-Ext):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbimageio/mtb-imageio-ext-tiff-0.9.jar jar]&lt;br /&gt;
** Source code [http://www.informatik.uni-halle.de/mitobo/downloads/mtbimageio/mtb-imageio-ext-tiff_src-0.9.zip zip]&lt;br /&gt;
** 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. MTBImageIO-Ext is simply the TIFF part of ImageIO-Ext with slight adjustments to remove dependency on the JAI library.&lt;br /&gt;
* MTBGraphml, Version 0.9 (MiToBo extensions for [http://graphml.graphdrawing.org/ graphML]):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbgraphml/mtbgraphml-0.9.jar jar]&lt;br /&gt;
* MTBXml, Version 0.9 (MiToBo XML I/O for several datatypes, based on XMLBeans):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbxml/mtbxml-0.9.jar jar]&lt;br /&gt;
&lt;br /&gt;
== Current release (v0.9)==&lt;br /&gt;
* MiToBo Binaries [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.tar.gz tar.gz] (includes MiToBo binaries, license information and additional jars provided by the MiToBo project)&lt;br /&gt;
* MiToBo Sources [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.tar.gz tar.gz] (includes only the MiToBo sources)&lt;br /&gt;
* MiToBo API [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.tar.gz tar.gz]&lt;br /&gt;
&lt;br /&gt;
== All versions of MiToBo ==&lt;br /&gt;
&lt;br /&gt;
{| border = &amp;quot;1&amp;quot; cellpadding = &amp;quot;5pt&amp;quot; cellspacing = &amp;quot;0&amp;quot; style = &amp;quot;border-color: #DDD; text-align: center; width: 80%&amp;quot;&lt;br /&gt;
! Version &lt;br /&gt;
! Binaries &lt;br /&gt;
! Sources &lt;br /&gt;
! API &lt;br /&gt;
! Date&lt;br /&gt;
|-&lt;br /&gt;
| 0.9&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.tar.gz tar.gz]&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.tar.gz tar.gz]&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.tar.gz tar.gz]&lt;br /&gt;
| October 26, 2010&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Manual ==&lt;br /&gt;
&lt;br /&gt;
Detailed information about MiToBo, its API and usage, can be found in the user and programmer manual. &lt;br /&gt;
&lt;br /&gt;
* MiToBo-Manual, Version 0.9 [http://www.informatik.uni-halle.de/mitobo/downloads/manual/MiToBoManual-0.9.pdf pdf]&lt;br /&gt;
&lt;br /&gt;
== Additional resources ==&lt;br /&gt;
&lt;br /&gt;
* '''MTBChisio''' - a graph visualization tool for displaying MiToBo history graphs&lt;br /&gt;
&lt;br /&gt;
MTBChisio is an extended version of the [http://www.cs.bilkent.edu.tr/~ivis/chisio.html Chisio software] developed at the Bilkent University in Turkey.&lt;br /&gt;
&lt;br /&gt;
* To use MTBChisio just download the zip file, unpack it into a folder of your choice, enter the folder and type './MTBChisio.sh'.&amp;lt;BR&amp;gt;&lt;br /&gt;
* Note that MTBChisio relies on some architecture-depended code. In case that your machine has a 64-bit architecture, call './MTBChisio_64.sh'.&amp;lt;BR&amp;gt;&lt;br /&gt;
* For windows with 32-bit architecture a self extracting installer is available.&lt;br /&gt;
&lt;br /&gt;
Download the current release: &lt;br /&gt;
* MTBChisio binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbchisio/mtbchisio.tar.gz tar.gz] [http://www.informatik.uni-halle.de/mitobo/downloads/mtbchisio/mtbchisio.zip zip]&lt;br /&gt;
* self extracting installer for windows [http://www.informatik.uni-halle.de/mitobo/downloads/mtbchisio-windows.exe mtbchisio-windows.exe]&lt;br /&gt;
Source code for MTBChisio is available upon request.&lt;br /&gt;
&lt;br /&gt;
== Logo ==&lt;br /&gt;
&lt;br /&gt;
* MiToBo logo as [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_logo.pdf PDF] or [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_logo.png PNG]&lt;/div&gt;</summary>
		<author><name>Posch</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Downloads&amp;diff=214</id>
		<title>Downloads</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Downloads&amp;diff=214"/>
		<updated>2010-10-27T14:11:54Z</updated>

		<summary type="html">&lt;p&gt;Posch: /* Additional resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== Requirements ==&lt;br /&gt;
MiToBo requires Java 1.6 or later. &lt;br /&gt;
&lt;br /&gt;
The following external jars are needed to run MiToBo plugins and use the code:&lt;br /&gt;
&lt;br /&gt;
* [http://rsbweb.nih.gov/ij/ ImageJ], Version 1.43&lt;br /&gt;
* [http://xmlbeans.apache.org/ XMLBeans], Version 2.5.0&lt;br /&gt;
* [http://xstream.codehaus.org/ XStream], Version 1.3.1&lt;br /&gt;
* [https://jai-imageio.dev.java.net/ JAI ImageIO], Version 1.1&lt;br /&gt;
&lt;br /&gt;
MiToBo relies on some libraries provided by the MiToBo project itself.&amp;lt;br&amp;gt;&lt;br /&gt;
If you download the MiToBo binaries you will find them included in the zip file.&lt;br /&gt;
&lt;br /&gt;
The zip file contains the following jars:&lt;br /&gt;
&lt;br /&gt;
* MTBImageIO-Ext, Version 0.9 (improved image I/O based on ImageIO-Ext):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbimageio/mtb-imageio-ext-tiff-0.9.jar jar]&lt;br /&gt;
** Source code [http://www.informatik.uni-halle.de/mitobo/downloads/mtbimageio/mtb-imageio-ext-tiff_src-0.9.zip zip]&lt;br /&gt;
** 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. MTBImageIO-Ext is simply the TIFF part of ImageIO-Ext with slight adjustments to remove dependency on the JAI library.&lt;br /&gt;
* MTBGraphml, Version 0.9 (MiToBo extensions for [http://graphml.graphdrawing.org/ graphML]):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbgraphml/mtbgraphml-0.9.jar jar]&lt;br /&gt;
* MTBXml, Version 0.9 (MiToBo XML I/O for several datatypes, based on XMLBeans):&lt;br /&gt;
** Binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbxml/mtbxml-0.9.jar jar]&lt;br /&gt;
&lt;br /&gt;
== Current release (v0.9)==&lt;br /&gt;
* MiToBo Binaries [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.tar.gz tar.gz] (includes MiToBo binaries, license information and additional jars provided by the MiToBo project)&lt;br /&gt;
* MiToBo Sources [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.tar.gz tar.gz] (includes only the MiToBo sources)&lt;br /&gt;
* MiToBo API [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.tar.gz tar.gz]&lt;br /&gt;
&lt;br /&gt;
== All versions of MiToBo ==&lt;br /&gt;
&lt;br /&gt;
{| border = &amp;quot;1&amp;quot; cellpadding = &amp;quot;5pt&amp;quot; cellspacing = &amp;quot;0&amp;quot; style = &amp;quot;border-color: #DDD; text-align: center; width: 80%&amp;quot;&lt;br /&gt;
! Version &lt;br /&gt;
! Binaries &lt;br /&gt;
! Sources &lt;br /&gt;
! API &lt;br /&gt;
! Date&lt;br /&gt;
|-&lt;br /&gt;
| 0.9&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo-0.9.tar.gz tar.gz]&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_src-0.9.tar.gz tar.gz]&lt;br /&gt;
| [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.zip zip] [http://www.informatik.uni-halle.de/mitobo/downloads/mitobo-api-0.9.tar.gz tar.gz]&lt;br /&gt;
| October 26, 2010&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Manual ==&lt;br /&gt;
&lt;br /&gt;
Detailed information about MiToBo, its API and usage, can be found in the user and programmer manual. &lt;br /&gt;
&lt;br /&gt;
* MiToBo-Manual, Version 0.9 [http://www.informatik.uni-halle.de/mitobo/downloads/manual/MiToBoManual-0.9.pdf pdf]&lt;br /&gt;
&lt;br /&gt;
== Additional resources ==&lt;br /&gt;
&lt;br /&gt;
* '''MTBChisio''' - a graph visualization tool for displaying MiToBo history graphs&lt;br /&gt;
&lt;br /&gt;
MTBChisio is en extended version of the [http://www.cs.bilkent.edu.tr/~ivis/chisio.html Chisio software] developed at the Bilkent University in Turkey.&lt;br /&gt;
&lt;br /&gt;
To use MTBChisio just download the zip file, unpack it into a folder of your choice, enter the folder and type './MTBChisio.sh'.&amp;lt;BR&amp;gt;&lt;br /&gt;
Note that MTBChisio relies on some architecture-depended code. In case that your machine has a 64-bit architecture, call './MTBChisio_64.sh'.&lt;br /&gt;
&lt;br /&gt;
Download the current release: &lt;br /&gt;
* MTBChisio binary [http://www.informatik.uni-halle.de/mitobo/downloads/mtbchisio/mtbchisio.tar.gz tar.gz] [http://www.informatik.uni-halle.de/mitobo/downloads/mtbchisio/mtbchisio.zip zip]&lt;br /&gt;
* self extracting installer for windows [http://www.informatik.uni-halle.de/mitobo/downloads/mtbchisio-windows.exe mtbchisio-windows.exe]&lt;br /&gt;
Source code for MTBChisio is available upon request.&lt;br /&gt;
&lt;br /&gt;
== Logo ==&lt;br /&gt;
&lt;br /&gt;
* MiToBo logo as [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_logo.pdf PDF] or [http://www.informatik.uni-halle.de/mitobo/downloads/MiToBo_logo.png PNG]&lt;/div&gt;</summary>
		<author><name>Posch</name></author>
	</entry>
</feed>