Skip to content

Commit

Permalink
Update pravnik.csl (JabRef#4690)
Browse files Browse the repository at this point in the history
  • Loading branch information
OTFlorian committed Apr 11, 2020
1 parent eb260ef commit 505c006
Showing 1 changed file with 4 additions and 49 deletions.
53 changes: 4 additions & 49 deletions pravnik.csl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<category field="law"/>
<issn>0231-6625</issn>
<summary>Czech ISO-690, full note, suitable for Pravnik - a journal published by the Institute of State and Law of the Czech Academy of Sciences. UPOZORNĚNÍ: Pro zobrazování internetové adresy při citování elektronických periodik je potřeba tuto funkci zapnout, a to v Zotero -&gt; Předvolby (Preferences) -&gt; Citování (Cite) -&gt; Styly (Styles).</summary>
<updated>2020-04-10T10:00:00+00:00</updated>
<updated>2020-04-11T10:00:00+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 @@ -138,7 +138,7 @@
<name name-as-sort-order="all" sort-separator=", " delimiter=" &#8211; ">
<name-part name="family" text-case="uppercase"/>
</name>
<label prefix="(" form="short" plural="contextual" suffix=")."/>
<label prefix=" (" form="short" plural="contextual" suffix=")."/>
</names>
</if>
</choose>
Expand Down Expand Up @@ -285,13 +285,6 @@
</if>
</choose>
</macro>
<macro name="ISSN">
<choose>
<if variable="ISSN">
<text variable="ISSN" prefix="ISSN "/>
</if>
</choose>
</macro>
<macro name="identifier">
<group delimiter="; " suffix=".">
<choose>
Expand Down Expand Up @@ -426,15 +419,7 @@
<text macro="contributors-long" suffix=". "/>
<text macro="title-long" suffix=". "/>
<text macro="container"/>
<choose>
<if variable="publisher publisher-place" match="any">
<text prefix=". " macro="publisher"/>
<text prefix=", " macro="issued"/>
</if>
<else>
<text prefix=". " macro="issued"/>
</else>
</choose>
<text prefix=". " macro="issued"/>
<choose>
<if variable="accessed DOI URL" match="any">
<text prefix=", " macro="citation-locator"/>
Expand Down Expand Up @@ -534,7 +519,7 @@
</else>
</choose>
</else-if>
<else-if type="article-magazine article-newspaper webpage" match="any">
<else-if type="article-magazine article-newspaper webpage article-journal" match="any">
<text macro="contributors-full" suffix=". "/>
<text macro="title-long" suffix=". "/>
<text macro="container-full"/>
Expand All @@ -544,41 +529,11 @@
<text prefix=", s. " variable="page"/>
<text prefix=" " macro="quoted"/>
<text prefix=". " variable="note" suffix="."/>
<text prefix=". " macro="ISSN" suffix="."/>
<text prefix=". " macro="identifier"/>
</if>
<else>
<text prefix=", s. " variable="page" suffix="."/>
<text prefix=". " variable="note" suffix="."/>
<text prefix=". " macro="ISSN" suffix="."/>
</else>
</choose>
</else-if>
<else-if type="article-journal" match="any">
<text macro="contributors-full" suffix=". "/>
<text macro="title-long" suffix=". "/>
<text macro="container-full"/>
<choose>
<if variable="publisher publisher-place" match="any">
<text prefix=". " macro="publisher"/>
<text prefix=", " macro="issued"/>
</if>
<else>
<text prefix=". " macro="issued"/>
</else>
</choose>
<choose>
<if variable="accessed DOI URL" match="any">
<text prefix=", s. " variable="page"/>
<text prefix=" " macro="quoted"/>
<text prefix=". " variable="note" suffix="."/>
<text prefix=". " macro="ISSN" suffix="."/>
<text prefix=". " macro="identifier"/>
</if>
<else>
<text prefix=", s. " variable="page" suffix="."/>
<text prefix=". " variable="note" suffix="."/>
<text prefix=". " macro="ISSN" suffix="."/>
</else>
</choose>
</else-if>
Expand Down

0 comments on commit 505c006

Please sign in to comment.