From 0412ceeb8444aa2b29c03c6ebdf0fe90315418d4 Mon Sep 17 00:00:00 2001 From: preecej Date: Wed, 29 Oct 2014 18:27:41 +0000 Subject: [PATCH] updates for JBMS MS svn path=/; revision=589 --- Annotation/resources/doc/help.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Annotation/resources/doc/help.html b/Annotation/resources/doc/help.html index 80b956e..7b0c96b 100644 --- a/Annotation/resources/doc/help.html +++ b/Annotation/resources/doc/help.html @@ -148,7 +148,7 @@ You may also want to export your annotated image as an HTML file for easy displa To export your current annotations as HTML-enabled images, check the box marked "Create HTML image map and open in browser" in the Save dialog box.

AISO Metadata File Structure
-Any AISO-annotated image saved as a ZIP archive contains an XML file holding the user's curated metadata. The structure of this file is as follows: +Any AISO-annotated image saved as a ZIP archive contains an XML file holding the user's curated metadata. The structure of this file is as follows (utilizing sample data):
<?xml version="1.0" encoding="UTF-8" standalone="no"?> @@ -165,7 +165,7 @@ Any AISO-annotated image saved as a ZIP archive contains an XML file holding the <layer>1</layer> <annotation_term>anther</annotation_term> <annotation_id>PO:0009066</annotation_id> - <polygon_coords>428,396,426,398…126,43</polygon_coords> + <polygon_coords>428,396,426,398...x3,y3,x4,y4...126,43</polygon_coords> </segment> </segments> </image_data> -- 2.34.1