Skip to content

Commit 46da8c6

Browse files
authored
Update iso690-author-date-cs.csl (#5443)
1. ANON. changed to Anon. 2. Added publisher info to webpage and blog post
1 parent 2a74991 commit 46da8c6

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

iso690-author-date-cs.csl

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
</choose>
104104
</if>
105105
<else>
106-
<text term="anonymous" form="short" text-case="uppercase"/>
106+
<text term="anonymous" form="short" text-case="capitalize-first"/>
107107
</else>
108108
</choose>
109109
</macro>
@@ -135,7 +135,7 @@
135135
</names>
136136
</if>
137137
<else>
138-
<text term="anonymous" form="short" text-case="uppercase"/>
138+
<text term="anonymous" form="short" text-case="capitalize-first"/>
139139
</else>
140140
</choose>
141141
</macro>
@@ -163,7 +163,7 @@
163163
</choose>
164164
</if>
165165
<else>
166-
<text term="anonymous" text-case="uppercase"/>
166+
<text term="anonymous" text-case="capitalize-first"/>
167167
</else>
168168
</choose>
169169
</macro>
@@ -506,7 +506,10 @@
506506
<text macro="title"/>
507507
<text macro="genre"/>
508508
<text macro="edition"/>
509-
<text macro="accessed"/>
509+
<group delimiter=" ">
510+
<text macro="publisher-info"/>
511+
<text macro="accessed"/>
512+
</group>
510513
<text macro="collection"/>
511514
<text macro="isbn"/>
512515
</group>
@@ -583,11 +586,10 @@
583586
<text macro="url"/>
584587
</else-if>
585588
<else-if type="webpage">
586-
<group delimiter=". " suffix=". ">
587-
<group delimiter=" ">
588-
<text macro="title"/>
589-
<text macro="accessed"/>
590-
</group>
589+
<group suffix=". ">
590+
<text macro="title"/>
591+
<text macro="publisher-info" prefix=". "/>
592+
<text macro="accessed" prefix=" "/>
591593
</group>
592594
<text macro="url"/>
593595
</else-if>

0 commit comments

Comments
 (0)