Project

General

Profile

1
<div id="tm-main" class=" uk-section  uk-padding-remove-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 software">
6

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

    
15
        <div *ngIf="softwareInfo != null" uk-grid class="uk-grid-large">
16
          <helper *ngIf="pageContents && pageContents['top'] && pageContents['top'].length > 0"
17
                  [texts]="pageContents['top']" styleName="uk-width-1-1"></helper>
18
          <div class="uk-width-expand@m uk-width-1-1@s">
19
            <schema2jsonld *ngIf="softwareInfo.record" [data]=softwareInfo.record
20
                           [URL]="properties.baseLink+'/search/software?softwareId='+softwareId"></schema2jsonld>
21
            <showTitle [titleName]="softwareInfo.title"></showTitle>
22
            <span *ngIf="softwareInfo.types && softwareInfo.types.length > 0"
23
                  class="uk-label custom-label label-software "
24
                  title="Type">{{softwareInfo.types.join(", ")}}</span>{{" "}}
25
            <span *ngIf="softwareInfo.programmingLanguages && softwareInfo.programmingLanguages.length > 0"
26
                  class="uk-label custom-label  label-progrLanguage "
27
                  title="Programming Language">{{softwareInfo.programmingLanguages.join(", ")}}</span>{{" "}}
28
            <span *ngIf="softwareInfo.languages && softwareInfo.languages.length > 0"
29
                  class="uk-label custom-label  label-language "
30
                  title="Language">{{softwareInfo.languages.join(", ")}}</span>{{" "}}
31
            <span *ngIf="softwareInfo.countries && softwareInfo.countries.length > 0"
32
                  class="uk-label custom-label  label-country "
33
                  title="Country">{{softwareInfo.countries.join(", ")}}</span>{{" "}}
34
            <!-- <span *ngIf="softwareInfo.title && softwareInfo.title.accessMode" [class]="'uk-label custom-label  label-'+ softwareInfo.title.accessMode " title="Access Mode">{{softwareInfo.title.accessMode}}</span> -->
35
            <span *ngIf="softwareInfo.accessMode" [class]="'uk-label custom-label  label-'+ softwareInfo.accessMode "
36
                  title="Access Mode">{{softwareInfo.accessMode}}</span>{{" "}}
37
            <span *ngIf="softwareInfo.underCurationMessage" class="uk-label custom-label label-underCuration ">
38
              <span uk-tooltip="pos:right; delay:10"
39
                    title="{{buildCurationTooltip()}}">
40
              <i>Record in preview</i>
41
              <i class="uk-icon-info-circle"></i>
42
            </span></span>{{" "}}
43
            <!--div *ngIf="softwareInfo.underCurationMessage">
44
              <span uk-tooltip="pos:right; delay:10"
45
                    title="{{buildCurationTooltip()}}">
46
                <i>Record in preview</i>
47
                <i class="uk-icon-info-circle"></i>
48
              </span>
49
            </div-->
50

    
51
            <div class=" uk-margin-top">
52
              <showAuthors [authors]="softwareInfo.authors"></showAuthors>
53
              <span *ngIf="softwareInfo.date != ''">({{softwareInfo.date}})</span>
54
            </div>
55

    
56
            <ul class="uk-list">
57
              <showPublisher [publisher]="softwareInfo.publisher" [properties]="properties"
58
                             [journal]="softwareInfo.journal"></showPublisher>
59

    
60
              <li *ngIf="softwareInfo.embargoEndDate"><span
61
                class="uk-text-bold">Embargo end date:</span> {{softwareInfo.embargoEndDate}}</li>
62
              <li *ngIf="softwareInfo.identifiers && softwareInfo.identifiers.size > 0">
63
                <showIdentifiers [identifiers]="softwareInfo.identifiers"></showIdentifiers>
64
              </li>
65
              <li *ngIf="softwareInfo.subjects ||softwareInfo.otherSubjects ||  softwareInfo.classifiedSubjects">
66
                <showSubjects [subjects]="softwareInfo.subjects"
67
                              [otherSubjects]="softwareInfo.otherSubjects"
68
                              [classifiedSubjects]="softwareInfo.classifiedSubjects">
69
                </showSubjects>
70
              </li>
71
            </ul>
72
            <hr *ngIf="softwareInfo.description">
73
            <div *ngIf="softwareInfo.description"
74
                 class="uk-text-justify descriptionText uk-height-max-medium uk-overflow-auto">
75
              <span>{{softwareInfo.description.substring(0, showNumDescription)}}</span
76
              ><span
77
              *ngIf="showNumDescription == thresholdDescription && softwareInfo.description.length > thresholdDescription">...</span
78
            ><span
79
              *ngIf="showNumDescription == thresholdDescription && softwareInfo.description.length > thresholdDescription"
80
              class="uk-text-right">
81
                <a (click)="showNumDescription = softwareInfo.description.length;">
82
                  View more
83
                </a>
84
              </span>
85
            </div>
86
            <div *ngIf="softwareInfo.description && showNumDescription > thresholdDescription"
87
                 class="uk-width-1-1 uk-text-right">
88
              <a (click)="showNumDescription = thresholdDescription;">
89
                View less
90
              </a>
91
            </div>
92

    
93
            <!-- <div class="uk-clearfix"><div class="uk-button-group uk-float-right  uk-margin-top">
94
                <button class="uk-button uk-button-small uk-button-action">
95
                  <span class="uk-icon"   >
96
                         <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>
97
                  Link this software to
98
                </button>
99
                <div class="uk-inline">
100
                    <button class="uk-button uk-button-small uk-button-action" type="button">
101
                      <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>
102
                    </button>
103
                    <div uk-dropdown="mode: click; boundary: ! .uk-button-group; boundary-align: true;"
104
                    class="uk-dropdown uk-dropdown-boundary uk-dropdown-bottom-left" style="top: 40px;    left: -236.5px;">
105
                        <ul class="uk-nav uk-dropdown-nav uk-padding-small" >
106
                            <li><a class="uk-width-1-1" [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','project'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
107
                               Projects</a></li>
108
                            <li><a  class="uk-width-1-1"[queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','context'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
109
                               Communities</a></li>
110
                            <li><a   class="uk-width-1-1"  [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','result'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
111
                              Other research results</a></li>
112
                        </ul>
113

    
114
                    </div>
115
                </div>
116
            </div></div> -->
117

    
118
            <ul class="custom-accordion " uk-accordion>
119

    
120
              <li *ngIf="softwareInfo.relatedResearchResults" (click)="activeTab='Related Research Results'">
121
                <a class="uk-accordion-title" href="#">
122
                  Related Research Results
123
                  <!-- <span *ngIf="!softwareInfo.relatedResearchResults" class="uk-badge uk-badge-notification">0</span>
124
                  <span *ngIf="softwareInfo.relatedResearchResults" class="uk-badge uk-badge-notification">
125
                      {{relatedResearchResultsNum | number}}
126
                  </span> -->
127
                  <!-- <span class="uk-badge uk-badge-notification"> -->
128
                  ({{relatedResearchResultsNum | number}})
129
                  <!-- </span> -->
130
                </a>
131
                <div class="uk-accordion-content">
132
                  <!-- <div *ngIf="!softwareInfo.relatedResearchResults" class = "uk-alert  uk-alert-primary">
133
                      No related research results available
134
                  </div>
135
                  <div *ngIf="softwareInfo.relatedResearchResults"> -->
136
                  <div>
137
                    <div *ngFor="let provenanceaction of getKeys(softwareInfo.relatedResearchResults)">
138
                      <div class="uk-text-large">{{provenanceaction}}</div>
139

    
140
                      <tabTable [percentageName]="trust"
141
                                [info]="softwareInfo.relatedResearchResults.get(provenanceaction)"
142
                                [(properties)]=properties></tabTable>
143
                    </div>
144
                  </div>
145
                </div>
146
              </li>
147

    
148
              <li *ngIf="softwareInfo.similarResearchResults" (click)="activeTab='Similar Research Results'">
149
                <a class="uk-accordion-title" href="#">
150
                  Similar Research Results
151
                  <!-- <span *ngIf="!softwareInfo.similarResearchResults" class="uk-badge uk-badge-notification">0</span>
152
                  <span *ngIf="softwareInfo.similarResearchResults" class="uk-badge uk-badge-notification">
153
                      {{softwareInfo.similarResearchResults.length | number}}
154
                  </span> -->
155
                  <!-- <span class="uk-badge uk-badge-notification"> -->
156
                  ({{softwareInfo.similarResearchResults.length | number}})
157
                  <!-- </span> -->
158
                </a>
159
                <div class="uk-accordion-content">
160
                  <!-- <div *ngIf="!softwareInfo.similarResearchResults" class = "uk-alert  uk-alert-primary" >
161
                      No similar research results available
162
                  </div>
163

    
164
                  <div *ngIf="softwareInfo.similarResearchResults"> -->
165
                  <div>
166
                    <tabTable [percentageName]="similarity" [info]="softwareInfo.similarResearchResults"
167
                              [(properties)]=properties></tabTable>
168
                  </div>
169
                </div>
170
              </li>
171

    
172
              <li (click)="metricsClicked=true; activeTab='Metrics'">
173
                <a class="uk-accordion-title" href="#">
174
                  Metrics
175
                </a>
176
                <div class="uk-accordion-content">
177
                  <metrics [pageViews]="pageViews"
178
                           [id]="softwareId" [entityType]="'results'" [entity]="'Software'"
179
                           (metricsResults)="metricsResults($event)" [(properties)]=properties>
180
                  </metrics>
181
                  <i-frame *ngIf="metricsClicked && totalViews > 0"
182
                           [url]=viewsFrameUrl width="100%" height="250">
183
                  </i-frame>
184
                  <i-frame *ngIf="metricsClicked && totalDownloads > 0"
185
                           [url]=downloadsFrameUrl width="100%" height="250">
186
                  </i-frame>
187
                </div>
188
              </li>
189

    
190
              <li (click)="activeTab='Other Versions'"
191
                  *ngIf="properties.environment == 'development' && softwareInfo.deletedByInferenceIds">
192
                <a class="uk-accordion-title" href="#">
193
                  Other Versions
194
                  ({{softwareInfo.deletedByInferenceIds.length | number}})
195
                </a>
196
                <div *ngIf="activeTab=='Other Versions'" class="uk-accordion-content">
197
                  <deletedByInference [id]="softwareId" [ids]="softwareInfo.deletedByInferenceIds"
198
                                      [type]="'software'"></deletedByInference>
199
                </div>
200
              </li>
201
            </ul>
202

    
203
          </div>
204

    
205
          <div class="uk-width-large@m uk-width-1-1@s">
206
            <div class=" uk-padding-small">
207
              <div>
208
                <div class="sideInfoTitle uk-margin-small-bottom">Share - Bookmark</div>
209
                <addThis></addThis>
210
              </div>
211
              <altmetrics *ngIf="softwareInfo.identifiers && softwareInfo.identifiers.get('doi')"
212
                          id="{{softwareInfo.identifiers.get('doi')[0]}}" type="doi">
213
              </altmetrics>
214
              <ul class="uk-list uk-margin-remove-bottom">
215

    
216
                <li *ngIf="softwareInfo.hostedBy_collectedFrom && softwareInfo.hostedBy_collectedFrom.length > 0">
217
                  <availableOn [availableOn]="softwareInfo.hostedBy_collectedFrom"></availableOn>
218
                </li>
219
                <li *ngIf="softwareInfo.fundedByProjects != undefined && softwareInfo.fundedByProjects.length > 0">
220
                  <fundedBy [fundedByProjects]="softwareInfo.fundedByProjects"></fundedBy>
221
                </li>
222

    
223
                <li *ngIf="softwareInfo.contexts && softwareInfo.contexts.length >0 ">
224
                  <dl class="uk-description-list-line">
225
                    <dt class="sideInfoTitle">Related to</dt>
226
                    <dd class="line" *ngFor="let item of softwareInfo.contexts">
227
                          <span *ngIf="!item['inline']">
228
                            <span>{{item['labelContext']}}</span>
229
                            <span *ngIf="item['labelCategory']">-> {{item['labelCategory']}}</span>
230
                            <span *ngIf="item['labelConcept']">: {{item['labelConcept']}}</span>
231
                          </span>
232
                      <mark *ngIf="item['inline']">
233
                        <span>{{item['labelContext']}}</span>
234
                        <span *ngIf="item['labelCategory']">-> {{item['labelCategory']}}</span>
235
                        <span *ngIf="item['labelConcept']">: {{item['labelConcept']}}</span>
236
                      </mark>
237
                    </dd>
238

    
239
                  </dl>
240

    
241
                </li>
242

    
243
                <!--li>
244
                  <metrics [pageViews]="pageViews" shortView=true
245
                      [id]="softwareId" [entityType]="'results'" [entity]="'Software'"
246
                      (metricsResults)="metricsResults($event)" [(properties)] = properties>
247
                  </metrics>
248
                </li-->
249

    
250
                <li>
251

    
252
                  <div class=" sideInfoTitle  cite-this-button uk-width-1-1" type="button">
253
                    Cite this software
254
                  </div>
255
                  <div class="">
256
                    <citeThis [result]="softwareInfo" [id]="softwareId" type="software"></citeThis>
257
                  </div>
258
                </li>
259
                <!--li>
260
                  <ul uk-accordion class="uk-padding-remove">
261
                      <li>
262
                        <button class="uk-button uk-button-primary uk-accordion-title link-to-button  uk-width-1-1" type="button">
263
                          <span class="uk-icon" >
264
                                 <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>
265
                          <span class="uk-margin-right">Link this software to</span>
266
                        </button>
267
                          <div class="uk-accordion-content">
268
                            <ul class="uk-nav uk-dropdown-nav uk-padding-small" >
269
                              <li><a class="uk-width-1-1" [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','project'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
270
                                 Projects</a></li>
271
                              <li><a  class="uk-width-1-1" [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','context'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
272
                                 Communities</a></li>
273
                              <li><a   class="uk-width-1-1"  [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','result'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
274
                                Other research results</a></li>
275
                            </ul>
276
                          </div>
277
                      </li>
278
                  </ul>
279
                </li-->
280

    
281
              </ul>
282
              <button *ngIf="isRouteAvailable('participate/direct-claim') "
283
                      class="   uk-button portal-button uk-width-1-1 ">
284
              <span class="uk-icon">
285
                   <svg icon="link" ratio="1" xmlns="http://www.w3.org/2000/svg" width="25" viewBox="0 0 20 20"
286
                        height="25"><path
287
                     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"
288
                     fill="none" stroke="#000" stroke-width="1.1"></path><path
289
                     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"
290
                     fill="none" stroke="#000" stroke-width="1.1"></path><path d="M7.925,11.875 L11.925,7.975"
291
                                                                               fill="none" stroke="#000"
292
                                                                               stroke-width="1.1"></path></svg>
293
                 </span> Link this software to...
294
              </button>
295

    
296
              <div *ngIf="isRouteAvailable('participate/direct-claim') " uk-dropdown="pos: bottom-left; mode:click"
297
                   style="background: transparent !important;box-shadow: none; max-width: 70px !important; min-width: 70px !important;">
298
                <ul class="uk-iconnav uk-iconnav-vertical">
299
                  <li uk-tooltip="pos:right;" title="<div class='tooltip-custom-font-size  '>Projects</div>">
300
                    <a class="   uk-icon-button portal-button  shadowBox" style="padding: 6px;"
301
                       [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','project'])"
302
                       routerLinkActive="router-link-active" routerLink="/participate/direct-claim">
303
                    <span class="uk-icon">
304
                       <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="album"
305
                            ratio="1"><rect x="5" y="2" width="10" height="1"></rect><rect x="3" y="4" width="14"
306
                                                                                           height="1"></rect><rect
307
                         fill="none" stroke="#000" x="1.5" y="6.5" width="17" height="11"></rect></svg></span>
308
                    </a>
309
                  </li>
310
                  <li uk-tooltip="pos:right;" title="<div class='tooltip-custom-font-size  '>Communities</div>">
311
                    <a class="   uk-icon-button portal-button  shadowBox" style="padding: 6px;"
312
                       [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','context'])"
313
                       routerLinkActive="router-link-active" routerLink="/participate/direct-claim">
314
                     <span class="uk-icon">
315
                          <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"
316
                               icon="users" ratio="1"><circle fill="none" stroke="#000" stroke-width="1.1" cx="7.7"
317
                                                              cy="8.6" r="3.5"></circle><path fill="none" stroke="#000"
318
                                                                                              stroke-width="1.1"
319
                                                                                              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
320
                            fill="none" stroke="#000" stroke-width="1.1"
321
                            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>
322
                    </a>
323
                  </li>
324
                  <li uk-tooltip="pos:right;"
325
                      title="<div class='tooltip-custom-font-size  uk-margin-small'>Other research results</div>">
326
                    <a class="   uk-icon-button portal-button  shadowBox" style="padding: 6px;"
327
                       [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','result'])"
328
                       routerLinkActive="router-link-active" routerLink="/participate/direct-claim">
329
                     <span class="uk-icon">
330
                          <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="copy"
331
                               ratio="1"><rect fill="none" stroke="#000" x="3.5" y="2.5" width="12" height="16"></rect><polyline
332
                            fill="none" stroke="#000" points="5 0.5 17.5 0.5 17.5 17"></polyline></svg></span>
333
                    </a>
334
                  </li>
335

    
336
                </ul>
337
              </div>
338
            </div>
339
          </div>
340
          <helper *ngIf="pageContents && pageContents['bottom'] && pageContents['bottom'].length > 0"
341
                  [texts]="pageContents['bottom']" styleName="uk-width-1-1"></helper>
342
        </div>
343
        <!-- Claiming FAB -->
344
        <div class="uk-inline">
345
          <div class="   uk-float-right  " style="z-index: 200; bottom: 55px; position: fixed; right: 45%;">
346
            <!--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>">
347
              <span class="uk-icon">
348
                   <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>
349
                 </span>
350
            </a-->
351
            <!-- <button   class="   uk-button uk-button-danger  ">
352
              <span class="uk-icon">
353
                   <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>
354
                 </span> Link this software to
355
            </button>
356

    
357
          <div   uk-dropdown="pos: top-right; mode:click" style="background: transparent !important;box-shadow: none; max-width: 70px !important; min-width: 70px !important;">
358
              <ul class="uk-iconnav uk-iconnav-vertical">
359
                <li  uk-tooltip="pos:left;" title="<div class='tooltip-custom-font-size uk-light  '>Projects</div>">
360
                  <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" >
361
                    <span class="uk-icon" >
362
                       <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>
363
                  </a>
364
                </li>
365
                 <li  uk-tooltip="pos:left;" title="<div class='tooltip-custom-font-size uk-light '>Communities</div>">
366
                   <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" >
367
                     <span class="uk-icon"  >
368
                          <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>
369
                   </a>
370
                 </li>
371
                 <li uk-tooltip="pos:left;" title="<div class='tooltip-custom-font-size uk-light uk-margin-small'>Other research results</div>">
372
                   <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" >
373
                     <span class="uk-icon" >
374
                          <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>
375
                   </a>
376
                 </li>
377

    
378
             </ul>
379
          </div> -->
380

    
381
          </div>
382

    
383
        </div>
384
      </div>
385
    </div>
386
  </div>
(2-2/5)