Skip to content

Commit

Permalink
Update american-medical-association.csl
Browse files Browse the repository at this point in the history
  • Loading branch information
dannymd22 committed Apr 30, 2012
1 parent 3af45d2 commit 7d30d33
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion american-medical-association.csl
Expand Up @@ -129,7 +129,7 @@
<text macro="author"/> <text macro="author"/>
<text macro="title" prefix=" " suffix="."/> <text macro="title" prefix=" " suffix="."/>
<choose> <choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any"> <if type="bill book graphic legislation motion_picture report song" match="any">
<group suffix="." prefix=" " delimiter=" "> <group suffix="." prefix=" " delimiter=" ">
<text macro="edition"/> <text macro="edition"/>
<text macro="editor" prefix="(" suffix=")"/> <text macro="editor" prefix="(" suffix=")"/>
Expand Down Expand Up @@ -198,6 +198,22 @@
</else> </else>
</choose> </choose>
</else-if> </else-if>
<else-if type="legal_case">
<group suffix="," prefix=" " delimiter=" ">
<text macro="editor" prefix="(" suffix=")"/>
</group>
<group prefix=" " suffix=" " delimiter=" ">
<text variable="container-title"/>
<text variable="volume" />
</group>
<text variable="page" prefix=", " suffix=" "/>
<group prefix="(" suffix=")." delimiter=" ">
<text variable="authority"/>
<date variable="issued">
<date-part name="year"/>
</date>
</group>
</else-if>
<else> <else>
<text macro="editor" prefix=" " suffix="."/> <text macro="editor" prefix=" " suffix="."/>
<group prefix=" " suffix="."> <group prefix=" " suffix=".">
Expand Down

0 comments on commit 7d30d33

Please sign in to comment.