Skip to content

Commit

Permalink
Bib style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rbzsparks committed Dec 25, 2024
1 parent ce9a80b commit 2fd379c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions _bibliography/langcog.csl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</macro>
<macro name="secondary-contributors">
<choose>
<if type="article article-journal chapter paper-conference entry-dictionary entry-encyclopedia" match="none">
<if type="article-journal chapter paper-conference entry-dictionary entry-encyclopedia" match="none">
<names variable="translator editor container-author" delimiter=", " prefix=" (" suffix=")">
<name and="symbol" initialize-with=". " delimiter=", "/>
<label form="short" prefix=", " text-case="title"/>
Expand Down Expand Up @@ -204,7 +204,7 @@
</if>
</choose>
<choose>
<if type="article article-journal article-magazine" match="none">
<if type="article-journal article-magazine" match="none">
<group delimiter=": ">
<choose>
<if variable="publisher-place">
Expand Down Expand Up @@ -259,7 +259,7 @@
</date>
<text variable="year-suffix"/>
<choose>
<if type="article article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none">
<if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none">
<date variable="issued">
<date-part prefix=", " name="month"/>
<date-part prefix=" " name="day"/>
Expand All @@ -280,7 +280,7 @@
</macro>
<macro name="issued-sort">
<choose>
<if type="article article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none">
<if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none">
<date variable="issued">
<date-part name="year"/>
<date-part name="month"/>
Expand Down Expand Up @@ -330,7 +330,7 @@
</macro>
<macro name="locators">
<choose>
<if type="article article-journal article-magazine" match="any">
<if type="article-journal article-magazine" match="any">
<group prefix=", " delimiter=", ">
<group>
<text variable="volume" font-style="italic"/>
Expand Down Expand Up @@ -406,7 +406,7 @@
</macro>
<macro name="container-title">
<choose>
<if type="article article-journal article-magazine article-newspaper" match="any">
<if type="article-journal article-magazine article-newspaper" match="any">
<text variable="container-title" font-style="italic" text-case="title"/>
</if>
<else-if type="bill legal_case legislation" match="none">
Expand Down Expand Up @@ -474,6 +474,7 @@
<text macro="author"/>
<text macro="issued-year"/>
<text macro="container"/>
<text macro="locators"/>
<text macro="annote"/>
</group>
<!-- <group suffix=".">
Expand Down

0 comments on commit 2fd379c

Please sign in to comment.