change normal IEEE style to IEEE CS
Hi,
I have found that IEEE Computer Society (IEEE-CS) does not like the multiple citations to be collapsed.
I found a work around
1. Create a copy of old of the file /home/user_name/.zotero/zotero/6q292jhc.default/zotero/styles/ieee.csl as ieee-c-s.csl
2. Edit the segment of citation in the xml or .csl file as follows
<!-- Citation -->
<citation collapse="false">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="[" suffix="]" delimiter="], [">
<text variable="citation-number"/>
</layout>
</citation>
3. change the the following entry in info section
<info>
<title>IEEE Computer Society</title>
<id>http://www.zotero.org/styles/ieee-c-s</id>
you are done
I have found that IEEE Computer Society (IEEE-CS) does not like the multiple citations to be collapsed.
I found a work around
1. Create a copy of old of the file /home/user_name/.zotero/zotero/6q292jhc.default/zotero/styles/ieee.csl as ieee-c-s.csl
2. Edit the segment of citation in the xml or .csl file as follows
<!-- Citation -->
<citation collapse="false">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="[" suffix="]" delimiter="], [">
<text variable="citation-number"/>
</layout>
</citation>
3. change the the following entry in info section
<info>
<title>IEEE Computer Society</title>
<id>http://www.zotero.org/styles/ieee-c-s</id>
you are done
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.