-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Incorrect "accepted" rendering for post-weblog in Chicago Author-Date CSL #8123
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels