Expand Use of "Archive" or "Loc. in Archive" fields in Chicago full-note-with-bib style
Some "Item Type" (e.g., Presentation, Book) first-reference citations in Chicago full-note-with-bib style currently do not present the "Archive" or "Loc. in Archive" fields; some "Item Type" (e.g., Presentation) do not even have the capability to enter the latter fields. Almost any "Item Type" may be found in an archive, and it would be helpful to have those fields available for entry and to allow them to print for all "Item Type." The present, standardized method of "Loc. in Archive" preceding "Archive" maintains for the new "Item Type" formats. I realize some of this request also impacts Zotero library edit window in Firefox, but it makes sense to tie that to the presentation and formatting request. Thank you.
I find in the Weaver's Association Archives, in a folder marked "20xx Convention Presentations," the draft of John Doe's presentation about "Underwater Basket Weaving" delivered on May x, 20xx at the Eclectic Society's annual convention in Boston. If the Eclectic Society later published a Journal with Doe's presentation in it, that presentation, revised for print, has now become a "Journal Article," and I would choose the published remarks in the journal over the presentation draft. If the latter is the only source for Doe's remarks from that presentation, I believe the most appropriate way to document the context of my citation is as presentation.
Regarding "Books" and "Book Sections," understand that my recent research has been in records of closed secondary schools and junior colleges. I have found published books, usually a headmaster's memoirs or yearbooks, often from vanity publishers with limited runs and not in libraries willing to release them through inter-library loans. I also need to document published booklets, usually catalogues and biennial bulletins. Among available "Item Type," "Book" best describes these items.
Aside: it'd be possible to model these sorts of relationships, but would result in a significantly more complex application. There's already archive fields for Book.
So what's the problem?
@ajlyon - that's an audio recording, which does have an archive field.
I retitled it:
<title>Chicago Manual of Style (Full Note with Bibliography, plus expanded archives)</title>
<id>http://www.zotero.org/styles/chicago-fullnote-bibliography-exparchive</id>
<link href="http://www.zotero.org/styles/chicago-fullnote-bibliography-exparchive"/>
In <macro name="access-note">, I changed: <else-if type="article-magazine" match="none">.
In <macro name="access">, I changed: <else-if type="article-magazine" match="none">
Can you recommend any other changes to that .csl?
http://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
Specifically you'll find in the CMS full-notes style two relevant sections: this for the bibliography:
<else-if type="book thesis chapter article-journal article-newspaper article-magazine" match="none">
<text macro="archive"/>
</else-if>
and this for notes:
<else-if type="book thesis chapter article-journal article-newspaper article-magazine" match="none">
<text macro="archive-note"/>
(they're in macros called "access" and "access-note" respectively.
in both cases, delete all the item types for which you _do_ want archive data displayed from the list. That's it.