Skip to content

Incorrect "accepted" rendering for post-weblog in Chicago Author-Date CSL #8123

@xuefeng-xu

Description

@xuefeng-xu

The current Chicago Author-Date CSL (18th and 17th edition) incorrectly renders "accepted" for post-weblog type.

In the CSL file, the current logic is: If no volume/issue/page-like fields exist --> print "accepted", but post-weblog doesn't have these filelds so "accepted" is always printed.

styles/chicago-author-date.csl

Lines 2557 to 2564 in 1e7104f

<if match="none" variable="collection-title issue number page supplement-number volume">
<group delimiter=" ">
<!-- article accepted for publication and available on publisher website (CMOS18 14.75) -->
<!-- TODO: use CSL term for `available-date` when available -->
<text value="accepted"/>
<date form="text" variable="available-date"/>
</group>
</if>

See also https://github.com/orgs/quarto-dev/discussions/14264#discussioncomment-16366999

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions