Reverse reference order in multilingual bibliography
Hello!
My work maked in Microsoft Word 2010 with Zotero Firefox plugin. It's Russian language work, but bibliography have references both in Russian and English. Tell me, please, how can i change format of the references:Russian references should be at the begining of the bibliography, and then should be presented English references.
Thank's a lot!
My work maked in Microsoft Word 2010 with Zotero Firefox plugin. It's Russian language work, but bibliography have references both in Russian and English. Tell me, please, how can i change format of the references:Russian references should be at the begining of the bibliography, and then should be presented English references.
Thank's a lot!
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
If you're willing to modify a citation style ( http://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step )
and you have corresponding values in the data field, you can add
<key variable="language" sort="descending"/>
as the first sort condition to the citation style,
http://citationstyles.org/downloads/specification.html#sorting
but this is
a) not valid CSL and
b) requires meticulous data entry, since the field content is used as is
Thanks!
I have pretty much the same issue as ferk_88. I have references in both Bulgarian and English and have to put Bulgarian before English (i.e. cyrillic before latin). Tried to edit the style the way adam smith suggested above but besides a message that this is not a valid csl style, nothing changes.
As far as I got it, I have to put the code above in the 'bibliography' section of the code. Is this right?
Please, give me some suggestions how to get through this. I found Zotero just recently and am very excited about it. However, the sorting issue is something that I will have to cope with every time I make a reference list.
Notes:
-The style I tried to edit is based on 'Springer SocPsych (numeric, brackets)'
-I use Zotero Standalone
-Made the changes in Notepad++
If so, post the style as you have it to gist.github.com, create a public gist and post a link here.
However, another problem appeared: Journal and Book names are not italicized anymore. When I cut the sorting code, the italic comes back, but the sorting is gone.
Do you think I should create a public gist for this issue? If so, how do I cite a code that is not my own?
Thank you.
Please tell me if it is inappropriate to post the link here and if I should seek support directly through GitHubGist. I am new to these things and don't get well with them for the moment.
Thank you.
@aurimas-take a look, see if I forgot something.
Thank you so much, adam smith and all of you!