diff --git a/portal-4cli-lib/explore-production-properties.json b/portal-4cli-lib/explore-production-properties.json index c6962cb6..2078966e 100644 --- a/portal-4cli-lib/explore-production-properties.json +++ b/portal-4cli-lib/explore-production-properties.json @@ -44,14 +44,14 @@ "helperPageUrl" :"http://scoobydoo.di.uoa.gr:16000/api/page/route", "cacheUrl" :"https://demo.openaire.eu/cache/get?url=", - + "datasourcesAPI": "https://beta.services.openaire.eu/openaire/ds/search/", "adminToolsAPIURL" :"https://beta.services.openaire.eu/uoa-admin-tools/", "adminToolsCommunity" :"openaire", - - "communityAPI": "https://dev-openaire.d4science.org/openaire/community/", + "contextsAPI":"https://beta.services.openaire.eu/openaire/context", + "communityAPI": "https://beta.services.openaire.eu/openaire/community/", "csvLimit": 2000, "pagingLimit": 20, diff --git a/portal-4cli-lib/src/app/home/home.component.html b/portal-4cli-lib/src/app/home/home.component.html index aaa7b54d..da0a85ed 100644 --- a/portal-4cli-lib/src/app/home/home.component.html +++ b/portal-4cli-lib/src/app/home/home.component.html @@ -52,7 +52,32 @@
-
+ +
+ +
+

Search for + publications-data-software and other research artefacts. See how these + are linked together and how they are linked to funding and + organizations.

+

View statistics on projects and institutions.

+
+
+ + + + +
+ +
+

Select an OpenAIRE compatible repository (2.0 +) so that your research is linked to your funding information.

+

Use ZENODO, a catch-all repository hosted by CERN to deposit all your research results (publications, data, software, etc.)

+
-
+ + + +
+ +
+

If you can't find your research results in OpenAIRE, don't worry!

+

Use our LINK OUT service, that reaches out to many external sources via APIs, to connect your research results and claim them to your project.

+
-
+
diff --git a/portal-4cli-lib/src/assets/env-properties.json b/portal-4cli-lib/src/assets/env-properties.json index 9feed184..a909d70b 100644 --- a/portal-4cli-lib/src/assets/env-properties.json +++ b/portal-4cli-lib/src/assets/env-properties.json @@ -9,7 +9,7 @@ "claimsAPIURL" : "http://scoobydoo.di.uoa.gr:8080/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/", "searchAPIURLLAst" : "https://beta.services.openaire.eu/search/v2/api/", "searchResourcesAPIURL" : "https://beta.services.openaire.eu/search/v2/api/resources", - "csvAPIURL" : "http://rudie.di.uoa.gr:8080/dnet-functionality-services-2.0.0-SNAPSHOT/rest/v2/reports", + "csvAPIURL" : "http://vatopedi.di.uoa.gr:8080/shadowSearch/rest/v2/api/reports", "searchCrossrefAPIURL" : "https://api.crossref.org/works", "searchDataciteAPIURL" : "https://api.datacite.org/works", @@ -53,7 +53,7 @@ "adminToolsCommunity" :"openaire", "datasourcesAPI": "https://beta.services.openaire.eu/openaire/ds/search/", - + "contextsAPI":"https://dev-openaire.d4science.org/openaire/context", "communityAPI": "https://dev-openaire.d4science.org/openaire/community/", "csvLimit": 2000,