-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
50 lines (45 loc) · 1.32 KB
/
_quarto.yml
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
project:
type: website
# see https://ucsb-meds.github.io/customizing-quarto-websites for lots of helpful tips
website:
title: "PGS methods competition"
site-url: 'https://methodscomparison.intervenegeneticscores.org/'
site-path: '/'
navbar:
logo: "img/logo.png"
tools:
- icon: twitter
href: https://twitter.com/intervene_eu
- icon: github
menu:
- text: Source
url: https://github.com/intervene-EU-H2020/pgs-method-compare
- text: Report a bug
url: https://github.com/intervene-EU-H2020/pgs-method-compare/issues/new
left:
- href: index.qmd
text: About
- href: leaderboard.qmd
text: Leaderboards
- href: meta.qmd
text: Meta analysis
- href: effect-sizes.qmd
text: Absolute effect sizes
- href: relative.qmd
text: Relative effect sizes
- href: tutorials.qmd
text: Tutorials and guidance
- href: glossary.qmd
text: Glossary
- href: acknowledgements.qmd
text: Acknowledgements
format:
html:
theme: styles.scss
css: [https://assets.emblstatic.net/vf/v2.5.20/css/styles.css, styles.css]
mainfont: IBM Plex Sans
toc: true
doi: 10.1016/j.ajhg.2024.06.003
date-modified: today
include-after-body: footer.html
editor: visual