multiple citations from same author & same year
Dear Zotero-experts
I have one author who wrote two papers in the same year. I use a slightly modified APA style, multiple citations are handled using the "disambiguate-add-year-suffix".
Unfortunately the resulting citations are in the wrong order, i.e. Doe 2006a is displayed as Doe 2006b. I am pretty sure that the entries in my bibliography are correct, so I dont know what do....
Which part of the CSL-code deals with the order of multiple references?
Here is my code: http://gist.github.com/117674
Thanks in advance for your help!!!
Best,
Durden
I have one author who wrote two papers in the same year. I use a slightly modified APA style, multiple citations are handled using the "disambiguate-add-year-suffix".
Unfortunately the resulting citations are in the wrong order, i.e. Doe 2006a is displayed as Doe 2006b. I am pretty sure that the entries in my bibliography are correct, so I dont know what do....
Which part of the CSL-code deals with the order of multiple references?
Here is my code: http://gist.github.com/117674
Thanks in advance for your help!!!
Best,
Durden
"If there is more than one reference by an author in the same year, suffixes (a, b, c, etc.) are added to the year.
Allocation of the suffixes is determined by the order of the references in the reference list."
My problem is the ordering of the in-text citations.
The order of the references in the reference list is correct, but the order in.text is different....
I would like to implement the sorting-option using a macro, unfortunately I do not know how to do this... Is there any example for this?
Thanks!
Durden
Changing
<sort>
<key macro="author"/>
<key variable="year-date"/>
</sort>
into
<sort>
<key macro="author"/>
<key macro="issued-year"/>
</sort>
should do the trick.
Thanks very much for your help!
I have also never tinkered with the .csl files before. Any help?
So the first thing to do would be to check the bibliography and see if the items appear in the correct sequence there. If so, it's correct for the style, and if our settings in the style are correct, your editor should not have a problem with it.