How can I show "Volume(Issue)" in American Sociological Association format?
I am trying to use csl simple edit to fix a part in the ASA format.
What I need is this style:
Amenta, Edwin, and Yvonne Zylan. 1992. “A Hero for the Aged? The Townsend Movement, the Political Mediation Model, and U.S. Old-Age Policy, 1934-1950.” The American Journal of Sociology 98(2):308-39.
However, the current ASA style does not generate this part: "98(2)" -- it only shows this: "98". What can I do to fix this? This is my first time to use csl simple edit, so I have no clue...
Thanks so much for your help. I will greatly appreciate it.
What I need is this style:
Amenta, Edwin, and Yvonne Zylan. 1992. “A Hero for the Aged? The Townsend Movement, the Political Mediation Model, and U.S. Old-Age Policy, 1934-1950.” The American Journal of Sociology 98(2):308-39.
However, the current ASA style does not generate this part: "98(2)" -- it only shows this: "98". What can I do to fix this? This is my first time to use csl simple edit, so I have no clue...
Thanks so much for your help. I will greatly appreciate it.
<group delimiter=":">
<text variable="volume" />
<text variable="page"/>
</group>
and turn it into
<group delimiter=":">
<group>
<text variable="volume" />
<text variable="issue" prefix="(" suffix=")"/>
</group>
<text variable="page"/>
</group>