Skip to content

Commit

Permalink
Update urad-rs-za-makroekonomske-analize-in-razvoj.csl (#5619)
Browse files Browse the repository at this point in the history
  • Loading branch information
majazaloznik authored Sep 6, 2021
1 parent 32ef9ba commit 2ca5cd8
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions urad-rs-za-makroekonomske-analize-in-razvoj.csl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</author>
<category citation-format="author-date"/>
<category field="generic-base"/>
<updated>2021-08-25T13:10:38+00:00</updated>
<updated>2021-09-02T13:59:07+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>
<macro name="container-contributors-booklike">
Expand Down Expand Up @@ -312,7 +312,7 @@
</else-if>
<else>
<names variable="author" delimiter=", ">
<name form="short" and="text" delimiter=", " delimiter-precedes-last="never" initialize-with=". "/>
<name form="short" and="text" delimiter-precedes-last="never" initialize-with=". "/>
<substitute>
<names variable="illustrator"/>
<names variable="composer"/>
Expand Down Expand Up @@ -377,7 +377,7 @@
</macro>
<macro name="access">
<choose>
<if type="bill legal_case legislation" match="any"/>
<if type="bill legal_case" match="any"/>
<else-if variable="DOI" match="any">
<text variable="DOI" prefix="https://doi.org/"/>
</else-if>
Expand Down Expand Up @@ -427,7 +427,7 @@
<else-if variable="title">
<choose>
<if variable="version" type="book" match="all">
<text variable="title"/>
<text variable="title" font-style="italic"/>
</if>
<else-if variable="reviewed-author reviewed-title" type="review review-book" match="any">
<choose>
Expand All @@ -446,8 +446,11 @@
<else-if type="post post-weblog webpage" variable="container-title" match="any">
<text variable="title"/>
</else-if>
<else>
<else-if type="legislation book" match="any">
<text variable="title" font-style="italic"/>
</else-if>
<else>
<text variable="title" font-style="normal"/>
</else>
</choose>
</else-if>
Expand Down Expand Up @@ -1386,7 +1389,7 @@
</else-if>
</choose>
</macro>
<citation et-al-min="6" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year" givenname-disambiguation-rule="primary-name">
<citation et-al-min="3" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year" givenname-disambiguation-rule="primary-name">
<sort>
<key macro="author" names-min="8" names-use-first="6"/>
<key macro="issued-sort"/>
Expand Down

0 comments on commit 2ca5cd8

Please sign in to comment.