sorting on author and year; can one sort on 1st author?
2 questions
(1) If sorting on year, is there a way to keep the articles within each year sorted according to author?
(2) On searching, is there a way to search for 1st author only?
Thanks,
Gaby
(1) If sorting on year, is there a way to keep the articles within each year sorted according to author?
(2) On searching, is there a way to search for 1st author only?
Thanks,
Gaby
(2) I don't think so. If I'm correct all authors are seen as an unordered list.
Regarding the question of searching on 1st author alone, is there any way of adding that to a "wish-list" for future development?
Thanks
Gaby
P.S. I guess the problem here is that while the access and modification dates are timestamps, the date field isn't always parsable or could indicate year-ranges.
Gaby
I have an Author as a first author in seveal papers. However, there are always different co-authors and Zotero seems to sort the list according to all following authors too.
In the Bibliography I would like to have the entries sorted by first author and year instead of List-of-authors and year.
Example:
I would like to have
Author1 , c-Author, b-Author ' ...' , 2004
Author1, b-Author, c-Author. '....', 2001
instead of
Author1, b-Author, c-Author. '....', 2001
Author1 , c-Author, b-Author ' ...' , 2004
Is that possible somehow?
Cheers, Konrad
edit: I was presuming that in your example, the b-author would come before c-author ("b" becomes before "c"), so your citations would sort correctly when only sorting by author. But that was probably wrong :).
thanks for the quick answer.
Well the years should be correct as I would like to have the most recent citation first. That is the whole point of it.
Currently I have publications of one and the same first author with different co-authors which are primarily sorted by the authorlist and then by the year resulting in something like the second example:
Author1, b-Author, c-Author. '....', 2001
Author1 , c-Author, b-Author ' ...' , 2004
Author1, d-Author, b-Author,'....', 1995
Konrad
I tried some things in the editor however I did not succed. I could not find any variable to this.
cheers nils
<sort>
<key macro="author-bib" names-use-first="1" names-min="2"/>
<key variable="issued"/>
</sort>
Edit: Probably you would want to call a date macro that restricts the date to the year, rather than the raw "issued" variable as shown above. You can do that just by calling the same macro that the style uses to render the year in the bibliography, rather than the variable.