Skip to content

Commit

Permalink
Update iso690-full-note-cs.csl (JabRef#5062)
Browse files Browse the repository at this point in the history
fixed a bug when doi didn't show
Show Available at only when there is a URL.
  • Loading branch information
OTFlorian committed Oct 8, 2020
1 parent e72fb75 commit c74218d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions iso690-full-note-cs.csl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<category citation-format="note"/>
<category field="law"/>
<summary>Czech ISO-690, full note.</summary>
<updated>2020-09-18T10:00:11+00:00</updated>
<updated>2020-10-07T01:38:13+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="cs">
Expand Down Expand Up @@ -299,10 +299,10 @@
<if variable="DOI">
<text variable="DOI" prefix="DOI:&#160;"/>
</if>
<else>
<else-if variable="URL">
<text term="available at" text-case="capitalize-first" suffix=":&#160;"/>
<text variable="URL"/>
</else>
</else-if>
</choose>
</macro>
<macro name="medium">
Expand Down Expand Up @@ -366,7 +366,6 @@
<text prefix=". " macro="issued"/>
<text prefix=", " macro="citation-locator"/>
<text prefix=" " macro="quoted"/>
<text prefix=". " macro="identifier"/>
</if>
<else-if variable="issued" match="none">
<choose>
Expand All @@ -381,6 +380,7 @@
<text macro="locator-or-period"/>
</else>
</choose>
<text prefix=". " macro="identifier"/>
</if>
<else-if type="article-magazine article-newspaper webpage" match="any">
<text macro="contributors-long" suffix=". "/>
Expand All @@ -391,13 +391,13 @@
<text prefix=". " macro="issued"/>
<text prefix=", " macro="citation-locator"/>
<text prefix=" " macro="quoted"/>
<text prefix=". " macro="identifier"/>
</if>
<else>
<text prefix=". " macro="issued"/>
<text macro="locator-or-period"/>
</else>
</choose>
<text prefix=". " macro="identifier"/>
</else-if>
<else-if type="article-journal" match="any">
<text macro="contributors-long" suffix=". "/>
Expand All @@ -416,12 +416,12 @@
<if variable="URL" match="any">
<text prefix=", " macro="citation-locator"/>
<text prefix=" " macro="quoted"/>
<text prefix=". " macro="identifier"/>
</if>
<else>
<text macro="locator-or-period"/>
</else>
</choose>
<text prefix=". " macro="identifier"/>
</else-if>
<else-if type="thesis" match="any">
<text macro="contributors-long" suffix=". "/>
Expand All @@ -440,7 +440,6 @@
<text prefix=". " macro="issued"/>
<text prefix=", " macro="citation-locator"/>
<text prefix=" " macro="quoted"/>
<text prefix=". " macro="identifier"/>
</if>
<else-if variable="issued" match="none">
<text prefix=" " macro="medium"/>
Expand Down Expand Up @@ -471,6 +470,7 @@
</choose>
</else>
</choose>
<text prefix=". " macro="identifier"/>
</else>
</choose>
</else>
Expand All @@ -497,7 +497,6 @@
<text prefix=" " macro="quoted"/>
<text prefix=". " macro="collection" suffix="."/>
<text prefix=". " macro="ISBN" suffix="."/>
<text prefix=". " macro="identifier"/>
</if>
<else-if variable="issued" match="none">
<text prefix=". " macro="edition" suffix="."/>
Expand All @@ -519,6 +518,7 @@
<text prefix=". " macro="ISBN" suffix="."/>
</else>
</choose>
<text prefix=". " macro="identifier"/>
</if>
<else-if type="article-magazine article-newspaper webpage" match="any">
<text macro="contributors-full" suffix=". "/>
Expand All @@ -530,13 +530,13 @@
<text prefix=", " macro="page-range"/>
<text prefix=" " macro="quoted"/>
<text prefix=". " macro="ISSN" suffix="."/>
<text prefix=". " macro="identifier"/>
</if>
<else>
<text prefix=", " macro="page-range" suffix="."/>
<text prefix=". " macro="ISSN" suffix="."/>
</else>
</choose>
<text prefix=". " macro="identifier"/>
</else-if>
<else-if type="article-journal" match="any">
<text macro="contributors-full" suffix=". "/>
Expand All @@ -556,13 +556,13 @@
<text prefix=", " macro="page-range"/>
<text prefix=" " macro="quoted"/>
<text prefix=". " macro="ISSN" suffix="."/>
<text prefix=". " macro="identifier"/>
</if>
<else>
<text prefix=", " macro="page-range" suffix="."/>
<text prefix=". " macro="ISSN" suffix="."/>
</else>
</choose>
<text prefix=". " macro="identifier"/>
</else-if>
<else-if type="thesis" match="any">
<text macro="contributors-full" suffix=". "/>
Expand All @@ -583,7 +583,6 @@
<text prefix=" " macro="quoted" suffix="."/>
<text prefix=". " macro="collection" suffix="."/>
<text prefix=". " macro="ISBN" suffix="."/>
<text prefix=". " macro="identifier"/>
</if>
<else-if variable="issued" match="none">
<text prefix=" " macro="medium" suffix="."/>
Expand All @@ -603,6 +602,7 @@
<text prefix=". " macro="ISBN" suffix="."/>
</else>
</choose>
<text prefix=". " macro="identifier"/>
</else-if>
</choose>
</layout>
Expand Down

0 comments on commit c74218d

Please sign in to comment.