Inserting a comma between last author and journal
Hello,
I recently created a new citation style which looks like:
G. F. Burkhard, E. T. Hoke, M. D. McGehee Adv. Mater. 2010, 22, 3293.
However, I can not seem to figure out how to insert a comma between last author and journal.
I would like the citation to look like:
G. F. Burkhard, E. T. Hoke, M. D. McGehee, Adv. Mater. 2010, 22, 3293.
Any tips on how I can edit the CSL file to do that?
BTW, below is the section in my CSL file which I thinks needs to be edited:
<macro name="author">
<names variable="author">
<name sort-separator=" " initialize-with=". " name-as-sort-order="short"
delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=", " suffix="." text-case="capitalize-first"/>
Thanks,
Jason
I recently created a new citation style which looks like:
G. F. Burkhard, E. T. Hoke, M. D. McGehee Adv. Mater. 2010, 22, 3293.
However, I can not seem to figure out how to insert a comma between last author and journal.
I would like the citation to look like:
G. F. Burkhard, E. T. Hoke, M. D. McGehee, Adv. Mater. 2010, 22, 3293.
Any tips on how I can edit the CSL file to do that?
BTW, below is the section in my CSL file which I thinks needs to be edited:
<macro name="author">
<names variable="author">
<name sort-separator=" " initialize-with=". " name-as-sort-order="short"
delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=", " suffix="." text-case="capitalize-first"/>
Thanks,
Jason
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
Here is the link:
git://gist.github.com/1218539.git
Note I used and existing CSL file to make this one. I am still new to editing CSL file.
Thanks!
Jason
https://gist.github.com/1218578
Thanks again,
Jason
<text macro="author" suffix=", "/>
all Frank did was to add the comma.
Please let us know if/when the style is sufficiently developed to put it up on the repository. See here for some details:
http://www.zotero.org/support/dev/citation_styles/sharing_styles