-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
58 lines (56 loc) · 1.63 KB
/
_quarto.yml
File metadata and controls
58 lines (56 loc) · 1.63 KB
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
project:
type: website
website:
title: "STARS"
description: "Website for the STARS project"
favicon: images/stars_logo_blue.png
navbar:
logo: images/stars_logo_white.png
left:
- pages/research.qmd
- pages/publications.qmd
tools:
- icon: github
href: https://github.com/pythonhealthdatascience/stars
sidebar:
- id: research
style: "docked"
title: "Research"
contents:
- pages/research.qmd
- pages/research/motivation.qmd
- section: "Reproducible"
contents:
- pages/research/computational_reproducibility.qmd
- pages/research/des_rap_book.qmd
- pages/research/jos_mri.qmd
- pages/research/hdr_uk_futures.qmd
- section: "Reusable"
contents:
- pages/research/des_sharing_review.qmd
- pages/research/stars_framework_reuse.qmd
- pages/research/eom_rcc.qmd
- section: "Replicable"
contents:
- pages/research/stress.qmd
- pages/research/model_reviews.qmd
- pages/research/llm_generate_des.qmd
- pages/research/simtools.qmd
page-footer:
center: |
{width=150px}
{width=100px}
{width=150px}
{width=200px}
format:
html:
theme:
- cosmo
- css/theme.scss
css:
- css/footer.css
- css/theme.css
- css/boxes.css
lightbox: true
title-block-banner: images/banner.png
title-block-banner-color: "#ffffff"