Add month and day to Reports in APA 7th CSL
Hi there,
I'd like to edit the CSL for APA 7th edition so that Reports render with the month and day at the end of the citation if provided in the Date field. I think the correct way to do it would be to edit the macro for publisher:
but I'm unsure the best spot to insert the following:
Should it be after this?
Thanks for your help!
I'd like to edit the CSL for APA 7th edition so that Reports render with the month and day at the end of the citation if provided in the Date field. I think the correct way to do it would be to edit the macro for publisher:
<macro name="publisher">
<group delimiter="; ">
<choose>
<if type="thesis">
<choose>
<if variable="archive DOI URL" match="none">
<text variable="publisher"/>
</if>
</choose>
</if>
<else-if type="post webpage" match="any">
<group delimiter="; ">
<text variable="container-title" text-case="title"/>
<text variable="publisher"/>
</group>
</else-if>
<else-if type="paper-conference">
<choose>
<if variable="collection-editor editor editorial-director" match="any">
<text variable="publisher"/>
</if>
</choose>
</else-if>
<else-if type="article-journal article-magazine article-newspaper post-weblog" match="none">
<text variable="publisher"/>
</else-if>
</choose>
<group delimiter=", ">
<choose>
<if variable="archive-place">
<text variable="archive_location"/>
</if>
</choose>
<text variable="archive"/>
<text variable="archive-place"/>
</group>
</group>
</macro>
but I'm unsure the best spot to insert the following:
<else-if type="report" match="any">
<group delimiter=", " prefix=". " suffix=".">
<text variable="publisher"/>
<text variable="publisher-place"/>
<date variable="issued">
<date-part name="month"/>
<date-part name="day" prefix=" "/>
</date>
</group>
</else-if>
Should it be after this?
</else-if>
<else-if type="article-journal article-magazine article-newspaper post-weblog" match="none">
<text variable="publisher"/>
</else-if>
Thanks for your help!
The correct macro to edit is “date-bib”
To be clear, I don't want to add this info to the year in the citation, I want to put it at the very end, after publisher. Would "date-bib" still be the right spot to edit? Thanks!
Do you guys have any further input on this? If not, I'll go ahead and revise based on my understanding; I just thought I'd try to prevent frustration and issues later by getting good instruction now. Regardless, thank you for your help!
ATSDR. 2019. An overview of the science and guidance for clinicians on per-and polyfluoroalkyl substances (PFAS). U.S Department of Health and Human Services. December 6. https://www.atsdr.cdc.gov/pfas/docs/clinical-guidance-12-20-2019.pdf
If this is something that is too difficult to do in APA because of the way that guidance is written, please let me know and I can discuss with my colleagues. Thanks!
This is certainly _possible_ in APA, but it is quite awkward. The standard way of adding precise dates in APA would be
ATSDR. (2019, December 6). An overview of the science and guidance for clinicians on per-and polyfluoroalkyl substances (PFAS). U.S Department of Health and Human Services. https://www.atsdr.cdc.gov/pfas/docs/clinical-guidance-12-20-2019.pdf