Skip to content

Commit

Permalink
Update iso690-full-note-es.csl
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Sep 12, 2024
1 parent e8753cf commit b806449
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 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-05-21T09:08:16+00:00</updated>
<updated>2024-09-12T08:17:24+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 @@ -233,12 +233,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 Down Expand Up @@ -362,7 +362,7 @@
</else>
</choose>
</if>
<else-if type="chapter entry entry-dictionary entry-encyclopedia" match="any">
<else-if type="chapter entry entry-dictionary entry-encyclopedia paper-conference" match="any">
<text macro="contributors-long" suffix=". "/>
<text macro="title-long" suffix=". "/>
<text macro="container"/>
Expand Down Expand Up @@ -412,6 +412,14 @@
</else>
</choose>
</else-if>
<else>
<group delimiter=", ">
<text macro="contributors-full"/>
<text macro="title-long"/>
<text macro="publisher-place"/>
<text macro="issued"/>
</group>
</else>
</choose>
</else>
</choose>
Expand Down Expand Up @@ -460,7 +468,7 @@
</else>
</choose>
</if>
<else-if type="chapter entry entry-dictionary entry-encyclopedia" match="any">
<else-if type="chapter entry entry-dictionary entry-encyclopedia paper-conference" match="any">
<text macro="contributors-full" suffix=". "/>
<text macro="title-long" suffix=". "/>
<text macro="container-full"/>
Expand Down Expand Up @@ -544,6 +552,14 @@
</else>
</choose>
</else-if>
<else>
<group delimiter=", ">
<text macro="contributors-full"/>
<text macro="title-long"/>
<text macro="publisher-place"/>
<text macro="issued"/>
</group>
</else>
</choose>
</layout>
</bibliography>
Expand Down

0 comments on commit b806449

Please sign in to comment.