Skip to content

Commit

Permalink
Update leviathan.csl (#7359)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored Jan 9, 2025
1 parent 080516e commit 6bae16d
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions leviathan.csl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<issn>0340-0425</issn>
<eissn>1861-8588</eissn>
<summary>Style for Leviathan. Berliner Zeitschrift für Sozialwissenschaft. - The URL is at the moment only shown for articles in magazines and newspapers. - If you need only references to a webpage but no entry in the bibliography, maybe just use the export function or do this manually.</summary>
<updated>2024-03-13T09:07:00+00:00</updated>
<updated>2024-12-17T09:57:26+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="de">
Expand All @@ -35,8 +35,14 @@
<term name="close-quote">«</term>
<term name="open-inner-quote">›</term>
<term name="close-inner-quote">‹</term>
<term name="no date">o. J. </term>
</terms>
</locale>
<macro name="original-date">
<date form="text" variable="original-date">
<date-part name="year"/>
</date>
</macro>
<macro name="contributors-long">
<names variable="author">
<name delimiter="; " delimiter-precedes-last="never"/>
Expand Down Expand Up @@ -78,14 +84,18 @@
</choose>
</macro>
<macro name="date">
<group delimiter=" ">
<date variable="issued">
<date-part name="year"/>
</date>
<date form="text" variable="original-date" prefix="[" suffix="]">
<date-part name="year"/>
</date>
</group>
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
<text variable="year-suffix"/>
</if>
<else-if match="none" variable="issued">
<text term="no date"/>
<text variable="year-suffix"/>
</else-if>
</choose>
</macro>
<macro name="container-article">
<group delimiter=" ">
Expand Down Expand Up @@ -138,6 +148,7 @@
<group delimiter=" ">
<text macro="contributors-short"/>
<text macro="date"/>
<text macro="original-date" prefix=" [" suffix="]"/>
</group>
<text macro="citation-locator"/>
</group>
Expand Down

0 comments on commit 6bae16d

Please sign in to comment.