-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
547 lines (478 loc) · 21.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
0---
layout: page
title: FAIRplus Project
subtitle: FAIRplus Project Outcomes
se-site-title: true
---
<!DOCTYPE html>
<html lang="en">
<!-- Beautiful Jekyll | MIT license | Copyright Dean Attali 2016 -->
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, viewport-fit=cover">
<title>FAIRplus FAIRification Results</title>
<meta name="author" content="FAIRplus"/>
<link rel="alternate" type="application/rss+xml" title="FAIRplus - FAIRplus project outcomes"
href="https://fairplus.github.io/fairification-results/feed.xml"/>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css"/>
<link rel="stylesheet" href="/fairification-results/css/bootstrap.min.css"/>
<link rel="stylesheet" href="/fairification-results/css/bootstrap-social.css"/>
<link rel="stylesheet" href="/fairification-results/css/main.css"/>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic"/>
<link rel="stylesheet"
href="//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800"/>
<!-- Facebook OpenGraph tags -->
<meta property="og:title" content="FAIRplus FAIRification Results"/>
<meta property="og:description"
content="# FAIRplus FAIRification Results ### 2019-12 ## Tasks 1. FAIR assessment before FAIRification 2. Record for each of the 4 pilot datasets in the IMI catalogue 3. Write recipes for cookbook and apply it to each of the pilot datasets 4. FAIR assessment after FAIRification 5. Record assessment output from...">
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://fairplus.github.io/fairification-results/deliverables/"/>
<link rel="canonical" href="https://fairplus.github.io/fairification-results/deliverables/"/>
<meta property="og:image" content="https://fairplus.github.io/fairification-results/img/fairplus-logo.png"/>
<!-- Twitter summary cards -->
<meta name="twitter:card" content="summary"/>
<meta name="twitter:site" content="@"/>
<meta name="twitter:creator" content="@"/>
<meta name="twitter:title" content="FAIRplus FAIRification Results"/>
<meta name="twitter:description"
content="# FAIRplus FAIRification Results ### 2019-12 ## Tasks 1. FAIR assessment before FAIRification 2. Record for each of the 4 pilot datasets in the IMI catalogue 3. Write recipes for cookbook and apply it to each of the pilot datasets 4. FAIR assessment after FAIRification 5. Record assessment output from...">
<meta name="twitter:image" content="https://fairplus.github.io/fairification-results/img/fairplus-logo.png"/>
<style>
img {
width: 60%;
align-content: center;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 1px;
}
</style>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top navbar-custom">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://fairplus.github.io/fairification-results">FAIRplus</a></div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav navbar-right"></ul>
</div>
<div class="avatar-container">
<div class="avatar-img-border">
<a href="https://fairplus.github.io/fairification-results">
<img class="avatar-img" src="/fairification-results/img/fairplus-logo.png"/>
</a>
</div>
</div>
</div>
</nav>
<!-- TODO this file has become a mess, refactor it -->
<header class="header-section ">
<div class="intro-header no-img">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="page-heading">
<h1>FAIRplus FAIRification Results</h1>
</div>
</div>
</div>
</div>
</div>
</header>
<h3 id="fairification process">FAIRification process</h3>
<p>Current version: <a href="https://fairplus.github.io/fairification-results/2022-07-15-FAIRplus-FAIRification-process-v6.3">V6.3</a></p>
<img src="img/FAIRplus%20FAIRification%20Process%20v6.3.jpg" alt="process v6.3" width=80%>
<h4 id="fairification process versions">Other versions of the FAIRification process: </h4>
<a href="https://fairplus.github.io/fairification-results/2022-07-15-FAIRplus-FAIRification-process-v1.0">Version 1.0</a> <br>
<a href="https://fairplus.github.io/fairification-results/2022-07-15-FAIRplus-FAIRification-process-v2.0">Version 2.0</a><br>
<a href="https://fairplus.github.io/fairification-results/2022-07-15-FAIRplus-FAIRification-process-v3.0/">Version 3.0</a><br>
<a href="https://fairplus.github.io/fairification-results/2022-07-15-FAIRplus-FAIRification-process-v4.0">Version 4.0</a><br>
<a href="https://fairplus.github.io/fairification-results/2022-07-15-FAIRplus-FAIRification-process-v5.0">Version 5.0</a><br>
<h3 id="fair-assessment">FAIR assessment results</h3>
<div>
<table>
<thead>
<tr>
<th>Dataset</th>
<th>Assessment name</th>
<th>Time</th>
<th>FAIR indicators</th>
<th>Dataset</th>
<th>FAIR score, overall</th>
<th>FAIR score, mandatory indicators</th>
<th>FAIR score, recommended indicators</th>
<th>Notes</th>
</tr>
</thead>
<tbody>
<!--ABIRISK -->
<tr>
<td><a href="https://datacatalog.elixir-luxembourg.org/e/project/dc9b062e-147a-11eb-b51f-8c8590c45a21">ABIRISK</a>
</td>
<td><a href="https://fairplus.github.io/fairification-results/2022-05-10-ABIRISK-pre-assessment">Pre-FAIRification
assessment</a></td>
<td>2021-03-10</td>
<td>
<a href="https://docs.google.com/spreadsheets/u/2/d/1vaRf4PXJ7FvxLZpIKXRIkiEYDSZP5ajsb3KnETz7Em0/edit#gid=685095937">RDA
indicator v0.05</a></td>
<td>N/A</td>
<td>34.15%</td>
<td>45.00%</td>
<td>23.81%</td>
<td></td>
</tr>
<tr>
<td></td>
<td><a href="https://fairplus.github.io/fairification-results/2022-05-10-ABIRISK-post-assessment">Post-FAIRification
assessment</a></td>
<td>2022-04-06</td>
<td>
<a href="https://docs.google.com/spreadsheets/u/2/d/1vaRf4PXJ7FvxLZpIKXRIkiEYDSZP5ajsb3KnETz7Em0/edit#gid=685095937">RDA
indicator v0.05</a></td>
<td>N/A</td>
<td>60.98%</td>
<td>80.00%</td>
<td>42.86%</td>
<td></td>
</tr>
<!--APPROACH -->
<tr>
<td><a href="https://datacatalog.elixir-luxembourg.org/e/project/dc9a4cc0-147a-11eb-b51f-8c8590c45a21">APPROACH</a>
</td>
<td><a href="https://fairplus.github.io/fairification-results/2022-05-10-APPROACH-pre-assessment/">Pre-FAIRification
assessment</a></td>
<td>2021-03-19</td>
<td>
<a href="https://docs.google.com/spreadsheets/u/2/d/1vaRf4PXJ7FvxLZpIKXRIkiEYDSZP5ajsb3KnETz7Em0/edit#gid=685095937">RDA
indicator v0.05</a></td>
<td>N/A</td>
<td>21.95%</td>
<td>30.00%</td>
<td>14.29%</td>
<td></td>
</tr>
<tr>
<td></td>
<td><a href="https://fairplus.github.io/fairification-results/2022-05-10-APPROACH-post-assessment/">Post-FAIRification
assessment</a></td>
<td>2022-04-06</td>
<td>
<a href="https://docs.google.com/spreadsheets/u/2/d/1vaRf4PXJ7FvxLZpIKXRIkiEYDSZP5ajsb3KnETz7Em0/edit#gid=685095937">RDA
indicator v0.05</a></td>
<td>N/A</td>
<td>58.54%</td>
<td>80.00%</td>
<td>38.10%</td>
<td></td>
</tr>
<!--CARE -->
<tr>
<td><a href="https://datacatalog.elixir-luxembourg.org/e/project/f2d1aec0-5f11-11eb-917b-acde48001122">CARE</a>
</td>
<td><a href="https://fairplus.github.io/fairification-results/2021-07-20-CARE-pre-assessment/">Pre-FAIRification
assessment</a></td>
<td>2021-03-10</td>
<td>
<a href="https://docs.google.com/spreadsheets/u/2/d/1vaRf4PXJ7FvxLZpIKXRIkiEYDSZP5ajsb3KnETz7Em0/edit#gid=685095937">RDA
indicator v0.05</a></td>
<td><a href="https://zenodo.org/record/5872683">CARE dataset in Zenodo</a></td>
<td>37.50%</td>
<td>55.00%</td>
<td>20.00%</td>
<td>Some indicators are not applicable to this dataset</td>
</tr>
<tr>
<td></td>
<td><a href="https://fairplus.github.io/fairification-results/2021-10-01-CARE-post-assessment/">Post-FAIRification
assessment</a></td>
<td>2021-10-01</td>
<td>
<a href="https://docs.google.com/spreadsheets/u/2/d/1vaRf4PXJ7FvxLZpIKXRIkiEYDSZP5ajsb3KnETz7Em0/edit#gid=685095937">RDA
indicator v0.05</a></td>
<td><a href="https://www.ebi.ac.uk/chembl/">CARE FAIRified
dataset in ChEMBL</a></td>
<td>92.50%</td>
<td>90.00%</td>
<td>95.00%</td>
<td></td>
</tr>
<!--EBISC -->
<tr>
<td><a href="https://datacatalog.elixir-luxembourg.org/e/project/7061ad8a-50ef-11eb-89dd-acde48001122">EBiSC</a>
</td>
<td><a href="https://fairplus.github.io/fairification-results/2022-05-10-EBISC-pre-assessment/">Pre-FAIRification
assessment</a></td>
<td>N/A</td>
<td>
<a href="https://docs.google.com/spreadsheets/u/2/d/1vaRf4PXJ7FvxLZpIKXRIkiEYDSZP5ajsb3KnETz7Em0/edit#gid=685095937">RDA
indicator v0.05</a></td>
<td>N/A</td>
<td>51.22%</td>
<td>90.00%</td>
<td>23.81%</td>
<td></td>
</tr>
<tr>
<td>
</td>
<td><a href="https://fairplus.github.io/fairification-results/2022-05-10-EBISC-post-assessment/">Post-FAIRification
assessment</a></td>
<td>N/A</td>
<td>
<a href="https://docs.google.com/spreadsheets/u/2/d/1vaRf4PXJ7FvxLZpIKXRIkiEYDSZP5ajsb3KnETz7Em0/edit#gid=685095937">RDA
indicator v0.05</a></td>
<td>N/A</td>
<td>80.49%</td>
<td>90.00%</td>
<td>71.43%</td>
<td></td>
</tr>
<!--eTOX -->
<tr>
<td><a href="https://datacatalog.elixir-luxembourg.org/e/project/dc9c626c-147a-11eb-b51f-8c8590c45a21">eTOX</a>
</td>
<td><a href="https://fairplus.github.io/fairification-results/2019-12-17-eTOX-pre-assessment/">Pre-FAIRification
assessment</a></td>
<td>2019-10-17</td>
<td>
<a href="https://github.com/RDA-FAIR/FAIR-data-maturity-model-WG/tree/master/results%20of%20preliminary%20analysis/v0.02">RDA
indicator v0.02</a></td>
<td><a href="https://etoxsys.eu/etoxsys.v3-demo/#/">eTOX dataset</a></td>
<td>10%</td>
<td>25%</td>
<td>21.43%</td>
<td>Some indicators are not applicable to this dataset</td>
</tr>
<tr>
<td></td>
<td><a href="https://fairplus.github.io/fairification-results/2019-12-17-eTOX-post-assessment/">Post-FAIRification
assessment</a></td>
<td>2019-12-10</td>
<td>
<a href="https://github.com/RDA-FAIR/FAIR-data-maturity-model-WG/tree/master/results%20of%20preliminary%20analysis/v0.02">RDA
indicator v0.02</a></td>
<td><a href="https://drive.google.com/drive/u/1/folders/1Ie8vmo3INhkHoyBIoHkfiaareh37oPYF">eTOX FAIRified
dataset</a></td>
<td>43.10%</td>
<td>50.00%</td>
<td>53.57%</td>
<td></td>
</tr>
<!--IMIDIA -->
<tr>
<td><a href="https://datacatalog.elixir-luxembourg.org/e/project/76eab3dc-5427-11eb-9562-acde48001122">IMIDIA</a>
</td>
<td><a href="https://fairplus.github.io/fairification-results/2022-05-10-IMIDIA-pre-assessment//">Pre-FAIRification
assessment</a></td>
<td>2022-01-26</td>
<td>
<a href="https://docs.google.com/spreadsheets/u/2/d/1vaRf4PXJ7FvxLZpIKXRIkiEYDSZP5ajsb3KnETz7Em0/edit#gid=685095937">RDA
indicator v0.05</a></td>
<td>N/A</td>
<td>36.59%</td>
<td>35.00%</td>
<td>38.10%</td>
<td></td>
</tr>
<tr>
<td>
</td>
<td><a href="https://fairplus.github.io/fairification-results/2022-05-10-IMIDIA-post-assessment/">Post-FAIRification
assessment</a></td>
<td>2022-01-26</td>
<td>
<a href="https://docs.google.com/spreadsheets/u/2/d/1vaRf4PXJ7FvxLZpIKXRIkiEYDSZP5ajsb3KnETz7Em0/edit#gid=685095937">RDA
indicator v0.05</a></td>
<td>N/A</td>
<td>63.41%</td>
<td>80.00%</td>
<td>47.62%</td>
<td></td>
</tr>
<!--ND4BB -->
<tr>
<td><a href="https://datacatalog.elixir-luxembourg.org/e/project/dc9bffc0-147a-11eb-b51f-8c8590c45a21">ND4BB</a>
</td>
<td><a href="https://fairplus.github.io/fairification-results/2019-12-17-ND4BB-pre-assessment/">Pre-FAIRification
assessment</a></td>
<td>2019-11-23</td>
<td>
<a href="https://docs.google.com/spreadsheets/d/1mkjElFrTBPBH0QViODexNur0xNGhJqau0zkL4w8RRAw/edit#gid=1558529297">RDA
indicator v0.03</a></td>
<td><a href="https://www.dsf.unica.it/translocation/db/">ND4BB AMR dataset, raw data</a></td>
<td>36.00%</td>
<td>47.06%</td>
<td>32.00%</td>
<td>Some indicators are not applicable to this dataset</td>
</tr>
<tr>
<td></td>
<td><a href="https://fairplus.github.io/fairification-results/2019-12-17-ND4BB-post-assessment/">Post-FAIRification
assessment</a></td>
<td>2019-11-23</td>
<td>
<a href="https://docs.google.com/spreadsheets/d/1mkjElFrTBPBH0QViODexNur0xNGhJqau0zkL4w8RRAw/edit#gid=1558529297">RDA
indicator v0.03</a></td>
<td><a href="https://www.dsf.unica.it/translocation/db/">ND4BB AMR dataset, raw data</a></td>
<td>36.00%</td>
<td>47.06%</td>
<td>32.00%</td>
<td>the FAIRification pratices were not reflected in the post-FAIRification score</td>
</tr>
<!--Oncotrack -->
<tr>
<td>
<a href="https://datacatalog.elixir-luxembourg.org/e/project/dc9c45f2-147a-11eb-b51f-8c8590c45a21">OncoTrack</a>
</td>
<td><a href="https://fairplus.github.io/fairification-results/2019-12-17-OncoTrack-pre-assessment/">Pre-FAIRification
assessment</a></td>
<td>2019-12-09</td>
<td>
<a href="https://docs.google.com/spreadsheets/d/1mkjElFrTBPBH0QViODexNur0xNGhJqau0zkL4w8RRAw/edit#gid=1558529297">RDA
indicator v0.03</a></td>
<td><a href="https://owncloud.lcsb.uni.lu/apps/files/?dir=/ONCOTRACK/ncomms14262&fileid=11235020">OncoTrack
public sample metadata, raw data</a></td>
<td>15%</td>
<td>23%</td>
<td>6%</td>
<td></td>
</tr>
<tr>
<td></td>
<td><a href="https://fairplus.github.io/fairification-results/2019-12-17-OncoTrack-post-assessment/">Post-FAIRification
assessment</a></td>
<td>2019-12-10</td>
<td>
<a href="https://docs.google.com/spreadsheets/d/1mkjElFrTBPBH0QViODexNur0xNGhJqau0zkL4w8RRAw/edit#gid=1558529297">RDA
indicator v0.03</a></td>
<td>
<a href="https://owncloud.lcsb.uni.lu/apps/files/?dir=/ONCOTRACK/sample_metadata_ETL/metadata_BSD_JSON&fileid=14712690">OncoTrack
public sample metadata, FAIRifed v1</a></td>
<td>35%</td>
<td>46%</td>
<td>13%</td>
<td>Some indicators are not applicable to this dataset</td>
</tr>
<!--Resolute-->
<tr>
<td> <a href="https://datacatalog.elixir-luxembourg.org/e/project/dc9c1316-147a-11eb-b51f-8c8590c45a21">RESOLUTE</a></td>
<td><a href="https://fairplus.github.io/fairification-results/2019-12-17-RESOLUTE-pre-assessment/">Pre-FAIRification
assessment</a></td>
<td>2019-10-14</td>
<td>
<a href="https://github.com/RDA-FAIR/FAIR-data-maturity-model-WG/tree/master/results%20of%20preliminary%20analysis/v0.02">RDA
indicator v0.02</a></td>
<td><a href="https://trace.ncbi.nlm.nih.gov/Traces/sra/?run=SRR9161237">RESOLUTE transcriptomics huh-7 cell line</a>
</td>
<td>58.7%</td>
<td>63.84%</td>
<td>66.67%</td>
<td>Some indicators are not applicable to this dataset</td>
</tr>
<tr>
<td></td>
<td><a href="https://fairplus.github.io/fairification-results/2019-12-17-RESOLUTE-post-assessment/">Post-FAIRification
assessment</a></td>
<td>2019-12-10</td>
<td>
<a href="https://docs.google.com/spreadsheets/d/1mkjElFrTBPBH0QViODexNur0xNGhJqau0zkL4w8RRAw/edit#gid=1558529297">RDA
indicator v0.03</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/biosample?LinkName=bioproject_biosample_all&from_uid=545487">RESOLUTE
transcriptomics, FAIRified sample metadata</a></td>
<td>82%</td>
<td>82%</td>
<td>71%</td>
<td>The indicator version is different with the Pre-assessment</td>
</tr>
<!--Rhapsody-->
<tr>
<td> <a href="https://datacatalog.elixir-luxembourg.org/e/project/68816ad0-54c1-11eb-9562-acde48001122">RHAPSODY</a></td>
<td><a href="https://fairplus.github.io/fairification-results/2022-05-10-RHAPSODY-pre-assessment/">Pre-FAIRification
assessment</a></td>
<td>2022-01-26</td>
<td>
<a href="https://docs.google.com/spreadsheets/u/2/d/1vaRf4PXJ7FvxLZpIKXRIkiEYDSZP5ajsb3KnETz7Em0/edit#gid=685095937">RDA
indicator v0.05</a></td>
<td>N/A
</td>
<td>41.46%</td>
<td>45.00%</td>
<td>38.10%</td>
<td></td>
</tr>
<tr>
<td></td>
<td><a href="https://fairplus.github.io/fairification-results/2022-05-10-RHAPSODY-post-assessment/">Post-FAIRification
assessment</a></td>
<td></td>
<td>
<a href="https://docs.google.com/spreadsheets/u/2/d/1vaRf4PXJ7FvxLZpIKXRIkiEYDSZP5ajsb3KnETz7Em0/edit#gid=685095937">RDA
indicator v0.05</a></td>
<td>N/A</td>
<td>63.41%</td>
<td>80.00%</td>
<td>47.62%</td>
<td></td>
</tr>
</tbody>
</table>
<h3>Project deliverable reports</h3>
Please find all deliverable reports on <a href="https://zenodo.org/search?page=1&size=20&q=fairplus&keywords=FAIRplus">Zenodo</a>.
</div>
<footer>
<div class="container beautiful-jekyll-footer">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center footer-links">
<li><a href="mailto:[email protected] " title="Email me"><span class="fa-stack fa-lg"
aria-hidden="true">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span>
<span class="sr-only">Email me</span>
</a>
</li>
<li><a href="https://twitter.com/FAIRplus_eu" title="Twitter"><span class="fa-stack fa-lg"
aria-hidden="true">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
<span class="sr-only">Twitter</span>
</a>
</li>
</ul>
<p class="copyright text-muted">
FAIRplus
•
2019
•
<a href="https://fairplus.github.io/fairification-results">https://fairplus-project.eu/</a>
</p>
<!-- Please don't remove this, keep my open source work credited :) -->
<p class="theme-by text-muted">
Theme by
<a href="https://deanattali.com/beautiful-jekyll/">beautiful-jekyll</a>
</p>
</div>
</div>
</div>
</footer>
<!-- doing something a bit funky here because I want to be careful not to include JQuery twice! -->
<script>
if (typeof jQuery == 'undefined') {
document.write('<script src="/fairification-results/js/jquery-1.11.2.min.js"></scr' + 'ipt>');
}
</script>
<!-- doing something a bit funky here because I want to be careful not to include JQuery twice! -->
<script src="/fairification-results/js/bootstrap.min.js"></script>
<!-- doing something a bit funky here because I want to be careful not to include JQuery twice! -->
<script src="/fairification-results/js/main.js"></script>
</body>
</html>