Export bibliography using nested sorting by date and within alphabetical author
Hi,
Curious if there is a way using the application or the web version of Zotero, where you can create a sorted bibliography that is sorted by author first and then by date or vice versa, so that the second sort still keeps in mind the first sort in alphabetical order?
Thanks!
Curious if there is a way using the application or the web version of Zotero, where you can create a sorted bibliography that is sorted by author first and then by date or vice versa, so that the second sort still keeps in mind the first sort in alphabetical order?
Thanks!
green et al. 2024
red et al. 2024
blue et al. 2023
purple et al. 2023
Currently, it appears that sorting by year doesn't maintain a logical system for creating a bibliography for a specific year that is alphabetical by author.
<sort>
<key macro="year-date"/>
<key macro="author" sort="descending"/>
</sort>
the names of the macros will vary by style, of course. Which one are you working with?
https://s3.amazonaws.com/zotero.org/images/forums/u7005503/v0bh95oi9femsmkt14h0.jpg
<key variable="issued"/>
(though that will sort by the exact date (as provided in the metadata), so might not be what you want.https://www.zotero.org/styles?format=author-date&dependent=0
To give you an example, the first style there is Academy of Management Review.
It has as its sort macro
<sort>
<key macro="author"/>
<key macro="issued-year"/>
</sort>
So the date macro is issued-year and you just switch the two to get what you need, so
<sort>
<key macro="issued-year"/>
<key macro="author"/>
</sort>
Make sure to do this for the bibliography, not the citation section of the style