Zotero Item Type "Document"
We're working on citation style sheets for Value in Health and Spine journals. Looking at the CSL Schema / csl-types.rnc I don't see a type for the Zotero item type "Document". What would it be?
We're almost done with these. They won't be perfect, but how can we make them available to others? Also, they were done in Notepad, so they have CR as well as LF at the end of each line. It doesn't appear to affect their performance on a Windows computer, but I noticed all the other style files don't have CRs in them.
We're almost done with these. They won't be perfect, but how can we make them available to others? Also, they were done in Notepad, so they have CR as well as LF at the end of each line. It doesn't appear to affect their performance on a Windows computer, but I noticed all the other style files don't have CRs in them.
See
https://github.com/citation-style-language/styles/wiki/Submitting-Styles
I believe the repository requires Unix Newlines - if you can't convert it, we will.
Thanks!
<choose>
<if is-numeric = "issue">
</if>
<else>
<text variable="issue" prefix="(" suffix=")"/>
</else>
</choose>
http://citationstyles.org/downloads/specification.html#number
Thanks!
AFAIK, supplements need to have a prefix added to the issue number because their collation is typically independent from the volume/issue (I have had awful trouble locating articles when that indication was missing: in older times, the numbering of supplement would use latin numerals, merely converting them to roman without adding that indication makes the citation incorrect), and that prefix will presumably vary by language ("supp." in English, "suppl." in French, "nachtr." in German...). So if an article in a regular issue is "12(3):123-148", in a supplement it might become "12(supp 1):13-21".
(This behavior is not in the CSL specification and is not supported by other processors, but I've introduced it in citeproc-js in order to enable usable support for legislation and other similar primary legal materials.)
Until then, does it not work to just put 'supp. 3' in the issue field? Yes that doesn't localize, but that seems like a small problem.