-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update american-society-of-mechanical-engineers.csl (#6767)
- Loading branch information
1 parent
53b4653
commit 3303ecc
Showing
1 changed file
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> | ||
|
@@ -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"> | ||
|
@@ -129,7 +130,7 @@ | |
</group> | ||
</else> | ||
</choose> | ||
<text macro="access" prefix=" "/> | ||
<text macro="access" prefix=". "/> | ||
</layout> | ||
</bibliography> | ||
</style> |