|
|
|
@ -1,20 +1,21 @@
|
|
|
|
|
<div *ngIf="!community " class="uk-text-muted uk-text-center">
|
|
|
|
|
No community info available
|
|
|
|
|
</div>
|
|
|
|
|
<div class="uk-section uk-container ">
|
|
|
|
|
<div class="uk-grid uk-child-width-1-2@m uk-child-width-1-1@s ">
|
|
|
|
|
<div *ngIf="portal && community" class=""> <!-- this div will have the
|
|
|
|
|
customized color or image -->
|
|
|
|
|
<div class="uk-container uk-container-large uk-flex uk-flex-center">
|
|
|
|
|
<div class="uk-margin-large-top uk-margin-large-bottom">
|
|
|
|
|
<h1 *ngIf="pluginObject.showShortTitle" class="uk-text-center uk-h2 uk-margin-remove">
|
|
|
|
|
|
|
|
|
|
<div *ngIf="portal && community" class="">
|
|
|
|
|
<div *ngIf="pluginObject.showShortTitle"
|
|
|
|
|
class="uk-text-primary">
|
|
|
|
|
{{community.shortTitle}}
|
|
|
|
|
</h1>
|
|
|
|
|
<div *ngIf="pluginObject.showTitle"
|
|
|
|
|
class="uk-text-center uk-margin-top">
|
|
|
|
|
{{community.title}}
|
|
|
|
|
</div>
|
|
|
|
|
<h1 *ngIf="pluginObject.showTitle" class=" uk-h2 uk-margin-remove">
|
|
|
|
|
{{community.title}}
|
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
|
|
<div *ngIf="pluginObject.description" [innerHTML]="community.description"></div>
|
|
|
|
|
<div *ngIf="pluginObject.searchbar && isRouteEnabled(searchLinkToResults)" [class.uk-invisible]="disableSelect" class="uk-margin-medium-top">
|
|
|
|
|
<div *ngIf="pluginObject.searchbar && isRouteEnabled(searchLinkToResults)" [class.uk-invisible]="disableSelect"
|
|
|
|
|
class="uk-margin-medium-top">
|
|
|
|
|
<advanced-search-input #advanced (searchEmitter)="goTo(true)">
|
|
|
|
|
<entities-selection class="uk-width-1-3" [simpleView]="true" currentEntity="result"
|
|
|
|
|
[selectedEntity]="selectedEntity"
|
|
|
|
@ -32,23 +33,29 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div *ngIf="(pluginObject.fos && isRouteEnabled('/fields-of-science')) || (pluginObject.sdgs && isRouteEnabled('/sdgs'))" class="uk-padding-small uk-margin-small-top">
|
|
|
|
|
<div
|
|
|
|
|
*ngIf="(pluginObject.fos && isRouteEnabled('/fields-of-science')) || (pluginObject.sdgs && isRouteEnabled('/sdgs'))"
|
|
|
|
|
class="uk-padding-small uk-margin-small-top">
|
|
|
|
|
<div class="uk-text-meta">
|
|
|
|
|
Try browsing by:
|
|
|
|
|
</div>
|
|
|
|
|
<div class="link-actions uk-flex uk-flex-column uk-flex-top uk-margin-small-top">
|
|
|
|
|
<a *ngIf="pluginObject.sdgs && isRouteEnabled('/sdgs')" class="uk-display-inline-block uk-text-uppercase uk-button uk-button-text uk-margin-small-bottom"
|
|
|
|
|
<a *ngIf="pluginObject.sdgs && isRouteEnabled('/sdgs')"
|
|
|
|
|
class="uk-display-inline-block uk-text-uppercase uk-button uk-button-text uk-margin-small-bottom"
|
|
|
|
|
routerLinkActive="router-link-active" routerLink="/sdgs">
|
|
|
|
|
<span class="uk-flex uk-flex-middle">
|
|
|
|
|
<img src="assets/common-assets/sdg/sdg-dot-img.svg" alt="SDGs logo" loading="lazy" width="17px" height="17px">
|
|
|
|
|
<img src="assets/common-assets/sdg/sdg-dot-img.svg" alt="SDGs logo" loading="lazy" width="17px"
|
|
|
|
|
height="17px">
|
|
|
|
|
<span class="uk-margin-small-left">Sustainable Development Goals (SDG<span
|
|
|
|
|
class="uk-text-lowercase">s</span>)</span>
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
<a *ngIf="pluginObject.fos&& isRouteEnabled('/fields-of-science') " class="uk-display-inline-block uk-text-uppercase uk-button uk-button-text"
|
|
|
|
|
<a *ngIf="pluginObject.fos&& isRouteEnabled('/fields-of-science') "
|
|
|
|
|
class="uk-display-inline-block uk-text-uppercase uk-button uk-button-text"
|
|
|
|
|
routerLinkActive="router-link-active" routerLink="/fields-of-science">
|
|
|
|
|
<span class="uk-flex uk-flex-middle">
|
|
|
|
|
<img src="assets/common-assets/fos/fos-icon.svg" alt="FOS logo" loading="lazy" width="17px" height="8px">
|
|
|
|
|
<img src="assets/common-assets/fos/fos-icon.svg" alt="FOS logo" loading="lazy" width="17px"
|
|
|
|
|
height="8px">
|
|
|
|
|
<span class="uk-margin-small-left">Fields of Science (FoS)</span>
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
@ -56,11 +63,9 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<div class="plugin-gateway-information uk-border-rounded uk-padding uk-margin-medium-bottom">
|
|
|
|
|
<img class="plugin-background" src="assets/common-assets/connect_image_faded.png">
|
|
|
|
|
<div class="heroBackground generalSearchForm uk-border-rounded uk-padding uk-margin-medium-bottom">
|
|
|
|
|
<!-- <img class="plugin-background" src="assets/common-assets/connect_image_faded.png">-->
|
|
|
|
|
<div class="plugin-content">
|
|
|
|
|
<div class="uk-text-lead uk-text-large uk-text-bold uk-margin-bottom">
|
|
|
|
|
{{ pluginObject.title}}
|
|
|
|
@ -156,7 +161,8 @@
|
|
|
|
|
isVisible('publications')">
|
|
|
|
|
<icon [name]="'description'" [type]="'outlined'" [ratio]="2" [flex]="true"
|
|
|
|
|
[customClass]="'uk-margin-small-right uk-text-secondary'"></icon>
|
|
|
|
|
<a [queryParams]="getParamsForSearchLink('publications')" [routerLink]="properties.searchLinkToAdvancedResults"
|
|
|
|
|
<a [queryParams]="getParamsForSearchLink('publications')"
|
|
|
|
|
[routerLink]="properties.searchLinkToAdvancedResults"
|
|
|
|
|
class="uk-link-reset uk-flex uk-flex-column">
|
|
|
|
|
<span class="uk-text-xsmall">
|
|
|
|
|
{{openaireEntities.PUBLICATIONS}}
|
|
|
|
@ -218,10 +224,12 @@
|
|
|
|
|
<span class="uk-text-xsmall">
|
|
|
|
|
{{openaireEntities.OTHER}}
|
|
|
|
|
</span>
|
|
|
|
|
<span *ngIf="resultCounts" class="uk-h6 uk-margin-remove" [innerHTML]="resultCounts.other | numberRound: 1:1">
|
|
|
|
|
<span *ngIf="resultCounts" class="uk-h6 uk-margin-remove"
|
|
|
|
|
[innerHTML]="resultCounts.other | numberRound: 1:1">
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|