Skip to content

CSL variable references being handled incorrectly leads to incorrect citation in APA format #448

@rikashore

Description

@rikashore

The CSL for APA 7th edition uses the CSL references variable to represent and render original publication circumstances, such as reprinted book chapters (see here).

As Hayagriva does not resolve this variable (as seen here) publication circumstances cannot be rendered correctly.

For instance, the following entry for Hayagriva

moscoviciphenom:
  type: chapter
  title: "The Phenomenon of Social Representations"
  author: Moscovici, Serge
  date: 2000
  page-range: 18-77
  parent:
    type: book
    title: "Social Representations: Explorations in Social Psychology"
    publisher: Polity
    editor: Duveen, Gerard
    page-range: 3-69
    parent:
      type: original
      title: "Social Representations"
      date: 1984
      editor: 
        - Farr, Rob
        - Moscovici, Serge
      publisher: Cambridge University Press

Produces the following citation

Image

As per the APA Manual, it should look similar to

Image

A fix would be to resolve the references field for original publication, or to provide some workaround for this feature.

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