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 [URL]="properties.baseLink+'/search/software?softwareId='+softwareId"></schema2jsonld>
14
            <showTitle   [titleName]="softwareInfo.title"></showTitle>
15
            <span *ngIf="softwareInfo.types && softwareInfo.types.length > 0"class="uk-label custom-label label-software " title="Type">{{softwareInfo.types.join(", ")}}</span>
16
            <span *ngIf="softwareInfo.programmingLanguages && softwareInfo.programmingLanguages.length > 0" class="uk-label custom-label  label-progrLanguage " title="Programming Language">{{softwareInfo.programmingLanguages.join(", ")}}</span>
17
            <span *ngIf="softwareInfo.languages && softwareInfo.languages.length > 0" class="uk-label custom-label  label-language " title="Language">{{softwareInfo.languages.join(", ")}}</span>
18
            <span *ngIf="softwareInfo.countries && softwareInfo.countries.length > 0" class="uk-label custom-label  label-country " title="Country">{{softwareInfo.countries.join(", ")}}</span>
19
            <!-- <span *ngIf="softwareInfo.title && softwareInfo.title.accessMode" [class]="'uk-label custom-label  label-'+ softwareInfo.title.accessMode " title="Access Mode">{{softwareInfo.title.accessMode}}</span> -->
20
            <span *ngIf="softwareInfo.accessMode" [class]="'uk-label custom-label  label-'+ softwareInfo.accessMode " title="Access Mode">{{softwareInfo.accessMode}}</span>
21
            <span *ngIf="softwareInfo.underCurationMessage" class="uk-label custom-label label-underCuration "  >
22
              <span uk-tooltip="pos:right; delay:10"
23
                  title="{{buildCurationTooltip()}}">
24
              <i>Record in preview</i>
25
              <i class="uk-icon-info-circle"></i>
26
            </span></span>
27
            <!--div *ngIf="softwareInfo.underCurationMessage">
28
              <span uk-tooltip="pos:right; delay:10"
29
                    title="{{buildCurationTooltip()}}">
30
                <i>Record in preview</i>
31
                <i class="uk-icon-info-circle"></i>
32
              </span>
33
            </div-->
34

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

    
40
            <ul class="uk-list">
41
                <li *ngIf="softwareInfo.publisher"><span class="uk-text-bold">Publisher:</span> {{softwareInfo.publisher}}</li>
42

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

    
55
            <div *ngIf="softwareInfo.description" class="uk-margin-bottom uk-text-justify descriptionText">
56
              {{softwareInfo.description}}
57
            </div>
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 software 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
                            <li><a class="uk-width-1-1" [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','project'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
73
                               Projects</a></li>
74
                            <li><a  class="uk-width-1-1"[queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','context'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
75
                               Communities</a></li>
76
                            <li><a   class="uk-width-1-1"  [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','result'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
77
                              Other research results</a></li>
78
                        </ul>
79

    
80
                    </div>
81
                </div>
82
            </div></div> -->
83

    
84
            <ul class="custom-accordion" uk-accordion>
85

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

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

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

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

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

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

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

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

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

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

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

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

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

    
227
                            <tabTable [percentageName]="trust" [info]="softwareInfo.relatedResearchResults.get(provenanceaction)" [(properties)]=properties></tabTable>
228
                        </div>
229
                    </div>
230
                </div>
231

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

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

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

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

    
289
                    </dl>
290

    
291
                </li>
292

    
293
                <!--li>
294
                  <metrics [pageViews]="pageViews" shortView=true
295
                      [id]="softwareId" [entityType]="'results'" [entity]="'Software'"
296
                      (metricsResults)="metricsResults($event)" [(properties)] = properties>
297
                  </metrics>
298
                </li-->
299

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

    
312

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

    
336
            </ul>
337

    
338
          </div>
339
        </div>
340
    </div>
341
<!-- Claiming FAB -->
342
    <div class="uk-inline">
343
       <div   class="   uk-float-right  " style="z-index: 200; bottom: 55px; position: fixed; right: 45%;">
344
         <!--a style="padding: 30px; box-shadow: 0 1px 10px #444444" class="   uk-icon-button uk-button-primary  shadowBox"   uk-tooltip="pos:left;" title="<div class='tooltip-custom-font-size uk-light '>Link this publication to</div>">
345
           <span class="uk-icon">
346
                <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>
347
              </span>
348
         </a-->
349
         <button style=" box-shadow: 0 1px 10px #444444" class="   uk-button uk-button-danger  ">
350
           <span class="uk-icon">
351
                <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>
352
              </span> Link this software to
353
         </button>
354

    
355
       <div   uk-dropdown="pos: top-right; mode:click" style="background: transparent !important;box-shadow: none; max-width: 70px !important; min-width: 70px !important;">
356
           <ul class="uk-iconnav uk-iconnav-vertical">
357
             <li  uk-tooltip="pos:left;" title="<div class='tooltip-custom-font-size uk-light  '>Projects</div>">
358
               <a   class="   uk-icon-button uk-button-primary  shadowBox"  style="padding: 6px;"  [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','project'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
359
                 <span class="uk-icon" >
360
                    <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>
361
               </a>
362
             </li>
363
              <li  uk-tooltip="pos:left;" title="<div class='tooltip-custom-font-size uk-light '>Communities</div>">
364
                <a   class="   uk-icon-button uk-button-primary  shadowBox"  style="padding: 6px;" [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','context'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
365
                  <span class="uk-icon"  >
366
                       <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>
367
                </a>
368
              </li>
369
              <li uk-tooltip="pos:left;" title="<div class='tooltip-custom-font-size uk-light uk-margin-small'>Other research results</div>">
370
                <a   class="   uk-icon-button uk-button-primary  shadowBox"  style="padding: 6px;"  [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','result'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
371
                  <span class="uk-icon" >
372
                       <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>
373
                </a>
374
              </li>
375

    
376
          </ul>
377
       </div>
378
      </div>
379

    
380
</div>
381
</div>
382
</div>
383
</div>
(2-2/5)