From 758145f8f65e049cfff6926db4abdd1c38deaf31 Mon Sep 17 00:00:00 2001 From: Tessa Rhinehart Date: Tue, 3 Feb 2026 09:30:02 -0500 Subject: [PATCH] Update entry_template.json with new fields Standardize template with updated spreadsheet fields/names --- dataset/entry_template.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dataset/entry_template.json b/dataset/entry_template.json index 8e4989c..b7e7bec 100644 --- a/dataset/entry_template.json +++ b/dataset/entry_template.json @@ -1,10 +1,11 @@ { "title": "", "url": "", + "publicationUrl": "", "description": "", "paidOrFree": "", "codeAvailable": "", - "licenseWipCategory": "", + "license": "", "taxonomicOrSoundTypeSpecializationIfAny": "", "ecosystemSpecializationIfAny": "", "specificHardware": "", @@ -13,11 +14,10 @@ "organization": "", "annotation": "", "soundProcessingFeatures": "", - "acousticParameterMeasurement": "", + "acousticIndexMeasurement": "", + "acousticFeatureMeasurement": "", "localization": "", "detectorFeatures": "", "classifierFeatures": "", - "metadataStandardWipCategory": "", - "toBeRemovedWipCategory": "", "comments": "" -} \ No newline at end of file +}