Skip to content

Commit

Permalink
Update ASME style (#2480)
Browse files Browse the repository at this point in the history
  • Loading branch information
karnesky authored and rmzelle committed Feb 7, 2017
1 parent 4ab8355 commit 477337f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions american-society-of-mechanical-engineers.csl
Expand Up @@ -7,7 +7,7 @@
<id>http://www.zotero.org/styles/american-society-of-mechanical-engineers</id>
<link href="http://www.zotero.org/styles/american-society-of-mechanical-engineers" rel="self"/>
<link href="http://www.zotero.org/styles/ieee" rel="template"/>
<link href="http://journaltool.asme.org/Help/AuthorHelp/WebHelp/JournalsHelp.htm#Guidelines/Getting_Started.htm" rel="documentation"/>
<link href="https://www.asme.org/shop/proceedings/conference-publications/references" rel="documentation"/>
<author>
<name>Richard Karnesky</name>
<email>karnesky+zotero@gmail.com</email>
Expand All @@ -16,7 +16,7 @@
<category citation-format="numeric"/>
<category field="engineering"/>
<summary>A style for the ASME's 23 journals</summary>
<updated>2012-09-27T22:06:38+00:00</updated>
<updated>2017-02-06T09:43:00-08: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>
<macro name="author">
Expand All @@ -38,10 +38,10 @@
<macro name="title">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title"/>
<text variable="title" text-case="title"/>
</if>
<else>
<text variable="title" quotes="true"/>
<text variable="title" quotes="true" text-case="title"/>
</else>
</choose>
</macro>
Expand Down Expand Up @@ -96,14 +96,15 @@
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter=", ">
<text macro="title"/>
<text macro="title" font-style="italic"/>
<text variable="number"/>
<text macro="publisher"/>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=", ">
<text macro="title"/>
<text variable="container-title"/>
<text variable="container-title" text-case="title" font-style="italic"/>
<text macro="editor"/>
<text macro="publisher"/>
<text macro="page"/>
Expand Down

0 comments on commit 477337f

Please sign in to comment.