diff --git a/portal-2/src/app/deposit/depositPublications.component.ts b/portal-2/src/app/deposit/depositPublications.component.ts index 2c15cc54..3a884d37 100644 --- a/portal-2/src/app/deposit/depositPublications.component.ts +++ b/portal-2/src/app/deposit/depositPublications.component.ts @@ -6,7 +6,7 @@ import {Component} from '@angular/core';

Or locate data provider in map

- +
` }) diff --git a/portal-2/src/app/searchPages/searchUtils/browseStatistic.component.ts b/portal-2/src/app/searchPages/searchUtils/browseStatistic.component.ts index 66361bb3..09f90291 100644 --- a/portal-2/src/app/searchPages/searchUtils/browseStatistic.component.ts +++ b/portal-2/src/app/searchPages/searchUtils/browseStatistic.component.ts @@ -26,7 +26,7 @@ import {SearchUtilsClass} from '../searchUtils/searchUtils.class'; diff --git a/portal-2/src/app/utils/properties/openaireProperties.ts b/portal-2/src/app/utils/properties/openaireProperties.ts index d8ff6a05..46d16746 100644 --- a/portal-2/src/app/utils/properties/openaireProperties.ts +++ b/portal-2/src/app/utils/properties/openaireProperties.ts @@ -24,7 +24,7 @@ export class OpenaireProperties { public static searchLinkToAdvancedOrganizations = "search/advanced/organizations"; public static searchLinkToAdvancedPeople = "search/advanced/people"; -//http://beta.services.openaire.eu:8480/newSearch/ +//http://beta.services.openaire.eu:8480/search/ // Services - APIs private static metricsAPIURL = "http://vatopedi.di.uoa.gr:8080/stats/"; @@ -35,24 +35,24 @@ export class OpenaireProperties { // public claimsAPIURL = "http://rudie.di.uoa.gr:8080/dnet-openaire-connector-service-1.0.0-SNAPSHOT/rest/claimsService/" private static claimsAPIURL = "http://scoobydoo.di.uoa.gr:8080/dnet-openaire-connector-service-1.0.0-SNAPSHOT/rest/claimsService/"; - // private static searchAPIURL = "http://beta.services.openaire.eu:8480/newSearch/rest/v2/api/"; - // private searchAPIURL = "http://beta.services.openaire.eu:8480/newSearch/rest/v2.0/api/"; - private static searchAPIURL = "http://beta.services.openaire.eu:8480/newSearch/rest/v2/api/"; + // private static searchAPIURL = "http://beta.services.openaire.eu:8480/search/rest/v2/api/"; + // private searchAPIURL = "http://beta.services.openaire.eu:8480/search/rest/v2.0/api/"; + private static searchAPIURL = "http://beta.services.openaire.eu:8480/search/rest/v2/api/"; //"http://scoobydoo.di.uoa.gr:8080/dnet-functionality-services-2.0.0-SNAPSHOT/rest/v2/api/"; - // private static searchAPIURLLAst = "http://beta.services.openaire.eu:8480/newSearch/rest/v2/api/"; - private static searchAPIURLLAst = "http://beta.services.openaire.eu:8480/newSearch/rest/v2/api/"; + // private static searchAPIURLLAst = "http://beta.services.openaire.eu:8480/search/rest/v2/api/"; + private static searchAPIURLLAst = "http://beta.services.openaire.eu:8480/search/rest/v2/api/"; //private static searchAPIURLLAst = "http://scoobydoo.di.uoa.gr:8080/dnet-functionality-services-2.0.0-SNAPSHOT/rest/v2/api/"; - // private static searchResourcesAPIURL = "http://beta.services.openaire.eu:8480/newSearch/rest/v2/api/resources"; - private static searchResourcesAPIURL = "http://beta.services.openaire.eu:8480/newSearch/rest/v2/api/resources"; + // private static searchResourcesAPIURL = "http://beta.services.openaire.eu:8480/search/rest/v2/api/resources"; + private static searchResourcesAPIURL = "http://beta.services.openaire.eu:8480/search/rest/v2/api/resources"; //private static searchServiveURL = "http://astero.di.uoa.gr:8080/dnet-functionality-services-2.0.0-SNAPSHOT/"; - private static searchServiveURL = "http://beta.services.openaire.eu:8480/newSearch/"; + private static searchServiveURL = "http://beta.services.openaire.eu:8480/search/"; // private static searchServiveURL = "http://services.openaire.eu:8380/search/"; - // private static searchServiveURL = "http://beta.services.openaire.eu:8480/newSearch/"; + // private static searchServiveURL = "http://beta.services.openaire.eu:8480/search/"; - private static csvAPIURL = "http://beta.services.openaire.eu:8480/newSearch/rest/v2/api/";//publications?format=csv + private static csvAPIURL = "http://beta.services.openaire.eu:8480/search/rest/v2/api/";//publications?format=csv private static searchCrossrefAPIURL = "http://api.crossref.org/works"; private static searchDataciteAPIURL = "http://search.datacite.org/api";