-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
101 lines (98 loc) · 3.39 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
project:
type: website
title: "Designing a Reproducible and Collaborative Lab (RCL)"
website:
page-navigation: true
search:
location: navbar
navbar:
tools:
- icon: github
href: https://github.com/UCSB-Library-Research-Data-Services/reproducible-lab
sidebar:
style: "docked"
border: true
collapse-level: 2
contents:
- href: index.qmd
text: "About RCL"
- section: "Coding as a Lab"
contents:
- href: coding.qmd
text: "Code as scientific product"
- section: "Coding together"
contents:
- href: github_intro.qmd
text: "Our tools: Git & GitHub"
- href: 01-handson_github_website.qmd
text: "Hands-on: Using Github's website"
- href: git_rstudio.qmd
text: "Using RStudio, git and GitHub to track your work"
- href: intro_cli.qmd
text: "Using the command line"
- href: git_cli.qmd
text: "Using git at the command line"
- href: git_further_readings.qmd
text: "Git and GitHub further readings"
- section: "Collaborative strategies"
contents:
- href: collab_exchange.qmd
text: "Code Exchange"
- href: collab_pairprog.qmd
text: "Pair Programming"
- href: github_org.qmd
text: "GitHub Organization for your Lab"
- href: github_teams.qmd
text: "Setting up Teams to better collaborate"
- href: github_workflows.qmd
text: "Collaborative workflows: forks & branches"
- href: 03-handson_github_workflows.qmd
text: "Hands-on: forks & branches with Github website"
- href: 02-handson_github_rstudio.qmd
text: "Hands-on: Branches using RStudio"
- href: git_conflicts.qmd
text: "Managing conflicts"
- section: "Streamlining documentation"
contents:
- href: github_template.qmd
text: "Repository template"
- section: "Managing your Lab data"
contents:
- href: data_mgmt.qmd
text: "What is data management?"
- href: datamgmt_prompts.qmd
text: "A few questions"
- href: datamgmt_plan.qmd
text: "Plan"
- href: datamgmt_manage.qmd
text: "Manage"
- section: "Preserving things"
contents:
- href: preserve_prompts.qmd
text: "What is preservation"
- href: preserve_readme.qmd
text: "The power of README"
- href: preserve_code.qmd
text: "Your code"
- href: preserve_computing-env.qmd
text: "Your computing environment"
- href: preserve_data.qmd
text: "Your data"
- href: preserve_data-fair.qmd
text: "Are you FAIR?"
- href: preserve_self.qmd
text: "Document yourself"
- href: preserve_license.qmd
text: "Licensing"
- section: "About us"
contents:
- href: about.qmd
text: "Research Data Services"
format:
html:
theme:
- cosmo
- rdsstyles.scss
toc: true
include-after-body: _footer.html
# check how to add main font here