Skip to content

Commit

Permalink
Update american-society-of-mechanical-engineers.csl (#6767)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored Aug 27, 2024
1 parent 53b4653 commit 3303ecc
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions american-society-of-mechanical-engineers.csl
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
<?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" default-locale="en-US">
<!-- This style was edited with the Visual CSL Editor (http://steveridout.com/csl/visualEditor/) -->
<info>
<title>American Society of Mechanical Engineers</title>
<title-short>ASME</title-short>
<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="https://www.asme.org/shop/proceedings/conference-publications/references" rel="documentation"/>
<link href="https://www.asme.org/publications-submissions/journals/information-for-authors/journal-guidelines/references" rel="documentation"/>
<author>
<name>Richard Karnesky</name>
<email>[email protected]</email>
<uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri>
</author>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<category citation-format="numeric"/>
<category field="engineering"/>
<summary>A style for the ASME's 23 journals</summary>
<updated>2017-02-06T09:43:00-08:00</updated>
<updated>2023-11-03T07:25:27+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>
<macro name="author">
Expand Down Expand Up @@ -53,23 +55,22 @@
</macro>
<macro name="access">
<choose>
<if type="webpage">
<choose>
<if variable="URL">
<group delimiter=". ">
<text value="[Online]"/>
<text variable="URL" prefix="Available: "/>
<group prefix="[" suffix="]">
<date variable="accessed" prefix="Accessed: ">
<date-part name="day" form="numeric-leading-zeros" suffix="-"/>
<date-part name="month" form="short" suffix="-" strip-periods="true"/>
<date-part name="year" form="long"/>
</date>
</group>
</group>
</if>
</choose>
<if match="any" variable="DOI">
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else-if match="any" variable="URL">
<group delimiter=". ">
<text value="[Online]"/>
<text variable="URL" prefix="Available: "/>
<group prefix="[" suffix="]">
<date variable="accessed" prefix="Accessed: ">
<date-part name="day" form="numeric-leading-zeros" suffix="-"/>
<date-part name="month" form="short" suffix="-" strip-periods="true"/>
<date-part name="year" form="long"/>
</date>
</group>
</group>
</else-if>
</choose>
</macro>
<macro name="page">
Expand Down Expand Up @@ -129,7 +130,7 @@
</group>
</else>
</choose>
<text macro="access" prefix=" "/>
<text macro="access" prefix=". "/>
</layout>
</bibliography>
</style>

0 comments on commit 3303ecc

Please sign in to comment.