401 lines
30 KiB
HTML
401 lines
30 KiB
HTML
<div id="tm-main" class=" uk-section uk-margin-small-top tm-middle" >
|
|
<div uk-grid uk-grid>
|
|
<div class="tm-main uk-width-1-1@s uk-width-1-1@m uk-width-1-1@l uk-row-first ">
|
|
|
|
<div id="project" class="uk-container uk-margin-top project">
|
|
<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"><img src="./assets/loading.gif" class="uk-align-center" alt="Loading"></div>
|
|
|
|
<div *ngIf="projectInfo != null" uk-grid class="uk-grid-large">
|
|
<div class="uk-width-3-4@l uk-width-3-4@xl uk-width-3-4@m uk-width-1-1@s">
|
|
<!--h3 *ngIf="projectInfo.acronym != undefined && projectInfo.acronym != ''">{{projectInfo.acronym}}</h3>
|
|
<h3 *ngIf="projectInfo.acronym == undefined || projectInfo.acronym == ''">{{projectInfo.title}}</h3-->
|
|
<h2 class="projectIcon">
|
|
<!--span class="entityTitleIcon projectTitleIcon"></span-->
|
|
<!-- <span *ngIf="projectInfo.specialClause39==true" class="sc39">{{projectName}}</span>
|
|
<span *ngIf="projectInfo.specialClause39!=true">{{projectName}}</span> -->
|
|
<span>{{projectName}}</span>
|
|
<span *ngIf=" projectInfo.title == projectName ">({{projectInfo.contractNum}})</span>
|
|
</h2>
|
|
<div class="uk-text-large " *ngIf="projectInfo.title && projectInfo.title != projectName ">{{projectInfo.title}} ({{projectInfo.contractNum}})</div>
|
|
<div>
|
|
<span class="uk-label custom-label label-blue label-project" title="Type">Project</span>
|
|
<span class="uk-label custom-label label-funder " title="Funder">{{projectInfo.funder}}</span>
|
|
<span *ngIf="projectInfo.openAccessMandate != undefined && projectInfo.openAccessMandate " class="uk-label custom-label label-openaccessmandate " title="Open Access mandate">Open Access mandate</span>
|
|
<span *ngIf="projectInfo.specialClause39" class="uk-label custom-label label-sc39 " title="Special Clause 39">Special Clause 39</span>
|
|
</div>
|
|
<ul class="uk-list">
|
|
<li *ngIf="projectInfo.funding"><span class="uk-text-bold">Funding:</span> {{projectInfo.funding}}</li>
|
|
<li *ngIf="projectInfo.startDate"><span class="uk-text-bold">Start Date:</span> {{projectInfo.startDate}}</li>
|
|
<li *ngIf="projectInfo.endDate"><span class="uk-text-bold">End Date:</span> {{projectInfo.endDate}}</li>
|
|
<li *ngIf="projectInfo.openAccessMandate != undefined && !projectInfo.openAccessMandate "><span class="uk-text-bold">Open Access mandate:</span> no</li>
|
|
<li *ngIf="projectInfo.organizations && projectInfo.organizations.length > 0"><span class="uk-text-bold">Organization:</span>
|
|
|
|
<span class="list-horizontal-line">
|
|
<span *ngFor="let organization of projectInfo.organizations let i=index"
|
|
[attr.uk-tooltip]="organization.acronym && organization.name ? 'pos:right; delay:10' : 'cls: uk-invisible'"
|
|
[title]="organization.name">
|
|
<a *ngIf="organization.id"
|
|
[queryParams]="{organizationId: organization.id}" routerLinkActive="router-link-active" routerLink="/search/organization">
|
|
{{(organization.acronym)?organization.acronym:''}} {{(!organization.acronym && organization.name)?organization.name:''}}</a>
|
|
<span
|
|
|
|
*ngIf="!organization.id">
|
|
<span *ngIf="organization.acronym">{{organization.acronym}}</span><span
|
|
*ngIf="!organization.acronym && organization.name">{{organization.name}}</span></span>
|
|
</span>
|
|
</span>
|
|
</li>
|
|
<li *ngIf="projectInfo.urlInfo ">
|
|
<span class="uk-button-text">
|
|
<a target="_blank" href="{{projectInfo.url}}">
|
|
{{projectInfo.urlInfo}}
|
|
</a>
|
|
</span>
|
|
</li>
|
|
</ul>
|
|
|
|
<!-- <div class="uk-clearfix"><div class="uk-button-group uk-float-right uk-margin-top">
|
|
<button class="uk-button uk-button-small uk-button-action">
|
|
<span class="uk-icon" >
|
|
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="link" ratio="1"><path fill="none" stroke="#000" stroke-width="1.1" d="M10.625,12.375 L7.525,15.475 C6.825,16.175 5.925,16.175 5.225,15.475 L4.525,14.775 C3.825,14.074 3.825,13.175 4.525,12.475 L7.625,9.375"></path><path fill="none" stroke="#000" stroke-width="1.1" d="M9.325,7.375 L12.425,4.275 C13.125,3.575 14.025,3.575 14.724,4.275 L15.425,4.975 C16.125,5.675 16.125,6.575 15.425,7.275 L12.325,10.375"></path><path fill="none" stroke="#000" stroke-width="1.1" d="M7.925,11.875 L11.925,7.975"></path></svg></span>
|
|
Link this project to
|
|
</button>
|
|
<div class="uk-inline">
|
|
<button class="uk-button uk-button-small uk-button-action" type="button">
|
|
<span class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="triangle-down" ratio="1"><polygon points="5 7 15 7 10 12"></polygon></svg></span>
|
|
</button>
|
|
<div uk-dropdown="mode: click; boundary: ! .uk-button-group; boundary-align: true;"
|
|
class="uk-dropdown uk-dropdown-boundary uk-dropdown-bottom-left" style="top: 40px; left: -236.5px;">
|
|
<ul class="uk-nav uk-dropdown-nav uk-padding-small" >
|
|
|
|
<li><a class="uk-width-1-1" [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[projectId,'project','result'])" routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
|
|
Other research results</a></li>
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div></div> -->
|
|
|
|
<ul class="uk-tab uk-visible@m" uk-tab="connect: #tab-content">
|
|
<li (click)="activeTab='Publications'" [class]="activeTab == 'Publications'?'uk-active':''">
|
|
<a>
|
|
Publications
|
|
<span class="uk-badge uk-badge-notification">
|
|
{{fetchPublications.searchUtils.totalResults}}
|
|
</span>
|
|
</a>
|
|
</li>
|
|
<li (click)="activeTab='Research Data'; searchDatasetsInit()"
|
|
[class]="activeTab == 'Research Data'?'uk-active':''">
|
|
<a>
|
|
Research Data
|
|
<span class="uk-badge uk-badge-notification">
|
|
{{fetchDatasets.searchUtils.totalResults}}
|
|
</span>
|
|
</a>
|
|
</li>
|
|
<li (click)="activeTab='Software'; searchSoftwareInit()"
|
|
[class]="activeTab == 'Software'?'uk-active':''">
|
|
<a>
|
|
Software
|
|
<span class="uk-badge uk-badge-notification">
|
|
{{fetchSoftware.searchUtils.totalResults}}
|
|
</span>
|
|
</a>
|
|
</li>
|
|
<li (click)="activeTab='Statistics'; statsClicked=true"
|
|
[class]="activeTab == 'Statistics'?'uk-active':''">
|
|
<a>
|
|
Statistics
|
|
|
|
</a>
|
|
</li>
|
|
<li (click)="activeTab='Metrics'; metricsClicked=true"
|
|
[class]="activeTab == 'Metrics'?'uk-active':''">
|
|
<a>
|
|
Metrics
|
|
<!--i class="icon-line-chart"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 36 36" style="fill:currentColor;">
|
|
<path d="M4.415 31.713h31.704v4.529h-36.233v-36.233h4.529zM10.077 29.447c-1.877 0-3.396-1.521-3.396-3.396s1.521-3.396 3.396-3.396c0.101 0 0.199 0.006 0.297 0.014l3.652-6.086c-0.348-0.534-0.551-1.171-0.551-1.855 0-1.877 1.521-3.396 3.396-3.396s3.396 1.521 3.396 3.396c0 0.685-0.203 1.321-0.551 1.855l3.652 6.086c0.098-0.009 0.196-0.014 0.297-0.014 0.076 0 0.151 0.004 0.225 0.009l6.028-10.549c-0.373-0.546-0.592-1.204-0.592-1.916 0-1.877 1.521-3.396 3.396-3.396s3.396 1.521 3.396 3.396c0 1.877-1.521 3.396-3.396 3.396-0.076 0-0.151-0.004-0.225-0.009l-6.028 10.549c0.373 0.546 0.592 1.204 0.592 1.916 0 1.877-1.521 3.396-3.396 3.396s-3.396-1.521-3.396-3.396c0-0.684 0.203-1.321 0.551-1.855l-3.652-6.086c-0.098 0.009-0.196 0.014-0.297 0.014s-0.199-0.006-0.297-0.014l-3.652 6.086c0.348 0.534 0.551 1.171 0.551 1.855 0 1.877-1.521 3.396-3.396 3.396z"></path>
|
|
</svg></i-->
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<button class="uk-button uk-button-default uk-hidden@m" type="button">
|
|
<span uk-navbar-toggle-icon></span> <span class="uk-margin-small-left">{{activeTab}}</span>
|
|
</button>
|
|
|
|
<ul id="toggle-small-tabs" class="uk-subnav uk-subnav-pill uk-dropdown uk-hidden@m" uk-switcher="connect: #tab-content" uk-dropdown="mode: click" uk-toggle="target: #toggle-small-tabs">
|
|
<li (click)="activeTab='Publications'" [class]="activeTab == 'Publications'?'uk-active':''">
|
|
<a>
|
|
Publications
|
|
<span class="uk-badge uk-badge-notification">
|
|
{{fetchPublications.searchUtils.totalResults}}
|
|
</span>
|
|
</a>
|
|
</li>
|
|
<li (click)="searchDatasetsInit(); activeTab='Research Data'"
|
|
[class]="activeTab == 'Research Data'?'uk-active':''">
|
|
<a>
|
|
Research Data
|
|
<span class="uk-badge uk-badge-notification">
|
|
{{fetchDatasets.searchUtils.totalResults}}
|
|
</span>
|
|
</a>
|
|
</li>
|
|
<li (click)="searchSoftwareInit(); activeTab='Software'"
|
|
[class]="activeTab == 'Software'?'uk-active':''">
|
|
<a>
|
|
Software
|
|
<span class="uk-badge uk-badge-notification">
|
|
{{fetchSoftware.searchUtils.totalResults}}
|
|
</span>
|
|
</a>
|
|
</li>
|
|
<li (click)="statsClicked=true; activeTab='Statistics'"
|
|
[class]="activeTab == 'Statistics'?'uk-active':''">
|
|
<a>
|
|
Statistics
|
|
</a>
|
|
</li>
|
|
<li (click)="metricsClicked=true; activeTab='Metrics'"
|
|
[class]="activeTab == 'Metrics'?'uk-active':''">
|
|
<a>
|
|
Metrics
|
|
<!--i class="icon-line-chart"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 36 36" style="fill:currentColor;">
|
|
<path d="M4.415 31.713h31.704v4.529h-36.233v-36.233h4.529zM10.077 29.447c-1.877 0-3.396-1.521-3.396-3.396s1.521-3.396 3.396-3.396c0.101 0 0.199 0.006 0.297 0.014l3.652-6.086c-0.348-0.534-0.551-1.171-0.551-1.855 0-1.877 1.521-3.396 3.396-3.396s3.396 1.521 3.396 3.396c0 0.685-0.203 1.321-0.551 1.855l3.652 6.086c0.098-0.009 0.196-0.014 0.297-0.014 0.076 0 0.151 0.004 0.225 0.009l6.028-10.549c-0.373-0.546-0.592-1.204-0.592-1.916 0-1.877 1.521-3.396 3.396-3.396s3.396 1.521 3.396 3.396c0 1.877-1.521 3.396-3.396 3.396-0.076 0-0.151-0.004-0.225-0.009l-6.028 10.549c0.373 0.546 0.592 1.204 0.592 1.916 0 1.877-1.521 3.396-3.396 3.396s-3.396-1.521-3.396-3.396c0-0.684 0.203-1.321 0.551-1.855l-3.652-6.086c-0.098 0.009-0.196 0.014-0.297 0.014s-0.199-0.006-0.297-0.014l-3.652 6.086c0.348 0.534 0.551 1.171 0.551 1.855 0 1.877-1.521 3.396-3.396 3.396z"></path>
|
|
</svg></i-->
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<!--ul id="tab-content" class="uk-switcher uk-margin custom-tab-content"-->
|
|
<div class="uk-margin custom-tab-content">
|
|
|
|
<div *ngIf="activeTab=='Publications'" class="uk-animation-fade">
|
|
<!--div *ngIf="fetchPublications.searchUtils.totalResults == 0" class = "uk-alert uk-alert-primary" >
|
|
No publications available
|
|
</div-->
|
|
<!--div *ngIf="fetchPublications.searchUtils.status == errorCodes.NONE" class="uk-alert uk-alert-primary uk-animation-fade" role="alert">No publications available</div>
|
|
<div *ngIf="fetchPublications.searchUtils.status == errorCodes.ERROR" class="uk-alert uk-alert-warning uk-animation-fade" role="alert">An Error Occured</div>
|
|
<div *ngIf="fetchPublications.searchUtils.status == errorCodes.NOT_AVAILABLE" class="uk-alert uk-alert-danger uk-animation-fade" role="alert">Service not available</div>
|
|
<div*ngIf="fetchPublications.searchUtils.status == errorCodes.LOADING" class="uk-animation-fade uk-margin-top uk-width-1-1" role="alert"><img src="./assets/loading.gif" class="uk-align-center" alt="Loading"></div-->
|
|
<errorMessages [status]="[fetchPublications.searchUtils.status]" [type]="'publications'"></errorMessages>
|
|
|
|
<div *ngIf="fetchPublications.searchUtils.totalResults > 0">
|
|
<div class = "uk-text-right" *ngIf = "fetchPublications.searchUtils.totalResults > 10" >
|
|
<a [queryParams]="routerHelper.createQueryParams(['project', 'pr'], [projectId, 'and'])"
|
|
routerLinkActive="router-link-active" [routerLink]="linkToSearchPublications" class="uk-button uk-button-text">
|
|
View all {{fetchPublications.searchUtils.totalResults}} results
|
|
</a>
|
|
</div>
|
|
<tab-result [(results)]="fetchPublications.results"
|
|
[(status)]= "fetchPublications.searchUtils.status"
|
|
type="publication" urlParam="articleId">
|
|
</tab-result>
|
|
</div>
|
|
</div>
|
|
|
|
<div *ngIf="activeTab == 'Research Data'" class="uk-animation-fade">
|
|
<!--div *ngIf="fetchDatasets.searchUtils.totalResults == 0" class = "uk-alert uk-alert-primary">
|
|
No research data available
|
|
</div-->
|
|
<!--div *ngIf="fetchDatasets.searchUtils.status == errorCodes.NONE" class="uk-alert uk-alert-primary uk-animation-fade" role="alert">No research data available</div>
|
|
<div *ngIf="fetchDatasets.searchUtils.status == errorCodes.ERROR" class="uk-alert uk-alert-warning uk-animation-fade" role="alert">An Error Occured</div>
|
|
<div *ngIf="fetchDatasets.searchUtils.status == errorCodes.NOT_AVAILABLE" class="uk-alert uk-alert-danger uk-animation-fade" role="alert">Service not available</div>
|
|
<div *ngIf="fetchDatasets.searchUtils.status == errorCodes.LOADING" class="uk-animation-fade uk-margin-top uk-width-1-1" role="alert"><img src="./assets/loading.gif" class="uk-align-center" alt="Loading"></div-->
|
|
<errorMessages [status]="[fetchDatasets.searchUtils.status]" [type]="'research data'"></errorMessages>
|
|
|
|
<div *ngIf="fetchDatasets.searchUtils.totalResults > 0">
|
|
|
|
<div class = "uk-text-right" *ngIf = "fetchDatasets.searchUtils.totalResults > 10">
|
|
<a [queryParams]="routerHelper.createQueryParams(['project', 'pr'], [projectId, 'and'])"
|
|
routerLinkActive="router-link-active" [routerLink]="linkToSearchDatasets" class="uk-button uk-button-text">
|
|
View all {{fetchDatasets.searchUtils.totalResults}} results
|
|
</a>
|
|
</div>
|
|
<tab-result [(results)]="fetchDatasets.results"
|
|
[(status)]= "fetchDatasets.searchUtils.status"
|
|
type="dataset" urlParam="datasetId">
|
|
</tab-result>
|
|
</div>
|
|
</div>
|
|
<div *ngIf="activeTab == 'Software'" class="uk-animation-fade">
|
|
<errorMessages [status]="[fetchSoftware.searchUtils.status]" [type]="'software'"></errorMessages>
|
|
|
|
<div *ngIf="fetchSoftware.searchUtils.totalResults > 0">
|
|
|
|
<div class = "uk-text-right" *ngIf = "fetchSoftware.searchUtils.totalResults > 10">
|
|
<a [queryParams]="routerHelper.createQueryParams(['project', 'pr'], [projectId, 'and'])"
|
|
routerLinkActive="router-link-active" [routerLink]="linkToSearchSoftware" class="uk-button uk-button-text">
|
|
View all {{fetchSoftware.searchUtils.totalResults}} results
|
|
</a>
|
|
</div>
|
|
<tab-result [(results)]="fetchSoftware.results"
|
|
[(status)]= "fetchSoftware.searchUtils.status"
|
|
type="software" urlParam="softwareId">
|
|
</tab-result>
|
|
</div>
|
|
</div>
|
|
<div *ngIf="activeTab == 'Statistics'" class="uk-animation-fade">
|
|
<!--div *ngIf="fetchPublications.searchUtils.totalResults == 0 && fetchDatasets.searchUtils.totalResults == 0" class = "uk-alert uk-alert-primary">
|
|
No statistics available
|
|
</div-->
|
|
<!--div *ngIf="fetchPublications.searchUtils.status == errorCodes.NONE && fetchDatasets.searchUtils.status == errorCodes.NONE"
|
|
class="uk-alert uk-alert-primary uk-animation-fade" role="alert">No statistics available</div>
|
|
<div *ngIf="fetchPublications.searchUtils.status == errorCodes.ERROR || fetchDatasets.searchUtils.status == errorCodes.ERROR"
|
|
class="uk-alert uk-alert-warning uk-animation-fade" role="alert">An Error Occured</div>
|
|
<div *ngIf="fetchPublications.searchUtils.status == errorCodes.NOT_AVAILABLE || fetchDatasets.searchUtils.status == errorCodes.NOT_AVAILABLE"
|
|
class="uk-alert uk-alert-danger uk-animation-fade" role="alert">Service not available</div>
|
|
<div *ngIf="fetchPublications.searchUtils.status == errorCodes.LOADING || fetchDatasets.searchUtils.status == errorCodes.LOADING"
|
|
class="uk-animation-fade uk-margin-top uk-width-1-1" role="alert"><img src="./assets/loading.gif" class="uk-align-center" alt="Loading"></div-->
|
|
<errorMessages [status]="[fetchPublications.searchUtils.status, fetchDatasets.searchUtils.status]" [type]="'statistics'"></errorMessages>
|
|
|
|
<div *ngIf="statsClicked && (fetchPublications.searchUtils.totalResults != 0 || fetchDatasets.searchUtils.totalResults != 0)">
|
|
|
|
<div>
|
|
<p class="uk-text-bold">Research Results</p>
|
|
<i-frame [url]=chartScientificResultsUrl width="800" height="350"></i-frame>
|
|
<p class="uk-text-bold">Access Mode of Research Results</p>
|
|
<i-frame [url]=chartAccessModeUrl width="800" height="350"></i-frame>
|
|
<p class="uk-text-bold">By Datasource of Research Results</p>
|
|
<i-frame [url]=chartDatasourcesUrl width="800" height="350"></i-frame>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div *ngIf="activeTab=='Metrics'" class="uk-animation-fade">
|
|
|
|
<!--[name]="projectName"-->
|
|
<metrics [pageViews]="pageViews"
|
|
[id]="projectId" [entityType]="'projects'" [entity]="'Project'"
|
|
(metricsResults)="metricsResults($event)" [(properties)] = properties>
|
|
</metrics>
|
|
<!--i-frame *ngIf="metricsClicked" [url]=viewsFrameUrl width="800" height="350"></i-frame-->
|
|
<i-frame *ngIf="metricsClicked && totalViews > 0"
|
|
[url]=viewsFrameUrl width="100%" height="250">
|
|
</i-frame>
|
|
<i-frame *ngIf="metricsClicked && totalDownloads > 0"
|
|
[url]=downloadsFrameUrl width="100%" height="250">
|
|
</i-frame>
|
|
</div>
|
|
<!--/ul-->
|
|
</div>
|
|
</div>
|
|
|
|
<div class="uk-width-1-4@l uk-width-1-4@xl uk-width-1-4@m uk-width-1-1@s">
|
|
<div class="uk-card uk-card-default uk-padding-small">
|
|
<div>
|
|
Share - Bookmark<addThis ></addThis>
|
|
</div>
|
|
<div class="uk-margin-medium-top uk-margin-medium-bottom">
|
|
<div class="uk-text-center uk-text-large">
|
|
Application Box
|
|
</div>
|
|
<div class="app-box" >
|
|
<ul class="uk-tab" uk-tab="connect: #tab-app-box-project">
|
|
<li>
|
|
<a>Publications</a>
|
|
</li>
|
|
<li>
|
|
<a>Research Data</a>
|
|
</li>
|
|
</ul>
|
|
<ul id="tab-app-box-project" class="uk-switcher uk-margin uk-padding-small">
|
|
<li class="uk-animation-fade">
|
|
<!-- Publication box-->
|
|
<ul class="uk-list">
|
|
<li>
|
|
<a class="clickable" uk-toggle="target: #publications_dynamic; animation:uk-animation-fade"><span class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="code" ratio="1"><polyline fill="none" stroke="#000" stroke-width="1.01" points="13,4 19,10 13,16"></polyline><polyline fill="none" stroke="#000" stroke-width="1.01" points="7,4 1,10 7,16"></polyline></svg></span> Include in your site (HTML)</a>
|
|
<div hidden id="publications_dynamic">
|
|
<button class="uk-button uk-button-default publ_clipboard_btn" data-clipboard-target="#publ_clipboard">
|
|
Copy to clipboard
|
|
<span class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="copy" ratio="1"><rect fill="none" stroke="#000" x="3.5" y="2.5" width="12" height="16"></rect><polyline fill="none" stroke="#000" points="5 0.5 17.5 0.5 17.5 17"></polyline></svg></span>
|
|
</button>
|
|
<pre><code id="publ_clipboard">{{publications_dynamic}}</code></pre>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<a target="_blank"
|
|
href="/project-report?projectId={{projectId}}&size={{fetchPublications.searchUtils.totalResults}}&type=publication">
|
|
<span class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="table" ratio="1"><rect x="1" y="3" width="18" height="1"></rect><rect x="1" y="7" width="18" height="1"></rect><rect x="1" y="11" width="18" height="1"></rect><rect x="1" y="15" width="18" height="1"></rect></svg></span> Get {{projectInfo.funder}} report (HTML)
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a class="clickable" (click)="downloadfile(downloadURLAPI+csvParams)">
|
|
<span class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="download" ratio="1"><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> Get {{projectInfo.funder}} report (CSV)
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a routerLinkActive="router-link-active" routerLink="/participate/deposit-publications">
|
|
<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>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="uk-animation-fade">
|
|
<!-- Dataset box-->
|
|
<ul class="uk-list">
|
|
<li>
|
|
<a class="clickable" uk-toggle="target: #datasets_dynamic; animation:uk-animation-fade"><span class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="code" ratio="1"><polyline fill="none" stroke="#000" stroke-width="1.01" points="13,4 19,10 13,16"></polyline><polyline fill="none" stroke="#000" stroke-width="1.01" points="7,4 1,10 7,16"></polyline></svg></span> Include in your site (HTML) </a>
|
|
<div hidden id="datasets_dynamic">
|
|
<button class="uk-button uk-button-default datasets_clipboard_btn" data-clipboard-target="#datasets_clipboard">
|
|
Copy to clipboard
|
|
<span class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="copy" ratio="1"><rect fill="none" stroke="#000" x="3.5" y="2.5" width="12" height="16"></rect><polyline fill="none" stroke="#000" points="5 0.5 17.5 0.5 17.5 17"></polyline></svg></span>
|
|
</button>
|
|
<pre><code id="datasets_clipboard">{{datasets_dynamic}}</code></pre>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<a target="_blank"
|
|
href="/project-report?projectId={{projectId}}&size={{fetchDatasets.searchUtils.totalResults}}&type=dataset">
|
|
<span class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="table" ratio="1"><rect x="1" y="3" width="18" height="1"></rect><rect x="1" y="7" width="18" height="1"></rect><rect x="1" y="11" width="18" height="1"></rect><rect x="1" y="15" width="18" height="1"></rect></svg></span> Get {{projectInfo.funder}} report (HTML)
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a class="clickable" (click)="downloadfile(downloadURLAPI+csvParamsDatasets)">
|
|
<span class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="download" ratio="1"><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> Get {{projectInfo.funder}} report (CSV)
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a routerLinkActive="router-link-active" routerLink="/participate/deposit-datasets">
|
|
<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>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
</div>
|
|
<ul uk-accordion class="uk-padding-remove">
|
|
<li>
|
|
<button class="uk-button uk-button-primary uk-accordion-title link-to-button uk-width-1-1" type="button">
|
|
<span class="uk-icon" >
|
|
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="link" ratio="1"><path fill="none" stroke="#000" stroke-width="1.1" d="M10.625,12.375 L7.525,15.475 C6.825,16.175 5.925,16.175 5.225,15.475 L4.525,14.775 C3.825,14.074 3.825,13.175 4.525,12.475 L7.625,9.375"></path><path fill="none" stroke="#000" stroke-width="1.1" d="M9.325,7.375 L12.425,4.275 C13.125,3.575 14.025,3.575 14.724,4.275 L15.425,4.975 C16.125,5.675 16.125,6.575 15.425,7.275 L12.325,10.375"></path><path fill="none" stroke="#000" stroke-width="1.1" d="M7.925,11.875 L11.925,7.975"></path></svg></span>
|
|
<span>Link this project to</span>
|
|
</button>
|
|
<div class="uk-accordion-content">
|
|
<ul class="uk-nav uk-dropdown-nav uk-padding-small" >
|
|
<li><a class="uk-width-1-1" [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[projectId,'project','result'])" routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
|
|
Other research results</a></li>
|
|
</ul>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<modal-loading></modal-loading>
|
|
<modal-alert #AlertModalCsvError></modal-alert>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|