Sort order in APA CV style seems wrong
I would like to use the
APA CV stylefor a report which sorts the entries by descending dates.However, I experience that at the end of the outputted bibliography, all the conference papers (paper-conference) appear and the list is therefore not sorted overall by dates.Is this some special APA rule or is this an error?
The reason for the behavior is the following macro in the CSL file:
For every case the same line
The reason for the behavior is the following macro in the CSL file:
For every case the same line
is performed.However, all conference papers with an editor (or any other of the mentioned variables) are excluded and therefore no value is given for these cases.Can we fix this and what would the correct case distinction be here?
I just experimented and there seems also to be an unwanted sorting for the normal APA style if we have several entries with the same authors, e.g.currently the following order for the normal APA 7 style is outputted:
Connor, J.(1980).Article title.Journal Titel.
Connor, J.(1990a).Conference paper title with no editors.Proceeding Title.
Connor, J.(2020).Article title.Journal Titel.
Connor, J.(1990b).Conference paper title with editors.In J.Doe (Ed.), Proceeding title.
I can work on a pull request to replace the complicated code in the macro with the simple line mentioned by @adamsmith.
1980
1990
2020
i.e.the last entry was maped to nothing which sorts last overall.With the fix in the PR the normal sorting will be established again (also in such cases like here).