From 3a5362810b35884832cc3a8e4f3cc8b59639f339 Mon Sep 17 00:00:00 2001 From: Chris Filo Gorgolewski Date: Fri, 12 May 2017 08:07:05 -0700 Subject: [PATCH 1/3] Remove isSupplementTo from .zenodo.json --- .zenodo.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 7fa2514ac8..68f78076e9 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -325,12 +325,6 @@ "pipeline" ], "license": "Apache-2.0", - "related_identifiers": [ - { - "identifier": "https://github.com/nipy/nipype/tree/0.12.0-rc1", - "relation": "isSupplementTo", - "scheme": "url" - }, { "identifier": "10.3389/fninf.2011.00013", "relation": "isNewVersionOf", From 298af34bf7df005fbfba041b168e278b120ef291 Mon Sep 17 00:00:00 2001 From: Chris Filo Gorgolewski Date: Fri, 12 May 2017 08:16:24 -0700 Subject: [PATCH 2/3] remove isVersionOf --- .zenodo.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 68f78076e9..b5b4429cec 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -324,12 +324,7 @@ "workflow", "pipeline" ], - "license": "Apache-2.0", - { - "identifier": "10.3389/fninf.2011.00013", - "relation": "isNewVersionOf", - "scheme": "doi" - } + "license": "Apache-2.0" ], "upload_type": "software" } From 128d6a25d649e920892dc70a57fb13307e1ed6c2 Mon Sep 17 00:00:00 2001 From: Chris Filo Gorgolewski Date: Fri, 12 May 2017 08:17:35 -0700 Subject: [PATCH 3/3] fix --- .zenodo.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index b5b4429cec..f5ec9ab0ea 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -324,7 +324,6 @@ "workflow", "pipeline" ], - "license": "Apache-2.0" - ], + "license": "Apache-2.0", "upload_type": "software" }