From f030a219621d19273610ee2367e13b114ff63d5b Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Mon, 25 Feb 2019 15:15:20 +0000 Subject: [PATCH] [Trunk|Explore]: Add 'openCitationsAPIURL' property. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@54899 d315682c-612b-4755-9ff5-7f18f6832af3 --- explore/deploy/beta-properties.json | 1 + explore/deploy/production-properties.json | 1 + explore/src/assets/env-properties.json | 1 + 3 files changed, 3 insertions(+) diff --git a/explore/deploy/beta-properties.json b/explore/deploy/beta-properties.json index 10ae1563..2cca0349 100644 --- a/explore/deploy/beta-properties.json +++ b/explore/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/explore/deploy/production-properties.json b/explore/deploy/production-properties.json index 15a7e65f..8abb0990 100644 --- a/explore/deploy/production-properties.json +++ b/explore/deploy/production-properties.json @@ -10,6 +10,7 @@ "claimsAPIURL" : "https://services.openaire.eu/claims/rest/claimsService/", "searchAPIURLLAst" : "https://services.openaire.eu/search/v2/api/", "searchResourcesAPIURL" : "https://services.openaire.eu/search/v2/api/resources", + "openCitationsAPIURL" : "https://services.openaire.eu/opencitations/getCitations?id=", "csvAPIURL" : "https://services.openaire.eu/search/v2/api/reports", "searchCrossrefAPIURL" : "https://api.crossref.org/works", "searchDataciteAPIURL" : "https://api.datacite.org/works", diff --git a/explore/src/assets/env-properties.json b/explore/src/assets/env-properties.json index 64476a3d..a729dbff 100644 --- a/explore/src/assets/env-properties.json +++ b/explore/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",