Project

General

Profile

1
<div id="tm-main" class=" uk-section  uk-margin-small-top tm-middle"   >
2
  <div uk-grid uk-grid>
3
   <div class="tm-main uk-width-1-1@s uk-width-1-1@m  uk-width-1-1@l uk-row-first ">
4

    
5
<div id="project" class="uk-container uk-margin-top project">
6
    <div *ngIf="warningMessage.length > 0" class="uk-alert uk-alert-warning uk-margin-large-top" role="alert">{{warningMessage}}</div>
7
    <div *ngIf="errorMessage.length > 0" class="uk-alert uk-alert-danger  uk-margin-large-top" role="alert">{{errorMessage}}</div>
8
    <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>
9

    
10
    <div *ngIf="projectInfo != null" uk-grid class="uk-grid-large">
11
        <div class="uk-width-3-4@l uk-width-3-4@xl uk-width-3-4@m uk-width-1-1@s">
12
            <!--h3 *ngIf="projectInfo.acronym != undefined && projectInfo.acronym != ''">{{projectInfo.acronym}}</h3>
13
            <h3 *ngIf="projectInfo.acronym == undefined || projectInfo.acronym == ''">{{projectInfo.title}}</h3-->
14
            <h2 class="projectIcon">
15
              <!--span class="entityTitleIcon projectTitleIcon"></span-->
16
              <!-- <span *ngIf="projectInfo.specialClause39==true" class="sc39">{{projectName}}</span>
17
              <span *ngIf="projectInfo.specialClause39!=true">{{projectName}}</span> -->
18
              <span>{{projectName}}</span>
19
              <span  *ngIf="  projectInfo.title == projectName ">({{projectInfo.contractNum}})</span>
20
            </h2>
21
            <div class="uk-text-large " *ngIf="projectInfo.title && projectInfo.title != projectName ">{{projectInfo.title}} ({{projectInfo.contractNum}})</div>
22
            <div>
23
              <span class="uk-label custom-label label-blue label-project" title="Type">Project</span>
24
              <span class="uk-label custom-label label-funder " title="Funder">{{projectInfo.funder}}</span>
25
              <span *ngIf="projectInfo.openAccessMandate != undefined && projectInfo.openAccessMandate " class="uk-label custom-label label-openaccessmandate " title="Open Access mandate">Open Access mandate</span>
26
              <span *ngIf="projectInfo.specialClause39" class="uk-label custom-label label-sc39 " title="Special Clause 39">Special Clause 39</span>
27
            </div>
28
            <ul class="uk-list">
29
              <li  *ngIf="projectInfo.funding"><span class="uk-text-bold">Funding:</span> {{projectInfo.funding}}</li>
30
              <li  *ngIf="projectInfo.startDate"><span class="uk-text-bold">Start Date:</span> {{projectInfo.startDate}}</li>
31
              <li  *ngIf="projectInfo.endDate"><span class="uk-text-bold">End Date:</span> {{projectInfo.endDate}}</li>
32
              <li  *ngIf="projectInfo.openAccessMandate != undefined && !projectInfo.openAccessMandate "><span class="uk-text-bold">Open Access mandate:</span> no</li>
33
              <li *ngIf="projectInfo.organizations && projectInfo.organizations.length > 0"><span class="uk-text-bold">Organization:</span>
34

    
35
                <span class="list-horizontal-line">
36
                  <span *ngFor="let organization of projectInfo.organizations let i=index"
37
                        [attr.uk-tooltip]="organization.acronym && organization.name ? 'pos:right; delay:10' : 'cls: uk-invisible'"
38
                        [title]="organization.name">
39
                        <a *ngIf="organization.id"
40
                            [queryParams]="{organizationId: organization.id}" routerLinkActive="router-link-active" routerLink="/search/organization">
41
                            {{(organization.acronym)?organization.acronym:''}} {{(!organization.acronym && organization.name)?organization.name:''}}</a>
42
                              <span
43

    
44
                        *ngIf="!organization.id">
45
                          <span *ngIf="organization.acronym">{{organization.acronym}}</span><span
46
                          *ngIf="!organization.acronym && organization.name">{{organization.name}}</span></span>
47
                  </span>
48
                </span>
49
              </li>
50
              <li *ngIf="projectInfo.urlInfo ">
51
                <span class="uk-button-text">
52
                    <a target="_blank" href="{{projectInfo.url}}">
53
                        {{projectInfo.urlInfo}}
54
                    </a>
55
                </span>
56
              </li>
57
            </ul>
58

    
59
            <!-- <div class="uk-clearfix"><div class="uk-button-group uk-float-right  uk-margin-top">
60
                <button class="uk-button uk-button-small uk-button-action">
61
                  <span class="uk-icon" >
62
                         <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>
63
                  Link this project to
64
                </button>
65
                <div class="uk-inline">
66
                    <button class="uk-button uk-button-small uk-button-action" type="button">
67
                      <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>
68
                    </button>
69
                    <div uk-dropdown="mode: click; boundary: ! .uk-button-group; boundary-align: true;"
70
                    class="uk-dropdown uk-dropdown-boundary uk-dropdown-bottom-left" style="top: 40px;    left: -236.5px;">
71
                        <ul class="uk-nav uk-dropdown-nav uk-padding-small" >
72

    
73
                            <li><a   class="uk-width-1-1"  [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[projectId,'project','result'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
74
                              Other research results</a></li>
75

    
76
                        </ul>
77
                    </div>
78
                </div>
79
            </div></div> -->
80

    
81
            <ul class="uk-tab uk-visible@m" uk-tab="connect: #tab-content">
82
                <li (click)="activeTab='Publications'" [class]="activeTab == 'Publications'?'uk-active':''">
83
                    <a>
84
                        Publications
85
                        <span class="uk-badge uk-badge-notification">
86
                            {{fetchPublications.searchUtils.totalResults}}
87
                        </span>
88
                    </a>
89
                </li>
90
                <li (click)="activeTab='Research Data'; searchDatasetsInit()"
91
                    [class]="activeTab == 'Research Data'?'uk-active':''">
92
                    <a>
93
                        Research Data
94
                        <span class="uk-badge uk-badge-notification">
95
                            {{fetchDatasets.searchUtils.totalResults}}
96
                        </span>
97
                    </a>
98
                </li>
99
                <li (click)="activeTab='Software'; searchSoftwareInit()"
100
                    [class]="activeTab == 'Software'?'uk-active':''">
101
                    <a>
102
                        Software
103
                        <span class="uk-badge uk-badge-notification">
104
                            {{fetchSoftware.searchUtils.totalResults}}
105
                        </span>
106
                    </a>
107
                </li>
108
                <li (click)="activeTab='Statistics'; statsClicked=true"
109
                    [class]="activeTab == 'Statistics'?'uk-active':''">
110
                    <a>
111
                        Statistics
112

    
113
                    </a>
114
                </li>
115
                <li (click)="activeTab='Metrics'; metricsClicked=true"
116
                    [class]="activeTab == 'Metrics'?'uk-active':''">
117
                    <a>
118
                        Metrics
119
                        <!--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;">
120
<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>
121
  </svg></i-->
122
                    </a>
123
                </li>
124
            </ul>
125

    
126
            <button class="uk-button uk-button-default uk-hidden@m" type="button">
127
              <span uk-navbar-toggle-icon></span> <span class="uk-margin-small-left">{{activeTab}}</span>
128
            </button>
129

    
130
            <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">
131
              <li (click)="activeTab='Publications'" [class]="activeTab == 'Publications'?'uk-active':''">
132
                  <a>
133
                      Publications
134
                      <span class="uk-badge uk-badge-notification">
135
                          {{fetchPublications.searchUtils.totalResults}}
136
                      </span>
137
                  </a>
138
              </li>
139
              <li (click)="searchDatasetsInit(); activeTab='Research Data'"
140
                  [class]="activeTab == 'Research Data'?'uk-active':''">
141
                  <a>
142
                      Research Data
143
                      <span class="uk-badge uk-badge-notification">
144
                          {{fetchDatasets.searchUtils.totalResults}}
145
                      </span>
146
                  </a>
147
              </li>
148
              <li (click)="searchSoftwareInit(); activeTab='Software'"
149
                  [class]="activeTab == 'Software'?'uk-active':''">
150
                  <a>
151
                      Software
152
                      <span class="uk-badge uk-badge-notification">
153
                          {{fetchSoftware.searchUtils.totalResults}}
154
                      </span>
155
                  </a>
156
              </li>
157
              <li (click)="statsClicked=true; activeTab='Statistics'"
158
                  [class]="activeTab == 'Statistics'?'uk-active':''">
159
                  <a>
160
                      Statistics
161
                  </a>
162
              </li>
163
              <li (click)="metricsClicked=true; activeTab='Metrics'"
164
                  [class]="activeTab == 'Metrics'?'uk-active':''">
165
                  <a>
166
                      Metrics
167
                      <!--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;">
168
<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>
169
  </svg></i-->
170
                  </a>
171
              </li>
172
            </ul>
173

    
174
            <!--ul id="tab-content" class="uk-switcher uk-margin custom-tab-content"-->
175
            <div class="uk-margin custom-tab-content">
176

    
177
                <div *ngIf="activeTab=='Publications'" class="uk-animation-fade">
178
                    <!--div *ngIf="fetchPublications.searchUtils.totalResults == 0" class = "uk-alert  uk-alert-primary" >
179
                        No publications available
180
                    </div-->
181
                    <!--div *ngIf="fetchPublications.searchUtils.status == errorCodes.NONE" class="uk-alert uk-alert-primary uk-animation-fade" role="alert">No publications available</div>
182
                    <div *ngIf="fetchPublications.searchUtils.status == errorCodes.ERROR" class="uk-alert uk-alert-warning uk-animation-fade" role="alert">An Error Occured</div>
183
                    <div *ngIf="fetchPublications.searchUtils.status == errorCodes.NOT_AVAILABLE" class="uk-alert uk-alert-danger uk-animation-fade" role="alert">Service not available</div>
184
                    <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-->
185
                    <errorMessages [status]="[fetchPublications.searchUtils.status]" [type]="'publications'"></errorMessages>
186

    
187
                    <div *ngIf="fetchPublications.searchUtils.totalResults > 0">
188
                        <div class = "uk-text-right" *ngIf = "fetchPublications.searchUtils.totalResults > 10" >
189
                            <a  [queryParams]="routerHelper.createQueryParams(['project', 'pr'], [projectId, 'and'])"
190
                                routerLinkActive="router-link-active" [routerLink]="linkToSearchPublications" class="uk-button uk-button-text">
191
                                View all {{fetchPublications.searchUtils.totalResults}} results
192
                            </a>
193
                        </div>
194
                        <tab-result  [(results)]="fetchPublications.results"
195
                                        [(status)]= "fetchPublications.searchUtils.status"
196
                                        type="publication" urlParam="articleId">
197
                        </tab-result>
198
                    </div>
199
                </div>
200

    
201
                <div *ngIf="activeTab == 'Research Data'" class="uk-animation-fade">
202
                    <!--div *ngIf="fetchDatasets.searchUtils.totalResults == 0" class = "uk-alert  uk-alert-primary">
203
                        No research data available
204
                    </div-->
205
                    <!--div *ngIf="fetchDatasets.searchUtils.status == errorCodes.NONE" class="uk-alert uk-alert-primary uk-animation-fade" role="alert">No research data available</div>
206
                    <div *ngIf="fetchDatasets.searchUtils.status == errorCodes.ERROR" class="uk-alert uk-alert-warning uk-animation-fade" role="alert">An Error Occured</div>
207
                    <div *ngIf="fetchDatasets.searchUtils.status == errorCodes.NOT_AVAILABLE" class="uk-alert uk-alert-danger uk-animation-fade" role="alert">Service not available</div>
208
                    <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-->
209
                    <errorMessages [status]="[fetchDatasets.searchUtils.status]" [type]="'research data'"></errorMessages>
210

    
211
                    <div *ngIf="fetchDatasets.searchUtils.totalResults > 0">
212

    
213
                        <div class = "uk-text-right" *ngIf = "fetchDatasets.searchUtils.totalResults > 10">
214
                            <a [queryParams]="routerHelper.createQueryParams(['project', 'pr'], [projectId, 'and'])"
215
                                routerLinkActive="router-link-active" [routerLink]="linkToSearchDatasets" class="uk-button uk-button-text">
216
                                View all {{fetchDatasets.searchUtils.totalResults}} results
217
                            </a>
218
                        </div>
219
                        <tab-result  [(results)]="fetchDatasets.results"
220
                                        [(status)]= "fetchDatasets.searchUtils.status"
221
                                        type="dataset" urlParam="datasetId">
222
                        </tab-result>
223
                    </div>
224
                </div>
225
                <div *ngIf="activeTab == 'Software'" class="uk-animation-fade">
226
                    <errorMessages [status]="[fetchSoftware.searchUtils.status]" [type]="'software'"></errorMessages>
227

    
228
                    <div *ngIf="fetchSoftware.searchUtils.totalResults > 0">
229

    
230
                        <div class = "uk-text-right" *ngIf = "fetchSoftware.searchUtils.totalResults > 10">
231
                            <a [queryParams]="routerHelper.createQueryParams(['project', 'pr'], [projectId, 'and'])"
232
                                routerLinkActive="router-link-active" [routerLink]="linkToSearchSoftware" class="uk-button uk-button-text">
233
                                View all {{fetchSoftware.searchUtils.totalResults}} results
234
                            </a>
235
                        </div>
236
                        <tab-result  [(results)]="fetchSoftware.results"
237
                                        [(status)]= "fetchSoftware.searchUtils.status"
238
                                        type="software" urlParam="softwareId">
239
                        </tab-result>
240
                    </div>
241
                </div>
242
                <div *ngIf="activeTab == 'Statistics'" class="uk-animation-fade">
243
                  <!--div *ngIf="fetchPublications.searchUtils.totalResults == 0 && fetchDatasets.searchUtils.totalResults == 0" class = "uk-alert  uk-alert-primary">
244
                      No statistics available
245
                  </div-->
246
                  <!--div *ngIf="fetchPublications.searchUtils.status == errorCodes.NONE && fetchDatasets.searchUtils.status == errorCodes.NONE"
247
                        class="uk-alert uk-alert-primary uk-animation-fade" role="alert">No statistics available</div>
248
                  <div *ngIf="fetchPublications.searchUtils.status == errorCodes.ERROR || fetchDatasets.searchUtils.status == errorCodes.ERROR"
249
                        class="uk-alert uk-alert-warning uk-animation-fade" role="alert">An Error Occured</div>
250
                  <div *ngIf="fetchPublications.searchUtils.status == errorCodes.NOT_AVAILABLE || fetchDatasets.searchUtils.status == errorCodes.NOT_AVAILABLE"
251
                        class="uk-alert uk-alert-danger uk-animation-fade" role="alert">Service not available</div>
252
                  <div *ngIf="fetchPublications.searchUtils.status == errorCodes.LOADING || fetchDatasets.searchUtils.status == errorCodes.LOADING"
253
                        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-->
254
                  <errorMessages [status]="[fetchPublications.searchUtils.status, fetchDatasets.searchUtils.status]" [type]="'statistics'"></errorMessages>
255

    
256
                  <div *ngIf="statsClicked && (fetchPublications.searchUtils.totalResults != 0 || fetchDatasets.searchUtils.totalResults != 0)">
257

    
258
                      <div>
259
                        <p class="uk-text-bold">Research Results</p>
260
                        <i-frame  [url]=chartScientificResultsUrl width="800" height="350"></i-frame>
261
                        <p class="uk-text-bold">Access Mode of Research Results</p>
262
                        <i-frame [url]=chartAccessModeUrl width="800" height="350"></i-frame>
263
                        <p class="uk-text-bold">By Datasource of Research Results</p>
264
                        <i-frame  [url]=chartDatasourcesUrl width="800" height="350"></i-frame>
265
                      </div>
266
                  </div>
267
                </div>
268
                <div *ngIf="activeTab=='Metrics'" class="uk-animation-fade">
269

    
270
                    <!--[name]="projectName"-->
271
                    <metrics [pageViews]="pageViews"
272
                        [id]="projectId" [entityType]="'projects'" [entity]="'Project'"
273
                        (metricsResults)="metricsResults($event)">
274
                    </metrics>
275
                    <!--i-frame *ngIf="metricsClicked" [url]=viewsFrameUrl width="800" height="350"></i-frame-->
276
                    <i-frame *ngIf="metricsClicked && totalViews > 0"
277
                        [url]=viewsFrameUrl width="100%" height="250">
278
                    </i-frame>
279
                    <i-frame *ngIf="metricsClicked && totalDownloads > 0"
280
                        [url]=downloadsFrameUrl width="100%" height="250">
281
                    </i-frame>
282
                </div>
283
            <!--/ul-->
284
          </div>
285
        </div>
286

    
287
        <div class="uk-width-1-4@l uk-width-1-4@xl uk-width-1-4@m uk-width-1-1@s">
288
          <div class="uk-card uk-card-default uk-padding-small">
289
          <div>
290
            Share - Bookmark<addThis ></addThis>
291
          </div>
292
          <div class="uk-margin-medium-top uk-margin-medium-bottom">
293
              <div class="uk-text-center uk-text-large">
294
                Application Box
295
              </div>
296
            <div  class="app-box" >
297
            <ul class="uk-tab" uk-tab="connect: #tab-app-box-project">
298
                <li>
299
                    <a>Publications</a>
300
                </li>
301
                <li>
302
                    <a>Research Data</a>
303
                </li>
304
              </ul>
305
              <ul id="tab-app-box-project" class="uk-switcher uk-margin uk-padding-small">
306
                  <li class="uk-animation-fade">
307
                     <!-- Publication box-->
308
                     <ul class="uk-list">
309
                       <li>
310
                         <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>
311
                         <div hidden id="publications_dynamic">
312
                             <button class="uk-button uk-button-default publ_clipboard_btn" data-clipboard-target="#publ_clipboard">
313
                                 Copy to clipboard
314
                                 <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>
315
                             </button>
316
                             <pre><code id="publ_clipboard">{{publications_dynamic}}</code></pre>
317
                         </div>
318
                       </li>
319
                       <li>
320
                          <a target="_blank"
321
                             href="/project-report?projectId={{projectId}}&size={{fetchPublications.searchUtils.totalResults}}&type=publication">
322
                              <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)
323
                         </a>
324
                       </li>
325
                       <li>
326
                         <a class="clickable" (click)="downloadfile(downloadURLAPI+'resources?'+csvParams+fetchPublications.searchUtils.totalResults)">
327
                              <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)
328
                         </a>
329
                       </li>
330
                       <li>
331
                         <a  routerLinkActive="router-link-active" routerLink="/participate/deposit-publications">
332
                             <span class="uk-icon">
333
<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>
334
</span> Deposit
335
                           </a>
336
                       </li>
337
                   </ul>
338
                  </li>
339
                  <li class="uk-animation-fade">
340
                    <!-- Dataset box-->
341
                    <ul class="uk-list">
342
                      <li>
343
                        <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>
344
                        <div hidden id="datasets_dynamic">
345
                            <button class="uk-button uk-button-default datasets_clipboard_btn" data-clipboard-target="#datasets_clipboard">
346
                                Copy to clipboard
347
                                <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>
348
                            </button>
349
                            <pre><code id="datasets_clipboard">{{datasets_dynamic}}</code></pre>
350
                        </div>
351
                    </li>
352
                    <li>
353
                       <a target="_blank"
354
                          href="/project-report?projectId={{projectId}}&size={{fetchDatasets.searchUtils.totalResults}}&type=dataset">
355
                           <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)
356
                      </a>
357
                    </li>
358
                    <li>
359
                      <a class="clickable" (click)="downloadfile(downloadURLAPI+'resources?'+csvParamsDatasets+fetchDatasets.searchUtils.totalResults)">
360
                           <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)
361
                      </a>
362
                    </li>
363
                    <li>
364
                         <a  routerLinkActive="router-link-active" routerLink="/participate/deposit-datasets">
365
                              <span class="uk-icon">
366
                              <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>
367
                              </span> Deposit
368
                         </a>
369
                    </li>
370
                  </ul>
371
                </li>
372
              </ul>
373

    
374
            </div>
375
            <ul uk-accordion class="uk-padding-remove">
376
                <li>
377
                  <button class="uk-button uk-button-primary uk-accordion-title link-to-button  uk-width-1-1" type="button">
378
                    <span class="uk-icon" >
379
                           <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>
380
                    <span>Link this project to</span>
381
                  </button>
382
                    <div class="uk-accordion-content">
383
                      <ul class="uk-nav uk-dropdown-nav uk-padding-small" >
384
                        <li><a   class="uk-width-1-1"  [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[projectId,'project','result'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
385
                          Other research results</a></li>
386
                      </ul>
387
                    </div>
388
                </li>
389
            </ul>
390
          </div>
391

    
392
        </div>
393
      </div>
394
    </div>
395
    <modal-loading></modal-loading>
396
    <modal-alert #AlertModalCsvError></modal-alert>
397
</div>
398
</div>
399
</div>
400
</div>
(2-2/6)