-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_quarto.yml
114 lines (106 loc) · 3.56 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
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
project:
type: website
output-dir: docs
website:
title: "R Consortium"
favicon: /images/rc-favicon.svg
site-url: "https://r-consortium.org"
google-analytics: "G-B697SX1BNN"
navbar:
pinned: true
background: light
logo: /images/RConsortium_Horizontal_Pantone.webp
title: false
logo-alt: "R Consortium logo"
right:
- text: "About"
menu:
- text: Mission
href: about/index.qmd
- text: Governance
href: about/governance.qmd
- text: Bylaws (PDF)
href: rc-docs/R-Consortium-Bylaws-7-9-2024.pdf
- text: ISC Charter
href: governance/isc-charter.html
- text: Marketing Committee Charter (PDF)
href: rc-docs/R-Consortium-Marketing-Committee-Charter-2021-10-27.pdf
- text: FAQ
href: about/faq.qmd
- text: Contact
href: about/contact.qmd
- text: Privacy Policy
href: about/privacy.qmd
- text: "Members"
menu:
- text: Members
href: members.qmd
- text: Join
href: about/join.qmd
- text: Membership Agreement (PDF)
href: rc-docs/R-Consortium-Membership-Agreement-1157181-v2-Approved-11.20.19.pdf
- text: "Grants"
menu:
- text: Goal of ISC Grants Program
href: all-projects/index.qmd
- text: Recipients of ISC Grants
href: all-projects/funded-projects.qmd
- text: Call for Proposals
href: all-projects/callforproposals.qmd
- text: RUGS Program
href: all-projects/rugsprogram.qmd
- text: Submitting for payment
href: all-projects/submittingforpayment.qmd
- text: "Projects"
menu:
- text: R-Ladies
href: https://rladies.org/
- text: DBI
href: https://r-dbi.org/
- text: R-Universe
href: https://r-universe.dev/search
- text: Working Groups
href: all-projects/isc-working-groups.qmd
- text: "Events"
menu:
- text: R/Medicine
href: https://rconsortium.github.io/RMedicine_website/
- text: Webinars
href: webinars/webinars.qmd
- text: Events
href: news/events.qmd
- text: WG Calendar
href: news/cal.qmd
- text: "News"
menu:
- text: Blog
href: blog/index.qmd
- text: Newsletter
href: newsletters/newsletters.qmd
- text: Annual Report 2023 (PDF)
href: rc-docs/RC-AR-2023_Final-Draft_1-30-24.pdf
- text: Annual Report 2021 (PDF)
href: rc-docs/R-Consortium-5-year-retrospective-2021-10-28.pdf
- codeofconduct.qmd
- icon: github
href: https://github.com/rconsortium
- icon: linkedin
href: https://www.linkedin.com/company/r-consortium/
- icon: mastodon
href: https://fosstodon.org/@RConsortium
- icon: twitter
href: https://x.com/RConsortium
page-footer:
background: dark
center: © 2025 R Consortium. R Consortium is a non-profit organization, and R Consortium™ is a trademark of R Consortium. All Rights Reserved. This website is built on Quarto, an open-source scientific and technical publishing system. Quarto uses R Markdown and knitr to execute R code.
format:
html:
theme:
- cosmo
- cosmo.scss
css: styles.css
# execute:
# freeze: false
# if we enable freeze, should likely be set to false
editor:
render-on-save: true