-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update rapid-communications-in-mass-spectrometry.csl #1335
Conversation
This should improve the correct punctation in the style. I don't have any examples for `patent`, `thesis`, or `webpage`, but it seemed natural to fix it in this way. However, in these cases the `title` is renderd twice (which seems like an error) and I don't know which version is the correct one. Ping @hanvanzan (I excluded this style from citation-style-language#1334, because it is too special)
11,13,15 here are examples of theses: http://onlinelibrary.wiley.com/doi/10.1002/rcm.6760/pdf (ungated sample I believe) (from http://onlinelibrary.wiley.com/doi/10.1002/rcm.6946/pdf [gated]) |
Okay. The thesis I am doing now. Can you help me with the patent? Which fields would this exactly be in CSL? |
<text variable="number"/> | ||
<group delimiter=". "> | ||
<text macro="author"/> | ||
<text macro="title"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<else-if type="patent">
<group delimiter=". ">
<text macro="author"/>
<text macro="title"/>
<group delimiter=", ">
<group delimiter=" ">
<text variable="authority" font-style="italic"/>
<text variable="number"/>
</group>
<date variable="issued">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="month" font-weight="bold"/>
</date>
</group>
</group>
</else-if>
Done |
Update rapid-communications-in-mass-spectrometry.csl
thanks! |
Thanks to both of you for providing the updates! Hannah Vander Zanden, PhD El Jan 17, 2015, a las 12:23 PM, Sebastian Karcher <notifications@git.luolix.topmailto:notifications@github.com> escribió: thanks! — |
This should improve the correct punctuation in the style. I don't have any examples for
patent
,thesis
, orwebpage
, but it seemed natural to fix it in this way. However, in these cases thetitle
is rendered twice (which seems like an error) and I don't know which version is the correct one. Ping @hanvanzan(I excluded this style from #1334, because it is too special)