From cf8d812cb6d6b2d9e42ca69245d439c0aff3e8d8 Mon Sep 17 00:00:00 2001 From: Dorien Huijser <58177697+DorienHuijser@users.noreply.github.com> Date: Fri, 12 Jul 2024 12:00:11 +0200 Subject: [PATCH] related identifiers type book > publication-book "book" caused an error with the Zenodo integration --- .zenodo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index d5055fd..816b7a3 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -194,7 +194,7 @@ { "identifier": "https://utrechtuniversity.github.io/dataprivacyhandbook/", "relation": "isIdenticalTo", - "resource_type": "book" + "resource_type": "publication-book" }, { "identifier": "https://github.com/UtrechtUniversity/dataprivacyhandbook/", @@ -204,7 +204,7 @@ { "identifier": "https://uu.nl/privacyhandbook/", "relation": "isIdenticalTo", - "resource_type": "book" + "resource_type": "publication-book" }, { "identifier": "https://utrechtuniversity.github.io/dataprivacyproject/",