Skip to content

Commit

Permalink
Update default citation style
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Apr 28, 2021
1 parent 0922246 commit a4c75ae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions defaults/style.csl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" page-range-format="expanded">
<info>
<title>American Psychological Association 7th edition</title>
Expand All @@ -14,7 +14,7 @@
<category citation-format="author-date"/>
<category field="psychology"/>
<category field="generic-base"/>
<updated>2020-07-13T03:13:43+00:00</updated>
<updated>2019-12-04T13:09:49+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="en">
Expand Down Expand Up @@ -387,7 +387,7 @@
<if type="bill legal_case legislation treaty" match="any">
<text macro="title-intext"/>
</if>
<else-if type="interview personal_communication">
<else-if type="interview personal_communication" match="any">
<choose>
<!-- These variables indicate that the letter is retrievable by the reader.
If not, then use the APA in-text-only personal communication format -->
Expand Down Expand Up @@ -543,7 +543,7 @@
</choose>
<group>
<choose>
<if type="interview personal_communication">
<if type="interview personal_communication" match="any">
<choose>
<if variable="archive container-title DOI publisher URL" match="none">
<!-- These variables indicate that the communication is retrievable by the reader.
Expand Down Expand Up @@ -611,7 +611,7 @@
</else-if>
<else>
<choose>
<if type="article-journal article-magazine article-newspaper post-weblog review review-book">
<if type="article-journal article-magazine article-newspaper post-weblog review review-book" match="any">
<text variable="title" font-style="italic"/>
</if>
<else-if type="paper-conference">
Expand Down Expand Up @@ -728,7 +728,7 @@
</group>
</group>
</if>
<else-if type="post webpage">
<else-if type="post webpage" match="any">
<!-- For post webpage, container-title is treated as publisher -->
<group delimiter="; ">
<text macro="secondary-contributors"/>
Expand Down Expand Up @@ -1508,7 +1508,7 @@
</if>
</choose>
</if>
<else-if type="post webpage">
<else-if type="post webpage" match="any">
<!-- For websites, treat container title like publisher -->
<group delimiter="; ">
<text variable="container-title" text-case="title"/>
Expand Down

0 comments on commit a4c75ae

Please sign in to comment.