Sort on firstCreator (first Author) and Year
From the Firefox Zotero centre pane (select all, right click) is there any way I can create an rtf file sorted by firstCreator then Year? For example, in Harvard Reference format 1 (Author-Date), the report seems to be sorted on firstCreator then Title (but with apparently random restarts of the Title order if one Creator has many citations).
When I sort by Year and then Creator in the centre pane of Zotero, the entries are not sorted by year within each first author. I think this is because all these entries are treated as being different Creators (so Year is sorted within each): "Adams, A" and "Adams, Alan" and "Adams, AB" and "Adams, A, Brown, B" and "Adams, A, Brown, B, Charles, C" and "Adams, A, Charles, C, Brown, B".
I have similar problems when I generate a report and add "?sort=firstCreator,date" (without the quotes). This generates the same sort order as clicking on Year then Creator in the centre pane of Zotero.
I'd be very grateful for advice about how to get either an rtf file or report sorted by firstCreator then Year.
Frank
When I sort by Year and then Creator in the centre pane of Zotero, the entries are not sorted by year within each first author. I think this is because all these entries are treated as being different Creators (so Year is sorted within each): "Adams, A" and "Adams, Alan" and "Adams, AB" and "Adams, A, Brown, B" and "Adams, A, Brown, B, Charles, C" and "Adams, A, Charles, C, Brown, B".
I have similar problems when I generate a report and add "?sort=firstCreator,date" (without the quotes). This generates the same sort order as clicking on Year then Creator in the centre pane of Zotero.
I'd be very grateful for advice about how to get either an rtf file or report sorted by firstCreator then Year.
Frank
If you want to modify a citation style, have a look at the names-use-first function:
http://citationstyles.org/downloads/specification.html#sorting
see here for general instructions on modifying citation styles
http://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
Anyhow, Zotero, by design, uses the full author name if the last name is the same. It used to just use the actual string displayed in the column, but that's not what people wanted. If, as adamsmith says, you keep first names the same for the same authors this will generally work better, though.
At the start of the "bibliograpy" section:
<bibliography hanging-indent="false" et-al-min="1" et-al-use-first="1">
<sort>
<key macro="author-short"/>
<key macro="year-date"/>
<key macro="title"/>
</sort>
... and almost at the end of the "bibliograpy" section ...
<else>
<text macro="editor" prefix=" " suffix="."/>
<group prefix=" " suffix=".">
<text variable="container-title" font-style="italic" form="short" suffix=""/>
<group delimiter=";" prefix=" ">
<date variable="issued">
<date-part name="year"/>
</date>
<group>
<text variable="volume"/>
<text variable="issue" prefix="(" suffix=")"/>
</group>
</group>
<text variable="page" prefix=":"/>
</group>
</else>
I realize this thread is some months old, but I didn't find anything newer.
Is there any way to get the old sorting behavior for Creator back, i.e. "use the actual string displayed in the column"?
I just realized that this was changed and it makes things much more confusing for me. At least I am not one of the people who want that change. For me, the ideal sorting would actually be FirstAuthor (or FirstCreator) - Year. Isn't it possible to make this an option or be able to choose between the old and the new author sorting?