-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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-for-microbiology.csl (#5842)
* Update american-society-for-microbiology.csl via https://forums.zotero.org/discussion/93909/style-error-american-society-for-microbiology#latest * Update american-society-for-microbiology.csl * Update american-society-for-microbiology.csl
- Loading branch information
1 parent
19ab80f
commit 5563ccc
Showing
1 changed file
with
39 additions
and
11 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 |
---|---|---|
|
@@ -24,10 +24,13 @@ | |
<uri>http://twitter.com/cparnot</uri> | ||
<email>[email protected]</email> | ||
</contributor> | ||
<contributor> | ||
<name>Patrick O'Brien</name> | ||
</contributor> | ||
<category citation-format="numeric"/> | ||
<category field="biology"/> | ||
<summary>Style for all American Society for Microbiology journals.</summary> | ||
<updated>2020-07-27T18:54:54+00:00</updated> | ||
<updated>2022-01-13T16:47:12+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"> | ||
|
@@ -92,15 +95,21 @@ | |
</choose> | ||
</macro> | ||
<macro name="publisher"> | ||
<group delimiter=", " prefix=". "> | ||
<choose> | ||
<if type="article-journal article-magazine" match="none"> | ||
<text variable="genre"/> | ||
<text variable="publisher"/> | ||
<text variable="publisher-place"/> | ||
</if> | ||
</choose> | ||
</group> | ||
<choose> | ||
<if type="article-journal article-magazine" match="none"> | ||
<group delimiter=". " prefix=". "> | ||
<choose> | ||
<if type="book" match="none"> | ||
<text variable="genre"/> | ||
</if> | ||
</choose> | ||
<group delimiter=", "> | ||
<text variable="publisher"/> | ||
<text variable="publisher-place"/> | ||
</group> | ||
</group> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="locators"> | ||
<choose> | ||
|
@@ -117,8 +126,27 @@ | |
</else> | ||
</choose> | ||
</if> | ||
<else-if type="book webpage post post-weblog" match="any"> | ||
<group delimiter=". " prefix=". "> | ||
<text variable="URL"/> | ||
<group delimiter=" "> | ||
<text term="retrieved" text-case="capitalize-first"/> | ||
<date variable="accessed"> | ||
<date-part name="day"/> | ||
<date-part name="month" prefix=" "/> | ||
<date-part name="year" prefix=" "/> | ||
</date> | ||
</group> | ||
</group> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="title"> | ||
<group delimiter=" "> | ||
<text variable="title"/> | ||
<text variable="version" prefix="(" suffix=")"/> | ||
</group> | ||
</macro> | ||
<citation collapse="citation-number"> | ||
<sort> | ||
<key variable="citation-number"/> | ||
|
@@ -132,7 +160,7 @@ | |
<text variable="citation-number" suffix=". "/> | ||
<text macro="author"/> | ||
<text macro="issued"/> | ||
<text variable="title" prefix=" "/> | ||
<text macro="title" prefix=" "/> | ||
<text macro="chapter-specifics"/> | ||
<text macro="patent-specifics"/> | ||
<text macro="container-title"/> | ||
|