5) You would indeed need to redefine one of the terms. See http://www.zotero.org/styles/mhra_note_without_bibliography to see an example of how this is done. In your case the terms-element will look like (assuming your locale is English):
Thanks very much Rintze, my locale is English but there seems to be very little in the terms section that I have, it didn't seem that similar to the example above, to me anyway. I will keep trying but think I might have to wait to see what Adam comes back with, this one and the final fix seem a bit too tricky for me. Thanks again anyway.
if you want me do to those two last steps, please post your code as far as you have it somewhere I can get it easily (I recommend gist.github.com - just paste in the window and click paste on the bottom right, post the link here)
Note that what I've done is mostly just move the "pages" macro around. I've also done some stuff with groups in order to keep periods and commas in order, I think you can probably figure out what it means, but don't worry if you can't.
for reference: the code example by Rintze above should read: <terms> <locale xml:lang="en"> <term name="editor" form="short"> <single>ed.</single> <multiple>eds</multiple> </term> </locale> </terms>
csl doesn't validate without the entry for multiple.
Thanks a lot for that. I have to say I am really impressed with you guys, the forum and Zotero itself. It has basically sorted out all bibliographic issues for my PhD. I'm not coming down in cash, but I will definitely make a donation to the site, and have already started recommending Zotero to everyone I know. Thanks for all your help on this and other issues and apologies again for my ineptitude on some of the more techy stuff. Respect. R
Happy to hear that.
How many people are going to use exactly this style? Is there a name (and even if it's just your University/Department) we could put on it to add it to the repository?
It has potentially very widespread use, certainly not just my university. For instance, all my fellow archaeologists from archaeology dept.s across Britain and Ireland would use something very close to this and many from other European countries also. The issue is the name; though almost all archaeologists in Europe especially those dealing with prehistory use a style similar to this, there is a tendency to individualistic tweaks of this style. For example, all of the five journal styles that I posted were very similar to this: Harvard tweaks, close to Harvard format 1 or 2, and crucially sorting by 'author' then 'date' instead of 'title'.
So perhaps if it was titled something like 'Harvard author-date general - european archaeology' this might work (if that isn't too long-winded). Then archaeologists could use it as is, or as by far the best available template for them if they wanted to make one or two individual tweaks.
Spotted one sneaky fault with that style before you upload it. With multiple authors there is a missing comma after the second author. In the example below it should be 'Armstrong, E.,'.
Macalister, R., Armstrong, E. & Praeger, R. 1912. Report on the exploration of Bronze-Age Carns on Carrowkeel Mountain, Co. Sligo. Proceedings of the Royal Irish Academy 29C: 311-47.
hey - I've fixed this here:
http://gist.github.com/183253
and will upload this asap as Harvard (Author-Date) European Archaeology
but currently my svn is being mean to me again :-(
Thanks a lot Adam, tell your SVN I said to lay off at once! One final thing I'm curious about, if I wanted to substitute 'and' for '&' in-between authors names, how would I do this? (You don't need to change this for the upload, this is just a personal tweak).
<terms>
<locale xml:lang="en">
<term name="editor" form="short">
<single>ed.</single>
<multiple>eds</multiple>
</term>
</locale>
</terms>
edited: corrected mistake in code. kudos to adamsmith.
find this (assuming you're working from Harvard 1)
<text variable="container-title" font-style="italic" suffix="."/>
<text variable="collection-title" suffix="."/>
<group suffix="." delimiter=", ">
<text macro="publisher" prefix=" "/>
<text macro="pages" />
</group>
and substitute (exactly that part) with:
<group suffix="," delimiter=".">
<text variable="container-title" font-style="italic"/>
<text variable="collection-title"/>
</group>
<text macro="pages" suffix="."/>
<text macro="publisher" prefix=""/>
if you want me do to those two last steps, please post your code as far as you have it somewhere I can get it easily
(I recommend gist.github.com - just paste in the window and click paste on the bottom right, post the link here)
Note that what I've done is mostly just move the "pages" macro around. I've also done some stuff with groups in order to keep periods and commas in order, I think you can probably figure out what it means, but don't worry if you can't.
That worked like a charm! I posted the code to gist.github.com for the final fix (no. 5). This should be it:
http://gist.github.com/178996
this should have it all.
for reference:
the code example by Rintze above should read:
<terms>
<locale xml:lang="en">
<term name="editor" form="short">
<single>ed.</single>
<multiple>eds</multiple>
</term>
</locale>
</terms>
csl doesn't validate without the entry for multiple.
Thanks a lot for that. I have to say I am really impressed with you guys, the forum and Zotero itself. It has basically sorted out all bibliographic issues for my PhD. I'm not coming down in cash, but I will definitely make a donation to the site, and have already started recommending Zotero to everyone I know. Thanks for all your help on this and other issues and apologies again for my ineptitude on some of the more techy stuff. Respect. R
How many people are going to use exactly this style? Is there a name (and even if it's just your University/Department) we could put on it to add it to the repository?
It has potentially very widespread use, certainly not just my university. For instance, all my fellow archaeologists from archaeology dept.s across Britain and Ireland would use something very close to this and many from other European countries also. The issue is the name; though almost all archaeologists in Europe especially those dealing with prehistory use a style similar to this, there is a tendency to individualistic tweaks of this style. For example, all of the five journal styles that I posted were very similar to this: Harvard tweaks, close to Harvard format 1 or 2, and crucially sorting by 'author' then 'date' instead of 'title'.
So perhaps if it was titled something like 'Harvard author-date general - european archaeology' this might work (if that isn't too long-winded). Then archaeologists could use it as is, or as by far the best available template for them if they wanted to make one or two individual tweaks.
Spotted one sneaky fault with that style before you upload it. With multiple authors there is a missing comma after the second author. In the example below it should be 'Armstrong, E.,'.
Macalister, R., Armstrong, E. & Praeger, R. 1912. Report on the exploration of Bronze-Age Carns on Carrowkeel Mountain, Co. Sligo. Proceedings of the Royal Irish Academy 29C: 311-47.
http://gist.github.com/183253
and will upload this asap as Harvard (Author-Date) European Archaeology
but currently my svn is being mean to me again :-(
http://www.zotero.org/styles/Harvard-european-archaeology/dev?install=1