From d2125a7b5e75604f04a19366ae6260ce385314b5 Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Thu, 17 May 2018 12:57:58 +0000 Subject: [PATCH] add ngx-json-ld library in package.json - requires install | change orcid API in properties file git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@52073 d315682c-612b-4755-9ff5-7f18f6832af3 --- portal-4cli-lib/package.json | 1 + portal-4cli-lib/src/assets/env-properties.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/portal-4cli-lib/package.json b/portal-4cli-lib/package.json index 571b693a..a29debbf 100644 --- a/portal-4cli-lib/package.json +++ b/portal-4cli-lib/package.json @@ -41,6 +41,7 @@ "datatables.net": "^1.10.16", "datatables.net-dt": "^1.10.16", "jquery": "^3.2.1", + "ngx-json-ld": "0.1.6", "rxjs": "^5.4.2", "ts-md5": "^1.2.0", "wikidata-sdk": "^5.2.9", diff --git a/portal-4cli-lib/src/assets/env-properties.json b/portal-4cli-lib/src/assets/env-properties.json index 3bf41708..330544f8 100644 --- a/portal-4cli-lib/src/assets/env-properties.json +++ b/portal-4cli-lib/src/assets/env-properties.json @@ -13,7 +13,7 @@ "searchCrossrefAPIURL" : "https://api.crossref.org/works", "searchDataciteAPIURL" : "https://api.datacite.org/works", - "searchOrcidURL" : "https://pub.orcid.org/", + "searchOrcidURL" : "https://pub.orcid.org/v2.1/", "pmidURL" : "http://www.ncbi.nlm.nih.gov/pubmed/", "doiURL" : "https://dx.doi.org/",