Skip to content

Commit

Permalink
Update iso690-author-date-cs.csl (#5443)
Browse files Browse the repository at this point in the history
1. ANON. changed to Anon.
2. Added publisher info to webpage and blog post
  • Loading branch information
OTFlorian committed May 15, 2021
1 parent 2a74991 commit 46da8c6
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions iso690-author-date-cs.csl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
</choose>
</if>
<else>
<text term="anonymous" form="short" text-case="uppercase"/>
<text term="anonymous" form="short" text-case="capitalize-first"/>
</else>
</choose>
</macro>
Expand Down Expand Up @@ -135,7 +135,7 @@
</names>
</if>
<else>
<text term="anonymous" form="short" text-case="uppercase"/>
<text term="anonymous" form="short" text-case="capitalize-first"/>
</else>
</choose>
</macro>
Expand Down Expand Up @@ -163,7 +163,7 @@
</choose>
</if>
<else>
<text term="anonymous" text-case="uppercase"/>
<text term="anonymous" text-case="capitalize-first"/>
</else>
</choose>
</macro>
Expand Down Expand Up @@ -506,7 +506,10 @@
<text macro="title"/>
<text macro="genre"/>
<text macro="edition"/>
<text macro="accessed"/>
<group delimiter=" ">
<text macro="publisher-info"/>
<text macro="accessed"/>
</group>
<text macro="collection"/>
<text macro="isbn"/>
</group>
Expand Down Expand Up @@ -583,11 +586,10 @@
<text macro="url"/>
</else-if>
<else-if type="webpage">
<group delimiter=". " suffix=". ">
<group delimiter=" ">
<text macro="title"/>
<text macro="accessed"/>
</group>
<group suffix=". ">
<text macro="title"/>
<text macro="publisher-info" prefix=". "/>
<text macro="accessed" prefix=" "/>
</group>
<text macro="url"/>
</else-if>
Expand Down

0 comments on commit 46da8c6

Please sign in to comment.