-
-
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.
Create annals-of-work-exposures-and-health.csl (#5666)
via https://forums.zotero.org/discussion/91763/style-request-annals-of-work-exposures-and-health#latest
- Loading branch information
1 parent
1ba9dc6
commit 68f1996
Showing
1 changed file
with
224 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,224 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="minimal" demote-non-dropping-particle="sort-only" default-locale="en-GB"> | ||
<info> | ||
<title>Annals of Work Exposures and Health</title> | ||
<id>http://www.zotero.org/styles/annals-of-work-exposures-and-health</id> | ||
<link href="http://www.zotero.org/styles/annals-of-work-exposures-and-health" rel="self"/> | ||
<link href="http://www.zotero.org/styles/alcohol-and-alcoholism" rel="template"/> | ||
<link href="https://academic.oup.com/annweh/pages/Author_Guidelines#3.12" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien, PhD</name> | ||
</author> | ||
<category citation-format="author-date"/> | ||
<category field="medicine"/> | ||
<issn>2398-7308</issn> | ||
<eissn>2398-7316</eissn> | ||
<updated>2021-10-25T09:18:40+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"> | ||
<terms> | ||
<term name="editor" form="short"> | ||
<single>ed.</single> | ||
<multiple>eds</multiple> | ||
</term> | ||
<term name="edition" form="short">edn.</term> | ||
</terms> | ||
</locale> | ||
<macro name="container-contributors"> | ||
<names variable="editor translator" delimiter=", "> | ||
<name and="symbol" delimiter-precedes-last="never" initialize-with="."/> | ||
<label strip-periods="false" prefix=", "/> | ||
</names> | ||
</macro> | ||
<macro name="author"> | ||
<names variable="author"> | ||
<name font-variant="normal" delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/> | ||
<label strip-periods="false" prefix=", "/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
<text variable="title"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="author-short"> | ||
<names variable="author"> | ||
<name form="short" and="text" initialize-with=". "/> | ||
<et-al font-style="italic"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
<text variable="title"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="title"> | ||
<choose> | ||
<if type="book"> | ||
<text variable="title" font-style="italic"/> | ||
</if> | ||
<else> | ||
<text variable="title"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="access"> | ||
<choose> | ||
<if type="article-journal article-magazine article-newspaper bill book chapter graphic legal_case legislation motion_picture paper-conference report song thesis" match="none"> | ||
<text variable="container-title" font-style="italic" suffix=". "/> | ||
<choose> | ||
<if variable="URL"> | ||
<group delimiter=". "> | ||
<group delimiter=" "> | ||
<text term="available at" text-case="capitalize-first"/> | ||
<text variable="URL"/> | ||
</group> | ||
<group> | ||
<text term="accessed" text-case="capitalize-first" suffix=" "/> | ||
<date variable="accessed"> | ||
<date-part name="day" suffix=" "/> | ||
<date-part name="month" suffix=" "/> | ||
<date-part name="year"/> | ||
</date> | ||
</group> | ||
</group> | ||
</if> | ||
</choose> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="publisher"> | ||
<group delimiter=". "> | ||
<text variable="genre"/> | ||
<group delimiter=": "> | ||
<text variable="publisher-place"/> | ||
<text variable="publisher"/> | ||
</group> | ||
<group delimiter=" "> | ||
<label plural="never" variable="page" form="short"/> | ||
<text variable="page"/> | ||
</group> | ||
<text variable="ISBN" prefix="ISBN "/> | ||
</group> | ||
</macro> | ||
<macro name="issued"> | ||
<choose> | ||
<if variable="issued"> | ||
<group> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</group> | ||
</if> | ||
<else> | ||
<text term="no date"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="issued-year"> | ||
<choose> | ||
<if variable="issued"> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</if> | ||
<else> | ||
<text term="no date" form="short"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="edition"> | ||
<choose> | ||
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any"> | ||
<choose> | ||
<if is-numeric="edition"> | ||
<number variable="edition" form="ordinal" prefix=", "/> | ||
<text term="edition" form="short" prefix=" " suffix="."/> | ||
</if> | ||
<else> | ||
<text variable="edition" suffix="."/> | ||
</else> | ||
</choose> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="locators"> | ||
<choose> | ||
<if type="article-journal article-magazine article-newspaper" match="any"> | ||
<group delimiter="; "> | ||
<text variable="container-title" form="short" strip-periods="true" font-style="italic"/> | ||
<group delimiter=": "> | ||
<text variable="volume" font-weight="bold"/> | ||
<text variable="page"/> | ||
</group> | ||
</group> | ||
</if> | ||
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any"> | ||
<group delimiter=", "> | ||
<text variable="container-title" font-style="italic"/> | ||
<text macro="volume"/> | ||
<group delimiter=" "> | ||
<label variable="page" form="short"/> | ||
<text variable="page"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
<group delimiter=". "> | ||
<group delimiter=" "> | ||
<text term="in" text-case="capitalize-first"/> | ||
<text macro="container-contributors"/> | ||
</group> | ||
<text variable="container-title"/> | ||
</group> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="citation-locator"> | ||
<group delimiter=" "> | ||
<label variable="locator" form="short"/> | ||
<text variable="locator"/> | ||
</group> | ||
</macro> | ||
<macro name="volume"> | ||
<group delimiter=" "> | ||
<text variable="volume" form="short" text-case="capitalize-first"/> | ||
<number variable="volume"/> | ||
</group> | ||
</macro> | ||
<citation et-al-min="4" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true" collapse="year"> | ||
<sort> | ||
<key variable="issued"/> | ||
<key macro="author"/> | ||
</sort> | ||
<layout prefix="(" suffix=")" delimiter="; "> | ||
<group delimiter=", "> | ||
<text macro="author-short"/> | ||
<text macro="issued-year"/> | ||
<text macro="citation-locator"/> | ||
</group> | ||
</layout> | ||
</citation> | ||
<bibliography et-al-min="7" et-al-use-first="3" hanging-indent="true"> | ||
<sort> | ||
<key macro="author"/> | ||
<key variable="issued"/> | ||
</sort> | ||
<layout suffix="."> | ||
<group delimiter=". "> | ||
<text macro="author"/> | ||
<group> | ||
<text macro="issued" prefix="(" suffix=") "/> | ||
<text macro="title"/> | ||
</group> | ||
<text macro="locators"/> | ||
</group> | ||
<text macro="edition"/> | ||
<group delimiter=". " prefix=". "> | ||
<text macro="publisher"/> | ||
<text macro="access"/> | ||
</group> | ||
</layout> | ||
</bibliography> | ||
</style> |