From 2d6236060e7cc78fb8f6eb335dc22b67550ec8d1 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Thu, 11 Jul 2024 14:44:24 -0400 Subject: [PATCH] FIX: Remove empty/`n/a` entries from dataset_description.json I believe this the reason that https://github.com/bids-standard/bids-validator/pull/2014 is failing. In any case, there's no advantage to having optional keys with empty or invalid contents. --- ieeg_epilepsy_ecog/dataset_description.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ieeg_epilepsy_ecog/dataset_description.json b/ieeg_epilepsy_ecog/dataset_description.json index c2a022740..7122de6db 100644 --- a/ieeg_epilepsy_ecog/dataset_description.json +++ b/ieeg_epilepsy_ecog/dataset_description.json @@ -10,11 +10,5 @@ "License": "Property of the Epilepsy Centre, University Hospital Freiburg, Germany", "ReferencesAndLinks": [ "https://neuroimage.usc.edu/brainstorm/Tutorials/ECoG" - ], - "Acknowledgements": "n/a", - "HowToAcknowledge": "n/a", - "Funding": [], - "EthicsApprovals": [], - "DatasetDOI": "n/a", - "HEDVersion": "n/a" + ] }