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.
Create journal-of-clinical-ethics.csl (JabRef#4842)
- Loading branch information
1 parent
b9fbfa3
commit d065fdd
Showing
1 changed file
with
219 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,219 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="minimal" demote-non-dropping-particle="sort-only" default-locale="en-US"> | ||
<info> | ||
<title>The Journal of Clinical Ethics</title> | ||
<title-short>JCE</title-short> | ||
<id>http://www.zotero.org/styles/the-journal-of-clinical-ethics</id> | ||
<link href="http://www.zotero.org/styles/the-journal-of-clinical-ethics" rel="self"/> | ||
<link href="http://www.zotero.org/styles/comparative-politics" rel="template"/> | ||
<link href="http://www.clinicalethics.com/JCE%20Reference%20Style.pdf" rel="documentation"/> | ||
<link href="http://www.clinicalethics.com/Instructions.htm#FORMAT_" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
</author> | ||
<category citation-format="note"/> | ||
<category field="medicine"/> | ||
<issn>1046-7890</issn> | ||
<eissn>1945-5879</eissn> | ||
<updated>2020-06-03T10:48:27+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"> | ||
<name and="text" delimiter-precedes-last="never" initialize-with="." sort-separator=" "/> | ||
<label form="short" prefix=", "/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="editor"> | ||
<names variable="editor"> | ||
<name and="text" delimiter-precedes-last="never" initialize-with="."/> | ||
<label form="short" strip-periods="false" prefix=", "/> | ||
</names> | ||
</macro> | ||
<macro name="year-date"> | ||
<choose> | ||
<if variable="issued"> | ||
<choose> | ||
<if type="article-journal" match="any"> | ||
<date date-parts="year-month" form="text" variable="issued"/> | ||
</if> | ||
<else> | ||
<date date-parts="year" form="text" variable="issued"/> | ||
</else> | ||
</choose> | ||
</if> | ||
<else> | ||
<text term="no date" form="short"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="access"> | ||
<choose> | ||
<if variable="URL"> | ||
<group delimiter=". "> | ||
<group delimiter=": "> | ||
<text term="available at" text-case="capitalize-first"/> | ||
<text variable="URL"/> | ||
</group> | ||
<group prefix="[" suffix="]" delimiter=": "> | ||
<text term="accessed" text-case="capitalize-first"/> | ||
<date variable="accessed"> | ||
<date-part name="day" form="numeric-leading-zeros" suffix="-"/> | ||
<date-part name="month" form="short" suffix="-" strip-periods="true"/> | ||
<date-part name="year" form="long"/> | ||
</date> | ||
</group> | ||
</group> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="publisher"> | ||
<group delimiter=", " prefix=" (" suffix=")"> | ||
<group delimiter=": "> | ||
<text variable="publisher-place" form="long"/> | ||
<text variable="publisher" form="long"/> | ||
</group> | ||
<text macro="year-date"/> | ||
</group> | ||
</macro> | ||
<macro name="edition"> | ||
<choose> | ||
<if is-numeric="edition"> | ||
<group delimiter=" "> | ||
<number variable="edition" form="ordinal"/> | ||
<text term="edition" form="short"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="edition"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="locator"> | ||
<group delimiter=" "> | ||
<label variable="locator" form="short"/> | ||
<text variable="locator"/> | ||
</group> | ||
</macro> | ||
<macro name="pages"> | ||
<choose> | ||
<if variable="locator"> | ||
<text macro="locator"/> | ||
</if> | ||
<else> | ||
<text variable="page"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<citation> | ||
<layout delimiter="; " suffix="."> | ||
<choose> | ||
<if position="ibid-with-locator"> | ||
<group delimiter=", "> | ||
<text term="ibid"/> | ||
<text macro="locator"/> | ||
</group> | ||
</if> | ||
<else-if position="ibid"> | ||
<text term="ibid"/> | ||
</else-if> | ||
<else-if position="subsequent"> | ||
<group delimiter=", "> | ||
<text macro="author"/> | ||
<choose> | ||
<if match="any" variable="title-short"> | ||
<text variable="title-short"/> | ||
</if> | ||
<else> | ||
<text variable="title"/> | ||
</else> | ||
</choose> | ||
<text macro="locator"/> | ||
</group> | ||
</else-if> | ||
<else> | ||
<text macro="author" suffix=", "/> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song" match="any"> | ||
<group> | ||
<group delimiter=", "> | ||
<text variable="title" font-style="italic"/> | ||
<text macro="edition"/> | ||
</group> | ||
<text macro="publisher"/> | ||
</group> | ||
</if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
<text variable="title" quotes="true" suffix=", "/> | ||
<text term="in" suffix=" "/> | ||
<group delimiter=", "> | ||
<text macro="editor"/> | ||
<text variable="container-title" text-case="title" font-style="italic"/> | ||
<text macro="edition"/> | ||
</group> | ||
<group delimiter=", "> | ||
<text macro="publisher"/> | ||
<text macro="pages"/> | ||
</group> | ||
</else-if> | ||
<else-if type="webpage"> | ||
<group delimiter=", " suffix="."> | ||
<text variable="title"/> | ||
<text variable="container-title" font-style="italic"/> | ||
<text macro="year-date"/> | ||
</group> | ||
<text macro="access" prefix=". "/> | ||
</else-if> | ||
<else-if type="patent"> | ||
<group delimiter=", "> | ||
<text variable="title"/> | ||
<text variable="number"/> | ||
<text macro="year-date"/> | ||
</group> | ||
</else-if> | ||
<else-if type="thesis"> | ||
<group delimiter=" "> | ||
<text variable="title"/> | ||
<group delimiter=", " prefix="(" suffix=")"> | ||
<text variable="genre"/> | ||
<text variable="publisher"/> | ||
<text macro="year-date"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else-if type="article article-journal" match="any"> | ||
<group delimiter=" "> | ||
<text variable="title" quotes="true" suffix=","/> | ||
<text variable="container-title" text-case="title" font-style="italic"/> | ||
<group delimiter=", "> | ||
<text variable="volume" font-weight="normal"/> | ||
<group delimiter=" "> | ||
<label variable="issue" form="short"/> | ||
<text variable="issue"/> | ||
</group> | ||
</group> | ||
<group delimiter=": "> | ||
<text macro="year-date" prefix="(" suffix=")"/> | ||
<text macro="pages"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else> | ||
<group delimiter=", "> | ||
<text variable="title" quotes="true" suffix=","/> | ||
<text variable="container-title" text-case="title" font-style="italic"/> | ||
<text variable="volume" font-weight="normal"/> | ||
<text macro="year-date"/> | ||
<text variable="page" form="short"/> | ||
</group> | ||
</else> | ||
</choose> | ||
</else> | ||
</choose> | ||
</layout> | ||
</citation> | ||
</style> |