From 5c770c8109246f2aaed8e36c1907aac66e3b6a7b Mon Sep 17 00:00:00 2001 From: fairdataihub-bot Date: Fri, 5 Jan 2024 17:52:37 +0000 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=8E=A8=20fix=20code=20style=20is?= =?UTF-8?q?sues=20with=20Prettier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zenodo.json | 13 ++----------- codemeta.json | 25 ++++--------------------- 2 files changed, 6 insertions(+), 32 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 8b7c4e401..35d670fb6 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -31,15 +31,6 @@ "description": "Simplifying data curation for researchers funded by the NIH SPARC initiative", "access_right": "open", "license": "MIT", - "keywords": [ - "SPARC", - "FAIR", - "data", - "curation", - "mac", - "sparc-dataset", - "ubuntu", - "windows" - ], + "keywords": ["SPARC", "FAIR", "data", "curation", "mac", "sparc-dataset", "ubuntu", "windows"], "version": "12.5.0" -} \ No newline at end of file +} diff --git a/codemeta.json b/codemeta.json index a0fc60a13..993b9aa64 100644 --- a/codemeta.json +++ b/codemeta.json @@ -21,23 +21,8 @@ "@type": "Organization", "@name": "National Institutes of Health (NIH)" }, - "keywords": [ - "SPARC", - "FAIR", - "data", - "curation", - "mac", - "sparc-dataset", - "ubuntu", - "windows" - ], - "programmingLanguage": [ - "JavaScript", - "HTML", - "Python", - "CSS", - "Jupyter Notebook" - ], + "keywords": ["SPARC", "FAIR", "data", "curation", "mac", "sparc-dataset", "ubuntu", "windows"], + "programmingLanguage": ["JavaScript", "HTML", "Python", "CSS", "Jupyter Notebook"], "operatingSystem": [ "Windows 10", "Big Sur (macOS 11)", @@ -45,9 +30,7 @@ "Windows 11", "Ubuntu" ], - "relatedLink": [ - "https://fairdataihub.org/sodaforsparc" - ], + "relatedLink": ["https://fairdataihub.org/sodaforsparc"], "author": [ { "@type": "Person", @@ -100,4 +83,4 @@ } } ] -} \ No newline at end of file +}