Skip to content

Commit

Permalink
Update american-society-of-civil-engineers.csl (#5891)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Feb 4, 2022
1 parent 94c1cb3 commit b850a0d
Showing 1 changed file with 41 additions and 31 deletions.
72 changes: 41 additions & 31 deletions american-society-of-civil-engineers.csl
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@
<title-short>ASCE</title-short>
<id>http://www.zotero.org/styles/american-society-of-civil-engineers</id>
<link href="http://www.zotero.org/styles/american-society-of-civil-engineers" rel="self"/>
<link href="https://doi.org/10.1061/9780784478998.ch17" rel="documentation"/>
<link href="https://doi.org/10.1061/9780784479018.ch05" rel="documentation"/>
<link href="https://ascelibrary.org/doi/book/10.1061/9780784479018" rel="documentation"/>
<link href="https://ascelibrary.org/doi/pdf/10.1061/9780784479018" rel="documentation"/>
<author>
<name>Rintze Zelle</name>
<uri>http://twitter.com/rintzezelle</uri>
</author>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<category citation-format="author-date"/>
<category field="engineering"/>
<summary>A style for American Society of Civil Engineers publications</summary>
<updated>2012-09-27T22:06:38+00:00</updated>
<updated>2022-02-04T18:00:42+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="container-contributors">
Expand All @@ -39,7 +42,7 @@
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" and="text" sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="always"/>
<name and="text" delimiter-precedes-last="always" initialize-with=". " name-as-sort-order="first"/>
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
<substitute>
<names variable="editor"/>
Expand Down Expand Up @@ -76,23 +79,25 @@
</choose>
</macro>
<macro name="publisher">
<group delimiter=", ">
<text variable="genre"/>
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
<choose>
<if type="article-magazine article-newspaper" match="none">
<group delimiter=". ">
<text variable="genre"/>
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</group>
</if>
</choose>
</macro>
<macro name="issued">
<choose>
<if variable="issued">
<group prefix=" (" suffix=").">
<date variable="issued">
<date-part name="year"/>
</date>
</group>
<date date-parts="year" form="text" variable="issued"/>
</if>
<else>
<text prefix=" (" term="no date" suffix=")." form="short"/>
<text term="no date" form="short"/>
</else>
</choose>
</macro>
Expand All @@ -110,9 +115,9 @@
</macro>
<macro name="locators">
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<group delimiter=", ">
<group>
<if type="article-journal" match="any">
<group delimiter=": ">
<group delimiter=" ">
<text variable="volume"/>
<text variable="issue" prefix="(" suffix=")"/>
</group>
Expand All @@ -122,8 +127,8 @@
<else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
<text variable="page"/>
</else-if>
<else-if type="webpage">
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
<else-if type="article-magazine article-newspaper" match="any">
<date form="text" date-parts="year-month-day" variable="issued"/>
</else-if>
</choose>
</macro>
Expand All @@ -135,13 +140,18 @@
</macro>
<macro name="access">
<choose>
<if type="webpage">
<date variable="accessed" prefix=" (" suffix=")">
<date-part name="month" form="short" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
<if type="webpage post post-weblog" match="any">
<group delimiter=". ">
<group delimiter=" ">
<text term="accessed" text-case="capitalize-first"/>
<date form="text" variable="accessed"/>
</group>
<text variable="URL"/>
</group>
</if>
<else-if type="article-journal" match="any">
<text variable="DOI" prefix="https://doi.org/"/>
</else-if>
</choose>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year-suffix">
Expand All @@ -163,20 +173,20 @@
<key variable="issued"/>
</sort>
<layout suffix=".">
<text macro="author" suffix="."/>
<text macro="issued" suffix=" "/>
<group delimiter=". ">
<text macro="author" suffix="."/>
<text macro="issued"/>
<text macro="title"/>
<group delimiter=", ">
<text variable="container-title" font-style="italic"/>
<text variable="container-title" form="short" font-style="italic"/>
<text variable="collection-title"/>
<text macro="container-contributors"/>
<text macro="secondary-contributors"/>
<text macro="publisher"/>
<text macro="locators"/>
</group>
<text macro="publisher"/>
</group>
<text macro="access"/>
<text macro="access" prefix=". "/>
</layout>
</bibliography>
</style>

0 comments on commit b850a0d

Please sign in to comment.