-
-
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 journal-of-breast-cancer.csl (#4630)
- Loading branch information
1 parent
268df9e
commit db8bd33
Showing
1 changed file
with
251 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,251 @@ | ||
<?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" default-locale="en-US"> | ||
<info> | ||
<title>Journal of Breast Cancer</title> | ||
<title-short>JBC</title-short> | ||
<id>http://www.zotero.org/styles/journal-of-breast-cancer</id> | ||
<link href="http://www.zotero.org/styles/journal-of-breast-cancer" rel="self"/> | ||
<link href="http://www.zotero.org/styles/interactive-cardiovascular-and-thoracic-surgery" rel="template"/> | ||
<link href="https://ejbc.kr/index.php?body=instruction" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien, PhD</name> | ||
<email>obrienpat86@gmail.com</email> | ||
</author> | ||
<category citation-format="numeric"/> | ||
<category field="medicine"/> | ||
<issn>1738-6756</issn> | ||
<eissn>2092-9900</eissn> | ||
<updated>2020-03-15T14:22:45+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="page"> | ||
<choose> | ||
<if is-numeric="locator"> | ||
<label variable="locator" form="short" suffix=" "/> | ||
<text variable="locator"/> | ||
</if> | ||
<else> | ||
<text variable="locator"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="author"> | ||
<choose> | ||
<if type="legislation"/> | ||
<else-if type="entry-encyclopedia" variable="author" match="all"> | ||
<names variable="author"> | ||
<name name-as-sort-order="all" sort-separator=" " initialize-with=""/> | ||
</names> | ||
</else-if> | ||
<else-if variable="author editor composer" match="any"> | ||
<names variable="author"> | ||
<name name-as-sort-order="all" sort-separator=" " initialize-with=""/> | ||
<label prefix=", "/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="composer"/> | ||
</substitute> | ||
</names> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="title"> | ||
<text variable="title" suffix="."/> | ||
</macro> | ||
<macro name="editor-container"> | ||
<group delimiter=": "> | ||
<text term="in" text-case="capitalize-first"/> | ||
<group delimiter=". "> | ||
<names variable="editor"> | ||
<name name-as-sort-order="all" sort-separator=" " initialize-with=""/> | ||
<label prefix=", "/> | ||
</names> | ||
<text variable="container-title" suffix="."/> | ||
</group> | ||
</group> | ||
</macro> | ||
<macro name="container-title"> | ||
<choose> | ||
<if type="article-journal"> | ||
<text variable="container-title" form="short" strip-periods="true"/> | ||
</if> | ||
<else-if type="entry-encyclopedia" variable="author"> | ||
<text macro="editor-container"/> | ||
</else-if> | ||
<else-if type="chapter"> | ||
<text macro="editor-container"/> | ||
</else-if> | ||
<else-if type="patent" match="any"> | ||
<text variable="authority" suffix=" "/> | ||
<text variable="number" suffix=","/> | ||
</else-if> | ||
<else> | ||
<text variable="container-title" suffix="."/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="edition"> | ||
<group delimiter=" "> | ||
<choose> | ||
<if is-numeric="edition"> | ||
<number variable="edition" form="ordinal"/> | ||
<text term="edition" form="short"/> | ||
</if> | ||
<else> | ||
<text variable="edition"/> | ||
</else> | ||
</choose> | ||
</group> | ||
</macro> | ||
<macro name="city"> | ||
<text variable="publisher-place"/> | ||
</macro> | ||
<macro name="publisher"> | ||
<text variable="publisher"/> | ||
</macro> | ||
<macro name="year"> | ||
<choose> | ||
<if type="legislation bill patent" match="any"> | ||
<date form="text" variable="issued"> | ||
<date-part name="year"/> | ||
<date-part name="month" form="short"/> | ||
<date-part name="day"/> | ||
</date> | ||
</if> | ||
<else-if type="article-newspaper broadcast" match="any"> | ||
<date variable="issued" delimiter=" "> | ||
<date-part name="year"/> | ||
<date-part name="month" form="short"/> | ||
<date-part name="day"/> | ||
</date> | ||
</else-if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
<date variable="issued" prefix="; "> | ||
<date-part name="year"/> | ||
</date> | ||
</else-if> | ||
<else-if type="book" match="any"> | ||
<date date-parts="year" form="text" variable="issued" prefix="; "/> | ||
</else-if> | ||
<else> | ||
<choose> | ||
<if match="all" variable="volume page"> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</if> | ||
<else> | ||
<date variable="issued" suffix="."> | ||
<date-part name="year"/> | ||
<date-part name="month" form="short" strip-periods="true" prefix=" "/> | ||
<date-part name="day" prefix=" "/> | ||
</date> | ||
</else> | ||
</choose> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="entry"> | ||
<choose> | ||
<if type="entry-encyclopedia"> | ||
<choose> | ||
<if variable="author"/> | ||
<else> | ||
<text variable="title"/> | ||
</else> | ||
</choose> | ||
</if> | ||
<else-if type="post-weblog"> | ||
<text variable="title" suffix=";"/> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="locator"> | ||
<choose> | ||
<if type="article-journal article-magazine" match="any"> | ||
<group delimiter=":" prefix=";"> | ||
<text variable="volume"/> | ||
<text variable="page"/> | ||
</group> | ||
</if> | ||
<else-if type="article-newspaper"> | ||
<group delimiter=":"> | ||
<text variable="section"/> | ||
<text variable="page"/> | ||
</group> | ||
</else-if> | ||
<else-if type="chapter entry-dictionary entry-encyclopedia" match="any"> | ||
<group delimiter=" " prefix=". "> | ||
<label variable="page" form="short"/> | ||
<text variable="page"/> | ||
</group> | ||
</else-if> | ||
<else-if type="legislation"> | ||
<number variable="volume"/> | ||
<date variable="issued" prefix=" af " delimiter="/"> | ||
<date-part name="day" form="numeric-leading-zeros"/> | ||
<date-part name="month" form="numeric-leading-zeros"/> | ||
<date-part name="year"/> | ||
</date> | ||
</else-if> | ||
<else-if type="bill"> | ||
<number variable="number"/> | ||
<date variable="issued" prefix=". " delimiter="/"> | ||
<date-part name="day" form="numeric-leading-zeros"/> | ||
<date-part name="month" form="numeric-leading-zeros"/> | ||
<date-part name="year"/> | ||
</date> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="access"> | ||
<choose> | ||
<if type="article-journal" match="any"> | ||
<choose> | ||
<if match="none" variable="volume page"> | ||
<text variable="DOI" prefix="https://doi.org/"/> | ||
</if> | ||
</choose> | ||
</if> | ||
<else-if type="webpage post-weblog" match="any"> | ||
<text variable="URL" text-decoration="none"/> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<citation collapse="citation-number"> | ||
<sort> | ||
<key variable="citation-number"/> | ||
</sort> | ||
<layout delimiter="," prefix="[" suffix="]"> | ||
<text variable="citation-number"/> | ||
<text macro="page" prefix=", "/> | ||
</layout> | ||
</citation> | ||
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush" hanging-indent="true"> | ||
<layout suffix="."> | ||
<text variable="citation-number" suffix=". "/> | ||
<group delimiter=" "> | ||
<group delimiter=". "> | ||
<text macro="author"/> | ||
<text macro="title"/> | ||
<text macro="container-title"/> | ||
</group> | ||
<text macro="edition"/> | ||
<group> | ||
<group delimiter=": "> | ||
<text macro="city"/> | ||
<text macro="publisher"/> | ||
</group> | ||
<group delimiter=" "> | ||
<group delimiter=". "> | ||
<text macro="year"/> | ||
<text macro="entry"/> | ||
</group> | ||
</group> | ||
<text macro="locator"/> | ||
</group> | ||
<text macro="access"/> | ||
</group> | ||
</layout> | ||
</bibliography> | ||
</style> |