Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upCreate hainan-medical-university-journal-publisher.csl #2576
Conversation
This comment has been minimized.
This comment has been minimized.
csl-bot
commented
Mar 19, 2017
Awesome! You've created a pull request to the Citation Styles Language styles repository. We'll get in touch soon (usually within a day or two). In the meantime, our automated test system will go ahead and run some checks on your pull request. In a few minutes you'll be notified of the test results. If you haven't done so yet, please make sure your style validates and follows all our other Style Requirements. To update the current pull request, visit the "Files changed" tab above, and click on the pencil icon (see below) in the top-right corner of your style to start editing. If you need assistance at any point, please leave a comment and we'll get back to you (feel free to write in Dutch, English, French, German, Portuguese, or Spanish). |
This comment has been minimized.
This comment has been minimized.
csl-bot
commented
Mar 19, 2017
|
adam3smith
requested changes
Mar 19, 2017
Some small comments. Two general observations: |
<macro name="editor"> | ||
<names variable="editor" suffix=". "> | ||
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always" delimiter-precedes-et-al="never"/> | ||
<label strip-periods="true" prefix=", "/> |
This comment has been minimized.
This comment has been minimized.
adam3smith
Mar 19, 2017
Member
Don't strip the period here -- it's OK if it duplicates with the period from the suffix, since citeproc will switch it (and it's part of the abbreviation)
<text variable="publisher"/> | ||
<text variable="publisher-place"/> | ||
</group> | ||
<group> |
This comment has been minimized.
This comment has been minimized.
<text variable="container-title" form="short" font-style="italic" strip-periods="true"/> | ||
</if> | ||
<else> | ||
<text variable="container-title" suffix=". " form="short"/> |
This comment has been minimized.
This comment has been minimized.
adam3smith
Mar 19, 2017
Member
abbreviating book titles is usually a bad idea. I'd remove the form="short"
</names> | ||
</macro> | ||
<macro name="editor"> | ||
<names variable="editor" suffix=". "> |
This comment has been minimized.
This comment has been minimized.
adam3smith
Mar 19, 2017
Member
I find this much easier to read if you don't set the affix in the macro but instead only as delimiters in the bibliography
</group> | ||
</if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
<group prefix=" " suffix=". "> |
This comment has been minimized.
This comment has been minimized.
</group> | ||
<group delimiter=": " prefix=" "> | ||
<text macro="publisher"/> | ||
<group delimiter=" "> |
This comment has been minimized.
This comment has been minimized.
<if variable="page" match="none"> | ||
<choose> | ||
<if variable="DOI"> | ||
<text variable="DOI" prefix=" doi:"/> |
This comment has been minimized.
This comment has been minimized.
adam3smith
Mar 19, 2017
Member
don't put the space in the prefix here -- you don't have it for the URL, either. Instead, include a prefix=" "
for the macro in the bibliography
POBrien333
added some commits
Mar 20, 2017
This comment has been minimized.
This comment has been minimized.
csl-bot
commented
Mar 20, 2017
|
1 similar comment
This comment has been minimized.
This comment has been minimized.
csl-bot
commented
Mar 20, 2017
|
This comment has been minimized.
This comment has been minimized.
csl-bot
commented
Mar 22, 2017
|
This comment has been minimized.
This comment has been minimized.
csl-bot
commented
Mar 23, 2017
|
rmzelle
merged commit 99b04b6
into
citation-style-language:master
Mar 23, 2017
1 check passed
This comment has been minimized.
This comment has been minimized.
Thanks! |
POBrien333 commentedMar 19, 2017
as discussed here: https://forums.zotero.org/discussion/comment/272314/#Comment_272314
I would make this the main style and the dependents come from this style.
I'll revert #2570 back to a dependent style then.