From 469a8b4def5d897c394d84ea3bd7e4c26a7d0b1c Mon Sep 17 00:00:00 2001 From: Aldo Mihasi Date: Fri, 23 Jun 2023 10:33:58 +0300 Subject: [PATCH] add config properties to zenodo.json --- repo-jars/zenodo.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/repo-jars/zenodo.json b/repo-jars/zenodo.json index c81eaabc7..e957ab7a1 100644 --- a/repo-jars/zenodo.json +++ b/repo-jars/zenodo.json @@ -12,5 +12,10 @@ "redirectUri": "http://localhost:4200/login/external/zenodo", "hasLogo": true, "logo": "zenodo.jpg" + "logo": "zenodo.jpg", + "doiFunder": "DOI_Funder.json", + "community": "argos", + "affiliation": "ARGOS", + "domain": "https://argos.openaire.eu/" } ] \ No newline at end of file