Skip to content

Commit

Permalink
Update american-chemical-society.csl for webpage (#6050)
Browse files Browse the repository at this point in the history
Removal of space in between year, month, and date for website access by adding range-delimiter="" (prior to this update, the format would be shown as year- month- day).

Update to the bibliography for the web page reference updated to reflect newest edition for ACS: Author or Organization (if any). _Title of Site_. URL (accessed YYYY-MM-DD).
  • Loading branch information
tehH1035 committed May 4, 2022
1 parent 94e2699 commit ca57b27
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions american-chemical-society.csl
Original file line number Diff line number Diff line change
Expand Up @@ -250,14 +250,17 @@
</group>
</else-if>
<else-if type="webpage">
<group delimiter=" ">
<text variable="title"/>
<text variable="URL"/>
<date variable="accessed" prefix="(accessed " suffix=")" delimiter=" ">
<date-part name="year"/>
<date-part name="month" prefix="-" form="numeric-leading-zeros"/>
<date-part name="day" prefix="-" form="numeric-leading-zeros"/>
</date>
<group delimiter=". ">
<text variable="title" font-style="italic"/>
<text variable="container-title"/>
<group delimiter=" ">
<text variable="URL"/>
<date variable="accessed" prefix="(accessed " suffix=")">
<date-part name="year"/>
<date-part name="month" prefix="-" form="numeric-leading-zeros"/>
<date-part name="day" prefix="-" form="numeric-leading-zeros"/>
</date>
</group>
</group>
</else-if>
<else>
Expand Down

0 comments on commit ca57b27

Please sign in to comment.