Changing letter template in Chicago Manual of Style
I'm sorry, but I have never worked with html before, so I don't understand the other forums about how to fix citation styles.
I need the "letter" template to not put the to/from (title) in quotes, include the location in archive, and the repository in the note. I would absolutely love it if a citation manager would have a special form for a letter (with to/from instead of author/title). I used Endnote before I found Zotero (and still do to an extent since I understand how to manipulate it better). I had to force Endnote into citing archival materials, but I feel like it does it with one hand tied behind its back. I was so excited when I saw that Zotero included entry blanks for archival info.
I need the "letter" template to not put the to/from (title) in quotes, include the location in archive, and the repository in the note. I would absolutely love it if a citation manager would have a special form for a letter (with to/from instead of author/title). I used Endnote before I found Zotero (and still do to an extent since I understand how to manipulate it better). I had to force Endnote into citing archival materials, but I feel like it does it with one hand tied behind its back. I was so excited when I saw that Zotero included entry blanks for archival info.
The above is a bit hoard to follow.
Zotero does this: “Harris to Goetz, 6 Apr 1925.” (if I suppress the author) or this Harris, “Harris to Goetz, 6 Apr 1925.” (if I don't).
The title I entered was "Harris to Goetz, 6 Apr 1925". I also filled in the author, date, location in archive, and repository fields.
It should be this: Harris to Goetz, 6 Apr 1925, Box 7, Calverton Papers Columbia.
Aside: this points to some recurring issues with typing in Zotero. This example is neither only a Letter, nor a Manuscript; it's both. It might be that the style needs to be tweaked to be a little more resilient, but am not sure.
Harris to Goetz, May 12, 1925.
I still need the archival information.
Thanks for the help!
full note: http://www.zotero.org/styles/chicago-fullnote-bibliography
note: http://www.zotero.org/styles/chicago-note-bibliography
I'm using footnotes. I want the full form of the citation in the footnote the first time the source is used. All subsequent footnotes should be in the short form of the citation.
I've searched and searched through the physical copy of the Chicago Manual and it doesn't really have a guideline for manuscript sources other than to be "consistent."
Here's what I see as the problem:
<macro name="access-note">
<group delimiter=", ">
<choose>
<if type="graphic report" match="any">
<text macro="archive-note"/>
</if>
<else-if type="book thesis chapter article-journal
article-newspaper article-magazine" match="none">
<text macro="archive-note"/>
</else-if>
</choose>
<text variable="DOI" prefix="doi:"/>
<text variable="URL"/>
</group>
</macro>
This macro (which is what is handling archive information) is pretty restrictive. Elena, why not just remove the conditional entirely and do the following?
<macro name="access-note">
<group delimiter=", ">
<text macro="archive-note"/>
<text variable="DOI" prefix="doi:"/>
<text variable="URL"/>
</group>
</macro>
The only problem I can see with that change off-hand is that it might run into what I've called a bug where "archive" is understood rather too liberally by Zotero.
@Bruce: Your guess is correct--the conditional is there because currently Zotero puts the name of the library catalogue in the "Repository" field when downloading books and the name of the article database when downloading articles. This needs to be changed before removing the code. Here is the ticket with the relevant discussion: https://www.zotero.org/trac/ticket/853 What do you think should be changed? Some memoranda do include titles, so we should probably keep the title field for letters. Or were you thinking of something else?
But on looking at that macro again, I'm confused why it's not working correctly here. It seems to me the else-if condition should mean that a letter would call that macro.
As for what I was suggesting might be changed, it seems it already was (but I earlier missed it): to allow archival information for letters. Might also make sense to allow more contributors on Manuscript though (?).
4. Abram Harris to George Goetz, March 25, 1925, Box 7, Calverton Papers, NYPL.
5. Abram Harris to George Goetz, February 10, 1925, Box 7, Calverton Papers, NYPL.
6. Harris to Goetz, March 25, 1925.
Is there some way to make them all Harris to Goetz? Maybe I should leave out first names when I fill in the citation information?
I don't think the footnotes look cluttered as they are, though.
1. Harris to Goetz, April 6, 1925; Abram Harris to George Goetz, June 18, 1925.
2. Abram Harris to George Goetz, December 12, 1924, Box 7, Calverton Papers, NYPL
3. Abram Harris to George Goetz, May 12, 1925, Box 7, Calverton Papers, NYPL.
4 Harris to Goetz, June 18, 1925
chrome://zotero/content/tools/csledit.xul