Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update society-for-american-archaeology.csl #6713

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 28 additions & 13 deletions society-for-american-archaeology.csl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?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="sort-only">
<!--
<info>
<!--
Polyglot; journal publishes in English and Spanish
-->
<info>
<title>Society for American Archaeology</title>
<title-short>SAA</title-short>
<id>http://www.zotero.org/styles/society-for-american-archaeology</id>
Expand All @@ -28,7 +28,7 @@
</contributor>
<category citation-format="author-date"/>
<category field="anthropology"/>
<updated>2022-02-22T08:50:31+00:00</updated>
<updated>2023-09-22T13:17:45+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>
Expand Down Expand Up @@ -113,6 +113,11 @@
</substitute>
</names>
<text macro="anon"/>
<choose>
<if type="personal_communication" match="any">
<text variable="genre" prefix=", "/>
</if>
</choose>
</macro>
<macro name="interviewer">
<names variable="interviewer" delimiter=", ">
Expand Down Expand Up @@ -225,7 +230,7 @@
<macro name="locators-article">
<choose>
<if type="article-newspaper">
<group prefix=", " delimiter=", ">
<group delimiter=", " prefix=", ">
<group delimiter=" ">
<text variable="edition"/>
<text term="edition"/>
Expand All @@ -235,6 +240,7 @@
<text variable="section"/>
</group>
</group>
<text variable="publisher-place" prefix=". "/>
</if>
<else-if type="article-journal">
<text variable="page" prefix=":"/>
Expand All @@ -255,12 +261,14 @@
<text term="in" text-case="capitalize-first"/>
</macro>
<macro name="container-title">
<choose>
<if type="chapter paper-conference" match="any">
<text macro="container-prefix" suffix=" "/>
</if>
</choose>
<text variable="container-title" font-style="italic"/>
<group delimiter=" ">
<choose>
<if type="chapter paper-conference" match="any">
<text macro="container-prefix"/>
</if>
</choose>
<text variable="container-title" font-style="italic"/>
</group>
</macro>
<macro name="publisher">
<choose>
Expand All @@ -279,9 +287,16 @@
</choose>
</macro>
<macro name="date1">
<date variable="issued">
<date-part name="year"/>
</date>
<choose>
<if type="article-newspaper" match="any">
<date form="text" date-parts="year-month-day" variable="issued"/>
</if>
<else>
<date variable="issued">
<date-part name="year"/>
</date>
</else>
</choose>
</macro>
<macro name="day-month">
<date form="text" date-parts="year-month-day" variable="issued"/>
Expand Down