[Trunk | Library]: dataProvider.component.html & organization.component.html & project.component.html: Remove old commented code from previous designs of landing pages.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58814 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2020-05-31 13:51:35 +00:00
parent dfb98fffcc
commit 026dd123fd
3 changed files with 0 additions and 842 deletions

View File

@ -1,53 +1,3 @@
<!--<ng-template #search_box let-fetch="fetch" let-type="type" let-typeName="typeName"-->
<!-- let-searchLinkToAdvancedPage="searchLinkToAdvancedPage" let-params="params">-->
<!--&lt;!&ndash; *ngIf="fetch.searchUtils.totalResults > 0"&ndash;&gt;-->
<!-- <div *ngIf="fetch.searchUtils.totalResults > 0">-->
<!-- <div class="uk-position-relative">-->
<!-- <a [queryParams]="params" target="_blank"-->
<!-- [routerLink]="searchLinkToAdvancedPage">-->
<!-- <span class="custom-external uk-position-top-right uk-margin-small-right uk-margin-small-top"></span>-->
<!-- <div class="header target uk-text-bold">{{typeName}}</div>-->
<!-- <div class="icon uk-position-center" uk-icon="icon: search;"></div>-->
<!-- <div class="footer target uk-position-relative">-->
<!-- <span class="uk-text-bold uk-position-center">{{fetch.searchUtils.totalResults | number}}</span>-->
<!-- </div>-->
<!-- </a>-->
<!-- </div>-->
<!-- </div>-->
<!--</ng-template>-->
<!--<ng-template #search_tab let-fetch="fetch" let-type="type" let-urlParam="urlParam"-->
<!-- let-searchLinkToAdvancedPage="searchLinkToAdvancedPage" let-params="params">-->
<!-- <errorMessages [status]="[fetch.searchUtils.status]" [type]="getEntityName(type, true, true)"-->
<!-- tab_error_class=true></errorMessages>-->
<!-- <div *ngIf="fetch.searchUtils.status == errorCodes.DONE">-->
<!-- <div class="tab-header">-->
<!-- <span *ngIf="type != 'organization' && type != 'dataprovider' && type != 'project'">Recent</span>-->
<!-- {{getEntityName(type, true, true)}}-->
<!-- </div>-->
<!-- <div class="uk-text-right">-->
<!-- <a class="el-content uk-button uk-button-text" [queryParams]="params" [routerLink]="searchLinkToAdvancedPage">-->
<!-- View all {{getEntityName(type, true, true)}}-->
<!-- <span *ngIf="fetch.searchUtils.totalResults <= searchNumber">in search page</span>-->
<!-- </a>-->
<!-- </div>-->
<!-- <search-result [properties]="properties"-->
<!-- [results]="fetch.results"-->
<!-- [status]="fetch.searchUtils.status"-->
<!-- [type]="type" urlParam="articleId">-->
<!-- </search-result>-->
<!-- <div class="uk-text-right">-->
<!-- <a class="el-content uk-button uk-button-text" [queryParams]="params" [routerLink]="searchLinkToAdvancedPage">-->
<!-- View all {{getEntityName(type, true, true)}}-->
<!-- <span *ngIf="fetch.searchUtils.totalResults <= searchNumber">in search page</span>-->
<!-- </a>-->
<!-- </div>-->
<!-- </div>-->
<!--</ng-template>-->
<div id="tm-main" class="landing uk-section uk-padding-remove-top tm-middle">
<div *ngIf="!showFeedback" uk-grid>
<div class="tm-main uk-width-1-1@s uk-width-1-1@m uk-width-1-1@l uk-row-first ">
@ -64,21 +14,11 @@
[texts]="pageContents['top']"></helper>
<div *ngIf="dataProviderInfo != null" class="uk-grid uk-margin-remove-left uk-margin-large-bottom">
<div class="uk-width-2-3@m uk-width-1-1@s uk-margin-bottom uk-padding uk-padding-remove-left uk-padding-remove-vertical">
<!--h3 *ngIf="dataProviderInfo.title != null">
<a *ngIf="dataProviderInfo.title['url'] != undefined && dataProviderInfo.title['url'] != null"
href="{{dataProviderInfo.title['url']}}" target="_blank" class="custom-external">
{{dataProviderInfo.title['name']}}
</a>
<p *ngIf="dataProviderInfo.title['url'] == undefined || dataProviderInfo.title['url'] == null">
{{dataProviderInfo.title['name']}}
</p>
</h3-->
<schema2jsonld *ngIf="dataProviderInfo" [data]=dataProviderInfo
[URL]="properties.baseLink+'/search/dataprovider?datasourceId='+datasourceId"
type="datasource"
[otherURL]="(dataProviderInfo.openDoarId)?(properties.openDoarURL+dataProviderInfo.openDoarId):((dataProviderInfo.r3DataId)?properties.r3DataURL+dataProviderInfo.r3DataId:nul)"></schema2jsonld>
<!-- <showTitle [title]="dataProviderInfo.title"></showTitle>-->
<landing-header [properties]="properties" [title]="dataProviderInfo.title.name"
[subTitle]="(dataProviderInfo.officialName
&& dataProviderInfo.title.name !== dataProviderInfo.officialName)?dataProviderInfo.officialName:null"
@ -128,325 +68,8 @@
</span>
</div>
</div>
<!-- <span *ngIf="dataProviderInfo.type" class="uk-label custom-label label-type label-dataprovider "-->
<!-- title="Type">{{dataProviderInfo.type}}</span>{{" "}}-->
<!-- <span *ngIf="dataProviderInfo.compatibility" class="uk-label custom-label label-compatibility "-->
<!-- title="Compatibility">-->
<!-- <a *ngIf="!dataProviderInfo.compatibility.name && dataProviderInfo.compatibility.id"-->
<!-- [queryParams]="{datasourceId: dataProviderInfo.compatibility.id}" routerLinkActive="router-link-active"-->
<!-- routerLink="/search/dataprovider">-->
<!-- {{dataProviderInfo.compatibility.info}}-->
<!-- </a>-->
<!-- <span *ngIf="dataProviderInfo.compatibility.name || !dataProviderInfo.compatibility.id">-->
<!-- {{dataProviderInfo.compatibility.info}}-->
<!-- </span>-->
<!-- <a *ngIf="dataProviderInfo.compatibility.name && dataProviderInfo.compatibility.id"-->
<!-- [queryParams]="{datasourceId: dataProviderInfo.compatibility.id}" routerLinkActive="router-link-active"-->
<!-- routerLink="/search/dataprovider">-->
<!-- {{dataProviderInfo.compatibility.name}}-->
<!-- </a>-->
<!-- <span *ngIf="dataProviderInfo.compatibility.name && !dataProviderInfo.compatibility.id">-->
<!-- {{dataProviderInfo.compatibility.name}}-->
<!-- </span>-->
<!-- </span>{{" "}}-->
<!-- <span *ngIf="dataProviderInfo.aggregationStatus && dataProviderInfo.aggregationStatus.fulltexts && dataProviderInfo.aggregationStatus.fulltexts > 0"-->
<!-- class="uk-label custom-label label-type label-dataprovider ">OpenAIRE Text Mining</span>{{" "}}-->
<!-- <ul class="uk-list">-->
<!-- <showPublisher [properties]="properties"-->
<!-- [journal]="dataProviderInfo.journal"></showPublisher>-->
<!-- <li-->
<!-- *ngIf="dataProviderInfo.aggregationStatus && dataProviderInfo.aggregationStatus.fundedContent && dataProviderInfo.aggregationStatus.fundedContent != -1">-->
<!-- <span class="uk-text-bold">Results with funding information: </span>-->
<!-- {{dataProviderInfo.aggregationStatus.fundedContent | number}}-->
<!-- </li>-->
<!-- <li-->
<!-- *ngIf="dataProviderInfo.aggregationStatus && dataProviderInfo.aggregationStatus.fulltexts && dataProviderInfo.aggregationStatus.fulltexts != -1">-->
<!-- <span class="uk-text-bold">Collected full-texts: </span>-->
<!-- {{dataProviderInfo.aggregationStatus.fulltexts | number}}-->
<!-- </li>-->
<!-- <li-->
<!-- *ngIf="dataProviderInfo.aggregationStatus && dataProviderInfo.aggregationStatus.lastUpdateDate && dataProviderInfo.aggregationStatus.lastUpdateDate != null">-->
<!-- <span class="uk-text-bold">Last update of records in OpenAIRE: </span>-->
<!-- {{dataProviderInfo.aggregationStatus.lastUpdateDate | date}}-->
<!-- </li>-->
<!-- <li *ngIf="dataProviderInfo.oaiPmhURL"><span class="uk-text-bold">OAI-PMH: </span>-->
<!-- <span class="uk-button-text">-->
<!-- <a target="_blank" href="{{dataProviderInfo.oaiPmhURL}}">-->
<!-- {{dataProviderInfo.oaiPmhURL}}-->
<!-- </a>-->
<!-- </span>-->
<!-- </li>-->
<!-- <li *ngIf="dataProviderInfo.openDoarId">-->
<!-- <span class="uk-button-text">-->
<!-- <a target="_blank" href="{{properties.openDoarURL+dataProviderInfo.openDoarId}}">-->
<!-- Detailed content provider information (OpenDOAR)-->
<!-- </a>-->
<!-- </span>-->
<!-- </li>-->
<!-- <li *ngIf="dataProviderInfo.r3DataId">-->
<!-- <span class="uk-button-text">-->
<!-- <a target="_blank" href="{{properties.r3DataURL+dataProviderInfo.r3DataId}}">-->
<!-- Detailed content provider information (Re3data)-->
<!-- </a>-->
<!-- </span>-->
<!-- </li>-->
<!-- <li *ngIf="dataProviderInfo.countries != undefined && dataProviderInfo.countries.length > 0"><span-->
<!-- class="uk-text-bold">Countries: </span>{{dataProviderInfo.countries.join(", ")}}</li>-->
<!-- </ul>-->
<!-- && dataProviderInfo.tabs2 && dataProviderInfo.tabs2.length > 0-->
<!-- <div *ngIf="showTabs"-->
<!-- class="uk-margin-medium-top">-->
<!--&lt;!&ndash; *ngIf="dataProviderInfo.tabs2.indexOf('Statistics') != -1 || dataProviderInfo.tabs2.indexOf('Related Content Providers') != -1"&ndash;&gt;-->
<!-- <div-->
<!-- class="uk-margin-top simple-buttons uk-flex uk-flex-middle">-->
<!--&lt;!&ndash; *ngIf="dataProviderInfo.tabs2.indexOf('Related Content Providers') != -1"&ndash;&gt;-->
<!-- <div *ngIf="(fetchPublications.searchUtils.totalResults > 0 || fetchDatasets.searchUtils.totalResults > 0-->
<!-- || fetchSoftware.searchUtils.totalResults > 0 || fetchOrps.searchUtils.totalResults > 0)"-->
<!-- (click)="openRelatedDatasources()" class="clickable uk-margin-right">-->
<!-- <span class="uk-text-middle">Related Content Providers</span>-->
<!-- </div>-->
<!--&lt;!&ndash; *ngIf="dataProviderInfo.tabs2.indexOf('Statistics') != -1"&ndash;&gt;-->
<!-- <div *ngIf="(fetchPublications.searchUtils.totalResults > 0 || fetchDatasets.searchUtils.totalResults > 0-->
<!-- || fetchSoftware.searchUtils.totalResults > 0 || fetchOrps.searchUtils.totalResults > 0)"-->
<!-- (click)="openStatistics()" class="clickable uk-margin-right">-->
<!-- <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24">-->
<!-- <path d="M0 0h24v24H0z" fill="none"></path>-->
<!-- <path id="statistics-bars" d="M10 20h4V4h-4v16zm-6 0h4v-8H4v8zM16 9v11h4V9h-4z"></path>-->
<!-- </svg>-->
<!-- <span class="uk-text-middle space">View statistics</span>-->
<!-- </div>-->
<!-- </div>-->
<!--&lt;!&ndash; ||&ndash;&gt;-->
<!--&lt;!&ndash; dataProviderInfo.tabs2.indexOf('Related Content Providers') != -1&ndash;&gt;-->
<!--&lt;!&ndash; *ngIf="dataProviderInfo.tabs2.indexOf('Publications') != -1 ||&ndash;&gt;-->
<!--&lt;!&ndash; dataProviderInfo.tabs2.indexOf('Research Data') != -1 ||&ndash;&gt;-->
<!--&lt;!&ndash; dataProviderInfo.tabs2.indexOf('Software') != -1 ||&ndash;&gt;-->
<!--&lt;!&ndash; dataProviderInfo.tabs2.indexOf('Other Research Products') != -1 ||&ndash;&gt;-->
<!--&lt;!&ndash; dataProviderInfo.tabs2.indexOf('Projects') != -1 ||&ndash;&gt;-->
<!--&lt;!&ndash; dataProviderInfo.tabs2.indexOf('Content Providers') != -1 "&ndash;&gt;-->
<!-- <div-->
<!-- class="uk-margin-top advanced-buttons uk-grid-small uk-child-width-1-4@s uk-child-width-1-2"-->
<!-- uk-height-match="target: .target; row: false"-->
<!-- uk-grid>-->
<!--&lt;!&ndash; && dataProviderInfo.relatedDatasources && dataProviderInfo.relatedDatasources.size > 0&ndash;&gt;-->
<!--&lt;!&ndash; <div *ngIf="dataProviderInfo.tabs2.indexOf('Related Content Providers') != -1&ndash;&gt;-->
<!--&lt;!&ndash; ">&ndash;&gt;-->
<!--&lt;!&ndash; <div class="clickable" (click)="openRelatedDatasources()">&ndash;&gt;-->
<!--&lt;!&ndash; <div class="header target uk-text-bold">Related Content Providers</div>&ndash;&gt;-->
<!--&lt;!&ndash; <div class="footer target uk-position-relative">&ndash;&gt;-->
<!--&lt;!&ndash;&lt;!&ndash; <span class="uk-text-bold uk-position-center">&ndash;&gt;&ndash;&gt;-->
<!--&lt;!&ndash;&lt;!&ndash; {{dataProviderInfo.relatedDatasources?.size | number}}&ndash;&gt;&ndash;&gt;-->
<!--&lt;!&ndash;&lt;!&ndash; </span>&ndash;&gt;&ndash;&gt;-->
<!--&lt;!&ndash; </div>&ndash;&gt;-->
<!--&lt;!&ndash; </div>&ndash;&gt;-->
<!--&lt;!&ndash; </div>&ndash;&gt;-->
<!--&lt;!&ndash; <ng-container *ngIf="dataProviderInfo.tabs2.indexOf('Publications') != -1">&ndash;&gt;-->
<!-- <ng-container *ngTemplateOutlet="search_box;-->
<!-- context: { fetch: fetchPublications, type: 'publications', typeName: 'Publications',-->
<!-- searchLinkToAdvancedPage: properties.searchLinkToAdvancedResults, params: getParamsForSearchLink('publications')}">-->
<!-- </ng-container>-->
<!--&lt;!&ndash; <a [queryParams]="routerHelper.createQueryParams(['f0', 'fv0', 'type', 'qf'], ['relprojectid', projectId, type, 'false'])"&ndash;&gt;-->
<!--&lt;!&ndash; [routerLink]="properties.searchLinkToAdvancedResults">&ndash;&gt;-->
<!--&lt;!&ndash; </ng-container>&ndash;&gt;-->
<!--&lt;!&ndash; <ng-container *ngIf="dataProviderInfo.tabs2.indexOf('Research Data') != -1">&ndash;&gt;-->
<!-- <ng-container *ngTemplateOutlet="search_box;-->
<!-- context: { fetch: fetchDatasets, type: 'datasets', typeName: 'Research Data',-->
<!-- searchLinkToAdvancedPage: properties.searchLinkToAdvancedResults, params: getParamsForSearchLink('datasets')}">-->
<!-- </ng-container>-->
<!--&lt;!&ndash; </ng-container>&ndash;&gt;-->
<!--&lt;!&ndash; <ng-container *ngIf="dataProviderInfo.tabs2.indexOf('Software') != -1">&ndash;&gt;-->
<!-- <ng-container *ngTemplateOutlet="search_box;-->
<!-- context: { fetch: fetchSoftware, type: 'software', typeName: 'Software',-->
<!-- searchLinkToAdvancedPage: properties.searchLinkToAdvancedResults, params: getParamsForSearchLink('software')}">-->
<!-- </ng-container>-->
<!--&lt;!&ndash; </ng-container>&ndash;&gt;-->
<!--&lt;!&ndash; <ng-container *ngIf="dataProviderInfo.tabs2.indexOf('Other Research Products') != -1">&ndash;&gt;-->
<!-- <ng-container *ngTemplateOutlet="search_box;-->
<!-- context: { fetch: fetchOrps, type: 'other', typeName: 'Other Research Products',-->
<!-- searchLinkToAdvancedPage: properties.searchLinkToAdvancedResults, params: getParamsForSearchLink('other')}">-->
<!-- </ng-container>-->
<!--&lt;!&ndash; </ng-container>&ndash;&gt;-->
<!--&lt;!&ndash; <ng-container *ngIf="dataProviderInfo.tabs2.indexOf('Projects') != -1">&ndash;&gt;-->
<!-- <ng-container *ngTemplateOutlet="search_box;-->
<!-- context: { fetch: fetchProjects, type: 'project', typeName: 'Projects',-->
<!-- searchLinkToAdvancedPage: properties.searchLinkToAdvancedProjects, params: getParamsForSearchLink()}">-->
<!-- </ng-container>-->
<!--&lt;!&ndash; </ng-container>&ndash;&gt;-->
<!--&lt;!&ndash; <ng-container *ngIf="dataProviderInfo.tabs2.indexOf('Content Providers') != -1">&ndash;&gt;-->
<!-- <ng-container *ngTemplateOutlet="search_box;-->
<!-- context: { fetch: fetchDataproviders, type: 'other', typeName: 'Content Providers',-->
<!-- searchLinkToAdvancedPage: properties.searchLinkToAdvancedDataProviders, params: getParamsForSearchLink()}">-->
<!-- </ng-container>-->
<!--&lt;!&ndash; </ng-container>&ndash;&gt;-->
<!-- </div>-->
<!-- </div>-->
</div>
<!-- <div *ngIf="showTabs">-->
<!-- <ul class="custom-accordion" uk-accordion *ngIf="dataProviderInfo.tabs2 != undefined">-->
<!-- <li *ngIf="dataProviderInfo.tabs2.indexOf('Publications') != -1"-->
<!-- (click)="search('publicationsTab', 1, 10); activeTab='Publications'">-->
<!-- <a class="uk-accordion-title" href="#">Publications-->
<!-- &lt;!&ndash; <span class="uk-badge uk-badge-notification"> &ndash;&gt;-->
<!-- ({{fetchPublications.searchUtils.totalResults | number}})-->
<!-- &lt;!&ndash; </span> &ndash;&gt;-->
<!-- </a>-->
<!-- <div class="uk-accordion-content">-->
<!-- <publicationsTab *ngIf="activeTab=='Publications'"-->
<!-- [paramsForSearchLink]="paramsForSearchLink"-->
<!-- [fetchPublications]="fetchPublications" [(properties)]=properties>-->
<!-- </publicationsTab>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li *ngIf="dataProviderInfo.tabs2.indexOf('Research Data') != -1"-->
<!-- (click)="search('datasetsTab', 1, 10); activeTab='Research Data'">-->
<!-- <a class="uk-accordion-title" href="#">Research Data-->
<!-- &lt;!&ndash; <span class="uk-badge uk-badge-notification"> &ndash;&gt;-->
<!-- ({{fetchDatasets.searchUtils.totalResults | number}})-->
<!-- &lt;!&ndash; </span> &ndash;&gt;-->
<!-- </a>-->
<!-- <div class="uk-accordion-content">-->
<!-- <p>-->
<!-- <datasetsTab *ngIf="activeTab=='Research Data'"-->
<!-- [paramsForSearchLink]="paramsForSearchLink"-->
<!-- [fetchDatasets]="fetchDatasets" [(properties)]=properties>-->
<!-- </datasetsTab>-->
<!-- </p>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li *ngIf="dataProviderInfo.tabs2.indexOf('Software') != -1"-->
<!-- (click)="search('softwareTab', 1, 10); activeTab='Software'">-->
<!-- <a class="uk-accordion-title" href="#">Software-->
<!-- &lt;!&ndash; <span class="uk-badge uk-badge-notification"> &ndash;&gt;-->
<!-- ({{fetchSoftware.searchUtils.totalResults | number}})-->
<!-- &lt;!&ndash; </span> &ndash;&gt;-->
<!-- </a>-->
<!-- <div class="uk-accordion-content">-->
<!-- <softwareTab *ngIf="activeTab=='Software'"-->
<!-- [paramsForSearchLink]="paramsForSearchLink"-->
<!-- [fetchSoftware]="fetchSoftware" [(properties)]=properties>-->
<!-- </softwareTab>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li *ngIf="dataProviderInfo.tabs2.indexOf('Other Research Products') != -1"-->
<!-- (click)="search('orpsTab', 1, 10); activeTab='Other Research Products'">-->
<!-- <a class="uk-accordion-title" href="#">Other Research Products-->
<!-- &lt;!&ndash; <span class="uk-badge uk-badge-notification"> &ndash;&gt;-->
<!-- ({{fetchOrps.searchUtils.totalResults | number}})-->
<!-- &lt;!&ndash; </span> &ndash;&gt;-->
<!-- </a>-->
<!-- <div class="uk-accordion-content">-->
<!-- <orpsTab *ngIf="activeTab=='Other Research Products'"-->
<!-- [paramsForSearchLink]="paramsForSearchLink"-->
<!-- [fetchOrps]="fetchOrps" [(properties)]=properties>-->
<!-- </orpsTab>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li *ngIf="dataProviderInfo.tabs2.indexOf('Projects') != -1"-->
<!-- (click)="search('projectsTab', 1, 10); activeTab='Projects'">-->
<!-- <a class="uk-accordion-title" href="#">Projects-->
<!-- &lt;!&ndash; <span class="uk-badge uk-badge-notification"> &ndash;&gt;-->
<!-- ({{fetchProjects.searchUtils.totalResults | number}})-->
<!-- &lt;!&ndash; </span> &ndash;&gt;-->
<!-- </a>-->
<!-- <div class="uk-accordion-content">-->
<!-- <projectsTab *ngIf="activeTab=='Projects'"-->
<!-- [paramsForSearchLink]="paramsForSearchLink"-->
<!-- [fetchProjects]="fetchProjects" [(properties)]=properties>-->
<!-- </projectsTab>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li *ngIf="dataProviderInfo.tabs2.indexOf('Content Providers') != -1"-->
<!-- (click)="search('datasourcesTab', 1, 10); activeTab='Content Providers'">-->
<!-- <a class="uk-accordion-title" href="#">Content Providers-->
<!-- &lt;!&ndash; <span class="uk-badge uk-badge-notification"> &ndash;&gt;-->
<!-- ({{fetchDataproviders.searchUtils.totalResults | number}})-->
<!-- &lt;!&ndash; </span> &ndash;&gt;-->
<!-- </a>-->
<!-- <div class="uk-accordion-content">-->
<!-- <datasourcesTab *ngIf="activeTab=='Content Providers'"-->
<!-- [paramsForSearchLink]="paramsForSearchLink"-->
<!-- [fetchDataproviders]="fetchDataproviders" [(properties)]=properties>-->
<!-- </datasourcesTab>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li *ngIf="dataProviderInfo.tabs2.indexOf('Organizations') != -1"-->
<!-- (click)="search('organizationsTab', 1, 10); activeTab='Organizations'">-->
<!-- <a class="uk-accordion-title" href="#">Organizations-->
<!-- &lt;!&ndash; <span class="uk-badge uk-badge-notification"> &ndash;&gt;-->
<!-- ({{dataProviderInfo.organizations.length | number}})-->
<!-- &lt;!&ndash; </span> &ndash;&gt;-->
<!-- </a>-->
<!-- <div class="uk-accordion-content">-->
<!-- <organizationsTab *ngIf="activeTab=='Organizations'"-->
<!-- [organizations]="dataProviderInfo.organizations">-->
<!-- </organizationsTab>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li *ngIf="dataProviderInfo.tabs2.indexOf('Related Content Providers') != -1"-->
<!-- (click)="search('relatedDatasourcesTab', 1, 10); activeTab='Related Content Providers'">-->
<!-- <a class="uk-accordion-title" href="#">Related Content Providers</a>-->
<!-- <div class="uk-accordion-content">-->
<!-- <relatedDatasourcesTab *ngIf="activeTab=='Related Content Providers'"-->
<!-- [dataproviderId]="datasourceId"-->
<!-- [results]="dataProviderInfo.relatedDatasources"-->
<!-- [loading]="loadingRelatedDatasources"-->
<!-- [fetchPublications]="fetchAggregatorsPublications"-->
<!-- [fetchDatasets]="fetchAggregatorsDatasets"-->
<!-- [fetchSoftware]="fetchAggregatorsSoftware"-->
<!-- [fetchOrps]="fetchAggregatorsOrps"-->
<!-- [(properties)]=properties>-->
<!-- </relatedDatasourcesTab>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li *ngIf="dataProviderInfo.tabs2.indexOf('Statistics') != -1"-->
<!-- (click)="search('statisticsTab', 1, 10); activeTab='Statistics'">-->
<!-- <a class="uk-accordion-title" href="#">Statistics</a>-->
<!-- <div class="uk-accordion-content">-->
<!-- <div *ngIf="activeTab=='Statistics' && statsClicked">-->
<!-- <statisticsTab [fetchPublications]="fetchPublications" [fetchDatasets]="fetchDatasets"-->
<!-- [datasourceId]="datasourceId"></statisticsTab>-->
<!-- </div>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li *ngIf="dataProviderInfo.tabs2.indexOf('Metrics') != -1"-->
<!-- (click)="search('metricsTab', 1, 10); activeTab='Metrics'">-->
<!-- <a class="uk-accordion-title" href="#">Metrics</a>-->
<!-- <div class="uk-accordion-content">-->
<!-- <metrics *ngIf="activeTab=='Metrics'" [pageViews]="pageViews"-->
<!-- [id]="datasourceId" [entityType]="'datasources'" [entity]="'Content Provider'"-->
<!-- (metricsResults)="metricsResults($event)" [(properties)]=properties>-->
<!-- </metrics>-->
<!-- <i-frame *ngIf="activeTab=='Metrics' && metricsClicked && totalViews > 0"-->
<!-- [url]=viewsFrameUrl width="100%" height="250">-->
<!-- </i-frame>-->
<!-- <i-frame *ngIf="activeTab=='Metrics' && metricsClicked && totalDownloads > 0"-->
<!-- [url]=downloadsFrameUrl width="100%" height="250">-->
<!-- </i-frame>-->
<!-- </div>-->
<!-- </li>-->
<!-- </ul>-->
<!-- </div>-->
<div class="uk-width-1-3@m uk-width-1-1@s uk-padding-remove">
<ul class="user-actions uk-list uk-card uk-card-default uk-padding">
<li><addThis></addThis></li>
@ -879,53 +502,4 @@
<feedback *ngIf="dataProviderInfo" [dataProviderInfo]="dataProviderInfo"
[properties]="properties" [entityType]="'content provider'" [fields]="feedbackFields"
[showForm]="showFeedback" (show)="showFeedback = $event"></feedback>
<!-- Statistics -->
<!-- && dataProviderInfo.tabs2 && dataProviderInfo.tabs2.indexOf('Statistics') != -1-->
<!-- <modal-alert *ngIf="dataProviderInfo &&-->
<!-- (fetchPublications.searchUtils.totalResults > 0 || fetchDatasets.searchUtils.totalResults > 0-->
<!-- || fetchSoftware.searchUtils.totalResults > 0 || fetchOrps.searchUtils.totalResults > 0)"-->
<!-- classBody="uk-width-xxlarge uk-padding-remove-right" #statisticsModal>-->
<!-- <landing-header [properties]="properties" [title]="dataProviderInfo.title.name"-->
<!-- [subTitle]="(dataProviderInfo.officialName-->
<!-- && dataProviderInfo.title.name !== dataProviderInfo.officialName)?dataProviderInfo.officialName:null"-->
<!-- [entityType]="'content provider'"-->
<!-- [types]="dataProviderInfo.type ? [dataProviderInfo.type] : null">-->
<!-- </landing-header>-->
<!-- <div *ngIf="statsClicked" class="uk-margin-medium-top uk-margin-medium-right">-->
<!-- <statisticsTab [fetchPublications]="fetchPublications" [fetchDatasets]="fetchDatasets"-->
<!-- [fetchSoftware]="fetchSoftware" [fetchOther]="fetchOrps"-->
<!-- [datasourceId]="datasourceId"></statisticsTab>-->
<!-- </div>-->
<!-- </modal-alert>-->
<!-- Related Content Providers -->
<!-- && dataProviderInfo.relatedDatasources && dataProviderInfo.relatedDatasources.size > 0-->
<!-- && dataProviderInfo.tabs2 && dataProviderInfo.tabs2.indexOf('Related Content Providers') != -1-->
<!-- <modal-alert *ngIf="dataProviderInfo &&-->
<!-- (fetchPublications.searchUtils.totalResults > 0 || fetchDatasets.searchUtils.totalResults > 0-->
<!-- || fetchSoftware.searchUtils.totalResults > 0 || fetchOrps.searchUtils.totalResults > 0)"-->
<!-- classBody="uk-width-xxlarge uk-padding-remove-right" #relatedDatasourcesModal>-->
<!-- <landing-header [properties]="properties" [title]="dataProviderInfo.title.name"-->
<!-- [subTitle]="(dataProviderInfo.officialName-->
<!-- && dataProviderInfo.title.name !== dataProviderInfo.officialName)?dataProviderInfo.officialName:null"-->
<!-- [entityType]="'content provider'"-->
<!-- [types]="dataProviderInfo.type ? [dataProviderInfo.type] : null">-->
<!-- </landing-header>-->
<!-- <div class="uk-margin-medium-top uk-margin-medium-right">-->
<!--&lt;!&ndash; [fetchPublications]="fetchAggregatorsPublications"&ndash;&gt;-->
<!--&lt;!&ndash; [fetchDatasets]="fetchAggregatorsDatasets"&ndash;&gt;-->
<!--&lt;!&ndash; [fetchSoftware]="fetchAggregatorsSoftware"&ndash;&gt;-->
<!--&lt;!&ndash; [fetchOrps]="fetchAggregatorsOrps"&ndash;&gt;-->
<!-- <relatedDatasourcesTab-->
<!-- [dataproviderId]="datasourceId"-->
<!-- [results]="dataProviderInfo.relatedDatasources"-->
<!-- [loading]="loadingRelatedDatasources"-->
<!-- [fetchResults]="fetchAggregatorsResults"-->
<!-- [collectedFromName]="dataProviderInfo.title.name"-->
<!-- [properties]=properties-->
<!-- [modal]="relatedDatasourcesModal">-->
<!-- </relatedDatasourcesTab>-->
<!-- </div>-->
<!-- </modal-alert>-->
</div>

View File

@ -1,25 +1,3 @@
<!--<ng-template #search_tab let-fetch="fetch" let-type="type">-->
<!-- <errorMessages [status]="[fetch.searchUtils.status]" [type]="getEntityName(type, true, true)"-->
<!-- tab_error_class=true></errorMessages>-->
<!-- <div *ngIf="fetch.searchUtils.status == errorCodes.DONE">-->
<!-- <div *ngIf="fetch.searchUtils.totalResults > searchNumber" class="uk-inline uk-flex uk-flex-right">-->
<!-- <span class="uk-text-uppercase uk-position-left uk-text-middle uk-flex-middle uk-flex">-->
<!-- <span>Top {{searchNumber}}</span><span class="space uk-text-muted">{{getEntityName(type, true, true)}}</span>-->
<!-- </span>-->
<!-- <a [queryParams]="routerHelper.createQueryParams(['f0', 'fv0', 'type', 'qf'], ['relorganizationid', organizationId, getEntityName(type, true, false), 'false'])"-->
<!-- [routerLink]="properties.searchLinkToAdvancedResults">-->
<!-- <button class="uk-button uk-button-small portal-button">-->
<!-- <span uk-icon="search"></span>-->
<!-- View all-->
<!-- </button>-->
<!-- </a>-->
<!-- </div>-->
<!-- <search-result [results]="fetch.results" [status]="fetch.searchUtils.status"-->
<!-- [type]="getEntityName(type, false, true)" [showLoading]="true" [properties]="properties">-->
<!-- </search-result>-->
<!-- </div>-->
<!--</ng-template>-->
<div id="tm-main" class="landing uk-section uk-padding-remove-top tm-middle">
<div *ngIf="!showFeedback" class="uk-grid">
<div class="tm-main uk-width-1-1@s uk-width-1-1@m uk-width-1-1@l uk-row-first ">

View File

@ -75,54 +75,6 @@
</ul>
</ng-template>
<!--<ng-template #search_box let-fetch="fetch" let-type="type" let-typeName="typeName">-->
<!-- <div *ngIf="fetch.searchUtils.totalResults > 0">-->
<!-- <div class="uk-position-relative">-->
<!-- <a [queryParams]="routerHelper.createQueryParams(['f0', 'fv0', 'type', 'qf'], ['relprojectid', projectId, type, 'false'])"-->
<!-- [routerLink]="properties.searchLinkToAdvancedResults" target="_blank">-->
<!-- <span class="custom-external uk-position-top-right uk-margin-small-right uk-margin-small-top"></span>-->
<!-- <div class="header target uk-text-bold">{{typeName}}</div>-->
<!-- <div class="icon uk-position-center" uk-icon="icon: search;"></div>-->
<!-- <div class="footer target uk-position-relative">-->
<!-- <span class="uk-text-bold uk-position-center">{{fetch.searchUtils.totalResults | number}}</span>-->
<!-- </div>-->
<!-- </a>-->
<!-- </div>-->
<!-- </div>-->
<!--</ng-template>-->
<!--<ng-template #search_tab let-fetch="fetch" let-type="type" let-urlParam="urlParam"-->
<!-- let-searchLinkToAdvancedPage="searchLinkToAdvancedPage" let-params="params">-->
<!-- <errorMessages [status]="[fetch.searchUtils.status]" [type]="getEntityName(type, true, true)"-->
<!-- tab_error_class=true></errorMessages>-->
<!-- <div *ngIf="fetch.searchUtils.status == errorCodes.DONE">-->
<!-- <div class="tab-header">-->
<!-- <span *ngIf="type != 'organization' && type != 'dataprovider' && type != 'project'">Recent</span>-->
<!-- {{getEntityName(type, true, true)}}-->
<!-- </div>-->
<!-- <div class="uk-text-right">-->
<!-- <a class="el-content uk-button uk-button-text" [queryParams]="params" [routerLink]="searchLinkToAdvancedPage">-->
<!-- View all {{getEntityName(type, true, true)}}-->
<!-- <span *ngIf="fetch.searchUtils.totalResults <= searchNumber">in search page</span>-->
<!-- </a>-->
<!-- </div>-->
<!-- <search-result [properties]="properties"-->
<!-- [results]="fetch.results"-->
<!-- [status]="fetch.searchUtils.status"-->
<!-- [type]="type" urlParam="articleId">-->
<!-- </search-result>-->
<!-- <div class="uk-text-right">-->
<!-- <a class="el-content uk-button uk-button-text" [queryParams]="params" [routerLink]="searchLinkToAdvancedPage">-->
<!-- View all {{getEntityName(type, true, true)}}-->
<!-- <span *ngIf="fetch.searchUtils.totalResults <= searchNumber">in search page</span>-->
<!-- </a>-->
<!-- </div>-->
<!-- </div>-->
<!--</ng-template>-->
<div id="tm-main" class="landing uk-section uk-padding-remove-top tm-middle">
<div *ngIf="!showFeedback" uk-grid>
<div class="tm-main uk-width-1-1@s uk-width-1-1@m uk-width-1-1@l uk-row-first ">
@ -254,352 +206,6 @@
</li>
</ul>
<!-- <div *ngIf="(fetchPublications.searchUtils.totalResults > 0 || fetchDatasets.searchUtils.totalResults > 0-->
<!-- || fetchSoftware.searchUtils.totalResults > 0 || fetchOrps.searchUtils.totalResults > 0)"-->
<!-- class="uk-margin-medium-top">-->
<!-- <div class="uk-margin-top simple-buttons uk-flex uk-flex-middle">-->
<!-- <div (click)="openStatistics()" class="clickable uk-margin-right">-->
<!-- <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24">-->
<!-- <path d="M0 0h24v24H0z" fill="none"></path>-->
<!-- <path id="statistics-bars" d="M10 20h4V4h-4v16zm-6 0h4v-8H4v8zM16 9v11h4V9h-4z"></path>-->
<!-- </svg>-->
<!-- <span class="uk-text-middle space">View statistics</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="uk-margin-top advanced-buttons uk-grid-small uk-child-width-1-4@s uk-child-width-1-2"-->
<!-- uk-height-match="target: .target; row: false"-->
<!-- uk-grid>-->
<!-- <ng-container *ngTemplateOutlet="search_box;-->
<!-- context: { fetch: fetchPublications, type: 'publications', typeName: 'Publications'}">-->
<!-- </ng-container>-->
<!-- <ng-container *ngTemplateOutlet="search_box;-->
<!-- context: { fetch: fetchDatasets, type: 'datasets', typeName: 'Research Data'}">-->
<!-- </ng-container>-->
<!-- <ng-container *ngTemplateOutlet="search_box;-->
<!-- context: { fetch: fetchSoftware, type: 'software', typeName: 'Software'}">-->
<!-- </ng-container>-->
<!-- <ng-container *ngTemplateOutlet="search_box;-->
<!-- context: { fetch: fetchOrps, type: 'other', typeName: 'Other Research Products'}">-->
<!-- </ng-container>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="uk-margin-small-top uk-flex uk-flex-bottom">-->
<!-- <img src="assets/common-assets/graph.svg" style="opacity: 0.4">-->
<!-- <span class="uk-margin-small-left uk-text-small uk-text-baseline uk-text-muted">Powered by OpenAIRE Open Research Graph</span>-->
<!-- </div>-->
<!-- <ul class="custom-accordion" uk-accordion>-->
<!-- <li (click)="activeTab='Publications'; searchPublicationsInit()">-->
<!-- <a class="uk-accordion-title" href="#">-->
<!-- Publications-->
<!-- &lt;!&ndash; <span class="uk-badge uk-badge-notification"> &ndash;&gt;-->
<!-- ({{fetchPublications.searchUtils.totalResults | number}})-->
<!-- &lt;!&ndash; </span> &ndash;&gt;-->
<!-- </a>-->
<!-- <div class="uk-accordion-content">-->
<!-- <errorMessages [status]="[fetchPublications.searchUtils.status]" [type]="'publications'"-->
<!-- tab_error_class=true></errorMessages>-->
<!-- <div *ngIf="fetchPublications.searchUtils.status == errorCodes.DONE">-->
<!-- <div class="uk-text-right" *ngIf="fetchPublications.searchUtils.totalResults > 10">-->
<!-- <a [queryParams]="routerHelper.createQueryParams(['project', 'po'], [projectId, 'and'])"-->
<!-- routerLinkActive="router-link-active" [routerLink]="linkToSearchPublications"-->
<!-- class="uk-button uk-button-text">-->
<!-- View all {{fetchPublications.searchUtils.totalResults | number}} results-->
<!-- </a>-->
<!-- </div>-->
<!-- <tab-result [(results)]="fetchPublications.results"-->
<!-- [(status)]="fetchPublications.searchUtils.status"-->
<!-- type="publication" urlParam="articleId">-->
<!-- </tab-result>-->
<!-- </div>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li (click)="activeTab='Research Data'; searchDatasetsInit()">-->
<!-- <a class="uk-accordion-title" href="#">-->
<!-- Research Data-->
<!-- &lt;!&ndash; <span class="uk-badge uk-badge-notification"> &ndash;&gt;-->
<!-- ({{fetchDatasets.searchUtils.totalResults | number}})-->
<!-- &lt;!&ndash; </span> &ndash;&gt;-->
<!-- </a>-->
<!-- <div class="uk-accordion-content">-->
<!-- <errorMessages [status]="[fetchDatasets.searchUtils.status]" [type]="'research data'"-->
<!-- tab_error_class=true></errorMessages>-->
<!-- <div *ngIf="fetchDatasets.searchUtils.status == errorCodes.DONE">-->
<!-- <div class="uk-text-right" *ngIf="fetchDatasets.searchUtils.totalResults > 10">-->
<!-- <a [queryParams]="routerHelper.createQueryParams(['project', 'po'], [projectId, 'and'])"-->
<!-- routerLinkActive="router-link-active" [routerLink]="linkToSearchDatasets"-->
<!-- class="uk-button uk-button-text">-->
<!-- View all {{fetchDatasets.searchUtils.totalResults | number}} results-->
<!-- </a>-->
<!-- </div>-->
<!-- <tab-result [(results)]="fetchDatasets.results"-->
<!-- [(status)]="fetchDatasets.searchUtils.status"-->
<!-- type="dataset" urlParam="datasetId">-->
<!-- </tab-result>-->
<!-- </div>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li (click)="activeTab='Software'; searchSoftwareInit()">-->
<!-- <a class="uk-accordion-title" href="#">-->
<!-- Software-->
<!-- &lt;!&ndash; <span class="uk-badge uk-badge-notification"> &ndash;&gt;-->
<!-- ({{fetchSoftware.searchUtils.totalResults | number}})-->
<!-- &lt;!&ndash; </span> &ndash;&gt;-->
<!-- </a>-->
<!-- <div class="uk-accordion-content">-->
<!-- <errorMessages [status]="[fetchSoftware.searchUtils.status]" [type]="'software'"-->
<!-- tab_error_class=true></errorMessages>-->
<!-- <div *ngIf="fetchSoftware.searchUtils.status == errorCodes.DONE">-->
<!-- <div class="uk-text-right" *ngIf="fetchSoftware.searchUtils.totalResults > 10">-->
<!-- <a [queryParams]="routerHelper.createQueryParams(['project', 'po'], [projectId, 'and'])"-->
<!-- routerLinkActive="router-link-active" [routerLink]="linkToSearchSoftware"-->
<!-- class="uk-button uk-button-text">-->
<!-- View all {{fetchSoftware.searchUtils.totalResults | number}} results-->
<!-- </a>-->
<!-- </div>-->
<!-- <tab-result [(results)]="fetchSoftware.results"-->
<!-- [(status)]="fetchSoftware.searchUtils.status"-->
<!-- type="software" urlParam="softwareId">-->
<!-- </tab-result>-->
<!-- </div>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li (click)="activeTab='Other Research Products'; searchOrpsInit()">-->
<!-- <a class="uk-accordion-title" href="#">-->
<!-- Other Research Products-->
<!-- &lt;!&ndash; <span class="uk-badge uk-badge-notification"> &ndash;&gt;-->
<!-- ({{fetchOrps.searchUtils.totalResults | number}})-->
<!-- &lt;!&ndash; </span> &ndash;&gt;-->
<!-- </a>-->
<!-- <div class="uk-accordion-content">-->
<!-- <errorMessages [status]="[fetchOrps.searchUtils.status]" [type]="'other research products'"-->
<!-- tab_error_class=true></errorMessages>-->
<!-- <div *ngIf="fetchOrps.searchUtils.status == errorCodes.DONE">-->
<!-- <div class="uk-text-right" *ngIf="fetchOrps.searchUtils.totalResults > 10">-->
<!-- <a [queryParams]="routerHelper.createQueryParams(['project', 'po'], [projectId, 'and'])"-->
<!-- routerLinkActive="router-link-active" [routerLink]="linkToSearchOrps"-->
<!-- class="uk-button uk-button-text">-->
<!-- View all {{fetchOrps.searchUtils.totalResults | number}} results-->
<!-- </a>-->
<!-- </div>-->
<!-- <tab-result [(results)]="fetchOrps.results"-->
<!-- [(status)]="fetchOrps.searchUtils.status"-->
<!-- type="other" urlParam="orpId">-->
<!-- </tab-result>-->
<!-- </div>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li (click)="activeTab='Statistics'; statsClicked=true">-->
<!-- <a class="uk-accordion-title" href="#">-->
<!-- Statistics-->
<!-- </a>-->
<!-- <div class="uk-accordion-content">-->
<!-- <errorMessages [status]="[fetchPublications.searchUtils.status, fetchDatasets.searchUtils.status]"-->
<!-- [type]="'statistics'" tab_error_class=true></errorMessages>-->
<!-- <div-->
<!-- *ngIf="statsClicked && (fetchPublications.searchUtils.status == errorCodes.DONE || fetchDatasets.searchUtils.status == errorCodes.DONE)">-->
<!-- <div>-->
<!-- <p class="uk-text-bold">Research Results</p>-->
<!-- <i-frame [url]=chartScientificResultsUrl></i-frame>-->
<!-- <p class="uk-text-bold">Access Mode of Research Results</p>-->
<!-- <i-frame [url]=chartAccessModeUrl></i-frame>-->
<!-- <p class="uk-text-bold">By Datasource of Research Results</p>-->
<!-- <i-frame [url]=chartDatasourcesUrl></i-frame>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li (click)="metricsClicked=true; activeTab='Metrics'">-->
<!-- <a class="uk-accordion-title" href="#">-->
<!-- Metrics-->
<!-- </a>-->
<!-- <div class="uk-accordion-content">-->
<!-- <metrics *ngIf="metricsClicked" [pageViews]="pageViews"-->
<!-- [id]="projectId" [entityType]="'projects'" [entity]="'Project'"-->
<!-- (metricsResults)="metricsResults($event)" [properties]=properties>-->
<!-- </metrics>-->
<!-- <i-frame *ngIf="metricsClicked && totalViews > 0"-->
<!-- [url]=viewsFrameUrl >-->
<!-- </i-frame>-->
<!-- <i-frame *ngIf="metricsClicked && totalDownloads > 0"-->
<!-- [url]=downloadsFrameUrl>-->
<!-- </i-frame>-->
<!-- </div>-->
<!-- </li>-->
<!-- </ul>-->
</div>
<div class="uk-width-1-3@m uk-width-1-1@s uk-padding-remove">
<ul class="user-actions uk-list uk-card uk-card-default uk-padding">
<!-- <div *ngIf="isRouteAvailable('participate/direct-claim')">-->
<!-- <div class="uk-margin-auto uk-width-3-4">-->
<!-- <button class="uk-button uk-width-1-1 portal-button">-->
<!-- <span uk-icon="link"></span>-->
<!-- Link this project to...-->
<!-- </button>-->
<!-- </div>-->
<!-- <div class="uk-text-center uk-margin-expand uk-padding-small uk-margin-auto default-dropdown "-->
<!-- uk-dropdown="mode:click">-->
<!-- <div class="uk-grid uk-child-width-1-3 uk-width-large ">-->
<!-- <div>-->
<!-- <a [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[projectId,-->
<!-- 'project','result'])"-->
<!-- routerLinkActive="router-link-active" routerLink="/participate/direct-claim">-->
<!-- <button class="uk-icon-button portal-button">-->
<!-- <span class="uk-icon">-->
<!-- <svg height="20" icon="copy" ratio="1" viewBox="0 0 20 20" width="20"-->
<!-- xmlns="http://www.w3.org/2000/svg"><rect fill="none" height="16" stroke="#000"-->
<!-- width="12" x="3.5" y="2.5"></rect><polyline-->
<!-- fill="none" points="5 0.5 17.5 0.5 17.5 17" stroke="#000"></polyline></svg></span>-->
<!-- </button>-->
<!-- <div>Research results</div>-->
<!-- </a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div *ngIf="isRouteAvailable('participate/deposit/learn-how')"-->
<!-- class="uk-margin-small-top uk-margin-auto uk-width-3-4">-->
<!-- <a routerLinkActive="router-link-active" routerLink="/participate/deposit/learn-how"-->
<!-- class="uk-button uk-button-primary uk-width-1-1">-->
<!-- <span class="uk-icon">-->
<!-- <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" ratio="1">-->
<!-- <polyline fill="none" stroke="#000" points="5 8 9.5 3.5 14 8 "></polyline>-->
<!-- <rect x="3" y="17" width="13" height="1"></rect>-->
<!-- <line fill="none" stroke="#000" x1="9.5" y1="15" x2="9.5" y2="4"></line>-->
<!-- </svg>-->
<!-- </span>-->
<!-- Deposit-->
<!-- </a>-->
<!-- </div>-->
<!-- <div class="uk-margin-top">-->
<!-- <div class="sideInfoTitle uk-margin-small-bottom uk-margin-small-top">Share - Bookmark</div>-->
<!-- <div class="uk-margin-small-left uk-margin-small-right"><addThis></addThis></div>-->
<!-- </div>-->
<!-- Metrics -->
<!-- <div *ngIf="hasMetrics" class="uk-margin-top">-->
<!-- <div class="sideInfoTitle uk-margin-small-bottom">Metrics</div>-->
<!-- <div uk-grid class="uk-child-width-1-3 uk-text-center uk-flex uk-flex-middle">-->
<!-- <div></div>&lt;!&ndash; Open Citations&ndash;&gt;-->
<!-- <div>-->
<!-- <metrics [pageViews]="pageViews"-->
<!-- [id]="projectId" [entityType]="'projects'" [entity]="'project'"-->
<!-- [viewsFrameUrl]="viewsFrameUrl" [downloadsFrameUrl]="downloadsFrameUrl"-->
<!-- (metricsResults)="metricsResults($event)" [properties]=properties>-->
<!-- </metrics>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="uk-margin-top">-->
<!-- <div class="sideInfoTitle uk-margin-small-bottom uk-margin-small-top">Share project's content</div>-->
<!-- <div class="app-box uk-padding-small uk-margin-small-left uk-margin-small-right">-->
<!-- <div class="uk-padding-small uk-padding-remove-vertical">-->
<!-- <mat-select [(value)]="share_research_results_type"-->
<!-- [disableOptionCentering]="true"-->
<!-- panelClass="entitiesSelectionPanel"-->
<!-- class="matSelection">-->
<!-- <mat-option value="">Select content type</mat-option>-->
<!-- <mat-option value="result">All research outcomes</mat-option>-->
<!-- <mat-option value="publication">Publications</mat-option>-->
<!-- <mat-option value="dataset">Research data</mat-option>-->
<!-- <mat-option value="software">Software</mat-option>-->
<!-- <mat-option value="other">Other research products</mat-option>-->
<!-- </mat-select>-->
<!-- <div *ngIf="share_research_results_type" class="uk-animation-slide-top-small">-->
<!-- <ng-container *ngTemplateOutlet="share_research_results_box;-->
<!-- context: { dynamic_content: getDynamicContent(share_research_results_type) }">-->
<!-- </ng-container>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="uk-margin-top">-->
<!-- <div class="sideInfoTitle uk-margin-small-bottom uk-margin-small-top">Download report</div>-->
<!-- <div class="app-box uk-padding-small uk-margin-small-left uk-margin-small-right">-->
<!--&lt;!&ndash; <select class="select" id="download_report" name="download_report"&ndash;&gt;-->
<!--&lt;!&ndash; [(ngModel)]="download_research_results_type">&ndash;&gt;-->
<!--&lt;!&ndash; <option value="">Select content type</option>&ndash;&gt;-->
<!--&lt;!&ndash; <option value="results">All research outcomes</option>&ndash;&gt;-->
<!--&lt;!&ndash; <option value="publications">Publications</option>&ndash;&gt;-->
<!--&lt;!&ndash; <option value="datasets">Research data</option>&ndash;&gt;-->
<!--&lt;!&ndash; <option value="software">Software</option>&ndash;&gt;-->
<!--&lt;!&ndash; <option value="other">Other research products</option>&ndash;&gt;-->
<!--&lt;!&ndash; </select>&ndash;&gt;-->
<!-- <div class="uk-padding-small uk-padding-remove-vertical">-->
<!-- <mat-select *ngIf="projectInfo.funding &&-->
<!-- (fetchPublications.searchUtils.totalResults > 0 ||-->
<!-- fetchDatasets.searchUtils.totalResults > 0 ||-->
<!-- fetchSoftware.searchUtils.totalResults > 0 ||-->
<!-- fetchOrps.searchUtils.totalResults > 0)"-->
<!-- [(value)]="download_research_results_type"-->
<!-- [disableOptionCentering]="true"-->
<!-- panelClass="entitiesSelectionPanel"-->
<!-- class="matSelection">-->
<!-- <mat-option value="">Select content type</mat-option>-->
<!-- <mat-option value="results">All research outcomes</mat-option>-->
<!-- <mat-option value="publications"-->
<!-- [disabled]="fetchPublications.searchUtils.totalResults == 0 || fetchPublications.searchUtils.status != errorCodes.DONE"-->
<!-- [attr.uk-tooltip]="(fetchPublications.searchUtils.totalResults == 0 || fetchPublications.searchUtils.status != errorCodes.DONE) ? 'cls: uk-active' : 'cls: uk-invisible'"-->
<!-- title="No report available">-->
<!-- Publications-->
<!-- </mat-option>-->
<!-- <mat-option value="datasets"-->
<!-- [disabled]="fetchDatasets.searchUtils.totalResults == 0 || fetchDatasets.searchUtils.status != errorCodes.DONE"-->
<!-- [attr.uk-tooltip]="(fetchDatasets.searchUtils.totalResults == 0 || fetchDatasets.searchUtils.status != errorCodes.DONE) ? 'cls: uk-active' : 'cls: uk-invisible'"-->
<!-- title="No report available">-->
<!-- Research data-->
<!-- </mat-option>-->
<!-- <mat-option value="software"-->
<!-- [disabled]="fetchSoftware.searchUtils.totalResults == 0 || fetchSoftware.searchUtils.status != errorCodes.DONE"-->
<!-- [attr.uk-tooltip]="(fetchSoftware.searchUtils.totalResults == 0 || fetchSoftware.searchUtils.status != errorCodes.DONE) ? 'cls: uk-active' : 'cls: uk-invisible'"-->
<!-- title="No report available">-->
<!-- Software-->
<!-- </mat-option>-->
<!-- <mat-option value="other"-->
<!-- [disabled]="fetchOrps.searchUtils.totalResults == 0 || fetchOrps.searchUtils.status != errorCodes.DONE"-->
<!-- [attr.uk-tooltip]="(fetchOrps.searchUtils.totalResults == 0 || fetchOrps.searchUtils.status != errorCodes.DONE) ? 'cls: uk-active' : 'cls: uk-invisible'"-->
<!-- title="No report available">-->
<!-- Other research products-->
<!-- </mat-option>-->
<!-- </mat-select>-->
<!-- <div *ngIf="download_research_results_type" class="uk-animation-slide-top-small">-->
<!-- <ng-container *ngTemplateOutlet="download_research_results_box;-->
<!-- context: { type: download_research_results_type,-->
<!-- fileName_type: getFileNameType(download_research_results_type),-->
<!-- csvParams: getCsvParams(download_research_results_type) }">-->
<!-- </ng-container>-->
<!-- </div>-->
<!-- <div *ngIf="!projectInfo.funding ||-->
<!-- (fetchPublications.searchUtils.totalResults == 0 &&-->
<!-- fetchDatasets.searchUtils.totalResults == 0 &&-->
<!-- fetchSoftware.searchUtils.totalResults == 0 &&-->
<!-- fetchOrps.searchUtils.totalResults == 0)"-->
<!-- class="uk-text-muted">-->
<!-- No reports available-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- NEW-->
<li><addThis></addThis></li>
<li *ngIf="isRouteAvailable('participate/direct-claim')">