[Trunk | Monitor Dashboard]: environments/: Added in all environment files footerGrantText: "This service has received funding from EU grants No. 777541, No 101017452".

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@61045 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Konstantina Galouni 2021-05-25 10:36:37 +00:00
parent f70c15be2d
commit 43a502c474
3 changed files with 7 additions and 4 deletions

View File

@ -119,5 +119,6 @@ export let properties: EnvProperties = {
admins: ["helpdesk@openaire.eu"], admins: ["helpdesk@openaire.eu"],
lastIndexUpdate: "2019-08-07", lastIndexUpdate: "2019-08-07",
indexInfoAPI: "http://beta.services.openaire.eu/openaire/info/", indexInfoAPI: "http://beta.services.openaire.eu/openaire/info/",
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/" altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
footerGrantText: "This service has received funding from EU grants No. 777541, No 101017452"
}; };

View File

@ -117,5 +117,6 @@ export let properties: EnvProperties = {
admins: ["argirok@di.uoa.gr"], admins: ["argirok@di.uoa.gr"],
lastIndexUpdate: "2019-07-24", lastIndexUpdate: "2019-07-24",
indexInfoAPI: "http://services.openaire.eu/openaire/info/", indexInfoAPI: "http://services.openaire.eu/openaire/info/",
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/" altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
} footerGrantText: "This service has received funding from EU grants No. 777541, No 101017452"
};

View File

@ -107,5 +107,6 @@ export let properties: EnvProperties = {
admins: ["kostis30fylloy@gmail.com", "argirok@di.uoa.gr"], admins: ["kostis30fylloy@gmail.com", "argirok@di.uoa.gr"],
lastIndexUpdate: "2019-05-16", lastIndexUpdate: "2019-05-16",
indexInfoAPI: "http://beta.services.openaire.eu/openaire/info/", indexInfoAPI: "http://beta.services.openaire.eu/openaire/info/",
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/" altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
footerGrantText: "This service has received funding from EU grants No. 777541, No 101017452"
}; };