Permalink
Browse files

Updated the AMA base style to properly reference presentations (#3274)

* added contributor information and took a first stab at updating the CSL with Zotero fields

* used the CSL documentation to map the right Zotero types to CSL types

* edit to use the delimiter tag rather than the prefix tag
  • Loading branch information...
danwchan authored and adam3smith committed Jan 19, 2018
1 parent 24df329 commit ebe9d3311319a988838c241491a5c41ea97c289e
Showing with 29 additions and 1 deletion.
  1. +29 −1 american-medical-association.csl
@@ -14,10 +14,14 @@
<name>Christian Pietsch</name>
<uri>http://purl.org/net/pietsch</uri>
</contributor>
<contributor>
<name>Daniel W Chan</name>
<email>danwchan@protonmail.com</email>
</contributor>
<category citation-format="numeric"/>
<category field="medicine"/>
<summary>The American Medical Association style as used in JAMA.</summary>
<updated>2012-09-30T23:10:36+00:00</updated>
<updated>2018-01-18T11:17:00-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">
@@ -215,6 +219,30 @@
<else-if type="webpage">
<text variable="container-title" prefix=" " suffix="."/>
</else-if>
<else-if type="speech">
<group prefix=" " suffix=":">
<choose>
<if variable="genre">
<text variable="genre" suffix=" "/>
<text term="presented at"/>
</if>
<else>
<text term="presented at" text-case="capitalize-first"/>
</else>
</choose>
</group>
<group delimiter="; " prefix=" " suffix=".">
<text variable="event"/>
<group>
<date delimiter=" " variable="issued">
<date-part name="month"/>
<date-part name="day" suffix=","/>
<date-part name="year"/>
</date>
</group>
<text variable="event-place"/>
</group>
</else-if>
<else>
<text macro="editor" prefix=" " suffix="."/>
<group prefix=" " suffix=".">

0 comments on commit ebe9d33

Please sign in to comment.