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 iso690-full-note-es.csl #7305

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all 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
50 changes: 31 additions & 19 deletions iso690-full-note-es.csl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</author>
<category citation-format="note"/>
<category field="generic-base"/>
<updated>2024-09-12T08:17:24+00:00</updated>
<updated>2024-12-08T12:25:21+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>
<locale xml:lang="es">
Expand Down Expand Up @@ -81,7 +81,7 @@
<choose>
<if variable="author" type="book" match="all">
<names variable="editor translator" delimiter=", ">
<label form="verb-short" text-case="uppercase"/>
<label form="verb-short" text-case="uppercase" suffix=" "/>
<name sort-separator=", " delimiter=", " delimiter-precedes-last="always"/>
</names>
</if>
Expand Down Expand Up @@ -147,18 +147,20 @@
<macro name="container">
<choose>
<if type="chapter entry entry-dictionary entry-encyclopedia webpage" match="any">
<text term="in" text-case="capitalize-first" suffix=" "/>
<text macro="container-contributors" suffix=" "/>
<choose>
<if variable="container-title">
<text variable="container-title" font-style="italic"/>
<text prefix=" " macro="medium"/>
</if>
<else-if variable="volume">
<text prefix=", " term="volume" form="short" suffix=". "/>
<text variable="volume"/>
</else-if>
</choose>
<group delimiter=" ">
<text term="in" text-case="capitalize-first"/>
<text macro="container-contributors"/>
<choose>
<if variable="container-title">
<text variable="container-title" font-style="italic"/>
<text prefix=" " macro="medium"/>
</if>
<else-if variable="volume">
<text prefix=", " term="volume" form="short" suffix=". "/>
<text variable="volume"/>
</else-if>
</choose>
</group>
</if>
<else-if type="article-journal article-magazine article-newspaper" match="any">
<text term="in" text-case="capitalize-first" suffix=" "/>
Expand Down Expand Up @@ -233,12 +235,12 @@
<if type="book chapter paper-conference" match="any">
<text prefix=" " macro="publisher" suffix=", "/>
<date variable="issued">
<date-part name="year" range-delimiter=" &#8211; "/>
<date-part name="year" range-delimiter=" "/>
</date>
</if>
<else-if type="article-journal article-magazine article-newspaper" match="any">
<date variable="issued">
<date-part name="year" range-delimiter=" &#8211; "/>
<date-part name="year" range-delimiter=" "/>
</date>
<choose>
<if variable="volume">
Expand All @@ -248,7 +250,7 @@
</choose>
<choose>
<if variable="issue">
<text prefix=", " term="issue" form="short" suffix=". "/>
<text term="issue" form="short" strip-periods="true" prefix=", " suffix=" "/>
<text variable="issue"/>
</if>
</choose>
Expand Down Expand Up @@ -319,7 +321,16 @@
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true">
<layout delimiter="; ">
<choose>
<if position="subsequent">
<if match="any" position="ibid-with-locator">
<group delimiter=". ">
<text term="ibid" form="short"/>
<text macro="citation-locator"/>
</group>
</if>
<else-if match="any" position="ibid">
<text term="ibid" form="short"/>
</else-if>
<else-if position="subsequent">
<text macro="contributors-short" suffix=", "/>
<text macro="title-short"/>
<choose>
Expand All @@ -332,7 +343,7 @@
<text prefix=". " macro="identifier"/>
</else-if>
</choose>
</if>
</else-if>
<else>
<choose>
<if type="book thesis manuscript report" match="any">
Expand Down Expand Up @@ -361,6 +372,7 @@
<text prefix=", " macro="citation-locator" suffix="."/>
</else>
</choose>
<text variable="ISBN" prefix=". ISBN "/>
</if>
<else-if type="chapter entry entry-dictionary entry-encyclopedia paper-conference" match="any">
<text macro="contributors-long" suffix=". "/>
Expand Down
Loading