From 697255f86b73a05e4569ac23549cbcbb5df08fc1 Mon Sep 17 00:00:00 2001 From: Birm Date: Wed, 15 Jan 2025 14:25:34 -0500 Subject: [PATCH 1/2] correct the xml convert --- apps/port/xml2geo.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/port/xml2geo.js b/apps/port/xml2geo.js index b25ee1b9c..4722df21e 100644 --- a/apps/port/xml2geo.js +++ b/apps/port/xml2geo.js @@ -62,5 +62,7 @@ function xml2geo() { output['provenance']['image']['slide'] = document.getElementById('slide_id').value; output['provenance']['analysis']['execution'] = document.getElementById('annot_name').value; output['properties']['annotations']['name'] = document.getElementById('annot_name').value; + output['provenance']['analysis']['name'] = document.getElementById('annot_name').value; + output['provenance']['analysis']['execution_id'] = document.getElementById('annot_name').value; document.getElementById('output').innerHTML = JSON.stringify(output); } From 74649ba4f68c57bf755895800d85e26f4425ee42 Mon Sep 17 00:00:00 2001 From: Birm Date: Wed, 15 Jan 2025 14:25:54 -0500 Subject: [PATCH 2/2] rm prepare annot --- apps/port/import.html | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/port/import.html b/apps/port/import.html index a3e7f4a2e..ecf6114da 100644 --- a/apps/port/import.html +++ b/apps/port/import.html @@ -35,7 +35,6 @@

File Contents


-