From 9c67ea6b544bdc6be3b72a4e38070399ff2ebb86 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Mon, 27 Sep 2021 12:14:17 +0300 Subject: [PATCH] [Trunk | Explore]: 1. parsingFunctions.class.ts: created field "notebookKeyword" to be compared with subjects. 2. resultLanding.component.html: Property "egiNotebookLink" is used for Notebook button on top right section. 3. env-properties.ts: Added property "egiNotebookLink". 4. environment.beta.ts & environment.ts: Added property "egiNotebookLink". --- explore/src/app/openaireLibrary | 2 +- explore/src/environments/environment.beta.ts | 4 +++- explore/src/environments/environment.ts | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index 9d65eaab..3e3379d0 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 9d65eaab722fc44c4e98e3a744d6e47b06d791e0 +Subproject commit 3e3379d038fb12bc788482c812837f4d4a639f82 diff --git a/explore/src/environments/environment.beta.ts b/explore/src/environments/environment.beta.ts index 4e66e49b..0a96a418 100644 --- a/explore/src/environments/environment.beta.ts +++ b/explore/src/environments/environment.beta.ts @@ -123,5 +123,7 @@ export let properties: EnvProperties = { adminPortalURL: "https://beta.admin.connect.openaire.eu", myOrcidLinksPage: "/my-orcid-links", - footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452" + footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452", + + egiNotebookLink: "https://marketplace.eosc-portal.eu/services/egi-notebooks?q=EGI+Notebook" }; diff --git a/explore/src/environments/environment.ts b/explore/src/environments/environment.ts index 0ee4a925..ef17521c 100644 --- a/explore/src/environments/environment.ts +++ b/explore/src/environments/environment.ts @@ -127,5 +127,7 @@ export let properties: EnvProperties = { adminPortalURL: "https://beta.admin.connect.openaire.eu", myOrcidLinksPage: "/my-orcid-links", - footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452" + footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452", + + egiNotebookLink: "https://marketplace.eosc-portal.eu/services/egi-notebooks?q=EGI+Notebook" };