drdaniel wrote:
> Hi,
>
> I am trying to organize some publications from a bib file. I want to
> first sort it by year, then by first author. The year works fine, but
> the author is tricky. Sorting by "authors" picks whichever author
> comes alphabetically first. How can I make it look at only the last
> name of the first author?
>
Daniel,
Babel should have already generated "Author" items for you, with
"last-name" properties. So, *in theory*, you would just need this expression
.author.last-name
But this doesn't work (yet) as the list view only handles one property
at a time, not a compound expression like that. But you could make a
facet of authors' last names using that expression, if that helps.
David
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---