Order bibliography by "pages" in a journal issue
My task is to extract articles' cites and abstract within a journal issue, and doing so in the order the articles appear in the issue.
I figured out how to add the abstract in the style editor but don't know how to order them by "Pages". Default bibliography generation orders by authors' last name. I know it is weird that we order by pages, but can anyone please help?
I figured out how to add the abstract in the style editor but don't know how to order them by "Pages". Default bibliography generation orders by authors' last name. I know it is weird that we order by pages, but can anyone please help?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Then select "Variable" (the default) and "page".
Then, on the left, drag&drop that entry to the top of the list.
Or, in code
<sort>
<key variable="page"/>
</sort>
@DWL-SDCA: sort of what I am being asked to do. My current workflow is to save each issue in a collection, generate bibliography and copy them to Word. I'd appreciate if you have any way to improve this.