-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ACS documentation & date format
- Loading branch information
1 parent
950f730
commit 899c2bc
Showing
1 changed file
with
5 additions
and
4 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 |
---|---|---|
|
@@ -5,7 +5,8 @@ | |
<title-short>ACS</title-short> | ||
<id>http://www.zotero.org/styles/american-chemical-society</id> | ||
<link href="http://www.zotero.org/styles/american-chemical-society" rel="self"/> | ||
<link href="https://pubs.acs.org/doi/pdf/10.1021/bk-2006-STYG.ch014" rel="documentation"/> | ||
<link href="https://pubs.acs.org/doi/full/10.1021/acsguide.40303" rel="documentation"/> | ||
<link href="https://pubs.acs.org/doi/book/10.1021/acsguide" rel="documentation"/> | ||
<author> | ||
<name>Julian Onions</name> | ||
<email>[email protected]</email> | ||
|
@@ -20,7 +21,7 @@ | |
<category citation-format="numeric"/> | ||
<category field="chemistry"/> | ||
<summary>The American Chemical Society style</summary> | ||
<updated>2020-03-10T12:00:00+00:00</updated> | ||
<updated>2021-05-22T12:00:00+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> | ||
<locale xml:lang="en"> | ||
|
@@ -253,9 +254,9 @@ | |
<text variable="title"/> | ||
<text variable="URL"/> | ||
<date variable="accessed" prefix="(accessed " suffix=")" delimiter=" "> | ||
<date-part name="month" form="short" strip-periods="true"/> | ||
<date-part name="day" 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> | ||
</else-if> | ||
|