Skip to content

Commit

Permalink
Update pravnik.csl (#6309)
Browse files Browse the repository at this point in the history
Treat blog posts as posts on other websites.
  • Loading branch information
OTFlorian authored Dec 30, 2022
1 parent db7a4ae commit f25438e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pravnik.csl
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<author>
<name>Oldrich Tristan Florian</name>
<email>oldrich.florian@gmail.com</email>
<uri>http://otristan.com</uri>
<uri>http://otflorian.com</uri>
</author>
<category citation-format="note"/>
<category field="law"/>
<issn>0231-6625</issn>
<summary>Suitable for Právník - a journal published by the Institute of State and Law of the Czech Academy of Sciences.</summary>
<updated>2021-03-07T10:00:00+00:00</updated>
<updated>2022-11-17T21:44:11+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 @@ -153,7 +153,7 @@
</macro>
<macro name="container">
<choose>
<if type="chapter entry entry-dictionary entry-encyclopedia webpage" match="any">
<if type="chapter entry entry-dictionary entry-encyclopedia webpage post-weblog" match="any">
<text term="in" text-case="capitalize-first" suffix=":&#160;"/>
<text macro="container-contributors" suffix=". "/>
<choose>
Expand All @@ -175,7 +175,7 @@
</macro>
<macro name="container-full">
<choose>
<if type="chapter entry entry-dictionary entry-encyclopedia webpage" match="any">
<if type="chapter entry entry-dictionary entry-encyclopedia webpage post-weblog" match="any">
<text term="in" text-case="capitalize-first" suffix=": "/>
<text macro="container-contributors-full" suffix=". "/>
<choose>
Expand Down Expand Up @@ -232,7 +232,7 @@
</group>
</group>
</if>
<else-if type="webpage" match="any">
<else-if type="webpage post-weblog" match="any">
<date variable="issued">
<date-part name="day" suffix=".&#160;"/>
<date-part name="month" suffix=".&#160;" form="numeric"/>
Expand Down Expand Up @@ -357,7 +357,7 @@
</else>
</choose>
</if>
<else-if type="article-magazine article-newspaper webpage" match="any">
<else-if type="article-magazine article-newspaper webpage post-weblog" match="any">
<text macro="contributors-long" suffix=". "/>
<text macro="title-long" suffix=". "/>
<text macro="container"/>
Expand Down Expand Up @@ -487,7 +487,7 @@
</else>
</choose>
</if>
<else-if type="article-magazine article-newspaper webpage article-journal" match="any">
<else-if type="article-magazine article-newspaper article-journal webpage post-weblog" match="any">
<text macro="contributors-full" suffix=". "/>
<text macro="title-long" suffix=". "/>
<text macro="container-full"/>
Expand Down

0 comments on commit f25438e

Please sign in to comment.