-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
113 lines (110 loc) · 2.66 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
project:
type: book
resources: robots.txt
execute:
freeze: auto
book:
title: "CCT Data Science Group Procedures"
doi: 10.5281/zenodo.10783692
author:
- name:
given: Kristina
family: Riemer
orcid: 0000-0003-3802-3331
- name:
given: Kimberly. M.
family: Huynh
- name:
given: Christophe
family: Schnaufer
- name:
given: Julian
family: Pistorius
orcid: 0000-0002-3485-0084
- name:
given: Jorge. E.
family: Barrios
- name:
given: Emily. J.
family: Cain
- name:
given: Jessica
family: Guo
orcid: 0000-0002-9566-9182
- name:
given: Eric R.
family: Scott
orcid: 0000-0002-7430-7879
- name:
given: Renata
family: Diaz
orcid: 0000-0003-0803-4734
- name:
given: David S.
family: LeBauer
orcid: 0000-0001-7228-053X
# cover-image: cover.png
search: true
site-url: https://cct-datascience.github.io/group-procedures/
repo-url: https://github.com/cct-datascience/group-procedures
repo-actions: [edit, issue, source]
repo-link-target: "_blank" #causes rep-actions links to open in a new tab
issue-url: https://github.com/cct-datascience/group-procedures/issues/new?template=suggest-edit.md
chapters:
- index.qmd
- contributing.qmd
- part: "General Information"
chapters:
- general-info.qmd
- code-of-conduct.qmd
- group-expectations.qmd
- part: "Group Processes (Agile)"
chapters:
- project-management.qmd
- regular-meetings.qmd
- sprint-planning.qmd
- quarterly-meetings.qmd
- annual-reviews.qmd
- impact.qmd
- part: "Group Procedures"
chapters:
- onboarding.qmd
- group-communication.qmd
- outreach-communication.qmd
- getting-credit.qmd
- hiring.qmd
- professional-development.qmd
- code-review.qmd
- offboarding.qmd
- part: "Group Programming"
chapters:
- drop-in-hours.qmd
- incubator.qmd
- workshops.qmd
- consultations.qmd
- part: "Resources"
chapters:
- networking.qmd
- software.qmd
- use-gmail.qmd
- part: "Technical Vignettes"
chapters:
- vignettes_overview.qmd
- publishing-to-web.qmd
- creating-r-packages.qmd
- spreadsheet-database-vignette.qmd
- boxr.qmd
- references.qmd
format:
html:
link-external-icon: true
link-external-newwindow: true
code-copy: true
theme:
light: flatly
dark: darkly
editor:
markdown:
wrap: sentence
canonical: true
bibliography: references.bib