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 class="uk-container uk-margin-top software">
6

    
7
    <div *ngIf="warningMessage.length > 0" class="uk-alert uk-alert-warning  uk-margin-large-top" role="alert">{{warningMessage}}</div>
8
    <div *ngIf="errorMessage.length > 0" class="uk-alert uk-alert-danger  uk-margin-large-top" role="alert">{{errorMessage}}</div>
9
    <div [style.display]="showLoading ? 'inline' : 'none'" class="uk-animation-fade uk-margin-large-top  uk-width-1-1" role="alert"><img class="loading-gif  uk-align-center" ></div>
10

    
11
    <div *ngIf="softwareInfo != null" uk-grid class="uk-grid-large">
12
        <div class="uk-width-expand@m uk-width-1-1@s">
13
          <schema2jsonld *ngIf="softwareInfo.record" [data]=softwareInfo.record></schema2jsonld>
14
            <showTitle   [title]="softwareInfo.title"></showTitle>
15
            <span *ngIf="softwareInfo.types.length > 0"class="uk-label custom-label label-software " title="Type">{{softwareInfo.types.join(", ")}}</span>
16
            <span *ngIf="softwareInfo.languages && softwareInfo.languages.length > 0" class="uk-label custom-label  label-language " title="Language">{{softwareInfo.languages.join(", ")}}</span>
17
            <span *ngIf="softwareInfo.title && softwareInfo.title.accessMode" [class]="'uk-label custom-label  label-'+ softwareInfo.title.accessMode " title="Access Mode">{{softwareInfo.title.accessMode}}</span>
18
            <span *ngIf="softwareInfo.underCurationMessage" class="uk-label custom-label label-underCuration "  >
19
              <span uk-tooltip="pos:right; delay:10"
20
                  title="{{buildCurationTooltip()}}">
21
              <i>Record in preview</i>
22
              <i class="uk-icon-info-circle"></i>
23
            </span></span>
24
            <!--div *ngIf="softwareInfo.underCurationMessage">
25
              <span uk-tooltip="pos:right; delay:10"
26
                    title="{{buildCurationTooltip()}}">
27
                <i>Record in preview</i>
28
                <i class="uk-icon-info-circle"></i>
29
              </span>
30
            </div-->
31

    
32
            <div class= " uk-margin-top">
33
                <showAuthors [authors]="softwareInfo.authors" searchPage="software"></showAuthors>
34
                <span *ngIf="softwareInfo.date != ''">({{softwareInfo.date}})</span>
35
            </div>
36

    
37
            <ul class="uk-list">
38
                <li *ngIf="softwareInfo.publisher"><span class="uk-text-bold">Publisher:</span> {{softwareInfo.publisher}}</li>
39

    
40
                <li *ngIf="softwareInfo.embargoEndDate"><span class="uk-text-bold">Embargo end date:</span> {{softwareInfo.embargoEndDate}}</li>
41
                 <li *ngIf="softwareInfo.identifiers && softwareInfo.identifiers.size > 0">
42
                  <showIdentifiers [identifiers]="softwareInfo.identifiers"></showIdentifiers>
43
                </li>
44
                <li *ngIf="softwareInfo.subjects ||softwareInfo.otherSubjects ||  softwareInfo.classifiedSubjects">
45
                  <showSubjects [subjects]="softwareInfo.subjects"
46
                  [otherSubjects]="softwareInfo.otherSubjects"
47
                  [classifiedSubjects]="softwareInfo.classifiedSubjects">
48
                </showSubjects>
49
                </li>
50
            </ul>
51

    
52
            <div *ngIf="softwareInfo.description" class="uk-margin-bottom uk-text-justify descriptionText">
53
              {{softwareInfo.description}}
54
            </div>
55

    
56
            <!-- <div class="uk-clearfix"><div class="uk-button-group uk-float-right  uk-margin-top">
57
                <button class="uk-button uk-button-small uk-button-action">
58
                  <span class="uk-icon"   >
59
                         <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>
60
                  Link this software to
61
                </button>
62
                <div class="uk-inline">
63
                    <button class="uk-button uk-button-small uk-button-action" type="button">
64
                      <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>
65
                    </button>
66
                    <div uk-dropdown="mode: click; boundary: ! .uk-button-group; boundary-align: true;"
67
                    class="uk-dropdown uk-dropdown-boundary uk-dropdown-bottom-left" style="top: 40px;    left: -236.5px;">
68
                        <ul class="uk-nav uk-dropdown-nav uk-padding-small" >
69
                            <li><a class="uk-width-1-1" [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','project'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
70
                               Projects</a></li>
71
                            <li><a  class="uk-width-1-1"[queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','context'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
72
                               Communities</a></li>
73
                            <li><a   class="uk-width-1-1"  [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','result'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
74
                              Other research results</a></li>
75
                        </ul>
76

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

    
81
            <ul class="custom-accordion" uk-accordion>
82

    
83
               <li *ngIf="softwareInfo.relatedResearchResults" (click)="activeTab='Related Research Results'">
84
                   <a class="uk-accordion-title" href="#">
85
                     Related Research Results
86
                       <!-- <span *ngIf="!softwareInfo.relatedResearchResults" class="uk-badge uk-badge-notification">0</span>
87
                       <span *ngIf="softwareInfo.relatedResearchResults" class="uk-badge uk-badge-notification">
88
                           {{relatedResearchResultsNum | number}}
89
                       </span> -->
90
                       <span class="uk-badge uk-badge-notification">
91
                           {{relatedResearchResultsNum | number}}
92
                       </span>
93
                   </a>
94
                   <div class="uk-accordion-content">
95
                     <!-- <div *ngIf="!softwareInfo.relatedResearchResults" class = "uk-alert  uk-alert-primary">
96
                         No related research results available
97
                     </div>
98
                     <div *ngIf="softwareInfo.relatedResearchResults"> -->
99
                     <div>
100
                         <div *ngFor="let provenanceaction of getKeys(softwareInfo.relatedResearchResults)">
101
                             <div class="uk-text-large uk-margin-bottom">{{provenanceaction}}</div>
102

    
103
                             <tabTable [percentageName]="trust" [info]="softwareInfo.relatedResearchResults.get(provenanceaction)" [(properties)]=properties></tabTable>
104
                         </div>
105
                     </div>
106
                   </div>
107
                </li>
108

    
109
                <li *ngIf="softwareInfo.similarResearchResults" (click)="activeTab='Similar Research Results'">
110
                    <a class="uk-accordion-title" href="#">
111
                        Similar Research Results
112
                        <!-- <span *ngIf="!softwareInfo.similarResearchResults" class="uk-badge uk-badge-notification">0</span>
113
                        <span *ngIf="softwareInfo.similarResearchResults" class="uk-badge uk-badge-notification">
114
                            {{softwareInfo.similarResearchResults.length | number}}
115
                        </span> -->
116
                        <span class="uk-badge uk-badge-notification">
117
                            {{softwareInfo.similarResearchResults.length | number}}
118
                        </span>
119
                    </a>
120
                    <div class="uk-accordion-content">
121
                      <!-- <div *ngIf="!softwareInfo.similarResearchResults" class = "uk-alert  uk-alert-primary" >
122
                          No similar research results available
123
                      </div>
124

    
125
                      <div *ngIf="softwareInfo.similarResearchResults"> -->
126
                      <div>
127
                        <tabTable [percentageName]="similarity" [info]="softwareInfo.similarResearchResults" [(properties)]=properties></tabTable>
128
                      </div>
129
                    </div>
130
                 </li>
131

    
132
                 <li (click)="metricsClicked=true; activeTab='Metrics'">
133
                     <a class="uk-accordion-title" href="#">
134
                         Metrics
135
                     </a>
136
                     <div class="uk-accordion-content">
137
                       <metrics [pageViews]="pageViews"
138
                           [id]="softwareId" [entityType]="'results'" [entity]="'Software'"
139
                           (metricsResults)="metricsResults($event)" [(properties)] = properties>
140
                       </metrics>
141
                       <i-frame *ngIf="metricsClicked && totalViews > 0"
142
                           [url]=viewsFrameUrl width="100%" height="250">
143
                       </i-frame>
144
                       <i-frame *ngIf="metricsClicked && totalDownloads > 0"
145
                           [url]=downloadsFrameUrl width="100%" height="250">
146
                       </i-frame>
147
                     </div>
148
                  </li>
149
            </ul>
150

    
151
            <!-- <ul class="uk-tab uk-visible@m" uk-tab="connect: #tab-content">
152
                <li (click)="activeTab='Related Research Results'"
153
                    [class]="activeTab == 'Related Research Results'?'uk-active':''">
154
                     <a>
155
                         Related Research Results
156
                         <span class="uk-badge uk-badge-notification">
157
                             {{relatedResearchResultsNum | number}}
158
                         </span>
159
                     </a>
160
                 </li>
161

    
162
                <li (click)="activeTab='Similar Research Results'"
163
                    [class]="activeTab == 'Similar Research Results'?'uk-active':''">
164
                    <a>
165
                        Similar Research Results
166
                        <span *ngIf="!softwareInfo.similarResearchResults" class="uk-badge uk-badge-notification">0</span>
167
                        <span *ngIf="softwareInfo.similarResearchResults" class="uk-badge uk-badge-notification">
168
                            {{softwareInfo.similarResearchResults.length | number}}
169
                        </span>
170
                    </a>
171
                </li>
172

    
173
                <li (click)="metricsClicked=true; activeTab='Metrics'"
174
                    [class]="activeTab == 'Metrics'?'uk-active':''">
175
                    <a>
176
                        Metrics
177
                    </a>
178
                </li>
179
            </ul> -->
180

    
181
            <!-- <button class="uk-button uk-button-default uk-hidden@m" type="button">
182
              <span uk-navbar-toggle-icon></span> <span class="uk-margin-small-left">{{activeTab}}</span>
183
            </button>
184

    
185
            <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">
186
              <li (click)="activeTab='Related Research Results'"
187
                  [class]="activeTab == 'Related Research Results'?'uk-active':''">
188
                     <a>
189
                         Related Research Results
190
                         <span class="uk-badge uk-badge-notification">
191
                             {{relatedResearchResultsNum | number}}
192
                         </span>
193
                     </a>
194
                 </li>
195

    
196
                <li (click)="activeTab='Similar Research Results'"
197
                    [class]="activeTab == 'Similar Research Results'?'uk-active':''">
198
                    <a>
199
                        Similar Research Results
200
                        <span *ngIf="!softwareInfo.similarResearchResults" class="uk-badge uk-badge-notification">0</span>
201
                        <span *ngIf="softwareInfo.similarResearchResults" class="uk-badge uk-badge-notification">
202
                            {{softwareInfo.similarResearchResults.length | number}}
203
                        </span>
204
                    </a>
205
                </li>
206

    
207
                <li (click)="metricsClicked=true; activeTab='Metrics'"
208
                    [class]="activeTab == 'Metrics'?'uk-active':''">
209
                    <a>
210
                        Metrics
211
                    </a>
212
                </li>
213
            </ul> -->
214

    
215
            <!-- <div class="uk-margin custom-tab-content">
216
                <div *ngIf="activeTab=='Related Research Results'" class="uk-animation-fade">
217
                    <div *ngIf="!softwareInfo.relatedResearchResults" class = "uk-alert  uk-alert-primary" >
218
                        No related research results available
219
                    </div>
220
                    <div *ngIf="softwareInfo.relatedResearchResults">
221
                        <div *ngFor="let provenanceaction of getKeys(softwareInfo.relatedResearchResults)">
222
                            <div class="uk-text-large">{{provenanceaction}}</div>
223

    
224
                            <tabTable [percentageName]="trust" [info]="softwareInfo.relatedResearchResults.get(provenanceaction)" [(properties)]=properties></tabTable>
225
                        </div>
226
                    </div>
227
                </div>
228

    
229
                <div *ngIf="activeTab=='Similar Research Results'" class="uk-animation-fade">
230
                    <div  *ngIf="!softwareInfo.similarResearchResults"  class = "uk-alert  uk-alert-primary" >
231
                        No similar research results available
232
                    </div>
233
                    <div *ngIf="softwareInfo.similarResearchResults">
234
                        <tabTable [percentageName]="similarity" [info]="softwareInfo.similarResearchResults"></tabTable>
235
                    </div>
236
                </div>
237
                <div *ngIf="activeTab=='Metrics'" class="uk-animation-fade">
238
                    <metrics [pageViews]="pageViews"
239
                        [id]="softwareId" [entityType]="'results'" [entity]="'Software'"
240
                        (metricsResults)="metricsResults($event)" [(properties)] = properties>
241
                    </metrics>
242
                    <i-frame *ngIf="metricsClicked && totalViews > 0"
243
                        [url]=viewsFrameUrl width="100%" height="250">
244
                    </i-frame>
245
                    <i-frame *ngIf="metricsClicked && totalDownloads > 0"
246
                        [url]=downloadsFrameUrl width="100%" height="250">
247
                    </i-frame>
248
                </div>
249
          </div> -->
250
        </div>
251

    
252
        <div class="uk-width-large@m uk-width-1-1@s">
253
          <div class="uk-card uk-card-default uk-padding-small">
254
          <div  >
255
            Share - Bookmark
256
            <addThis></addThis>
257
          </div>
258
          <altmetrics *ngIf="softwareInfo.identifiers && softwareInfo.identifiers.get('doi')"
259
             id="{{softwareInfo.identifiers.get('doi')[0]}}" type="doi">
260
          </altmetrics >
261
            <ul class="uk-list ">
262

    
263
                <li *ngIf="softwareInfo.hostedBy_collectedFrom && softwareInfo.hostedBy_collectedFrom.length > 0">
264
                    <availableOn [availableOn]="softwareInfo.hostedBy_collectedFrom"></availableOn>
265
                </li>
266
                <li *ngIf="softwareInfo.fundedByProjects != undefined && softwareInfo.fundedByProjects.length > 0">
267
                  <fundedBy [fundedByProjects]="softwareInfo.fundedByProjects"></fundedBy>
268
                </li>
269

    
270
                <li  *ngIf="softwareInfo.contexts && softwareInfo.contexts.length >0 ">
271
                    <dl class="uk-description-list-line" >
272
                        <dt class="title">Related to </dt>
273
                        <dd class="line" *ngFor="let item of softwareInfo.contexts">
274
                          <span *ngIf = "!item['inline']" >
275
                            <span>{{item['labelContext']}}</span>
276
                            <span *ngIf="item['labelCategory']">-> {{item['labelCategory']}}</span>
277
                            <span *ngIf="item['labelConcept']">: {{item['labelConcept']}}</span>
278
                          </span>
279
                          <mark *ngIf = "item['inline']" >
280
                            <span>{{item['labelContext']}}</span>
281
                            <span *ngIf="item['labelCategory']">-> {{item['labelCategory']}}</span>
282
                            <span *ngIf="item['labelConcept']">: {{item['labelConcept']}}</span>
283
                          </mark>
284
                        </dd>
285

    
286
                    </dl>
287

    
288
                </li>
289

    
290
                <li>
291
                  <metrics [pageViews]="pageViews" shortView=true
292
                      [id]="softwareId" [entityType]="'results'" [entity]="'Software'"
293
                      (metricsResults)="metricsResults($event)" [(properties)] = properties>
294
                  </metrics>
295
                </li>
296

    
297
                <li>
298
                  <ul uk-accordion class="uk-padding-remove">
299
                      <li>
300
                        <div class=" uk-accordion-title cite-this-button uk-width-1-1" type="button">
301
                          Cite this software
302
                        </div>
303
                          <div class="uk-accordion-content">
304
                            <citeThis [result]="softwareInfo" [id]="softwareId" type="software"></citeThis>
305
                          </div>
306
                      </li>
307
                  </ul>
308

    
309

    
310
                </li>
311
                <!--li>
312
                  <ul uk-accordion class="uk-padding-remove">
313
                      <li>
314
                        <button class="uk-button uk-button-primary uk-accordion-title link-to-button  uk-width-1-1" type="button">
315
                          <span class="uk-icon" >
316
                                 <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>
317
                          <span class="uk-margin-right">Link this software to</span>
318
                        </button>
319
                          <div class="uk-accordion-content">
320
                            <ul class="uk-nav uk-dropdown-nav uk-padding-small" >
321
                              <li><a class="uk-width-1-1" [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','project'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
322
                                 Projects</a></li>
323
                              <li><a  class="uk-width-1-1" [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','context'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
324
                                 Communities</a></li>
325
                              <li><a   class="uk-width-1-1"  [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','result'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
326
                                Other research results</a></li>
327
                            </ul>
328
                          </div>
329
                      </li>
330
                  </ul>
331
                </li-->
332

    
333
            </ul>
334

    
335
          </div>
336
        </div>
337
    </div>
338
<!-- Claiming FAB -->
339
    <div class="uk-inline">
340
       <div   class="   uk-float-right  " style="z-index: 200; bottom: 45px; position: fixed; right: 45px;">
341
         <!--a style="padding: 30px; box-shadow: 0 1px 10px #444444" class="   uk-icon-button uk-button-primary  "   uk-tooltip="pos:left;" title="<div class='tooltip-custom-font-size uk-light '>Link this publication to</div>">
342
           <span class="uk-icon">
343
                <svg icon="link" ratio="1" xmlns="http://www.w3.org/2000/svg" width="40" viewBox="0 0 20 20" height="40"><path 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" fill="none" stroke="#000" stroke-width="1.1"></path><path 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" fill="none" stroke="#000" stroke-width="1.1"></path><path d="M7.925,11.875 L11.925,7.975" fill="none" stroke="#000" stroke-width="1.1"></path></svg>
344
              </span>
345
         </a-->
346
         <button style=" box-shadow: 0 1px 10px #444444" class="   uk-button uk-button-danger  ">
347
           <span class="uk-icon">
348
                <svg icon="link" ratio="1" xmlns="http://www.w3.org/2000/svg" width="25" viewBox="0 0 20 20" height="25"><path 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" fill="none" stroke="#000" stroke-width="1.1"></path><path 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" fill="none" stroke="#000" stroke-width="1.1"></path><path d="M7.925,11.875 L11.925,7.975" fill="none" stroke="#000" stroke-width="1.1"></path></svg>
349
              </span> Link this software to...
350
         </button>
351

    
352
       <div   uk-dropdown="pos: top-right; mode:click" style="background: transparent !important;box-shadow: none; max-width: 70px !important; min-width: 70px !important;">
353
           <ul class="uk-iconnav uk-iconnav-vertical">
354
             <li  uk-tooltip="pos:left;" title="<div class='tooltip-custom-font-size uk-light  '>Projects</div>">
355
               <a   class="   uk-icon-button uk-button-primary  "  style="padding: 6px;"  [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','project'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
356
                 <span class="uk-icon" >
357
                    <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="album" ratio="1"><rect x="5" y="2" width="10" height="1"></rect><rect x="3" y="4" width="14" height="1"></rect><rect fill="none" stroke="#000" x="1.5" y="6.5" width="17" height="11"></rect></svg></span>
358
               </a>
359
             </li>
360
              <li  uk-tooltip="pos:left;" title="<div class='tooltip-custom-font-size uk-light '>Communities</div>">
361
                <a   class="   uk-icon-button uk-button-primary  "  style="padding: 6px;" [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','context'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
362
                  <span class="uk-icon"  >
363
                       <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="users" ratio="1"><circle fill="none" stroke="#000" stroke-width="1.1" cx="7.7" cy="8.6" r="3.5"></circle><path fill="none" stroke="#000" stroke-width="1.1" d="M1,18.1 C1.7,14.6 4.4,12.1 7.6,12.1 C10.9,12.1 13.7,14.8 14.3,18.3"></path><path fill="none" stroke="#000" stroke-width="1.1" d="M11.4,4 C12.8,2.4 15.4,2.8 16.3,4.7 C17.2,6.6 15.7,8.9 13.6,8.9 C16.5,8.9 18.8,11.3 19.2,14.1"></path></svg></span>
364
                </a>
365
              </li>
366
              <li uk-tooltip="pos:left;" title="<div class='tooltip-custom-font-size uk-light uk-margin-small'>Other research results</div>">
367
                <a   class="   uk-icon-button uk-button-primary  "  style="padding: 6px;"  [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','result'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
368
                  <span class="uk-icon" >
369
                       <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>
370
                </a>
371
              </li>
372

    
373
          </ul>
374
       </div>
375
      </div>
376

    
377
</div>
378
</div>
379
</div>
380
</div>
(2-2/5)