From 31ed964b6b2331daade694aaa1cf6e535b0c0167 Mon Sep 17 00:00:00 2001 From: Alex Reinhart Date: Mon, 8 Nov 2021 11:10:56 -0500 Subject: [PATCH] Fix Zenodo metadata error isVersionOf is not valid; instead of worrying about it, see what happens when removing it. --- .zenodo.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 076254f..523b22a 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -53,17 +53,5 @@ "orcid": "0000-0003-1447-5018" } ], - "access_right": "open", - "related_identifiers": [ - { - "scheme": "url", - "identifier": "https://github.com/cmu-delphi/covidcast-pnas/tree/v0.4", - "relation": "isSupplementTo" - }, - { - "scheme": "doi", - "identifier": "10.5281/zenodo.5639567", - "relation": "isVersionOf" - } - ] + "access_right": "open" }