Skip to content

Commit daef34b

Browse files
committed
additional fixes from automated conversion
1 parent a5a956e commit daef34b

File tree

8 files changed

+19
-110
lines changed

8 files changed

+19
-110
lines changed

docs/authoring/citations.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ You can also write in-text citations, as follows:
117117
@knuth1984 [p. 33] says blah.
118118
```
119119
120-
* @knuth1984 says blah.
120+
* @knuth1984 [p. 33] says blah.
121121
122122
* [1] [p. 33] says blah.
123123

docs/authoring/create-citeable-articles.qmd

Lines changed: 10 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ When this metadata is available, a citation appendix is automatically added to t
4848

4949
By default both the `bibtex` and formatted representations are displayed. You can use the `appendix-cite-as` option to control this behavior:
5050

51-
::: {.list-table widths="0.5,0.5"}
51+
::: {.list-table widths="0.5,0.5" header-rows=0}
5252

5353
* * `appendix-cite-as: false`
5454
* Do not include any citations in the appendix.
@@ -136,48 +136,30 @@ In the addition to the citation metadata from this document described above, Qua
136136

137137
Quarto's approach to emitting scholarly metadata is to take the standard CSL fields and make them into the corresponding Google Scholar / Zotero / Highwire metadata tags as appropriate. The following fields, when specified under the `citation` key of the document metadata, will generate scholarly meta tags in the rendered HTML document as described. These fields comprise the required Google Scholar fields as well as additional, optional fields that may also be included.
138138

139-
::: {.list-table widths="0.60504201680672,0.3781512605042,0.012605042016807"}
139+
::: {.list-table widths="0.6,0.4" header-rows="1"}
140140

141-
* * # []{rowspan="2"}Document Yaml {#document-yaml}
142-
143-
`title`\
144-
`<sub>`{=html}Document `title` will be used if not provided.`</sub>`{=html}
145-
146-
* # []{rowspan="2"}Metadata Tag {#metadata-tag}
147-
148-
`citation_title`
149-
150-
*
141+
* * Document Yaml
142+
* Metadata Tag
151143

152-
* *
144+
* * `title`\
145+
`<sub>`{=html}Document `title` will be used if not provided.`</sub>`{=html}
146+
* `citation_title`
153147

154148
* * `author`\
155149
`<sub>`{=html}One or more authors[^1]. Document `author` will be used if not provided as a citation subkey.`</sub>`{=html}
156-
157150
* `citation_author`
158-
159-
*
160151

161152
* * `editor`\
162153
`<sub>`{=html}One or more editors[^2].`</sub>`{=html}
163-
164154
* `citation_editor`
165-
166-
*
167155

168156
* * `abstract`\
169157
`<sub>`{=html}Document `abstract` will be used if not provided.`</sub>`{=html}
170-
171158
* `citation_abstract`
172-
173-
*
174159

175160
* * `keyword`[^3]\
176161
`<sub>`{=html}Document `keywords` will be used if not provided.`</sub>`{=html}
177-
178162
* `citation_keywords`
179-
180-
*
181163

182164
* * `issued`\
183165
`<sub>`{=html}Document `date` will be used if not provided.`</sub>`{=html}
@@ -188,108 +170,63 @@ Quarto's approach to emitting scholarly metadata is to take the standard CSL fie
188170
\
189171
`citation_cover_date`\
190172
`citation_year`
191-
192-
*
193173

194174
* * `available-date`\
195175
`<sub>`{=html}Document `date` will be used if not provided.`</sub>`{=html}
196-
197176
* `citation_online_date`
198-
199-
*
200177

201-
* * []{colspan="3"}`url`  | `citation_fulltext_html_url` |
202-
`<sub>`{=html}`url` will be synthesized for current document if a [`site-url`](/docs/websites/website-tools.qmd#preview-images) has been specified.`</sub>`{=html} |
178+
* * `url`\
179+
`<sub>`{=html}`url` will be synthesized for current document if a [`site-url`](/docs/websites/website-tools.qmd#preview-images) has been specified.`</sub>`{=html}
180+
* `citation_fulltext_html_url`
203181

204182
* * `pdf-url`
205-
206183
* `citation_pdf_url`
207-
208-
*
209184

210185
* * `language`\
211186
`<sub>`{=html}Document `lang` will be used if not provided.`</sub>`{=html}
212-
213187
* `citation_language`
214-
215-
*
216188

217189
* * `type`\
218190
`<sub>`{=html}A valid CSL type. See [https://docs.citationstyles.org/en/stable/specification.html\#appendix-iii-types](https://docs.citationstyles.org/en/stable/specification.html#appendix-iii-types){.uri}`</sub>`{=html}.
219-
220191
* `<none>`
221-
222-
*
223192

224193
* * `doi`\
225194
`<sub>`{=html}Document `doi` will be used if not provided.`</sub>`{=html}
226-
227195
* `citation_doi`
228-
229-
*
230196

231197
* * `isbn`
232-
233198
* `citation_isbn`
234-
235-
*
236199

237200
* * `issn`
238-
239201
* `citation_issn`
240-
241-
*
242202

243203
* * `eissn`
244-
245204
* `citation_eissn`
246-
247-
*
248205

249206
* * `pmid`
250-
251207
* `citation_pmid`
252-
253-
*
254208

255209
* * `issue`
256-
257210
* `citation_issue`
258-
259-
*
260211

261212
* * `volume`
262-
263213
* `citation_volume`
264-
265-
*
266214

267215
* * `page`\
268216
`<sub>`{=html}Will be split on `-` to create appropriate page metadata.`</sub>`{=html}
269217

270218
* `citation_firstpage`
271219

272220
`citation_lastpage`
273-
274-
*
275221

276222
* * `page-first`
277-
278223
* `citation_firstpage`
279-
280-
*
281224

282225
* * `page-last`
283-
284226
* `citation_lastpage`
285-
286-
*
287227

288228
* * `abstract-url`
289-
290229
* `citation_abstract_html_url`
291-
292-
*
293230

294231
* * `container-title`
295232

@@ -305,16 +242,12 @@ Quarto's approach to emitting scholarly metadata is to take the standard CSL fie
305242

306243
* type: chapter\
307244
`citation_inbook_title` `</small>`{=html}
308-
309-
*
310245

311246
* * `number`
312247

313248
* `citation_technical_report_number`
314249

315250
`<sub>`{=html}`citation_technical_report_number` will be created if the type is report.`</sub>`{=html}
316-
317-
*
318251

319252
* * `publisher`
320253

@@ -332,20 +265,12 @@ Quarto's approach to emitting scholarly metadata is to take the standard CSL fie
332265
`citation_technical_report_institution`
333266

334267
`</small>`{=html}
335-
336-
*
337268

338269
* * `container-title-short`
339-
340270
* `citation_journal_abbrev`
341-
342-
*
343271

344272
* * `collection-title`
345-
346273
* `citation_series_title`
347-
348-
*
349274

350275
:::
351276

docs/authoring/front-matter.qmd

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Both of these keys can be specified using a singular (`author` and `affiliation`
103103

104104
Beyond `name` and `affiliation`, `author` can also take any of the following:
105105

106-
::: {.list-table widths="0.11111111111111,0.082125603864734,0.80193236714976"}
106+
::: {.list-table widths="0.11111111111111,0.082125603864734,0.80193236714976" header-rows="0"}
107107

108108
Available keys to `author`
109109

@@ -239,11 +239,9 @@ CRediT contributor values available in `roles`
239239
* Alias
240240

241241
* * [conceptualization](https://credit.niso.org/contributor-roles/conceptualization/)
242-
243242
*
244243

245-
* * [data curation](https://credit.niso.org/contributor-roles/data-curation/)
246-
244+
* * [data curation](https://credit.niso.org/contributor-roles/data-curation/)
247245
*
248246

249247
* * [formal analysis](https://credit.niso.org/contributor-roles/formal-analysis/)
@@ -253,35 +251,27 @@ CRediT contributor values available in `roles`
253251
* funding
254252

255253
* * [investigation](https://credit.niso.org/contributor-roles/investigation/)
256-
257254
*
258255

259256
* * [methodology](https://credit.niso.org/contributor-roles/methodology/)
260-
261257
*
262258

263259
* * [project administration](https://credit.niso.org/contributor-roles/project-administration/)
264-
265260
*
266261

267262
* * [resources](https://credit.niso.org/contributor-roles/resources/)
268-
269263
*
270264

271265
* * [software](https://credit.niso.org/contributor-roles/software/)
272-
273266
*
274267

275268
* * [supervision](https://credit.niso.org/contributor-roles/supervision/)
276-
277269
*
278270

279271
* * [validation](https://credit.niso.org/contributor-roles/validation/)
280-
281272
*
282273

283274
* * [visualization](https://credit.niso.org/contributor-roles/visualization/)
284-
285275
*
286276

287277
* * [writing – review & editing](https://credit.niso.org/contributor-roles/writing-review-editing/)
@@ -318,7 +308,7 @@ author:
318308

319309
In addition to `name`, `affiliation` can take any of the following:
320310

321-
::: {.list-table widths="0.12777777777778,0.066666666666667,0.8"}
311+
::: {.list-table widths="0.12777777777778,0.066666666666667,0.8" header-rows="0"}
322312

323313
Available keys to `affiliation`
324314

docs/authoring/markdown-basics.qmd

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,7 @@ This document provides examples of the most commonly used markdown syntax. See t
153153
![Caption](elephant.png)
154154
```
155155

156-
* ::: {}
157-
158-
![Caption](elephant.png){fig-alt="A line drawing of an elephant."}
159-
160-
Caption
161-
162-
:::
156+
* ![Caption](elephant.png){fig-alt="A line drawing of an elephant."}
163157

164158
*
165159
*

docs/blog/posts/2023-12-05-asa-traveling-courses/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The workshop was designed for those who want to take their R Markdown skills and
1717

1818
Home pages and links to source code for each of the six workshops are listed below:
1919

20-
::: {.list-table widths="0.5,0.5"}
20+
::: {.list-table widths="0.5,0.5" header-rows="0"}
2121

2222
* * Nebraska Chapter\
2323
Omaha, Nebraska\

docs/manuscripts/next-steps.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ One way to start your own manuscript is to alter the contents of this template.
99
Alternatively, you could start from scratch.
1010
Either way, here are some resources to help you with your next steps.
1111

12-
::: {.list-table widths="0.06027397260274,0.93972602739726"}
12+
::: {.list-table widths="0.06027397260274,0.93972602739726" header-rows="0"}
1313

1414
* * ### Basics {#basics}
1515

docs/projects/quarto-projects.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Metadata defined within `_quarto.yml`, `_metadata.yml`, and document-level YAML
112112

113113
Note that when metadata is combined, objects and arrays are merged rather than simply overwriting each other. For example, here is how project and directory level options that affect output format and bibliographies would be merged:
114114

115-
::: {.list-table widths="0.32743362831858,0.38053097345133,0.28318584070796"}
115+
::: {.list-table widths="0.32743362831858,0.38053097345133,0.28318584070796" header-rows="0"}
116116

117117
{tbl-colwidths="[33,33,33]"}
118118

docs/publishing/github-pages.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ project:
3535

3636
Then, add a `.nojekyll` file to the root of your repository that tells GitHub Pages not to do additional processing of your published site using Jekyll (the GitHub default site generation tool):
3737

38-
::: {.list-table widths="0.22222222222222,0.47222222222222"}
38+
::: {.list-table widths="0.22222222222222,0.47222222222222" header-rows="0"}
3939

4040
* * Mac/Linux
4141

0 commit comments

Comments
 (0)