Skip to content

Commit

Permalink
more bib formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rbzsparks committed Dec 25, 2024
1 parent 367250c commit b2a5b01
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions _bibliography/langcog.csl
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
<macro name="locators">
<choose>
<if type="article-journal article-magazine" match="any">
<group prefix=", " delimiter=", " suffix=".">
<group prefix=", " delimiter=", ">
<group>
<text variable="volume" font-style="italic"/>
<text variable="issue" prefix="(" suffix=")"/>
Expand All @@ -340,13 +340,13 @@
</group>
</if>
<else-if type="article-newspaper">
<group delimiter=" " prefix=", " suffix=".">
<group delimiter=" " prefix=", ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
</else-if>
<else-if type="book graphic motion_picture report song chapter paper-conference entry-encyclopedia entry-dictionary" match="any">
<group prefix=" (" suffix=")" delimiter=", " suffix=".">
<group prefix=" (" suffix=")" delimiter=", ">
<text macro="edition"/>
<group>
<text term="volume" form="short" plural="true" text-case="capitalize-first" suffix=" "/>
Expand Down Expand Up @@ -473,6 +473,8 @@
<!-- <text macro="title"/> --> <!-- this gets added in liquid tags in _layouts/bibtemplate.html so that we can include the website link on the title -->
<text macro="author"/>
<text macro="issued-year"/>
</group>
<group delimiter="" suffix=".">
<text macro="container"/>
<text macro="locators"/>
<text macro="annote"/>
Expand All @@ -491,7 +493,7 @@
<text macro="publisher"/>
</group>
</group> -->
<text macro="access" prefix=" "/>
<text macro="access" prefix=" " suffix="."/>
</layout>
</bibliography>
</style>
Expand Down

0 comments on commit b2a5b01

Please sign in to comment.