Skip to content

Commit

Permalink
Squashed 'src/main/resources/csl-styles/' changes from 9c0f5c6..f0c7374
Browse files Browse the repository at this point in the history
f0c7374 Fix AGLC Subsequents
6a8ec90 More Uni Gottingen fixes

git-subtree-dir: src/main/resources/csl-styles
git-subtree-split: f0c7374
  • Loading branch information
github actions committed Jan 18, 2020
1 parent a1cee94 commit f2a315b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
14 changes: 11 additions & 3 deletions australian-guide-to-legal-citation.csl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
<term name="editor" form="verb-short">ed.</term>
<term name="translator" form="verb-short">tr.</term>
<term name="editortranslator" form="verb-short">ed. and tr.</term>
<!--Ordinals' in superscript-->
<term name="ordinal">ᵗʰ</term>
<term name="ordinal-01">ˢᵗ</term>
<term name="ordinal-02">ⁿᵈ</term>
<term name="ordinal-03">ʳᵈ</term>
<term name="ordinal-11">ᵗʰ</term>
<term name="ordinal-12">ᵗʰ</term>
<term name="ordinal-13">ᵗʰ</term>
</terms>
</locale>
<!--Authors and Persons-->
Expand Down Expand Up @@ -98,7 +106,7 @@
<else-if type="patent">
<text macro="patent"/>
</else-if>
<else>
<else-if type="bill legal_case legislation" match="none">
<names variable="author">
<name delimiter-precedes-last="never" and="text" delimiter=", " initialize="false" initialize-with="" form="short"/>
<substitute>
Expand All @@ -107,7 +115,7 @@
<text macro="title"/>
</substitute>
</names>
</else>
</else-if>
</choose>
</macro>
<macro name="author">
Expand Down Expand Up @@ -200,7 +208,7 @@
<macro name="title-short">
<choose>
<if type="book legislation webpage thesis motion_picture manuscript legal_case" match="any">
<text variable="title-short" font-style="italic" text-case="title"/>
<text variable="title" form="short" font-style="italic" text-case="title"/>
</if>
<else>
<text variable="title" quotes="true" text-case="title" form="short"/>
Expand Down
16 changes: 11 additions & 5 deletions universitatsmedizin-gottingen.csl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</locale>
<macro name="author-short">
<names variable="author">
<name form="short" and="text"/>
<name form="short" and="text" sort-separator=" " initialize-with="" name-as-sort-order="all"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
Expand Down Expand Up @@ -115,7 +115,7 @@
</else>
</choose>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true">
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-givenname="true">
<sort>
<key macro="year" sort="ascending"/>
<key macro="author"/>
Expand Down Expand Up @@ -147,23 +147,29 @@
<if type="chapter paper-conference" match="any">
<group prefix=": " delimiter=". ">
<text variable="title"/>
<group delimiter=", ">
<group delimiter=": ">
<text term="in" text-case="capitalize-first" suffix=":"/>
<text macro="editor"/>
<group delimiter=" ">
<text variable="container-title"/>
<group prefix="(" suffix=")" delimiter=" ">
<text variable="collection-title"/>
<text variable="collection-number"/>
</group>
</group>
</group>
<group delimiter="; ">
<group delimiter=" ">
<label variable="volume"/>
<text variable="volume"/>
</group>
<text macro="edition"/>
</group>
<group delimiter=", ">
<text macro="publisher"/>
<text variable="page"/>
</group>
</group>
</group>
</if>
<else-if type="report">
<group delimiter=". ">
Expand All @@ -186,8 +192,8 @@
<text variable="volume"/>
</group>
<text macro="edition"/>
</group>
<text macro="publisher"/>
</group>
</group>
</else-if>
<else-if type="webpage post-weblog" match="any">
Expand Down

0 comments on commit f2a315b

Please sign in to comment.