-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
109 lines (98 loc) · 2.46 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
project:
type: book
execute-dir: project
output-dir: docs
book:
# Metadata
title: "Learning to comprehend and produce singular <i>they</i><br>"
date: "06/15/2023"
available-date: "08/01/2023"
author:
- name: Bethany Gardner
orcid: 0000-0002-5154-2040
email: bethany.gardner@vanderbilt.edu
doi: 10.5281/zenodo.8357333
# Structure
chapters:
- index.qmd
- 0_abstract.qmd
- 0_introduction.qmd
- part: Experiments
chapters:
- 1_exp.qmd
- 2_exp.qmd
- 3_exp.qmd
- 4_exp.qmd
- 5_general_discussion.qmd
appendices:
- 6_supplementary_analyses.qmd
- 7_references.qmd
# Links/tools
repo-url: https://github.com/bethanyhgardner/dissertation
sidebar:
tools:
- icon: person-circle
text: "About Me"
href: https://bethanyhgardner.github.io/
- icon: envelope
text: "Contact"
href: "mailto: bethany.gardner@vanderbilt.edu"
- icon: filetype-pdf
text: "Download Manuscript from Vanderbilt"
href: http://hdl.handle.net/1803/18385
search: true
style: docked
foreground: "#7570B3"
background: "#ededed"
page-footer:
center:
- text: "© 2023 Bethany Gardner"
# References
bibliography: resources/references.bib
csl: resources/formatting/apa.csl
link-citations: true
link-bibliography: true
# Other citation info
citation:
title: Learning to comprehend and produce singular \emph{they} (Publication No. 30722219)
author:
- name: Bethany Gardner
orcid: 0000-0002-5154-2040
email: bethany.gardner@vanderbilt.edu
affiliation:
- name: Vanderbilt University
department: Department of Psychology & Human Development
city: Nashville
state: TN
type: thesis
genre: Doctoral dissertation
publisher: Vanderbilt University
archive: ProQuest Dissertations & Theses Global
url: http://hdl.handle.net/1803/18385 # https://www.proquest.com/docview/2864824940
google-scholar: true
copyright:
holder: Bethany Gardner
year: 2023
appendix-cite-as: display
# Rendering
format:
html:
execute:
echo: false
output: false
freeze: true
theme: pulse
css: resources/formatting/pulse_modified.css
mainfont: Arial
monofont: Arial
embed-resources: true
number-depth: 3
toc-expand: 2
toc-depth: 4
fig-align: left
fig-dpi: 300
fig-width: 6.5
tbl-cap-location: top
knitr:
opts_chunk:
out.width: "80%"