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" };