summaryrefslogtreecommitdiff
path: root/biblio/citation-style-language/american-political-science-association.csl
diff options
context:
space:
mode:
Diffstat (limited to 'biblio/citation-style-language/american-political-science-association.csl')
-rw-r--r--biblio/citation-style-language/american-political-science-association.csl15
1 files changed, 10 insertions, 5 deletions
diff --git a/biblio/citation-style-language/american-political-science-association.csl b/biblio/citation-style-language/american-political-science-association.csl
index a3e7440c38..3e6ef84b32 100644
--- a/biblio/citation-style-language/american-political-science-association.csl
+++ b/biblio/citation-style-language/american-political-science-association.csl
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="chicago" demote-non-dropping-particle="sort-only">
- <!-- This style was edited with the Visual CSL Editor (http://steveridout.com/csl/visualEditor/) -->
<info>
<title>American Political Science Association</title>
<title-short>APSA</title-short>
<id>http://www.zotero.org/styles/american-political-science-association</id>
<link href="http://www.zotero.org/styles/american-political-science-association" rel="self"/>
- <link href="http://www.apsanet.org/media/PDFs/Publications/APSAStyleManual2006.pdf" rel="documentation"/>
+ <link href="https://connect.apsanet.org/stylemanual/wp-content/uploads/sites/43/2023/12/Style-Manual-for-Political-Science-December-2023-Revision.pdf" rel="documentation"/>
<author>
<name>Julian Onions</name>
<email>julian.onions@gmail.com</email>
@@ -14,10 +13,13 @@
<contributor>
<name>Sebastian Karcher</name>
</contributor>
+ <contributor>
+ <name>Patrick O'Brien</name>
+ </contributor>
<category citation-format="author-date"/>
<category field="political_science"/>
<summary>The American Political Science Association style. Et al rules based on published APSR articles</summary>
- <updated>2012-09-14T22:11:27+00:00</updated>
+ <updated>2024-02-11T13:32:09-05: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-US">
@@ -71,14 +73,17 @@
<choose>
<if type="legal_case" match="none">
<choose>
- <if variable="URL">
+ <if variable="DOI">
+ <text variable="DOI" prefix="doi:"/>
+ </if>
+ <else-if match="any" variable="URL">
<group delimiter=" ">
<text variable="URL"/>
<group prefix="(" suffix=")">
<date variable="accessed" form="text"/>
</group>
</group>
- </if>
+ </else-if>
</choose>
</if>
</choose>