From 066ec5c0343a9ef4839b5296f68143d37e88cab1 Mon Sep 17 00:00:00 2001 From: Konstantina Galouni Date: Mon, 25 Feb 2019 15:17:40 +0000 Subject: [PATCH] [Trunk|Monitor]: Add 'openCitationsAPIURL' property. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor@54902 d315682c-612b-4755-9ff5-7f18f6832af3 --- deploy/beta-properties.json | 1 + src/assets/env-properties.json | 1 + 2 files changed, 2 insertions(+) diff --git a/deploy/beta-properties.json b/deploy/beta-properties.json index 31fd291..babe036 100644 --- a/deploy/beta-properties.json +++ b/deploy/beta-properties.json @@ -10,6 +10,7 @@ "claimsAPIURL" : "https://beta.services.openaire.eu/claims/rest/claimsService/", "searchAPIURLLAst" : "https://beta.services.openaire.eu/search/v2/api/", "searchResourcesAPIURL" : "https://beta.services.openaire.eu/search/v2/api/resources", + "openCitationsAPIURL" : "https://services.openaire.eu/opencitations/getCitations?id=", "csvAPIURL" : "https://beta.services.openaire.eu/search/v2/api/reports", "searchCrossrefAPIURL" : "https://api.crossref.org/works", "searchDataciteAPIURL" : "https://api.datacite.org/works", diff --git a/src/assets/env-properties.json b/src/assets/env-properties.json index 64476a3..a729dbf 100644 --- a/src/assets/env-properties.json +++ b/src/assets/env-properties.json @@ -10,6 +10,7 @@ "claimsAPIURL" : "http://duffy.di.uoa.gr:8080/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/", "searchAPIURLLAst" : "https://beta.services.openaire.eu/search/v2/api/", "searchResourcesAPIURL" : "https://beta.services.openaire.eu/search/v2/api/resources", + "openCitationsAPIURL" : "https://services.openaire.eu/opencitations/getCitations?id=", "csvAPIURL" : "https://beta.services.openaire.eu/search/v2/api/reports", "searchCrossrefAPIURL" : "https://api.crossref.org/works", "searchDataciteAPIURL" : "https://api.datacite.org/works",