-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_quarto.yml
More file actions
96 lines (91 loc) · 2.47 KB
/
_quarto.yml
File metadata and controls
96 lines (91 loc) · 2.47 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
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
project:
type: website
preview:
port: 4200
website:
title: "Item Response Warehouse"
google-analytics: G-NM0Y0TP4RY
navbar:
left:
- href: index.qmd
text: Home
- href: getstarted.qmd
text: Getting Started
- text: "IRW Data"
menu:
- href: overview.qmd
text: Overview of IRW Data Standards
- href: data.qmd
text: Browse the IRW Data
- href: metadata.qmd
text: Metadata for IRW tables
- href: docs.qmd
text: Data Documentation
- text: "Item text"
menu:
- href: itemtext.qmd
text: Item Text Standard
- href: itemtext_desc.qmd
text: Item Text Descriptives
- href: itemtext_issues.qmd
text: Known Issues
- href: itemtext_merge.qmd
text: Merging with IRW data
- text: "IRW Branches"
menu:
- href: standard.qmd
text: The Core IRW Data Standard
- href: comps_standard.qmd
text: The Competition Data Standard
- href: nominal_standard.qmd
text: The Nominal Data Standard
- href: simsyn.qmd
text: Simulated and Synthetic Data
- href: contribute.qmd
text: Contributing Data to the IRW
- text: "Tutorials/Educational"
menu:
- href: imv.qmd
text: Calculating IMV Values
- href: diffsim.qmd
text: Difficulty Simulation
- href: training.qmd
text: Training Resources
- href: problems.qmd
text: Problem set examples
- text: "More"
menu:
- href: about.qmd
text: About the IRW
- href: research.qmd
text: Examples of IRW-related research
- href: othersites.qmd
text: Related data resources and publications
- href: contact.qmd
text: Contact Us!
right:
- icon: github
menu:
- text: "Data processing"
href: https://github.com/itemresponsewarehouse/misc/tree/main/data
- text: "irw: R package for managing IRW data"
href: https://itemresponsewarehouse.github.io/Rpkg/
format:
html:
theme:
- cosmo
- scss/global.scss
- resources/scss/main.scss
toc: false
grid:
sidebar-width: 0px
body-width: 1200px
margin-width: 0px
callout-icon: false
df-print: kable
code-fold: true
execute:
echo: false
message: false
warning: false
error: false