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"><span class="loading-gif  uk-align-center" ></span></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
            <hr *ngIf="softwareInfo.description" >
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">{{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
        </div>
155

    
156
        <div class="uk-width-large@m uk-width-1-1@s">
157
          <div class=" uk-padding-small">
158
          <div  >
159
            <div  class="sideInfoTitle uk-margin-small-bottom">Share - Bookmark</div>
160
            <addThis></addThis>
161
          </div>
162
          <altmetrics *ngIf="softwareInfo.identifiers && softwareInfo.identifiers.get('doi')"
163
             id="{{softwareInfo.identifiers.get('doi')[0]}}" type="doi">
164
          </altmetrics >
165
            <ul class="uk-list uk-margin-remove-bottom">
166

    
167
                <li *ngIf="softwareInfo.hostedBy_collectedFrom && softwareInfo.hostedBy_collectedFrom.length > 0">
168
                    <availableOn [availableOn]="softwareInfo.hostedBy_collectedFrom"></availableOn>
169
                </li>
170
                <li *ngIf="softwareInfo.fundedByProjects != undefined && softwareInfo.fundedByProjects.length > 0">
171
                  <fundedBy [fundedByProjects]="softwareInfo.fundedByProjects"></fundedBy>
172
                </li>
173

    
174
                <li  *ngIf="softwareInfo.contexts && softwareInfo.contexts.length >0 ">
175
                    <dl class="uk-description-list-line" >
176
                         <dt class="sideInfoTitle">Related to </dt>
177
                        <dd class="line" *ngFor="let item of softwareInfo.contexts">
178
                          <span *ngIf = "!item['inline']" >
179
                            <span>{{item['labelContext']}}</span>
180
                            <span *ngIf="item['labelCategory']">-> {{item['labelCategory']}}</span>
181
                            <span *ngIf="item['labelConcept']">: {{item['labelConcept']}}</span>
182
                          </span>
183
                          <mark *ngIf = "item['inline']" >
184
                            <span>{{item['labelContext']}}</span>
185
                            <span *ngIf="item['labelCategory']">-> {{item['labelCategory']}}</span>
186
                            <span *ngIf="item['labelConcept']">: {{item['labelConcept']}}</span>
187
                          </mark>
188
                        </dd>
189

    
190
                    </dl>
191

    
192
                </li>
193

    
194
                <!--li>
195
                  <metrics [pageViews]="pageViews" shortView=true
196
                      [id]="softwareId" [entityType]="'results'" [entity]="'Software'"
197
                      (metricsResults)="metricsResults($event)" [(properties)] = properties>
198
                  </metrics>
199
                </li-->
200

    
201
                <li>
202

    
203
                    <div class=" sideInfoTitle  cite-this-button uk-width-1-1" type="button">
204
                      Cite this software
205
                    </div>
206
                    <div class="">
207
                      <citeThis [result]="softwareInfo" [id]="softwareId" type="software"></citeThis>
208
                    </div>
209
                </li>
210
                <!--li>
211
                  <ul uk-accordion class="uk-padding-remove">
212
                      <li>
213
                        <button class="uk-button uk-button-primary uk-accordion-title link-to-button  uk-width-1-1" type="button">
214
                          <span class="uk-icon" >
215
                                 <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>
216
                          <span class="uk-margin-right">Link this software to</span>
217
                        </button>
218
                          <div class="uk-accordion-content">
219
                            <ul class="uk-nav uk-dropdown-nav uk-padding-small" >
220
                              <li><a class="uk-width-1-1" [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','project'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
221
                                 Projects</a></li>
222
                              <li><a  class="uk-width-1-1" [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','context'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
223
                                 Communities</a></li>
224
                              <li><a   class="uk-width-1-1"  [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','result'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
225
                                Other research results</a></li>
226
                            </ul>
227
                          </div>
228
                      </li>
229
                  </ul>
230
                </li-->
231

    
232
            </ul>
233
            <button   class="   uk-button portal-button uk-width-1-1 ">
234
              <span class="uk-icon">
235
                   <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>
236
                 </span> Link this software to...
237
            </button>
238

    
239
          <div   uk-dropdown="pos: bottom-left; mode:click" style="background: transparent !important;box-shadow: none; max-width: 70px !important; min-width: 70px !important;">
240
              <ul class="uk-iconnav uk-iconnav-vertical">
241
                <li  uk-tooltip="pos:right;" title="<div class='tooltip-custom-font-size  '>Projects</div>">
242
                  <a   class="   uk-icon-button portal-button  shadowBox"  style="padding: 6px;"  [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','project'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
243
                    <span class="uk-icon" >
244
                       <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>
245
                  </a>
246
                </li>
247
                 <li  uk-tooltip="pos:right;" title="<div class='tooltip-custom-font-size  '>Communities</div>">
248
                   <a   class="   uk-icon-button portal-button  shadowBox"  style="padding: 6px;" [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','context'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
249
                     <span class="uk-icon"  >
250
                          <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>
251
                   </a>
252
                 </li>
253
                 <li uk-tooltip="pos:right;" title="<div class='tooltip-custom-font-size  uk-margin-small'>Other research results</div>">
254
                   <a   class="   uk-icon-button portal-button  shadowBox"  style="padding: 6px;"  [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[softwareId,'software','result'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" >
255
                     <span class="uk-icon" >
256
                          <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>
257
                   </a>
258
                 </li>
259

    
260
             </ul>
261
          </div>
262
          </div>
263
        </div>
264
    </div>
265
<!-- Claiming FAB -->
266
    <div class="uk-inline">
267
       <div   class="   uk-float-right  " style="z-index: 200; bottom: 55px; position: fixed; right: 45%;">
268
         <!--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>">
269
           <span class="uk-icon">
270
                <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>
271
              </span>
272
         </a-->
273
         <!-- <button   class="   uk-button uk-button-danger  ">
274
           <span class="uk-icon">
275
                <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>
276
              </span> Link this software to
277
         </button>
278

    
279
       <div   uk-dropdown="pos: top-right; mode:click" style="background: transparent !important;box-shadow: none; max-width: 70px !important; min-width: 70px !important;">
280
           <ul class="uk-iconnav uk-iconnav-vertical">
281
             <li  uk-tooltip="pos:left;" title="<div class='tooltip-custom-font-size uk-light  '>Projects</div>">
282
               <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" >
283
                 <span class="uk-icon" >
284
                    <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>
285
               </a>
286
             </li>
287
              <li  uk-tooltip="pos:left;" title="<div class='tooltip-custom-font-size uk-light '>Communities</div>">
288
                <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" >
289
                  <span class="uk-icon"  >
290
                       <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>
291
                </a>
292
              </li>
293
              <li uk-tooltip="pos:left;" title="<div class='tooltip-custom-font-size uk-light uk-margin-small'>Other research results</div>">
294
                <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" >
295
                  <span class="uk-icon" >
296
                       <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>
297
                </a>
298
              </li>
299

    
300
          </ul>
301
       </div> -->
302

    
303
      </div>
304

    
305
</div>
306
</div>
307
</div>
308
</div>
(2-2/5)