-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path_quarto.yml
More file actions
126 lines (121 loc) · 3.95 KB
/
Copy path_quarto.yml
File metadata and controls
126 lines (121 loc) · 3.95 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
project:
type: website
# Published at itemresponsewarehouse.org/llms.txt, which is the URL agents.qmd
# tells researchers to point their AI assistant at. Listed explicitly rather
# than left to Quarto's default resource discovery so it cannot quietly stop
# being copied.
resources:
- llms.txt
preview:
port: 4200
# Per-table landing pages (ben-domingue/irw#1706, pilot). Runs after Quarto has
# written _site/, and emits into _site/tables/. Skips itself with exit 0 when
# REDIVIS_API_TOKEN is unset, so a credential-free local preview still renders --
# but in CI a missing token is a hard error, because publishing without the
# landing pages deletes them from the live site (ben-domingue/irw#2129).
post-render:
- Rscript landing/emit_landing_pages.R
website:
title: "Item Response Warehouse"
# Without this Quarto emits no sitemap.xml at all, for any page on the site.
# The landing-page emitter appends its URLs to that same file rather than
# publishing a second one.
site-url: https://itemresponsewarehouse.org
google-analytics: G-NM0Y0TP4RY
navbar:
search: true
left:
- href: index.qmd
text: Home
- text: "Data"
menu:
- href: overview.qmd
text: Overview of IRW Data Standards
- href: data.qmd
text: Browse the IRW Data
- href: collections.qmd
text: Browse IRW Collections
- href: metadata.qmd
text: Metadata for IRW tables
- href: tags_quality.qmd
text: Tag Quality
- href: docs.qmd
text: Data Documentation
- text: "---"
- 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: "---"
- 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
- text: "---"
- href: contribute.qmd
text: Contributing Data to the IRW
- text: "Get Started"
menu:
- href: getstarted.qmd
text: Getting Started
- href: agents.qmd
text: Using an AI Assistant
- href: training.qmd
text: Training Resources
- href: problems.qmd
text: Problem Set Examples
- href: ./vignettes/index.qmd
text: Vignettes
- text: "About"
menu:
- href: about.qmd
text: About the IRW
- href: news.qmd
text: News
- href: research.qmd
text: Research!
- href: othersites.qmd
text: Related data resources
- href: contact.qmd
text: Contact Us
right:
# Repositories, not documentation sites: this is the GitHub icon, and a
# reader clicking it wants the source. The R package's pkgdown reference
# is linked from Get Started and from the data explorer instead.
- icon: github
menu:
- text: "Data processing code"
href: https://github.com/itemresponsewarehouse/misc/tree/main/data
- text: "irw: R package"
href: https://github.com/itemresponsewarehouse/Rpkg
- text: "irw: Python package"
href: https://github.com/itemresponsewarehouse/Python-pkg
- text: "This website's source"
href: https://github.com/datapages/irw
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