Cambridge History Faculty Style
Hey guys, I've been using Zotero for the last few months and really like it. My problem is that my thesis, which is being written for Cambridge's History Faculty, need to use a style which is a slight tweak on the 'Historical Journal' style. Could somebody tell me how to code it?
A book needs to appear as follows:
M. Cowling, Disraeli, Gladstone and Revolution: the passing of the second Reform Bill (Cambridge, 1967), pp. 41-5, 140-7, 151-62.
And so the only tweaks this requires to the HJ format is the deletion of the publisher and the removal of the comma after the book title. The Book title should also be italicised, but obviously I wasn't able to format that here.
Journal Articles need to be formatted as follows:
W.G. Hynes, ‘British mercantile attitudes towards imperial expansion’, Historical Journal, XIX, 4 (1976), 969-76.
Which again merely entails the removal of the 'pp.' from the page numbers in the HJ style.
Finally, volumes need to appear as:
John Morley, The life of William Ewart Gladstone (2 vols., London, 1988 edn.), I, 42, 121-34.
Which just requires the removal of the comma after the title and the removal of 'pp.', as above, from the HJ style.
I'm very new to this end of Zotero so if anyone could help me make these simple tweaks I'd be every so grateful.
A book needs to appear as follows:
M. Cowling, Disraeli, Gladstone and Revolution: the passing of the second Reform Bill (Cambridge, 1967), pp. 41-5, 140-7, 151-62.
And so the only tweaks this requires to the HJ format is the deletion of the publisher and the removal of the comma after the book title. The Book title should also be italicised, but obviously I wasn't able to format that here.
Journal Articles need to be formatted as follows:
W.G. Hynes, ‘British mercantile attitudes towards imperial expansion’, Historical Journal, XIX, 4 (1976), 969-76.
Which again merely entails the removal of the 'pp.' from the page numbers in the HJ style.
Finally, volumes need to appear as:
John Morley, The life of William Ewart Gladstone (2 vols., London, 1988 edn.), I, 42, 121-34.
Which just requires the removal of the comma after the title and the removal of 'pp.', as above, from the HJ style.
I'm very new to this end of Zotero so if anyone could help me make these simple tweaks I'd be every so grateful.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
John Smith, Zotero is Confusing (London, 2000), p. 12
Rather than like this:
John Smith, Zotero is Confusing, (London, 2000), p. 12
Find<text macro="container"/>around line 172 (could be slightly off based on your edits) and wrap them inside<text macro="volref"/>
<group delimiter=" ">.... </group>tags.Can you give me an example of the completed code?
Thanks!
Find
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">(around line 150). Wrap everything _inside_ the else-if block in<group>...</group>.To wrap
<a>inside<i>...</i>=<i><a>
</i>
And I'm afraid I really don't understand the code stuff, sorry for being so stupid. Could you just paste what it is I need to replace with the complete code?
x+01: <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
x+02: <group delimiter=" ">
x+03: <group delimiter=", ">
x+04: <text macro="title"/>
x+05: <text macro="editor"/>
x+06: </group>
x+07: <group delimiter=", ">
x+08: <group prefix=" (" suffix=")" delimiter=", ">
x+09: <text macro="volumes"/>
x+10: <text macro="publisher"/>
x+11: <text macro="container"/>
x+12: <text macro="date"/>
x+13: </group>
x+14: </group>
x+15: </group>
x+16: ...
You have to add (Plus-button) especially a new "group"-node and ajdust the delimiter at position x+02, then move the other two nodes x+03 and x+07 inside that new created one.