Modified AMA Citation Style
The default AMA citation style is a superscripted numeric citation with a numbered reference list. I am trying to edit the citation style so that the in-text citation appears as follows:
...text to be cited [Author, year; Author, year].
The reference list should be sorted alphabetically. Using the AMA (sorted alphabetically) style as my starting point, I am assuming the following code is what needs to be edited, but I am not sure how to get it to look how I want:
Any help would be appreciated.
...text to be cited [Author, year; Author, year].
The reference list should be sorted alphabetically. Using the AMA (sorted alphabetically) style as my starting point, I am assuming the following code is what needs to be edited, but I am not sure how to get it to look how I want:
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout delimiter="," vertical-align="sup">
<text variable="citation-number"/>
<group prefix="(" suffix=")">
<label variable="locator" form="short" strip-periods="true"/>
<text variable="locator"/>
</group>
</layout>
</citation>
Any help would be appreciated.
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
For longer code bits, use hastebin.com)