Skip to content
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 boletin-de-pediatria.csl #6796

Merged
merged 3 commits into from
Sep 8, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions boletin-de-pediatria.csl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<category field="medicine"/>
<issn>0214-2597</issn>
<summary>Vancouver parentheses style strip periods for use in Boletín de Pediatría</summary>
<updated>2022-11-20T15:23:08+00:00</updated>
<updated>2023-11-27T21:55:42+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="author">
Expand Down Expand Up @@ -91,7 +91,7 @@
<group suffix="" delimiter=" ">
<choose>
<if type="article-journal review review-book" match="any">
<text variable="container-title" form="short" strip-periods="true"/>
<text variable="container-title" form="short" strip-periods="true" suffix="."/>
</if>
<else>
<text variable="container-title" strip-periods="true"/>
Expand Down Expand Up @@ -256,7 +256,8 @@
<macro name="journal-location">
<choose>
<if type="article-journal article-magazine review review-book" match="any">
<text variable="volume"/>
<text variable="volume" prefix=""/>
<text variable="issue" prefix="(" suffix=")"/>
</if>
</choose>
</macro>
Expand Down Expand Up @@ -315,7 +316,7 @@
</group>
<text macro="publisher"/>
<group>
<text macro="date"/>
<text macro="date" suffix=" "/>
<text macro="journal-location"/>
<text macro="pages"/>
</group>
Expand Down