Article type and APA style

Hey, I have a user who complained that an entry of the article type didn’t render the way he expected using the APA 6th Edition style.

I checked the style file [1] and indeed, in several places it mentions “article-journal”, “article-newspaper” and “article-magazine” but not “article”. Yet “article” is still on the list of valid types [2].

So my question: is all of this as it should be, or is something out of date?

[1] https://github.com/citation-style-language/styles/blob/master/apa.csl

[2] https://github.com/citation-style-language/schema/blob/master/csl-types.rnc

See https://github.com/citation-style-language/csl-evolution/issues/11 for context and details. article is technically valid (still) but it has no clear meaning (i.e. it doesn’t correspond to anything in the APA guide) and thus no clearly defined expected output. You should avoid mapping to it for most purposes (Mendeley uses it as a generic fallback, which is fine)

@Sebastian_Karcher thanks for that, I’ll make the needed changes to the biblatex-csl-converter package.

However, it sounds like our user knows APA better than me and he claims that APA doesn’t allow extra words in the bibliography which is why he complained about it saying “Vol.” (for “volume”). So if that is a general rule that applies to all citation types in APA, then it would to me seem to make sense to have a catch-all somewhere that makes sure that even non-supported types, such as “article”, are rendered in a way that is generally in line with what APA style looks like.

It’s not a general rule – your user is (correctly) talking about journal volumes, for which APA never uses Vol. but it does for e.g. book volumes:

1 Like

Ok, biblatex-csl-converter has now been updated to behave the same way as pandoc-citeproc in relation to newspaper, magazine, journal and generic articles.

1 Like