diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index 0a519c66..beebd6c6 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 0a519c667a6286a0bedb528ef4741c53ba5c3532 +Subproject commit beebd6c6d7be3e3d8aa3a500dd14c0f498e09b87 diff --git a/explore/src/assets/common-assets b/explore/src/assets/common-assets index 4f2bd1c8..43aa38ea 160000 --- a/explore/src/assets/common-assets +++ b/explore/src/assets/common-assets @@ -1 +1 @@ -Subproject commit 4f2bd1c8aed9232f9180fa2b9baba20f0c6962b8 +Subproject commit 43aa38eacd6fc81ccbbf12cfd98c6c49a8494c60 diff --git a/explore/src/assets/openaire-theme b/explore/src/assets/openaire-theme index 99ecab0b..0dd2be3e 160000 --- a/explore/src/assets/openaire-theme +++ b/explore/src/assets/openaire-theme @@ -1 +1 @@ -Subproject commit 99ecab0b4e9ceed21424c8fa26ef270b4695b11e +Subproject commit 0dd2be3ea52ed03c437f3ced198d0afa0a5006d7 diff --git a/explore/src/environments/environment.beta.ts b/explore/src/environments/environment.beta.ts index 1754c11e..34493e20 100644 --- a/explore/src/environments/environment.beta.ts +++ b/explore/src/environments/environment.beta.ts @@ -12,6 +12,7 @@ export let properties: EnvProperties = { statisticsAPIURL: "https://beta.services.openaire.eu/stats-api/", statisticsFrameAPIURL: "https://beta.openaire.eu/stats/", statisticsFrameNewAPIURL: "https://beta.services.openaire.eu/stats-tool/", + bipFrameAPIURL: "https://bip.imsi.athenarc.gr/api/impact-chart?id=", useNewStatistisTool: true, claimsAPIURL: "https://beta.services.openaire.eu/claims/rest/claimsService/", searchAPIURLLAst: "https://beta.services.openaire.eu/search/v2/api/", diff --git a/explore/src/environments/environment.prod.ts b/explore/src/environments/environment.prod.ts index ae4ab27e..fee6b2a2 100644 --- a/explore/src/environments/environment.prod.ts +++ b/explore/src/environments/environment.prod.ts @@ -12,6 +12,7 @@ export let properties: EnvProperties = { statisticsAPIURL: "https://beta.services.openaire.eu/stats-api/", statisticsFrameAPIURL: "https://www.openaire.eu/stats/", statisticsFrameNewAPIURL: "https://services.openaire.eu/stats-tool/", + bipFrameAPIURL: "https://bip.imsi.athenarc.gr/api/impact-chart?id=", useNewStatistisTool: true, claimsAPIURL: "https://services.openaire.eu/claims/rest/claimsService/", searchAPIURLLAst: "https://services.openaire.eu/search/v2/api/", diff --git a/explore/src/environments/environment.ts b/explore/src/environments/environment.ts index b8789608..42c7fb67 100644 --- a/explore/src/environments/environment.ts +++ b/explore/src/environments/environment.ts @@ -17,6 +17,7 @@ export let properties: EnvProperties = { statisticsAPIURL: "http://vatopedi.di.uoa.gr:8080/stats/", statisticsFrameAPIURL: "https://beta.openaire.eu/stats/", statisticsFrameNewAPIURL: "https://stats.madgik.di.uoa.gr/stats-api/", + bipFrameAPIURL: "https://bip.imsi.athenarc.gr/api/impact-chart?id=", useNewStatistisTool: true, claimsAPIURL: "http://rudie.di.uoa.gr:8980/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/", // claimsAPIURL: "http://dl170.madgik.di.uoa.gr:8180/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/",