Classify the bibliography following to language
Hello every body,
in my university, when building the bibliography for a thesis, we have to classify the article following to language, for example, firstly we show all vietnamese articles and then, enlish articles, finally, we show all website.
I don't know how to do this with zotero.
Could you help me?
Thank a lot in advance.
in my university, when building the bibliography for a thesis, we have to classify the article following to language, for example, firstly we show all vietnamese articles and then, enlish articles, finally, we show all website.
I don't know how to do this with zotero.
Could you help me?
Thank a lot in advance.
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.
Upgrade Storage
<key variable="language"/>
as the first sort key for the bibliography.
This would looks something like this:
<bibliography hanging-indent="true" et-al-min="8" et-al-use-first="6" et-al-use-last="true" entry-spacing="0" line-spacing="2">
<sort>
<key variable="language"/>
<key macro="author"/>
<key macro="issued-sort" sort="ascending"/>
</sort>
for APA style - other styles work similarly. This isn't valid CSL, but it will work.
See here for general instructions:
http://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step