-
diff --git a/portal-2/src/app/landingPages/publication/publication.component.ts b/portal-2/src/app/landingPages/publication/publication.component.ts
index 0442cca3..d8f531cb 100644
--- a/portal-2/src/app/landingPages/publication/publication.component.ts
+++ b/portal-2/src/app/landingPages/publication/publication.component.ts
@@ -49,6 +49,8 @@ export class PublicationComponent {
public errorMessage = "";
public routerHelper:RouterHelper = new RouterHelper();
+ public activeTab: string = "References";
+
constructor ( private element: ElementRef,
private _publicationService: PublicationService,
private route: ActivatedRoute, private _meta: Meta) { }
@@ -214,4 +216,5 @@ export class PublicationComponent {
this._meta.setTitle(_title );
this._meta.updateMeta("og:title",_title);
}
+
}
diff --git a/portal-2/src/app/searchPages/find/search.component.ts b/portal-2/src/app/searchPages/find/search.component.ts
index 8417d9e7..0cb961cd 100644
--- a/portal-2/src/app/searchPages/find/search.component.ts
+++ b/portal-2/src/app/searchPages/find/search.component.ts
@@ -40,7 +40,7 @@ import {RouterHelper} from '../../utils/routerHelper.class';
-
+
+
+
+
+
-
0" class ="uk-animation-fade">
diff --git a/portal-2/src/app/searchPages/searchUtils/browseStatistic.component.ts b/portal-2/src/app/searchPages/searchUtils/browseStatistic.component.ts
index 41a3d7ba..1ed1597a 100644
--- a/portal-2/src/app/searchPages/searchUtils/browseStatistic.component.ts
+++ b/portal-2/src/app/searchPages/searchUtils/browseStatistic.component.ts
@@ -24,7 +24,14 @@ import {RouterHelper} from '../../utils/routerHelper.class';
{{_formatName(value)}}
({{value.number}})
- 5 ">
- View more
+ View more
+
+
+
0 && viewAll" class="uk-list uk-list-divider browseFilters">
@@ -39,7 +46,7 @@ import {RouterHelper} from '../../utils/routerHelper.class';
-
+
diff --git a/portal-2/src/app/searchPages/searchUtils/searchFilter.component.ts b/portal-2/src/app/searchPages/searchUtils/searchFilter.component.ts
index ffb5f2fe..992541d1 100644
--- a/portal-2/src/app/searchPages/searchUtils/searchFilter.component.ts
+++ b/portal-2/src/app/searchPages/searchUtils/searchFilter.component.ts
@@ -7,11 +7,11 @@ import {Open} from '../../utils/modal/open.component';
@Component({
selector: 'search-filter',
template: `
-
0" class = "uk-accordion uk-animation-fade" uk-accordion="">
+ 0" class="uk-list">
-
-
{{_formatTitle(filter.title,filter.values.length)}}
-
-
+
{{_formatTitle(filter.title,filter.values.length)}}
+
+
diff --git a/portal-2/src/app/utils/properties/openaireProperties.ts b/portal-2/src/app/utils/properties/openaireProperties.ts
index c260bcde..2cf969f8 100644
--- a/portal-2/src/app/utils/properties/openaireProperties.ts
+++ b/portal-2/src/app/utils/properties/openaireProperties.ts
@@ -31,8 +31,10 @@ export class OpenaireProperties {
private static metricsAPIURL = "https://beta.services.openaire.eu/usagestats/";
private static framesAPIURL = "https://beta.openaire.eu/stats3/";
+ //private static loginAPIURL = "http://mpagasas.di.uoa.gr:8080/uoa-user-management-1.0.0-SNAPSHOT/api/users/authenticates";
private static loginAPIURL = "http://scoobydoo.di.uoa.gr:8080/uoa-user-management-1.0.0-SNAPSHOT/api/users/authenticates";
+
// 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/";