From 85d61ebedebd1d470003de955e1daeecd0a0c07d Mon Sep 17 00:00:00 2001 From: Ben Williams Date: Wed, 11 Sep 2024 11:47:44 +0100 Subject: [PATCH 1/2] Adding ReefSet dataset --- datasets_json/ReefSet.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 datasets_json/ReefSet.json diff --git a/datasets_json/ReefSet.json b/datasets_json/ReefSet.json new file mode 100644 index 0000000..0ee6f83 --- /dev/null +++ b/datasets_json/ReefSet.json @@ -0,0 +1,31 @@ +{ + "additionalDescription": "Annotated coral reef sounds. ReefSet is detailed in: Leveraging tropical reef, bird and unrelated sounds for superior transfer learning in marine bioacoustic, Williams et al. (2024), DOI: https://doi.org/10.48550/arXiv.2404.16436", + "annotationsType": "Multilabel. Level 1: Biophony, Geophony, Anthrophony. Level 2: Individual sound classes", + "captureDevice": "Various", + "continent": "Australasia, Africa, Asia, North Amercia, South America", + "countryCode": "", + "creators": "['Ben Williams', 'Bart van Merriënboer', 'Vincent Dumoulin', 'Jenny Hamer', 'Abram B. Fleishman', 'Matthew McKown', 'Jill E. Munger', 'Aaron N. Rice', 'Ashlee Lillis', 'Clemency E. White', 'Catherine A. D. Hobbs', 'Tries B. Razak', 'Kate E. Jones', 'Tom Denton']", + "datePublished": "2024-04-25T12:00:00+0000", + "description": "", + "labellingLevel": "Strong", + "license": "cc-by-4.0", + "lifeStage": "", + "locality": "", + "minAndMaxRecordingDuration": "1.88s - 1.88s", + "name": "ReefSet", + "numAnnotations": "57084", + "numAudioFiles": "57084", + "numClasses": "38", + "numSpecies": "", + "paperLink": "https://doi.org/10.48550/arXiv.2404.16436", + "physicalSetting": "Natural", + "provider": "UCL", + "recordingPeriod": "", + "recordingType": "", + "sampleRate": "16.0", + "sizeInGb": "", + "taxonomicClass": "", + "totalDuration": "29.82", + "url": "https://doi.org/10.5281/zenodo.11071202", + "version": "1.0" +} \ No newline at end of file From 8eb9f86aac5d42e5576672ffa7cdc4f535506939 Mon Sep 17 00:00:00 2001 From: Ben Williams Date: Wed, 11 Sep 2024 16:19:42 +0100 Subject: [PATCH 2/2] fixes to creators and description --- datasets_json/ReefSet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/datasets_json/ReefSet.json b/datasets_json/ReefSet.json index 0ee6f83..03e04dc 100644 --- a/datasets_json/ReefSet.json +++ b/datasets_json/ReefSet.json @@ -1,12 +1,12 @@ { - "additionalDescription": "Annotated coral reef sounds. ReefSet is detailed in: Leveraging tropical reef, bird and unrelated sounds for superior transfer learning in marine bioacoustic, Williams et al. (2024), DOI: https://doi.org/10.48550/arXiv.2404.16436", + "additionalDescription": "", "annotationsType": "Multilabel. Level 1: Biophony, Geophony, Anthrophony. Level 2: Individual sound classes", "captureDevice": "Various", "continent": "Australasia, Africa, Asia, North Amercia, South America", "countryCode": "", - "creators": "['Ben Williams', 'Bart van Merriënboer', 'Vincent Dumoulin', 'Jenny Hamer', 'Abram B. Fleishman', 'Matthew McKown', 'Jill E. Munger', 'Aaron N. Rice', 'Ashlee Lillis', 'Clemency E. White', 'Catherine A. D. Hobbs', 'Tries B. Razak', 'Kate E. Jones', 'Tom Denton']", + "creators": ["Ben Williams", "Bart van Merriënboer", "Vincent Dumoulin", "Jenny Hamer", "Abram B. Fleishman", "Matthew McKown", "Jill E. Munger", "Aaron N. Rice", "Ashlee Lillis", "Clemency E. White", "Catherine A. D. Hobbs", "Tries B. Razak", "Kate E. Jones", "Tom Denton"], "datePublished": "2024-04-25T12:00:00+0000", - "description": "", + "description": "Annotated coral reef sounds. ReefSet is detailed in: Leveraging tropical reef, bird and unrelated sounds for superior transfer learning in marine bioacoustic, Williams et al. (2024), DOI: https://doi.org/10.48550/arXiv.2404.16436", "labellingLevel": "Strong", "license": "cc-by-4.0", "lifeStage": "",