(First attempt at) new style for the "Journal of Dental Research"
This : git://gist.github.com/1307159.git is first attempt at a style file for the "Journal of Dental Research.
Fair warning : the style of the journal has no formal definition, just a bunch of examples (see the "documentation" at http://www.iadr.org/i4a/pages/index.cfm?pageID=3934#references and http://www.iadr.org/files/public/JDR_ReferenceExamples.pdf . Furthermore, this i my first contact with CLS 1.0...
Could some kind souls :
- add it to the collection, marking it as "experimental" or "in development" ?
- test it on non-trivial examples ?
Thanks in advance,
Emmanuel Charpentier
Fair warning : the style of the journal has no formal definition, just a bunch of examples (see the "documentation" at http://www.iadr.org/i4a/pages/index.cfm?pageID=3934#references and http://www.iadr.org/files/public/JDR_ReferenceExamples.pdf . Furthermore, this i my first contact with CLS 1.0...
Could some kind souls :
- add it to the collection, marking it as "experimental" or "in development" ?
- test it on non-trivial examples ?
Thanks in advance,
Emmanuel Charpentier
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
I've downloaded the style and made a few changes/corrections: removing parentheses from volume number and adding a semi-colon afterwards, leaving out issue number, removing period after URL's, changing "eds" to "editors" for edited books, adding comma after the authors' names in in-text citations, and a couple of other things that escape me now.
The one thing that I'm not sure how to do is to replace journal title with journal abbreviation when a journal abbreviation is saved for the record (JDR does use abbreviations, it seems). Can anyone help on this?
I haven't uploaded my changes (don't know how to do this yet).
<text variable="container-title" form="short"/>
for uploading - see the quick and easy version here:
https://github.com/citation-style-language/styles/wiki/Submitting-Styles
The journal gives lots of different types of example references, and I've only checked the main ones, so no doubt there are still issues. One that I know of is that where no author is listed, the style will produce: Whereas the model example the journal gives is: Hopefully overall the edited style is a bit closer to the journal's intentions, though.
change
<substitute><names variable="editor"/>
<text macro="anon"/>
</substitute>
to
<substitute><names variable="editor"/>
<text variable="title"/>
</substitute>
I'm guessing I can't directly edit the master csl file.