From f447e19baa3ff2d4d11bd3d090d302e070f079df Mon Sep 17 00:00:00 2001 From: gonciarz <gonciarz@mpi-cbg.de> Date: Mon, 23 Aug 2021 07:55:32 +0000 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d9be4e5e..df0e682a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,25 @@ # MosaicSuite -MosaicSuite for ImageJ and Fiji is a bundle of plugins developed in MOSAIC group (https://sbalzarini-lab.org). +## Description +Several of the image-processing algorithms developed at the [MOSAIC Group](https://sbalzarini-lab.org) for fluorescence microscopy are available as plugins for the popular free image processing software ImageJ2 or Fiji. +The first plugin which is now part of MosaicSuite was a popular 2D/3D single-particle tracking tool which can be used to track bright spots in 2D/3D movies over time. As more plugins have been added, we decided to provide them in a single, coherent package, which will also group them under a common menu point `Plugins->Mosaic` in ImageJ2 and Fiji. -More information about MosaicSuite can be found here: -https://sbalzarini-lab.org/?q=downloads/imageJ -[Online Documentation](https://sbalzarini-lab.org/docs/MosaicSuiteDoc/index.html) +## Documentation +All information about MosaicSuite like: +- installation procedure +- tutorials +- latest news +- development +- useful macros +- and more! +is now available in newly created [MosaicSuite Online Documentation](https://sbalzarini-lab.org/docs/MosaicSuiteDoc/index.html) + +It is also accessible directly from ImageJ/Fiji menu: + + + + +## Disclaimer +*IN NO EVENT SHALL THE MOSAIC GROUP BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE MOSAIC GROUP HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE MOSAIC GROUP SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE MOSAIC GROUP HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.* -- GitLab