From b8fca1308c2970979c8e98ddc3c69890225c274d Mon Sep 17 00:00:00 2001 From: Pierre Pouchin Date: Fri, 8 Apr 2022 14:16:18 +0200 Subject: [PATCH] Add DOI badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8692613..19b35cb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![DOI](https://img.shields.io/badge/DOI-10.12688%2Ff1000research.110385.1-GREEN)](https://doi.org/10.12688/f1000research.110385.1) + # OMERO Batch Plugin An ImageJ plugin to run a script on a batch of images from/to OMERO. @@ -72,4 +74,4 @@ property to each, and set the same numeric value for those who belong to the sam Conversely, if ROIs are loaded from OMERO, they will have two properties set, "ROI" and "ROI_ID": - "ROI" has the 3D ROI *local* index (eg: for the current image) which contains the 2D shape. -- "ROI_ID" has the OMERO ID corresponding to the 3D ROI the current 2D shape belongs to. \ No newline at end of file +- "ROI_ID" has the OMERO ID corresponding to the 3D ROI the current 2D shape belongs to.