-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
79 lines (74 loc) · 2.34 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
project:
type: website
title: "Handling and Sharing Qualitative Data Responsibly and Effectively"
website:
page-navigation: true
search:
location: navbar
navbar:
tools:
- text: About RDS
href: 00_about.qmd
- icon: github
href: https://github.com/rcurty/qualdata-training
menu:
- text: Source Code
url: https://github.com/rcurty/qualdata-training
target: _blank
- text: Report a Bug
url: https://github.com/rcurty/qualdata-training/issues
target: _blank
sidebar:
style: "docked"
border: true
collapse-level: 1
contents:
- href: index.qmd
text: "Home"
- section: "Planning & Collecting"
contents:
- text: Qualitative Data
href: 01_qual-data.qmd
- text: Data Management Planning
href: 02_dmp.qmd
- text: Ethical Considerations for HS Research
href: 03_ethics.qmd
- text: Interview Data
href: 04_data-interviews.qmd
- text: Running Example
href: 05_example.qmd
- section: "Analyzing & Documenting"
contents:
- text: Data De-identification
href: 06_deidentification.qmd
- text: Coding Analysis
href: 07_analysis.qmd
- text: Computer-Aided Analysis Tools
href: 08_tools.qmd
- text: QualCoder
href: 09_qualcoder.qmd
- text: Coding & Documenting with QualCoder
href: 10_qualcoder-coding.qmd
- section: "Sharing & Archiving"
contents:
- text: What and Where to Share?
href: 11_sharing.qmd
- section: "Reusing"
contents:
- text: QHD Secondary Analysis
href: 12_reusing.qmd
page-footer:
background: blue
center: This website is built with [Quarto](https://quarto.org/), [RStudio/Posit](https://posit.co/),
and [webexercises R package](https://cran.r-project.org/web/packages/webexercises/index.html).
UCSB Library Research Data Services. [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.en)
left: |
<img src="images/RDS-logo.png" alt="UCSB Library Research Data Services logo" width="250"/>
format:
html:
theme: adapt-meds-website-styles.scss
toc: false
page-layout: full
code-line-numbers: true
filters:
- naquiz