You may also want to export your annotated image as an HTML file for easy display on the web.
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.
<br><br>
-<span class="section">Metadata Structure in AISO ZIP files</span><br>
-
+<span class="section">AISO Metadata File Structure</span><br>
+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:
+<br><br>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<image_data>
+ <aiso_version>0.3 (beta)</aiso_version>
+ <orig_image_filename>sample_1.png</orig_image_filename>
+ <species name="Chamerion angustifolium" ubio_id="478877"/>
+ <curator_name>Chris Curator</curator_name>
+ <comment>Sample annotation of a fireweed image.</comment>
+ <collection_id>1</collection_id>
+ <segments>
+ <segment>
+ <url/>
+ <layer>1</layer>
+ <annotation_term>anther</annotation_term>
+ <annotation_id>PO:0009066</annotation_id>
+ <polygon_coords>428,396,426,398…126,43</polygon_coords>
+ </segment>
+ </segments>
+</image_data>
<br><br>
<span class="section">Requesting Features and Reporting Problems</span><br>
If you have an additional feature you would like to suggest, or if you have encountered any issues while using AISO, please send