Added style for New Zealand Veterinary Journal (NZVJ)
Added a style for NZVJ. Books, book chapters, journal article and document all working properly.
git://gist.github.com/3464277.git
git://gist.github.com/3464277.git
In line 99 - I assume you mean <text variable="publisher"/>?
I cleaned those up, but I noticed a new problem as I was testing. For some reason disambiguation isn't working properly (or at least as I would expect.) I've updated the gist with my latest csl version and exported as rdf the sample citations I'm testing with.
The suffix appended to the year for disambiguation shows up correctly in the in-text citation, but is not showing up as I would expect in the bibliography. Specifically, if a URL is present in the citation, the disambiguation suffix is showing up on the accessed date instead of published date.
https://gist.github.com/3464277
Any ideas?
Thanks
edit: otherwise the style looks good, I'll put it up asap.
Any work-around for the disambiguation issue that can be added to the style? Or just need to wait for the next update to the Zotero code? Probably won't be an issue with my real citations - just curious mostly.
Also, if I update the style, what is the process for getting the revision uploaded? Just repost back to this forum, or is it different for updates?
Cheers!
Future updates - posting here will do, but especially for existing styles, issuing a pull request (option A) is very easy and reduces my work in getting this into the repo to clicking a button:
https://github.com/citation-style-language/styles/wiki/Submitting-Styles
If you do that, please work with the copy that's now uploaded, I made some minor cosmetic changes (indenting and removing redundancies, nothing substantial).
edit: as for coding: the things _really_ to avoid - they may very well be disallowed in future csl versions - are trailing spaces in suffixes and leading spaces in prefixes. When I code I try to avoid spaces in affixes altogether. Zotero will auto-remove directly adjacent punctuation, but not if it's sparated by a space.
I am not an xml expert at all though, so may not have put the line where you wanted me to. I tried various places and the above was the outcome, depending on where I put it.
https://gist.github.com/3546390