More on dates: What to do when the issue is "Summer" or "June"?
How to enter a journal that does not give issue numbers, but lists a month or a season as the issue? I've entered Summer, for example, in the issue field, but when using the Chicago Manual of Style style, the issue is listed as:
Lastname, Firstname. 1990. Title. Publication, no. Summer: 24-29.
I'm wondering if this is a problem that must be altered in the Chicago Manual of Style style, or if there is a larger issue of how to enter the data for a journal that has no issue numbers but uses dates or seasons instead.
Thanks,
Jon
Lastname, Firstname. 1990. Title. Publication, no. Summer: 24-29.
I'm wondering if this is a problem that must be altered in the Chicago Manual of Style style, or if there is a larger issue of how to enter the data for a journal that has no issue numbers but uses dates or seasons instead.
Thanks,
Jon
if the respective part gets changed to:
<choose>
<if is-numeric="issue">
<text variable="issue" prefix=", no. "/>
</if>
<else>
<text variable="issue" prefix=", "/>
</else>
</choose>
your citation would read
Lastname, Firstname. 1990. Title. Publication, Summer: 24-29.
But I won't touch CMoS - that's Elena's field of expertise.
Fones-Wolf, Elizabeth A. 1999. Creating a Favorable Business Climate: Corporations and Radio Broadcasting. Business History Review 73, no. 2 (Summer): 221-255.
This seems right to me. If not, let me know what should be changed.