-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
104 lines (84 loc) · 4.21 KB
/
footer.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
<footer class="vf-footer">
<div class="vf-footer__inner">
<p class="vf-footer__notice">GeneticScores.org is a platform to democratise polygenic scores.</p>
<p class="vf-footer__notice">We provide tools and data to help AI developers and human health researchers make better polygenic scores.</p>
<div class="vf-footer__links-group | vf-grid vf-grid__col-5">
<div class="vf-links">
<h4 class="vf-links__heading">Resources</h4>
<ul class="vf-links__list | vf-list">
<li class="vf-list__item">
<a class="vf-list__link" href="https://methodscomparison.intervenegeneticscores.org/tutorials/synthetic">Synthetic data</a>
</li>
<li class="vf-list__item">
<a class="vf-list__link" href="https://methodscomparison.intervenegeneticscores.org/meta">Methods comparison</a>
</li>
<li class="vf-list__item">
<a class="vf-list__link" href="https://intervenegeneticscores.org/calculate/">Genetic score service</a>
</li>
<li class="vf-list__item">
<a class="vf-list__link" href="https://docs.intervenegeneticscores.org/tools">Calculate scores locally</a>
</li>
<li class="vf-list__item">
<a class="vf-list__link" href="posts/">Updates and blog</a>
</li>
</ul>
</div>
<div class="vf-links">
<h4 class="vf-links__heading">Data protection</h4>
<ul class="vf-links__list | vf-list">
<li class="vf-list__item">
<a class="vf-list__link" href="https://www.ebi.ac.uk/about/terms-of-use">Terms of Use</a>
</li>
<li class="vf-list__item">
<a class="vf-list__link" href="https://www.ebi.ac.uk/data-protection/privacy-notice/intervene-platform-public-website">Privacy Notice</a>
</li>
<li class="vf-list__item">
<a class="vf-list__link" href="https://docs.intervenegeneticscores.org">Data Processing</a>
</li>
</ul>
</div>
<div class="vf-links">
<h4 class="vf-links__heading">Project</h4>
<ul class="vf-links__list | vf-list">
<li class="vf-list__item">
<a class="vf-list__link" href="https://docs.intervenegeneticscores.org">About</a>
</li>
<li class="vf-list__item">
<a class="vf-list__link" href="https://docs.intervenegeneticscores.org">Documentation</a>
</li>
<li class="vf-list__item">
<a class="vf-list__link" href="https://docs.intervenegeneticscores.org/#how-do-i-get-help">Get help</a>
</li>
<li class="vf-list__item">
<a class="vf-list__link" href="https://github.com/ebi-gdp">GitHub</a>
</li>
<li class="vf-list__item">
<a class="vf-list__link" href="https://www.interveneproject.eu/">INTERVENE</a>
</li>
</ul>
</div>
<div class="vf-links">
</div>
</div>
<section class="vf-footer__legal | vf-grid vf-grid__col-1">
<span class="vf-footer__legal-text">
<a class="vf-footer__link" href="https://www.ebi.ac.uk">GeneticScores.org is developed by EMBL-EBI.</a> <a class="vf-footer__link" href="https://www.embl.org/">EMBL-EBI is part of the European Molecular Biology Laboratory.</a>
</span>
</section>
<section class="vf-footer__legal">
<span class="vf-footer__legal-text">
Copyright © EMBL-EBI 2024. All resources and data are open source and permissively licensed, unless otherwise indicated.
</span>
</section>
<section class="vf-footer__legal">
<span class="vf-footer__legal-text">
Current release version: <code class="">0.1</code>. <a href="/posts" class="vf-footer__link">Release log.</a>
</span>
</section>
<section class="vf-footer__legal | vf-grid vf-grid__col-1">
<span class="vf-footer__legal-text">
INTERVENE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No 101016775
</span>
</section>
</div>
</footer>