From 62e8656084f8e2e3bfce1d280c9b8e34aa4835fa Mon Sep 17 00:00:00 2001 From: "William J. Denny" Date: Thu, 2 Nov 2023 19:26:17 -0500 Subject: [PATCH] Update create-citeable-articles.qmd Editing name particles is addressed with a link to the CSL specification section on naming particles. --- docs/authoring/create-citeable-articles.qmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/authoring/create-citeable-articles.qmd b/docs/authoring/create-citeable-articles.qmd index 46d7f3ae1c..c57b9eae5e 100644 --- a/docs/authoring/create-citeable-articles.qmd +++ b/docs/authoring/create-citeable-articles.qmd @@ -24,8 +24,7 @@ citation: bibliography: biblio.bib --- ``` - -If you omit the citation url, Quarto will attempt to generate a citation url by using the `site-url` and the current page's location. If you'd like to allow Quarto to generate the citation url, you can omit the citation url and simply enable citation output on the page. For example: +Name particles can be further defined in the `name` key following the [Citation Style Language (CSL) specification for naming particles](https://docs.citationstyles.org/en/stable/specification.html#name-particles). If you omit the citation url, Quarto will attempt to generate a citation url by using the `site-url` and the current page's location. If you'd like to allow Quarto to generate the citation url, you can omit the citation url and simply enable citation output on the page. For example: ``` yaml ---