Skip to content

Commit 31492b2

Browse files
authored
1 parent 94d6b23 commit 31492b2

File tree

1 file changed

+20
-22
lines changed

1 file changed

+20
-22
lines changed

natura-croatica.csl

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<category field="biology"/>
1515
<issn>1330-0520</issn>
1616
<eissn>1848-7386</eissn>
17-
<updated>2021-03-17T12:29:20+00:00</updated>
17+
<updated>2021-10-27T08:21:10+00:00</updated>
1818
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1919
</info>
2020
<macro name="author">
21-
<names variable="author" suffix=".">
21+
<names variable="author">
2222
<name and="symbol" delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all">
2323
<name-part name="family" font-variant="small-caps"/>
2424
</name>
@@ -34,7 +34,9 @@
3434
</macro>
3535
<macro name="author-short">
3636
<names variable="author">
37-
<name form="short" font-variant="small-caps" and="symbol" delimiter-precedes-last="never" initialize-with=". "/>
37+
<name form="short" and="symbol" delimiter-precedes-last="never" initialize-with=". ">
38+
<name-part name="family" font-variant="small-caps"/>
39+
</name>
3840
<et-al font-style="italic"/>
3941
<substitute>
4042
<names variable="editor"/>
@@ -75,36 +77,31 @@
7577
</sort>
7678
<layout prefix="(" suffix=")" delimiter="; ">
7779
<group delimiter=", ">
78-
<group delimiter=" ">
79-
<text macro="author-short"/>
80-
<text macro="year-date"/>
81-
</group>
80+
<text macro="author-short"/>
8281
<group>
83-
<text variable="locator"/>
82+
<text macro="year-date"/>
8483
<text variable="year-suffix" font-style="italic"/>
8584
</group>
85+
<text variable="locator"/>
8686
</group>
8787
</layout>
8888
</citation>
89-
<bibliography entry-spacing="0" hanging-indent="true" subsequent-author-substitute-rule="partial-each" subsequent-author-substitute="&#8212;&#8212;&#8212;">
89+
<bibliography subsequent-author-substitute-rule="partial-each" entry-spacing="0" hanging-indent="true">
9090
<sort>
9191
<key macro="author" names-min="1" names-use-first="1"/>
9292
<key macro="author-count"/>
9393
<key macro="year-date"/>
9494
</sort>
9595
<layout suffix=".">
96-
<group>
97-
<group delimiter=": ">
98-
<group delimiter=", ">
99-
<text macro="author"/>
100-
<group>
101-
<date variable="issued">
102-
<date-part name="year"/>
103-
</date>
104-
<text variable="year-suffix" font-style="italic"/>
105-
</group>
96+
<group delimiter=": ">
97+
<group delimiter=", ">
98+
<text macro="author"/>
99+
<group>
100+
<date variable="issued">
101+
<date-part name="year"/>
102+
</date>
103+
<text variable="year-suffix" font-style="italic"/>
106104
</group>
107-
<text variable="title" suffix=". "/>
108105
</group>
109106
<choose>
110107
<if type="bill book graphic legal_case motion_picture report song" match="any">
@@ -147,9 +144,10 @@
147144
</else-if>
148145
<else-if type="chapter" match="any">
149146
<group delimiter=". ">
147+
<text variable="title"/>
150148
<group prefix=" " delimiter=", ">
151149
<group delimiter=": ">
152-
<text term="in" text-case="capitalize-first" font-style="italic"/>
150+
<text term="in" text-case="capitalize-first"/>
153151
<text macro="editor"/>
154152
</group>
155153
<group>
@@ -191,7 +189,7 @@
191189
<group delimiter=" ">
192190
<group delimiter=". ">
193191
<text variable="title"/>
194-
<text variable="container-title" text-case="capitalize-first" font-style="normal"/>
192+
<text variable="container-title" text-case="capitalize-first"/>
195193
</group>
196194
<group delimiter=", ">
197195
<group>

0 commit comments

Comments
 (0)