forked from citation-style-language/styles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to follow the latest formatting instructions, found at https://www.tandf.co.uk//journals/authors/style/reference/ref_UMYC.pdf
- Loading branch information
1 parent
ccb81c8
commit 0a5c893
Showing
1 changed file
with
10 additions
and
6 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 |
---|---|---|
|
@@ -10,10 +10,15 @@ | |
<name>Franck Stefani</name> | ||
<email>[email protected]</email> | ||
</author> | ||
<contributor> | ||
<name>Jesper Svedberg</name> | ||
<email>[email protected]</email> | ||
</contributor> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>0027-5514</issn> | ||
<updated>2014-01-10T17:16:40+00:00</updated> | ||
<eissn>1557-2536</eissn> | ||
<updated>2021-07-09T12:23: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> | ||
<macro name="author-short"> | ||
|
@@ -57,7 +62,7 @@ | |
<key macro="issued"/> | ||
<key macro="author"/> | ||
</sort> | ||
<layout delimiter=", " prefix="(" suffix=")"> | ||
<layout delimiter="; " prefix="(" suffix=")"> | ||
<group delimiter=" "> | ||
<text macro="author-short"/> | ||
<text macro="issued"/> | ||
|
@@ -77,13 +82,12 @@ | |
<choose> | ||
<if type="article article-magazine article-newspaper article-journal review" match="any"> | ||
<text variable="title" suffix="."/> | ||
<text variable="container-title" form="short" text-case="title" strip-periods="true"/> | ||
<group delimiter=", "> | ||
<group delimiter=" "> | ||
<text variable="container-title" text-case="title" strip-periods="true"/> | ||
<group delimiter=":"> | ||
<text variable="volume"/> | ||
<text variable="page"/> | ||
</group> | ||
<text variable="DOI" prefix="doi:"/> | ||
</group> | ||
</if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
|
@@ -92,7 +96,7 @@ | |
<text macro="editor"/> | ||
<text variable="container-title" text-case="title" strip-periods="true"/> | ||
<text macro="publisher"/> | ||
<label variable="page" form="short" strip-periods="true"/> | ||
<label variable="page" form="short" strip-periods="true" plural="never"/> | ||
<text variable="page"/> | ||
</group> | ||
</else-if> | ||
|