You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/authoring/create-citeable-articles.qmd
+10-85Lines changed: 10 additions & 85 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ When this metadata is available, a citation appendix is automatically added to t
48
48
49
49
By default both the `bibtex` and formatted representations are displayed. You can use the `appendix-cite-as` option to control this behavior:
50
50
51
-
::: {.list-table widths="0.5,0.5"}
51
+
::: {.list-table widths="0.5,0.5" header-rows=0}
52
52
53
53
**`appendix-cite-as: false`
54
54
* 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
136
136
137
137
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.
`<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`
203
181
204
182
**`pdf-url`
205
-
206
183
*`citation_pdf_url`
207
-
208
-
*
209
184
210
185
**`language`\
211
186
`<sub>`{=html}Document `lang` will be used if not provided.`</sub>`{=html}
212
-
213
187
*`citation_language`
214
-
215
-
*
216
188
217
189
**`type`\
218
190
`<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
-
220
191
*`<none>`
221
-
222
-
*
223
192
224
193
**`doi`\
225
194
`<sub>`{=html}Document `doi` will be used if not provided.`</sub>`{=html}
226
-
227
195
*`citation_doi`
228
-
229
-
*
230
196
231
197
**`isbn`
232
-
233
198
*`citation_isbn`
234
-
235
-
*
236
199
237
200
**`issn`
238
-
239
201
*`citation_issn`
240
-
241
-
*
242
202
243
203
**`eissn`
244
-
245
204
*`citation_eissn`
246
-
247
-
*
248
205
249
206
**`pmid`
250
-
251
207
*`citation_pmid`
252
-
253
-
*
254
208
255
209
**`issue`
256
-
257
210
*`citation_issue`
258
-
259
-
*
260
211
261
212
**`volume`
262
-
263
213
*`citation_volume`
264
-
265
-
*
266
214
267
215
**`page`\
268
216
`<sub>`{=html}Will be split on `-` to create appropriate page metadata.`</sub>`{=html}
269
217
270
218
*`citation_firstpage`
271
219
272
220
`citation_lastpage`
273
-
274
-
*
275
221
276
222
**`page-first`
277
-
278
223
*`citation_firstpage`
279
-
280
-
*
281
224
282
225
**`page-last`
283
-
284
226
*`citation_lastpage`
285
-
286
-
*
287
227
288
228
**`abstract-url`
289
-
290
229
*`citation_abstract_html_url`
291
-
292
-
*
293
230
294
231
**`container-title`
295
232
@@ -305,16 +242,12 @@ Quarto's approach to emitting scholarly metadata is to take the standard CSL fie
305
242
306
243
* type: chapter\
307
244
`citation_inbook_title``</small>`{=html}
308
-
309
-
*
310
245
311
246
**`number`
312
247
313
248
*`citation_technical_report_number`
314
249
315
250
`<sub>`{=html}`citation_technical_report_number` will be created if the type is report.`</sub>`{=html}
316
-
317
-
*
318
251
319
252
**`publisher`
320
253
@@ -332,20 +265,12 @@ Quarto's approach to emitting scholarly metadata is to take the standard CSL fie
Copy file name to clipboardExpand all lines: docs/projects/quarto-projects.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ Metadata defined within `_quarto.yml`, `_metadata.yml`, and document-level YAML
112
112
113
113
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:
Copy file name to clipboardExpand all lines: docs/publishing/github-pages.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ project:
35
35
36
36
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):
0 commit comments