Style request: EMBO press
Hi,
I am new to Zotero.
I need a style like EMBO press, but with citations showing as numbers in text and numbered accordingly in biography (eg. [1] style). Right now the in-text citations show names with year. I don't know how to change it.
Can someone make it for me or tell me how to do it? Thank you in advance!
I am new to Zotero.
I need a style like EMBO press, but with citations showing as numbers in text and numbered accordingly in biography (eg. [1] style). Right now the in-text citations show names with year. I don't know how to change it.
Can someone make it for me or tell me how to do it? Thank you in advance!
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<text macro="author-short"/>
<text macro="year-date"/>
<text variable="locator"/>
</group>
</layout>
</citation>
replace with
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="[" suffix="]" delimiter=", ">
<text variable="citation-number"/>
</layout>
</citation>
and finde
<bibliography hanging-indent="true" et-al-min="11" et-al-use-first="10">
<sort>
<key macro="author"/>
<key variable="issued"/>
</sort>
<layout>
<text macro="author"/>
and change to
<bibliography second-field-align="flush" et-al-min="11" et-al-use-first="10">
<layout>
<text variable="citation-number"/>
<text macro="author"/>
General instructions
https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step