University of Leeds harvard edits
Hello,
I hope this is the right place to comment. I'm trying to use the Univ of Leeds Harvard style and noticing quite a few things that I think are different to the guidance at http://library.leeds.ac.uk/skills-referencing#activate-harvard_style
1) Book chapters: UoL guidance is Family name then initial - the Zotero style gives the initial first
i.e. it should be:
Family name, INITIAL(S). Year. Chapter title. In: Family name, INITIAL(S) (of editor). ed(s). Title of book. Place of publication: Publisher, page numbers.
I get Hulme, D. 2008. Reflections on NGOs and Development: The Elephant, the Dinosaur, Several Tigers but No Owl In: A. J. BEBBINGTON et al., eds. Can NGOs Make a Difference? The Challenge of Development Alternatives. London: Zed.
2) Book chapters again - editor surname showing in caps, the guidance is lower case.
3) Multiple source citations in text: the guidance is that these should be listed chronologically, which doesn't seem to happen at the moment.
4) 'In' for book sections or conferences - these are showing in italics but the guidance doesn't show italics.
Also, I tried to download the style to have a go at editing it, but just got a few lines, not the whole thing. Not sure what I did there?
It would be wonderful if someone who knows what they're doing could have a go at making these changes! Thanks
I hope this is the right place to comment. I'm trying to use the Univ of Leeds Harvard style and noticing quite a few things that I think are different to the guidance at http://library.leeds.ac.uk/skills-referencing#activate-harvard_style
1) Book chapters: UoL guidance is Family name then initial - the Zotero style gives the initial first
i.e. it should be:
Family name, INITIAL(S). Year. Chapter title. In: Family name, INITIAL(S) (of editor). ed(s). Title of book. Place of publication: Publisher, page numbers.
I get Hulme, D. 2008. Reflections on NGOs and Development: The Elephant, the Dinosaur, Several Tigers but No Owl In: A. J. BEBBINGTON et al., eds. Can NGOs Make a Difference? The Challenge of Development Alternatives. London: Zed.
2) Book chapters again - editor surname showing in caps, the guidance is lower case.
3) Multiple source citations in text: the guidance is that these should be listed chronologically, which doesn't seem to happen at the moment.
4) 'In' for book sections or conferences - these are showing in italics but the guidance doesn't show italics.
Also, I tried to download the style to have a go at editing it, but just got a few lines, not the whole thing. Not sure what I did there?
It would be wonderful if someone who knows what they're doing could have a go at making these changes! Thanks
Changed editor surnames to first cap only
Changed the In to not being italics
Got the sources to list chronologically
Still stuck on family name first for editors. Thanks for all the excellent guidance through the forum that meant I could work some of these out.
<else-if type="chapter paper-conference" match="any">
<text macro="title" prefix=" "/>
<group prefix=" ">
<text term="in" text-case="capitalize-first" suffix=":"/>
<names variable="editor" delimiter=", " prefix=" " suffix=".">
<name and="text" delimiter-precedes-last="never" initialize-with=". ">
<name-part name="family" text-case="capitalize-first"/>
</name>
<label form="short" strip-periods="false" prefix=", "/>
</names>
<group prefix=" " suffix="." delimiter=" ">
<text variable="container-title" font-style="italic"/>
<choose>
<if match="any" variable="URL">
<text term="online" form="long" plural="false" prefix="["suffix="]"/>
</if>
</choose>
</group>
<macro name="editor">
<names variable="editor" delimiter=", ">
<name and="symbol" initialize-with=". " delimiter=", " name-as-sort-order="all"/>
<label form="short" prefix=", "/>
</names>
Is that what you meant? It doesn't seem to have worked - still getting initials first. Sorry! - what am i doing wrong?
The Zotero CSL test pane produces: with the version you put up, so it works for me.
Hulme, D. 2008. Reflections on NGOs and Development: The Elephant, the Dinosaur, Several Tigers but No Owl In: A. J. Bebbington et al., eds. Can NGOs Make a Difference? The Challenge of Development Alternatives. London: Zed.
I want it to be Bebbington, A.J. et al., eds. etc
Not sure why you are getting a different format - I just did copy and paste for the github thing. Grateful for any ideas
Hulme, D. 1994. Social development research and the third sector: NGOs as users and subjects of social inquiry In: D. Booth, ed. Rethinking Social Development: Theory, Research and Practice. Harlow: Longman.
Thanks again!
That comes up as
Melville, H. 1998. Moby Dick [online] (Tanner, T., ed.). Oxford; New York: Oxford University Press. Available from: http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=56041 [Accessed July 15, 2014].
But it's a book not a book section - my other refs are book chapters
If I make it a book section, I get
Melville, H. 1998. In: T. Tanner, ed. Moby Dick [online]. etc
Arghgh!
Try changing
<name and="text" delimiter-precedes-last="never" initialize-with=". ">
to
<name and="text" delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all">
on line 159 ( https://gist.github.com/anonymous/415466230db3b500f982#file-gistfile1-txt-L159 ).