forked from JabRef/jabref
-
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.
Update journal-of-australian-strength-and-conditioning.csl (JabRef#5010)
- Loading branch information
1 parent
e28f06f
commit 8662257
Showing
1 changed file
with
63 additions
and
48 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 |
---|---|---|
|
@@ -9,18 +9,18 @@ | |
<link href="https://www.strengthandconditioning.org/images/publications/jasc-author-guidelines.pdf" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
<email>[email protected]</email> | ||
</author> | ||
<category citation-format="numeric"/> | ||
<category field="medicine"/> | ||
<category field="biology"/> | ||
<issn>1835-7644</issn> | ||
<updated>2017-02-21T20:35:22+00:00</updated> | ||
<eissn>1836-649X</eissn> | ||
<updated>2020-09-09T07:23:57+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"> | ||
<names variable="author" suffix="."> | ||
<name and="symbol" initialize-with=". " name-as-sort-order="all"/> | ||
<name and="symbol" delimiter-precedes-last="always" initialize-with=". " name-as-sort-order="all"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<text variable="title"/> | ||
|
@@ -29,8 +29,8 @@ | |
</macro> | ||
<macro name="editor"> | ||
<names variable="editor"> | ||
<name delimiter=" " suffix="," and="text" delimiter-precedes-last="always" initialize-with=". " name-as-sort-order="first"/> | ||
<label form="short" prefix=" "/> | ||
<name delimiter=" " and="text" delimiter-precedes-last="always" initialize-with=". "/> | ||
<label form="short" prefix=", "/> | ||
</names> | ||
</macro> | ||
<macro name="publisher"> | ||
|
@@ -60,63 +60,78 @@ | |
<text variable="citation-number"/> | ||
</layout> | ||
</citation> | ||
<bibliography entry-spacing="0" second-field-align="margin"> | ||
<bibliography second-field-align="flush" entry-spacing="0"> | ||
<sort> | ||
<key variable="citation-number"/> | ||
<key macro="author"/> | ||
<key variable="title"/> | ||
</sort> | ||
<layout suffix="."> | ||
<group delimiter=" "> | ||
<text variable="citation-number" suffix=". "/> | ||
<text macro="author" suffix="."/> | ||
<group delimiter=". "> | ||
<text variable="citation-number"/> | ||
<text macro="author"/> | ||
<choose> | ||
<if type="book" match="any"> | ||
<group suffix=" "> | ||
<text macro="editor" suffix=" "/> | ||
<text variable="title" font-weight="bold" suffix="."/> | ||
<text macro="edition" prefix=" "/> | ||
</group> | ||
<text prefix=" " macro="publisher"/> | ||
<date variable="issued" suffix="."> | ||
<date-part name="year"/> | ||
</date> | ||
<group suffix=". " prefix="; "> | ||
<text variable="page" prefix=":"/> | ||
<group delimiter=". "> | ||
<text variable="title" font-weight="bold"/> | ||
<text macro="edition"/> | ||
<text macro="editor"/> | ||
<text macro="publisher"/> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</group> | ||
</if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
<group delimiter=" "> | ||
<text variable="title" suffix="."/> | ||
<text term="in" text-case="capitalize-first" suffix=": "/> | ||
<group font-weight="bold"> | ||
<text variable="container-title" suffix=". "/> | ||
<text variable="collection-title" prefix=". "/> | ||
<group delimiter=". "> | ||
<text variable="title"/> | ||
<group delimiter=": "> | ||
<text term="in" text-case="capitalize-first"/> | ||
<text variable="container-title"/> | ||
</group> | ||
<text variable="collection-title"/> | ||
<text macro="editor"/> | ||
<text variable="volume"/> | ||
<group delimiter=", "> | ||
<text macro="publisher"/> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</group> | ||
<group delimiter=" "> | ||
<label variable="page" form="short"/> | ||
<text variable="page"/> | ||
</group> | ||
<text macro="editor" suffix=" "/> | ||
<text macro="publisher" suffix=","/> | ||
<date variable="issued" suffix="."> | ||
<date-part name="year"/> | ||
</date> | ||
<text variable="volume" prefix="vol. " suffix="."/> | ||
<label variable="page" form="short"/> | ||
<text variable="page"/> | ||
</group> | ||
</else-if> | ||
<else-if type="webpage post-weblog" match="any"> | ||
<text variable="container-title" suffix="."/> | ||
<text term="available at" text-case="capitalize-first" suffix=":"/> | ||
<text variable="URL" suffix="."/> | ||
<text term="accessed" text-case="capitalize-first" suffix=" "/> | ||
<date form="text" variable="accessed" suffix="."/> | ||
<else-if type="webpage post-weblog post" match="any"> | ||
<group delimiter=". "> | ||
<text variable="title"/> | ||
<text variable="container-title"/> | ||
<group delimiter=": "> | ||
<text term="available at" text-case="capitalize-first"/> | ||
<text variable="URL"/> | ||
</group> | ||
<group delimiter=": "> | ||
<text term="accessed" text-case="capitalize-first"/> | ||
<date form="text" variable="accessed"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else> | ||
<text variable="container-title" font-weight="bold" suffix=". "/> | ||
<group delimiter=": " suffix=","> | ||
<text variable="volume"/> | ||
<text variable="page"/> | ||
<group delimiter=". "> | ||
<text variable="title"/> | ||
<text variable="container-title" font-weight="bold"/> | ||
<group delimiter=": "> | ||
<group> | ||
<text variable="volume"/> | ||
<text variable="issue" prefix="(" suffix=")"/> | ||
</group> | ||
<text variable="page"/> | ||
</group> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</group> | ||
<date variable="issued" suffix="."> | ||
<date-part name="year"/> | ||
</date> | ||
</else> | ||
</choose> | ||
</group> | ||
|