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
Sign In or Register to comment.