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
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
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.