Project

General

Profile

1
<div id="project" class="uk-container uk-margin-top project">
2
    <div *ngIf="warningMessage.length > 0" class="uk-alert uk-alert-warning uk-margin-large-top" role="alert">{{warningMessage}}</div>
3
    <div *ngIf="errorMessage.length > 0" class="uk-alert uk-alert-danger  uk-margin-large-top" role="alert">{{errorMessage}}</div>
4
    <div *ngIf="showLoading" class="uk-alert uk-alert-primary  uk-margin-large-top" role="alert">Loading...</div>
5

    
6
    <div *ngIf="projectInfo != null" uk-grid>
7
        <div class="uk-width-3-4@l uk-width-3-4@xl uk-width-3-4@m uk-width-1-1@s">
8
            <!--h3 *ngIf="projectInfo.acronym != undefined && projectInfo.acronym != ''">{{projectInfo.acronym}}</h3>
9
            <h3 *ngIf="projectInfo.acronym == undefined || projectInfo.acronym == ''">{{projectInfo.title}}</h3-->
10
            <h2 class="projectIcon">
11
              <!--span class="entityTitleIcon projectTitleIcon"></span-->
12
              <span *ngIf="projectInfo.specialClause39==true" class="sc39">{{projectName}}</span>
13
              <span *ngIf="projectInfo.specialClause39!=true">{{projectName}}</span>
14
              <span  *ngIf="  projectInfo.title == projectName ">({{projectInfo.contractNum}})</span>
15
            </h2>
16
            <div class="uk-text-large " *ngIf="projectInfo.title && projectInfo.title != projectName ">{{projectInfo.title}} ({{projectInfo.contractNum}})</div>
17

    
18
            <span class="uk-label custom-label label-blue " title="Type">Project</span>
19
            <span class="uk-label custom-label label-red " title="Funder">{{projectInfo.funder}}</span>
20
            <span *ngIf="projectInfo.openAccessMandate != undefined && projectInfo.openAccessMandate " class="uk-label custom-label label-green " title="Open Access mandate">Open Access mandate</span>
21
            <span *ngIf="projectInfo.specialClause39" class="uk-label custom-label label-orange " title="Special Clause 39">Special Clause 39</span>
22
            <ul class="uk-list">
23
              <li  *ngIf="projectInfo.funding"><span class="uk-text-bold">Funding:</span> {{projectInfo.funding}}</li>
24
              <li  *ngIf="projectInfo.startDate"><span class="uk-text-bold">Start Date:</span> {{projectInfo.startDate}}</li>
25
              <li  *ngIf="projectInfo.endDate"><span class="uk-text-bold">End Date:</span> {{projectInfo.endDate}}</li>
26
              <li *ngIf="projectInfo.organizations && projectInfo.organizations.length > 0"><span class="uk-text-bold">Organizations:</span>
27

    
28
                <span class="list-horizontal-line">
29
                  <span *ngFor="let organization of projectInfo.organizations let i=index">
30

    
31
                        <a *ngIf="organization.id"
32
                            [queryParams]="{organizationId: organization.id}" routerLinkActive="router-link-active" routerLink="/search/organization">
33
                                {{organization.name}}</a>
34
                                <span
35

    
36
                        *ngIf="!organization.id">
37
                            {{organization.name}}</span>
38
                  </span>
39
                </span>
40
              </li>
41
              <li *ngIf="projectInfo.urlInfo ">
42
                <span class="uk-button-text">
43
                    <a target="_blank" href="{{projectInfo.url}}">
44
                        {{projectInfo.urlInfo}}
45
                    </a>
46
                </span>
47
              </li>
48
            </ul>
49
            <ul class="uk-tab uk-visible@m" uk-tab="connect: #tab-content">
50
                <li (click)="activeTab='Publications'">
51
                    <a>
52
                        Publications
53
                        <span class="uk-badge uk-badge-notification">
54
                            {{fetchPublications.searchUtils.totalResults}}
55
                        </span>
56
                    </a>
57
                </li>
58
                <li (click)="activeTab='Research Data'; searchDatasetsInit()">
59
                    <a>
60
                        Research Data
61
                        <span class="uk-badge uk-badge-notification">
62
                            {{fetchDatasets.searchUtils.totalResults}}
63
                        </span>
64
                    </a>
65
                </li>
66
                <li (click)="activeTab='Statistics'; statsClicked=true">
67
                    <a>
68
                        Statistics
69
                        <i class="icon-pie-chart"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 32"  style="fill:currentColor;">
70
<path d="M14.026 18.028v-14.016c-7.741 0-14.016 6.275-14.016 14.016s6.275 14.016 14.016 14.016 14.016-6.275 14.016-14.016c0-2.253-0.533-4.383-1.478-6.269l-12.539 6.269zM28.567 7.755c-2.301-4.593-7.051-7.747-12.539-7.747v14.016l12.538-6.269z"></path>
71
</svg></i>
72
                    </a>
73
                </li>
74
                <li (click)="activeTab='Metrics'; metricsClicked=true">
75
                    <a>
76
                        Metrics
77
                        <i class="icon-line-chart"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 36 36"  style="fill:currentColor;">
78
<path d="M4.415 31.713h31.704v4.529h-36.233v-36.233h4.529zM10.077 29.447c-1.877 0-3.396-1.521-3.396-3.396s1.521-3.396 3.396-3.396c0.101 0 0.199 0.006 0.297 0.014l3.652-6.086c-0.348-0.534-0.551-1.171-0.551-1.855 0-1.877 1.521-3.396 3.396-3.396s3.396 1.521 3.396 3.396c0 0.685-0.203 1.321-0.551 1.855l3.652 6.086c0.098-0.009 0.196-0.014 0.297-0.014 0.076 0 0.151 0.004 0.225 0.009l6.028-10.549c-0.373-0.546-0.592-1.204-0.592-1.916 0-1.877 1.521-3.396 3.396-3.396s3.396 1.521 3.396 3.396c0 1.877-1.521 3.396-3.396 3.396-0.076 0-0.151-0.004-0.225-0.009l-6.028 10.549c0.373 0.546 0.592 1.204 0.592 1.916 0 1.877-1.521 3.396-3.396 3.396s-3.396-1.521-3.396-3.396c0-0.684 0.203-1.321 0.551-1.855l-3.652-6.086c-0.098 0.009-0.196 0.014-0.297 0.014s-0.199-0.006-0.297-0.014l-3.652 6.086c0.348 0.534 0.551 1.171 0.551 1.855 0 1.877-1.521 3.396-3.396 3.396z"></path>
79
  </svg></i>
80
                    </a>
81
                </li>
82
            </ul>
83

    
84
            <button class="uk-button uk-button-default uk-hidden@m" type="button">
85
              <span uk-navbar-toggle-icon></span> <span class="uk-margin-small-left">{{activeTab}}</span>
86
            </button>
87

    
88
            <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">
89
              <li (click)="activeTab='Publications'">
90
                  <a>
91
                      Publications
92
                      <span class="uk-badge uk-badge-notification">
93
                          {{fetchPublications.searchUtils.totalResults}}
94
                      </span>
95
                  </a>
96
              </li>
97
              <li (click)="searchDatasetsInit(); activeTab='Research Data'">
98
                  <a>
99
                      Research Data
100
                      <span class="uk-badge uk-badge-notification">
101
                          {{fetchDatasets.searchUtils.totalResults}}
102
                      </span>
103
                  </a>
104
              </li>
105
              <li (click)="statsClicked=true; activeTab='Statistics'">
106
                  <a>
107
                      Statistics
108
                      <i class="icon-pie-chart"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 32"  style="fill:currentColor;">
109
<path d="M14.026 18.028v-14.016c-7.741 0-14.016 6.275-14.016 14.016s6.275 14.016 14.016 14.016 14.016-6.275 14.016-14.016c0-2.253-0.533-4.383-1.478-6.269l-12.539 6.269zM28.567 7.755c-2.301-4.593-7.051-7.747-12.539-7.747v14.016l12.538-6.269z"></path>
110
</svg></i>
111
                  </a>
112
              </li>
113
              <li (click)="metricsClicked=true; activeTab='Metrics'">
114
                  <a>
115
                      Metrics
116
                      <i class="icon-line-chart"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 36 36"  style="fill:currentColor;">
117
<path d="M4.415 31.713h31.704v4.529h-36.233v-36.233h4.529zM10.077 29.447c-1.877 0-3.396-1.521-3.396-3.396s1.521-3.396 3.396-3.396c0.101 0 0.199 0.006 0.297 0.014l3.652-6.086c-0.348-0.534-0.551-1.171-0.551-1.855 0-1.877 1.521-3.396 3.396-3.396s3.396 1.521 3.396 3.396c0 0.685-0.203 1.321-0.551 1.855l3.652 6.086c0.098-0.009 0.196-0.014 0.297-0.014 0.076 0 0.151 0.004 0.225 0.009l6.028-10.549c-0.373-0.546-0.592-1.204-0.592-1.916 0-1.877 1.521-3.396 3.396-3.396s3.396 1.521 3.396 3.396c0 1.877-1.521 3.396-3.396 3.396-0.076 0-0.151-0.004-0.225-0.009l-6.028 10.549c0.373 0.546 0.592 1.204 0.592 1.916 0 1.877-1.521 3.396-3.396 3.396s-3.396-1.521-3.396-3.396c0-0.684 0.203-1.321 0.551-1.855l-3.652-6.086c-0.098 0.009-0.196 0.014-0.297 0.014s-0.199-0.006-0.297-0.014l-3.652 6.086c0.348 0.534 0.551 1.171 0.551 1.855 0 1.877-1.521 3.396-3.396 3.396z"></path>
118
  </svg></i>
119
                  </a>
120
              </li>
121
            </ul>
122

    
123
            <ul id="tab-content" class="uk-switcher uk-margin custom-tab-content">
124
                <li class="uk-animation-fade">
125
                    <!--div *ngIf="fetchPublications.searchUtils.totalResults == 0" class = "uk-alert  uk-alert-primary" >
126
                        There are no publications
127
                    </div-->
128
                    <div *ngIf="fetchPublications.searchUtils.status == errorCodes.NONE" class="uk-alert uk-alert-primary uk-animation-fade" role="alert">There are no publications</div>
129
                    <div *ngIf="fetchPublications.searchUtils.status == errorCodes.ERROR" class="uk-alert uk-alert-warning uk-animation-fade" role="alert">An Error Occured</div>
130
                    <div *ngIf="fetchPublications.searchUtils.status == errorCodes.NOT_AVAILABLE" class="uk-alert uk-alert-danger uk-animation-fade" role="alert">Service not available</div>
131
                    <div *ngIf="fetchPublications.searchUtils.status == errorCodes.LOADING" class="uk-alert uk-alert-primary uk-animation-fade" role="alert">Loading...</div>
132

    
133

    
134
                    <div *ngIf="fetchPublications.searchUtils.totalResults > 0">
135
                        <div class = "uk-text-right" *ngIf = "fetchPublications.searchUtils.totalResults > 10" >
136
                            <a  [queryParams]="routerHelper.createQueryParams(['projectId', 'pr'], [projectId, 'and'])"
137
                                routerLinkActive="router-link-active" [routerLink]="linkToSearchPublications">
138
                                View all {{fetchPublications.searchUtils.totalResults}} results
139
                            </a>
140
                        </div>
141
                        <tab-result  [(results)]="fetchPublications.results"
142
                                        [(status)]= "fetchPublications.searchUtils.status"
143
                                        type="publication" urlParam="articleId">
144
                        </tab-result>
145
                    </div>
146
                </li>
147

    
148
                <li class="uk-animation-fade">
149
                    <!--div *ngIf="fetchDatasets.searchUtils.totalResults == 0" class = "uk-alert  uk-alert-primary">
150
                        There are no research data
151
                    </div-->
152
                    <div *ngIf="fetchDatasets.searchUtils.status == errorCodes.NONE" class="uk-alert uk-alert-primary uk-animation-fade" role="alert">There are no research data</div>
153
                    <div *ngIf="fetchDatasets.searchUtils.status == errorCodes.ERROR" class="uk-alert uk-alert-warning uk-animation-fade" role="alert">An Error Occured</div>
154
                    <div *ngIf="fetchDatasets.searchUtils.status == errorCodes.NOT_AVAILABLE" class="uk-alert uk-alert-danger uk-animation-fade" role="alert">Service not available</div>
155
                    <div *ngIf="fetchDatasets.searchUtils.status == errorCodes.LOADING" class="uk-alert uk-alert-primary uk-animation-fade" role="alert">Loading...</div>
156

    
157

    
158
                    <div *ngIf="fetchDatasets.searchUtils.totalResults > 0">
159

    
160
                        <div class = "uk-text-right" *ngIf = "fetchDatasets.searchUtils.totalResults > 10">
161
                            <a [queryParams]="routerHelper.createQueryParams(['projectId', 'pr'], [projectId, 'and'])"
162
                                routerLinkActive="router-link-active" [routerLink]="linkToSearchDatasets">
163
                                View all {{fetchDatasets.searchUtils.totalResults}} results
164
                            </a>
165
                        </div>
166
                        <tab-result  [(results)]="fetchDatasets.results"
167
                                        [(status)]= "fetchDatasets.searchUtils.status"
168
                                        type="dataset" urlParam="datasetId">
169
                        </tab-result>
170
                    </div>
171
                </li>
172
                <li class="uk-animation-fade">
173
                  <!--div *ngIf="fetchPublications.searchUtils.totalResults == 0 && fetchDatasets.searchUtils.totalResults == 0" class = "uk-alert  uk-alert-primary">
174
                      There are no statistics
175
                  </div-->
176
                  <div *ngIf="fetchPublications.searchUtils.status == errorCodes.NONE && fetchDatasets.searchUtils.status == errorCodes.NONE"
177
                        class="uk-alert uk-alert-primary uk-animation-fade" role="alert">There are no statistics</div>
178
                  <div *ngIf="fetchPublications.searchUtils.status == errorCodes.ERROR || fetchDatasets.searchUtils.status == errorCodes.ERROR"
179
                        class="uk-alert uk-alert-warning uk-animation-fade" role="alert">An Error Occured</div>
180
                  <div *ngIf="fetchPublications.searchUtils.status == errorCodes.NOT_AVAILABLE || fetchDatasets.searchUtils.status == errorCodes.NOT_AVAILABLE"
181
                        class="uk-alert uk-alert-danger uk-animation-fade" role="alert">Service not available</div>
182
                  <div *ngIf="fetchPublications.searchUtils.status == errorCodes.LOADING || fetchDatasets.searchUtils.status == errorCodes.LOADING"
183
                        class="uk-alert uk-alert-primary uk-animation-fade" role="alert">Loading...</div>
184

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

    
187
                      <div>
188
                        <p class="uk-text-bold">Scientific Results</p>
189
                        <i-frame  [url]=chartScientificResultsUrl width="800" height="350"></i-frame>
190
                        <p class="uk-text-bold">Access Mode</p>
191
                        <i-frame [url]=chartAccessModeUrl width="800" height="350"></i-frame>
192
                        <p class="uk-text-bold">By Datasource</p>
193
                        <i-frame  [url]=chartDatasourcesUrl width="800" height="350"></i-frame>
194
                      </div>
195
                  </div>
196
                </li>
197
                <li class="uk-animation-fade">
198

    
199
                    <metrics [pageViews]="pageViews"
200
                        [id]="projectId" [type]="'projects'" [name]="projectName" (metricsResults)="metricsResults($event)">
201
                    </metrics>
202
                    <!--i-frame *ngIf="metricsClicked" [url]=viewsFrameUrl width="800" height="350"></i-frame-->
203
                    <i-frame *ngIf="metricsClicked && totalViews > 0"
204
                        [url]=viewsFrameUrl width="100%" height="250">
205
                    </i-frame>
206
                    <i-frame *ngIf="metricsClicked && totalDownloads > 0"
207
                        [url]=downloadsFrameUrl width="100%" height="250">
208
                    </i-frame>
209
                </li>
210
            </ul>
211
        </div>
212

    
213
        <div class="uk-width-1-4@l uk-width-1-4@xl uk-width-1-4@m uk-width-1-1@s">
214
          <div>
215
            Share - Bookmark<addThis ></addThis>
216
          </div>
217
          <div class="app-box uk-margin-medium-top uk-margin-medium-bottom">
218
              <div class="uk-text-center uk-text-large">
219
                Application Box
220
              </div>
221
            <ul class="uk-tab uk-visible@m" uk-tab="connect: #tab-app-box-project">
222
                <li>
223
                    <a>Publications</a>
224
                </li>
225
                <li>
226
                    <a>Research Data</a>
227
                </li>
228
              </ul>
229
              <ul id="tab-app-box-project" class="uk-switcher uk-margin">
230
                  <li class="uk-animation-fade">
231
                     <!-- Publication box-->
232
                     <ul class="uk-list">
233
                       <li>
234
                         <a class="clickable" uk-toggle="target: #publications_dynamic; animation:uk-animation-fade"><span class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="code" ratio="1"><polyline fill="none" stroke="#000" stroke-width="1.01" points="13,4 19,10 13,16"></polyline><polyline fill="none" stroke="#000" stroke-width="1.01" points="7,4 1,10 7,16"></polyline></svg></span> Include in your site (HTML)</a>
235
                         <div hidden id="publications_dynamic">
236
                             <button class="uk-button uk-button-default publ_clipboard_btn" data-clipboard-target="#publ_clipboard">
237
                                 Copy to clipboard
238
                                 <span class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="copy" ratio="1"><rect fill="none" stroke="#000" x="3.5" y="2.5" width="12" height="16"></rect><polyline fill="none" stroke="#000" points="5 0.5 17.5 0.5 17.5 17"></polyline></svg></span>
239
                             </button>
240
                             <pre><code id="publ_clipboard">{{publications_dynamic}}</code></pre>
241
                         </div>
242
                       </li>
243
                       <li>
244
                          <a target="_blank"
245
                             href="/project-report?projectId={{projectId}}&size={{fetchPublications.searchUtils.totalResults}}">
246
                              <span class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="table" ratio="1"><rect x="1" y="3" width="18" height="1"></rect><rect x="1" y="7" width="18" height="1"></rect><rect x="1" y="11" width="18" height="1"></rect><rect x="1" y="15" width="18" height="1"></rect></svg></span> Get {{projectInfo.funder}} report (HTML)
247
                         </a>
248
                       </li>
249
                       <li>
250
                         <a class="clickable" (click)="downloadfile(downloadURLAPI+'resources?'+csvParams+fetchPublications.searchUtils.totalResults)">
251
                              <span  class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="download" ratio="1"><polyline fill="none" stroke="#000" points="14,10 9.5,14.5 5,10"></polyline><rect x="3" y="17" width="13" height="1"></rect><line fill="none" stroke="#000" x1="9.5" y1="13.91" x2="9.5" y2="3"></line></svg></span> Get {{projectInfo.funder}} report (CSV)
252
                         </a>
253
                       </li>
254
                       <li>
255
                         <a  routerLinkActive="router-link-active" routerLink="/participate/deposit-publications">
256
                             <span class="uk-icon">
257
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="search" ratio="1"><circle fill="none" stroke="#000" stroke-width="1.1" cx="9" cy="9" r="7"></circle><path fill="none" stroke="#000" stroke-width="1.1" d="M14,14 L18,18 L14,14 Z"></path></svg>
258
</span> Deposit
259
                           </a>
260
                       </li>
261
                   </ul>
262
                  </li>
263
                  <li class="uk-animation-fade">
264
                    <!-- Dataset box-->
265
                    <ul class="uk-list">
266
                      <li>
267
                        <a class="clickable" uk-toggle="target: #datasets_dynamic; animation:uk-animation-fade"><span class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="code" ratio="1"><polyline fill="none" stroke="#000" stroke-width="1.01" points="13,4 19,10 13,16"></polyline><polyline fill="none" stroke="#000" stroke-width="1.01" points="7,4 1,10 7,16"></polyline></svg></span> Include in your site (HTML) </a>
268
                        <div hidden id="datasets_dynamic">
269
                            <button class="uk-button uk-button-default datasets_clipboard_btn" data-clipboard-target="#datasets_clipboard">
270
                                Copy to clipboard
271
                                <span  class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="copy" ratio="1"><rect fill="none" stroke="#000" x="3.5" y="2.5" width="12" height="16"></rect><polyline fill="none" stroke="#000" points="5 0.5 17.5 0.5 17.5 17"></polyline></svg></span>
272
                            </button>
273
                            <pre><code id="datasets_clipboard">{{datasets_dynamic}}</code></pre>
274
                        </div>
275
                    </li>
276
                    <li>
277
                       <a target="_blank"
278
                          href="/project-report?projectId={{projectId}}&size={{fetchDatasets.searchUtils.totalResults}}&type=dataset">
279
                           <span class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="table" ratio="1"><rect x="1" y="3" width="18" height="1"></rect><rect x="1" y="7" width="18" height="1"></rect><rect x="1" y="11" width="18" height="1"></rect><rect x="1" y="15" width="18" height="1"></rect></svg></span> Get {{projectInfo.funder}} report (HTML)
280
                      </a>
281
                    </li>
282
                    <li>
283
                      <a class="clickable" (click)="downloadfile(downloadURLAPI+'resources?'+csvParamsDatasets+fetchDatasets.searchUtils.totalResults)">
284
                           <span  class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="download" ratio="1"><polyline fill="none" stroke="#000" points="14,10 9.5,14.5 5,10"></polyline><rect x="3" y="17" width="13" height="1"></rect><line fill="none" stroke="#000" x1="9.5" y1="13.91" x2="9.5" y2="3"></line></svg></span> Get {{projectInfo.funder}} report (CSV)
285
                      </a>
286
                    </li>
287
                    <li>
288
                         <a  routerLinkActive="router-link-active" routerLink="/participate/deposit-datasets">
289
                              <span class="uk-icon">
290
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="search" ratio="1"><circle fill="none" stroke="#000" stroke-width="1.1" cx="9" cy="9" r="7"></circle><path fill="none" stroke="#000" stroke-width="1.1" d="M14,14 L18,18 L14,14 Z"></path></svg>
291
</span> Deposit
292
                         </a>
293
                    </li>
294
                  </ul>
295
                </li>
296
              </ul>
297

    
298

    
299
        </div>
300
        <a class="uk-button uk-button-default" [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[projectId,'project','result'])"   routerLinkActive="router-link-active" routerLink="/participate/direct-claim" > <span class="uk-icon">
301
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" 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>
302
</span>
303
            Link to research results
304
        </a>
305

    
306
        </div>
307
    </div>
308
    <modal-loading></modal-loading>
309
</div>
(2-2/6)