2020-05-07 19:20:33 +02:00
< div id = "tm-main" class = "landing uk-section uk-padding-remove-top tm-middle" >
2020-05-25 20:58:13 +02:00
< div * ngIf = "!showFeedback" class = "uk-grid" >
2019-07-22 11:16:50 +02:00
< div class = "tm-main uk-width-1-1@s uk-width-1-1@m uk-width-1-1@l uk-row-first " >
2020-05-07 19:20:33 +02:00
< div class = "uk-container uk-container-large uk-margin-medium-top organization" >
2019-07-22 11:16:50 +02:00
< div * ngIf = "warningMessage.length > 0" class = "uk-alert uk-alert-warning uk-margin-large-top"
role="alert">{{warningMessage}}< / div >
< div * ngIf = "errorMessage.length > 0" class = "uk-alert uk-alert-danger uk-margin-large-top"
role="alert">{{errorMessage}}< / div >
< div [ style . display ] = " showLoading ? ' inline ' : ' none ' "
class="uk-animation-fade uk-margin-large-top uk-width-1-1" role="alert">< span
2020-03-16 14:09:46 +01:00
class="loading-gif uk-align-center">< / span > < / div >
2019-07-23 16:04:49 +02:00
< helper * ngIf = "pageContents && pageContents['top'] && pageContents['top'].length > 0"
[texts]="pageContents['top']">< / helper >
2020-05-27 12:47:40 +02:00
< div * ngIf = "organizationInfo != null" class = "uk-grid uk-margin-remove" >
< div class = "uk-width-2-3@m uk-width-1-1@s uk-padding uk-padding-remove-left uk-padding-remove-vertical uk-margin-bottom" >
2019-07-22 11:16:50 +02:00
< schema2jsonld * ngIf = "organizationInfo" [ data ] = organizationInfo
2021-04-13 14:52:58 +02:00
[URL]="properties.domain + properties.baseLink+this.properties.searchLinkToOrganization+organizationInfo.relcanId"
2019-07-22 11:16:50 +02:00
type="organization">< / schema2jsonld >
2020-03-16 14:09:46 +01:00
< landing-header [ properties ] = " properties " [ title ] = " organizationInfo . title . name "
2020-05-25 20:58:13 +02:00
titleClass="uk-margin-remove-bottom"
2020-03-16 14:09:46 +01:00
[subTitle]="(organizationInfo.name
& & organizationInfo.title.name !== organizationInfo.name)?organizationInfo.name:null"
[entityType]="'organization'">< / landing-header >
2020-05-27 12:47:40 +02:00
< div * ngIf = "organizationInfo.deletedByInferenceIds" >
2020-03-16 14:09:46 +01:00
< a ( click ) = " openDeletedByInference ( ) " > View all {{organizationInfo.deletedByInferenceIds.length}}
versions< / a >
2019-10-02 16:15:08 +02:00
< / div >
2020-05-25 20:58:13 +02:00
< ul class = "uk-list basic-info" >
2020-03-16 14:09:46 +01:00
<!-- Web Page -->
< li * ngIf = "organizationInfo.title && organizationInfo.title.url" >
< span class = "uk-text-muted" > Web page: < / span >
2020-03-23 14:44:17 +01:00
< a [ href ] = " organizationInfo . title . url " target = "_blank" >
2020-03-16 14:09:46 +01:00
< span > {{organizationInfo.title.url}}< / span >
< span class = "custom-external custom-icon space" > < / span >
2019-07-22 11:16:50 +02:00
< / a >
2020-03-16 14:09:46 +01:00
< / li >
<!-- Country -->
2020-07-14 11:57:11 +02:00
< li * ngIf = "organizationInfo.country && !organizationInfo.country.toLowerCase().includes('unknown')" >
2020-03-16 14:09:46 +01:00
< span class = "uk-text-muted" > Country: < / span > {{organizationInfo.country}}
< / li >
< / ul >
2017-12-19 13:53:46 +01:00
< / div >
2020-05-25 20:58:13 +02:00
< 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" >
<!-- Share -->
< li >
2019-07-22 11:16:50 +02:00
< addThis > < / addThis >
2020-05-25 20:58:13 +02:00
< / li >
< li >
< a class = "uk-link-text uk-text-bold uk-text-uppercase" ( click ) = " openDownloadReportModal ( ) " >
< span class = "uk-icon-button uk-button-primary uk-icon" >
< svg width = "20" height = "20" viewBox = "0 0 20 20" xmlns = "http://www.w3.org/2000/svg"
data-svg="download">< polyline fill = "none" stroke = "#000"
points="14,10 9.5,14.5 5,10">< / polyline > < rect x = "3" y = "17"
width="13"
height="1">< / rect > < line
fill="none" stroke="#000" x1="9.5" y1="13.91" x2="9.5" y2="3">< / line >
< / svg >
< / span >
< span class = "uk-margin-small-left" > Download content lists< / span >
< / a >
< / li >
< li * ngIf = "fetchProjects && fetchProjects.funders && fetchProjects.funders.length > 0" >
< a class = "uk-link-text uk-text-bold uk-text-uppercase" ( click ) = " openDownloadFunderReportModal ( ) " >
< span class = "uk-icon-button uk-button-primary uk-icon" >
< svg width = "20" height = "20" viewBox = "0 0 20 20" xmlns = "http://www.w3.org/2000/svg"
data-svg="download">< polyline fill = "none" stroke = "#000"
points="14,10 9.5,14.5 5,10">< / polyline > < rect x = "3" y = "17"
width="13"
height="1">< / rect > < line
fill="none" stroke="#000" x1="9.5" y1="13.91" x2="9.5" y2="3">< / line >
< / svg >
< / span >
< span class = "uk-margin-small-left" > Download project lists< / span >
< / a >
< / li >
< / ul >
< / div >
< div class = "uk-padding-remove-left uk-width-1-1 uk-margin-large-top" >
2020-05-29 16:15:35 +02:00
<!-- <ng - template #loadingBlock> -->
<!-- <div *ngIf="!tabsAreInitialized" class="uk - animation - fade uk - margin - top uk - width - 1 - 1" role="alert"> -->
<!-- <span class="loading - gif uk - align - center"></span> -->
<!-- </div> -->
<!-- </ng - template> -->
<!-- *ngIf="numberOfTabs > 0; else loadingBlock" -->
< div class = "main-tabs-div" >
2020-05-27 12:47:40 +02:00
<!-- Tab Templates -->
< ng-template # projects_tab >
< div class = "uk-grid uk-margin-remove" >
< div class = "uk-width-expand uk-padding" >
< projectsInModal [ fetchProjects ] = " fetchProjects "
[organizationId]="organizationId"
[properties]=properties>
< / projectsInModal >
< / div >
<!-- <div class="uk - width - 1 - 3@m uk - width - 1 - 1 right - column uk - padding - remove"></div> -->
< / div >
< / ng-template >
< ng-template # data_providers_tab >
< div class = "uk-grid uk-margin-remove" >
< div class = "uk-width-expand uk-padding" >
2020-05-31 15:44:52 +02:00
< search-tab [ fetch ] = " fetchDataproviders " resultType = "dataprovider"
[params]="getParamsForSearchLink()"
[searchLinkToAdvancedPage]="properties.searchLinkToAdvancedDataProviders"
[properties]="properties">
< / search-tab >
2020-05-27 12:47:40 +02:00
< / div >
<!-- <div class="uk - width - 1 - 3@m uk - width - 1 - 1 right - column uk - padding - remove"></div> -->
< / div >
< / ng-template >
< ng-template # publications_tab >
< div class = "uk-grid uk-margin-remove" >
< div class = "uk-width-expand uk-padding" >
2020-05-31 15:44:52 +02:00
< search-tab [ fetch ] = " fetchPublications " resultType = "publication"
[params]="getParamsForSearchLink('publications')"
[searchLinkToAdvancedPage]="properties.searchLinkToAdvancedResults"
[properties]="properties">
< / search-tab >
2020-05-27 12:47:40 +02:00
< / div >
<!-- <div class="uk - width - 1 - 3@m uk - width - 1 - 1 right - column uk - padding - remove"></div> -->
< / div >
< / ng-template >
< ng-template # datasets_tab >
< div class = "uk-grid uk-margin-remove" >
< div class = "uk-width-expand uk-padding" >
2020-05-31 15:44:52 +02:00
< search-tab [ fetch ] = " fetchDatasets " resultType = "dataset"
[params]="getParamsForSearchLink('datasets')"
[searchLinkToAdvancedPage]="properties.searchLinkToAdvancedResults"
[properties]="properties">
< / search-tab >
2020-05-27 12:47:40 +02:00
< / div >
<!-- <div class="uk - width - 1 - 3@m uk - width - 1 - 1 right - column uk - padding - remove"></div> -->
< / div >
< / ng-template >
< ng-template # software_tab >
< div class = "uk-grid uk-margin-remove" >
< div class = "uk-width-expand uk-padding" >
2020-05-31 15:44:52 +02:00
< search-tab [ fetch ] = " fetchSoftware " resultType = "software"
[params]="getParamsForSearchLink('software')"
[searchLinkToAdvancedPage]="properties.searchLinkToAdvancedResults"
[properties]="properties">
< / search-tab >
2020-05-27 12:47:40 +02:00
< / div >
<!-- <div class="uk - width - 1 - 3@m uk - width - 1 - 1 right - column uk - padding - remove"></div> -->
< / div >
< / ng-template >
< ng-template # other_tab >
< div class = "uk-grid uk-margin-remove" >
< div class = "uk-width-expand uk-padding" >
2020-05-31 15:44:52 +02:00
< search-tab [ fetch ] = " fetchOrps " resultType = "other"
[params]="getParamsForSearchLink('other')"
[searchLinkToAdvancedPage]="properties.searchLinkToAdvancedResults"
[properties]="properties">
< / search-tab >
2020-05-27 12:47:40 +02:00
< / div >
<!-- <div class="uk - width - 1 - 3@m uk - width - 1 - 1 right - column uk - padding - remove"></div> -->
< / div >
< / ng-template >
2020-05-29 16:15:35 +02:00
<!-- [class]="numberOfTabs > 2 ? 'uk - visible@m' : ''" -->
< my-tabs ( selectedActiveTab ) = " onSelectActiveTab ( $ event ) " >
< my-tab
[tabNumber]="fetchProjects.searchUtils.totalResults"
[tabTitle]="'Funding / Projects'"
[tabId]="'projects'" class="uk-active">
2020-05-27 12:47:40 +02:00
< ng-container * ngTemplateOutlet = "projects_tab;" > < / ng-container >
< / my-tab >
2020-05-29 16:15:35 +02:00
<!-- [class]="(firstTab === 'dataProviders')?'uk - active':''" -->
2020-05-27 12:47:40 +02:00
< my-tab * ngIf = "fetchDataproviders && fetchDataproviders.searchUtils.totalResults > 0"
[tabNumber]="fetchDataproviders.searchUtils.totalResults"
[tabTitle]="'Content Providers'"
2020-05-29 16:15:35 +02:00
[tabId]="'dataProviders'">
2020-05-27 12:47:40 +02:00
< ng-container * ngTemplateOutlet = "data_providers_tab;" > < / ng-container >
< / my-tab >
2020-05-29 16:15:35 +02:00
<!-- [class]="(firstTab === 'publications')?'uk - active':''" -->
2020-05-27 12:47:40 +02:00
< my-tab * ngIf = "fetchPublications && fetchPublications.searchUtils.totalResults > 0"
[tabNumber]="fetchPublications.searchUtils.totalResults"
[tabTitle]="'Publications'"
2020-05-29 16:15:35 +02:00
[tabId]="'publications'">
2020-05-27 12:47:40 +02:00
< ng-container * ngTemplateOutlet = "publications_tab;" > < / ng-container >
< / my-tab >
2020-05-29 16:15:35 +02:00
<!-- [class]="(firstTab === 'datasets')?'uk - active':''" -->
2020-05-27 12:47:40 +02:00
< my-tab * ngIf = "fetchDatasets && fetchDatasets.searchUtils.totalResults > 0"
[tabNumber]="fetchDatasets.searchUtils.totalResults"
[tabTitle]="'Research Data'"
2020-05-29 16:15:35 +02:00
[tabId]="'datasets'">
2020-05-27 12:47:40 +02:00
< ng-container * ngTemplateOutlet = "datasets_tab;" > < / ng-container >
< / my-tab >
2020-05-29 16:15:35 +02:00
<!-- [class]="(firstTab === 'software')?'uk - active':''" -->
2020-05-27 12:47:40 +02:00
< my-tab * ngIf = "fetchSoftware && fetchSoftware.searchUtils.totalResults > 0"
[tabNumber]="fetchSoftware.searchUtils.totalResults"
[tabTitle]="'Software'"
2020-05-29 16:15:35 +02:00
[tabId]="'software'">
2020-05-27 12:47:40 +02:00
< ng-container * ngTemplateOutlet = "software_tab;" > < / ng-container >
< / my-tab >
2020-05-29 16:15:35 +02:00
<!-- [class]="(firstTab === 'other')?'uk - active':''" -->
2020-05-27 12:47:40 +02:00
< my-tab * ngIf = "fetchOrps && fetchOrps.searchUtils.totalResults > 0"
[tabNumber]="fetchOrps.searchUtils.totalResults"
[tabTitle]="'Other Research'"
2020-05-29 16:15:35 +02:00
[tabId]="'other'">
2020-05-27 12:47:40 +02:00
< ng-container * ngTemplateOutlet = "other_tab;" > < / ng-container >
2020-05-25 20:58:13 +02:00
< / my-tab >
< / my-tabs >
2020-05-29 16:15:35 +02:00
<!-- *ngIf="numberOfTabs > 2" class="uk - hidden@m" -->
< my-small-tabs
2020-05-27 12:47:40 +02:00
(selectedActiveTab)="onSelectActiveTab($event)">
2020-05-29 16:15:35 +02:00
<!-- *ngIf="fetchProjects && fetchProjects.searchUtils.totalResults > 0" -->
<!-- [class]="(firstTab === 'projects')?'uk - active':''" -->
< my-tab
2020-05-27 12:47:40 +02:00
[tabNumber]="fetchProjects.searchUtils.totalResults"
[tabTitle]="'Funding / Projects'"
2020-05-29 16:15:35 +02:00
[tabId]="'projects'" class="uk-active">
2020-05-27 12:47:40 +02:00
< ng-container * ngTemplateOutlet = "projects_tab;" > < / ng-container >
< / my-tab >
2020-05-29 16:15:35 +02:00
<!-- [class]="(firstTab === 'dataProviders')?'uk - active':''" -->
2020-05-27 12:47:40 +02:00
< my-tab * ngIf = "fetchDataproviders && fetchDataproviders.searchUtils.totalResults > 0"
[tabNumber]="fetchDataproviders.searchUtils.totalResults"
[tabTitle]="'Content Providers'"
2020-05-29 16:15:35 +02:00
[tabId]="'dataProviders'">
2020-05-27 12:47:40 +02:00
< ng-container * ngTemplateOutlet = "data_providers_tab;" > < / ng-container >
< / my-tab >
2020-05-29 16:15:35 +02:00
<!-- [class]="(firstTab === 'publications')?'uk - active':''" -->
2020-05-27 12:47:40 +02:00
< my-tab * ngIf = "fetchPublications && fetchPublications.searchUtils.totalResults > 0"
[tabNumber]="fetchPublications.searchUtils.totalResults"
[tabTitle]="'Publications'"
2020-05-29 16:15:35 +02:00
[tabId]="'publications'">
2020-05-27 12:47:40 +02:00
< ng-container * ngTemplateOutlet = "publications_tab;" > < / ng-container >
< / my-tab >
2020-05-29 16:15:35 +02:00
<!-- [class]="(firstTab === 'datasets')?'uk - active':''" -->
2020-05-27 12:47:40 +02:00
< my-tab * ngIf = "fetchDatasets && fetchDatasets.searchUtils.totalResults > 0"
[tabNumber]="fetchDatasets.searchUtils.totalResults"
[tabTitle]="'Research Data'"
2020-05-29 16:15:35 +02:00
[tabId]="'datasets'">
< ng-container * ngTemplateOutlet = "datasets_tab;" > < / ng-container >
2020-05-27 12:47:40 +02:00
< / my-tab >
2020-05-29 16:15:35 +02:00
<!-- [class]="(firstTab === 'software')?'uk - active':''" -->
2020-05-27 12:47:40 +02:00
< my-tab * ngIf = "fetchSoftware && fetchSoftware.searchUtils.totalResults > 0"
[tabNumber]="fetchSoftware.searchUtils.totalResults"
[tabTitle]="'Software'"
2020-05-29 16:15:35 +02:00
[tabId]="'software'">
2020-05-27 12:47:40 +02:00
< ng-container * ngTemplateOutlet = "software_tab;" > < / ng-container >
< / my-tab >
2020-05-29 16:15:35 +02:00
<!-- [class]="(firstTab === 'other')?'uk - active':''" -->
2020-05-27 12:47:40 +02:00
< my-tab * ngIf = "fetchOrps && fetchOrps.searchUtils.totalResults > 0"
[tabNumber]="fetchOrps.searchUtils.totalResults"
[tabTitle]="'Other Research'"
2020-05-29 16:15:35 +02:00
[tabId]="'other'">
< ng-container * ngTemplateOutlet = "other_tab;" > < / ng-container >
2020-05-27 12:47:40 +02:00
< / my-tab >
< / my-small-tabs >
2020-05-25 20:58:13 +02:00
< / div >
< div class = "uk-margin-small-top uk-flex" >
<!-- Last Index Info -->
2020-05-26 17:42:02 +02:00
< div class = "uk-width-2-3@m uk-width-1-2" >
2021-08-10 12:46:33 +02:00
< img src = "assets/common-assets/graph.svg" style = "opacity: 0.4; width:20px; height:22px" loading = "lazy"
alt="graph">
2020-11-24 09:21:36 +01:00
< span class = "uk-margin-small-left uk-text-baseline uk-text-muted" > Powered by < a href = "https://graph.openaire.eu" class = "graph-color" > OpenAIRE Research Graph< / a > < / span >
2020-06-10 13:05:59 +02:00
< span * ngIf = "indexUpdateDate" class = "uk-text-baseline uk-text-muted" >
2020-05-26 17:42:02 +02:00
. Last update of records in OpenAIRE: {{indexUpdateDate | date: 'MMM dd, yyyy'}}
2020-05-25 20:58:13 +02:00
< / span >
2020-03-16 14:09:46 +01:00
< / div >
2020-05-25 20:58:13 +02:00
<!-- Feedback -->
2020-05-26 17:42:02 +02:00
< div class = "uk-width-expand uk-text-right" >
2020-05-25 20:58:13 +02:00
< span class = "uk-text-muted" > Any information missing or wrong?< / span >
< a ( click ) = " showFeedback = true; scroll ( ) " class = "portal-link space" > Report an Issue< / a >
2017-12-19 13:53:46 +01:00
< / div >
< / div >
2019-07-22 11:16:50 +02:00
< / div >
2017-12-19 13:53:46 +01:00
< / div >
2019-07-22 11:16:50 +02:00
< / div >
2020-05-25 20:58:13 +02:00
< helper * ngIf = "pageContents && pageContents['bottom'] && pageContents['bottom'].length > 0"
[texts]="pageContents['bottom']">< / helper >
2017-12-19 13:53:46 +01:00
< / div >
2019-07-22 11:16:50 +02:00
< / div >
2022-03-08 14:25:58 +01:00
< feedback * ngIf = "organizationInfo && properties.reCaptchaSiteKey" [ organizationInfo ] = " organizationInfo "
2020-03-16 14:09:46 +01:00
[properties]="properties" [entityType]="'organization'" [fields]="feedbackFields"
[showForm]="showFeedback" (show)="showFeedback = $event">< / feedback >
2017-12-19 13:53:46 +01:00
< / div >
2020-03-16 14:09:46 +01:00
<!-- Other versions -->
< modal-alert * ngIf = "organizationInfo && organizationInfo.deletedByInferenceIds"
#AlertModalDeletedByInference classBody="uk-width-xxlarge uk-padding-remove-right">
< landing-header [ properties ] = " properties " [ title ] = " organizationInfo . title . name "
2020-05-26 17:42:02 +02:00
[subTitle]="(organizationInfo.name & & organizationInfo.title.name !== organizationInfo.name)?organizationInfo.name:null"
titleClass="title-grey-background"
2020-03-16 14:09:46 +01:00
[entityType]="'organization'">< / landing-header >
< div class = "uk-margin-medium-top uk-margin-medium-right" >
< organizationsDeletedByInference * ngIf = "deleteByInferenceOpened"
[id]="organizationInfo.objIdentifier"
[ids]="organizationInfo.deletedByInferenceIds"
[modal]="AlertModalDeletedByInference"
[type]="'organizations'">
< / organizationsDeletedByInference >
< / div >
< / modal-alert >
2020-05-25 20:58:13 +02:00
<!-- Download report -->
< modal-alert # downloadReportModal [ classTitle ] = " ' landing-modal-header uk-padding-small ' "
[classBody]="'uk-padding-remove landing-modal'">
< div class = "uk-padding" >
< div class = "uk-animation-slide-top-small" >
2020-05-27 12:47:40 +02:00
< ul * ngIf = "total > 0" class = "uk-margin-remove-bottom uk-list" >
< li [ attr . uk-tooltip ] = " total > 0 ? 'cls: uk-invisible' : 'cls: uk-active'"
title="No report available">
< a [ class ] = " total > 0 ? 'clickable' : 'uk-disabled uk-link-muted'"
(click)="downloadFile(getCSVAffiliated('results'), 'results' + '-report')">
< span uk-icon = "download" > < / span >
< span class = "uk-text-capitalize uk-margin-small-left" > all research outcomes (CSV)< / span >
< / a >
< / li >
< li [ attr . uk-tooltip ] = " fetchPublications . searchUtils . totalResults > 0 ? 'cls: uk-invisible' : 'cls: uk-active'"
title="No report available">
< a [ class ] = " fetchPublications . searchUtils . totalResults > 0 ? 'clickable' : 'uk-disabled uk-link-muted'"
(click)="downloadFile(getCSVAffiliated('publications'), 'publications' + '-report')">
< span uk-icon = "download" > < / span >
< span class = "uk-text-capitalize uk-margin-small-left" > publications (CSV)< / span >
< / a >
< / li >
< li [ attr . uk-tooltip ] = " fetchDatasets . searchUtils . totalResults > 0 ? 'cls: uk-invisible' : 'cls: uk-active'"
title="No report available">
< a [ class ] = " fetchDatasets . searchUtils . totalResults > 0 ? 'clickable' : 'uk-disabled uk-link-muted'"
(click)="downloadFile(getCSVAffiliated('datasets'), 'datasets' + '-report')">
< span uk-icon = "download" > < / span >
< span class = "uk-text-capitalize uk-margin-small-left" > research data (CSV)< / span >
< / a >
< / li >
< li [ attr . uk-tooltip ] = " fetchSoftware . searchUtils . totalResults > 0 ? 'cls: uk-invisible' : 'cls: uk-active'"
title="No report available">
< a [ class ] = " fetchSoftware . searchUtils . totalResults > 0 ? 'clickable' : 'uk-disabled uk-link-muted'"
(click)="downloadFile(getCSVAffiliated('software'), 'software' + '-report')">
< span uk-icon = "download" > < / span >
< span class = "uk-text-capitalize uk-margin-small-left" > software (CSV)< / span >
< / a >
< / li >
< li [ attr . uk-tooltip ] = " fetchOrps . searchUtils . totalResults > 0 ? 'cls: uk-invisible' : 'cls: uk-active'"
title="No report available">
< a [ class ] = " fetchOrps . searchUtils . totalResults > 0 ? 'clickable' : 'uk-disabled uk-link-muted'"
(click)="downloadFile(getCSVAffiliated('other'), 'other' + '-report')">
< span uk-icon = "download" > < / span >
< span class = "uk-text-capitalize uk-margin-small-left" > other research products (CSV)< / span >
< / a >
< / li >
2020-05-25 20:58:13 +02:00
< / ul >
2020-05-27 12:47:40 +02:00
< div * ngIf = "total == 0"
2020-05-25 20:58:13 +02:00
class="uk-text-muted">
No reports available
< / div >
< / div >
< / div >
< / modal-alert >
<!-- Download Funder report -->
< modal-alert # downloadFunderReportModal [ classTitle ] = " ' landing-modal-header uk-padding-small ' "
[classBody]="'uk-padding-remove landing-modal'">
< div * ngIf = "fetchProjects.funders && fetchProjects.funders.length > 0" class = "uk-padding" >
< div class = "uk-animation-slide-top-small" >
< div >
< mat-form-field class = "matSelectionFormField uk-width-1-1" >
< mat-label > Select a funder to download report< / mat-label >
2020-08-12 16:25:43 +02:00
< mat-select [ ( value ) ] = " funder "
2020-05-25 20:58:13 +02:00
[disableOptionCentering]="true"
class="matSelection" panelClass="matSelectionPanel">
< mat-option * ngFor = "let element of fetchProjects.funders"
[value]="element">{{element.name}}
< / mat-option >
< / mat-select >
< / mat-form-field >
< / div >
< div * ngIf = "funder && funder != ''"
class="uk-animation-slide-top-small uk-margin-top">
< ul class = "uk-margin-remove-bottom uk-list" >
< li >
< a class = "clickable"
(click)="downloadFile(getFunderProjects(), funder.name + '-projects-report')">
< span uk-icon = "download" > < / span >
< span class = "uk-text-capitalize uk-margin-small-left" > projects (CSV)< / span >
< / a >
< / li >
< li * ngFor = "let contentType of contentTypes" >
< a class = "clickable"
(click)="confirmOpenApplyAll(contentType[0])">
< span uk-icon = "download" > < / span >
< span class = "uk-text-capitalize uk-margin-small-left" > {{contentType[1]}} (CSV)< / span >
< / a >
< / li >
< / ul >
< / div >
< / div >
< / div >
< / modal-alert >
2020-03-16 14:09:46 +01:00
< modal-loading > < / modal-loading >
< modal-alert # AlertModalApplyAll ( alertOutput ) = " confirmCloseApplyAll ( ) " > < / modal-alert >
2020-05-25 20:58:13 +02:00
< modal-alert # AlertModalCsvError > < / modal-alert >