[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".
This commit is contained in:
parent
ac27042d3e
commit
9c67ea6b54
|
@ -1 +1 @@
|
|||
Subproject commit 9d65eaab722fc44c4e98e3a744d6e47b06d791e0
|
||||
Subproject commit 3e3379d038fb12bc788482c812837f4d4a639f82
|
|
@ -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"
|
||||
};
|
||||
|
|
|
@ -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"
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue