From fe206b0d1dc2a3175b62ce45c86276b88e022a69 Mon Sep 17 00:00:00 2001 From: Caterina Strambio De Castillia Date: Thu, 27 May 2021 19:04:47 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f61057..150c084 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 4DN Microscopy Metadata Reader -This JAVA software uses the Bio-Formats library and the OME-XML metadata structure to accesses all the OME-compatible metadata present in the header of a user selected image data file and maps it to the the scalable [4DN-BINA-OME](https://zenodo.org/record/4710731) Microscopy Metadata specifications that extend the [OME Data Model](https://www.openmicroscopy.org/Schemas/Documentation/Generated/OME-2016-06/ome.html) to produce a temporary, Micro-MetaApp-compatible JSON object that can be read by Micro-Meta App. The object is then passed on to the Micro-Meta App and read by the Manage Settings section of the App to pre-popululate the corresponding metadata fields. +This JAVA software uses the Bio-Formats library and the OME-XML metadata structure to accesses all the OME-compatible metadata present in the header of a user selected image data file and maps it to the the scalable [4DN-BINA-OME](https://zenodo.org/record/4710731) Microscopy Metadata specifications that extend the [OME Data Model](https://www.openmicroscopy.org/Schemas/Documentation/Generated/OME-2016-06/ome.html) to produce a temporary, Micro-Meta App-compatible JSON object that can be read by [Micro-Meta App](https://wu-bimac.github.io/MicroMetaApp.github.io/). The object is then passed on to the Micro-Meta App and read by the Manage Settings section of the App to pre-popululate the corresponding metadata fields. # Background information