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.
Browse files
Browse the repository at this point in the history
143464e Fix comma before et al. for the-oncologist.csl (JabRef#4724) 3b331b6 fixed bug with "near-note" position univ.-bordeaux-ecole-doctorale-de… (JabRef#4719) b2c0c1e APA: in-text title in title-case (JabRef#4725) 88c68d2 Fix et-al and indetation settings for mammalia.csl (JabRef#4717) 05940a2 Update the-febs-journal.csl (JabRef#4720) 1d77ba8 Request for review and assessment of the repa.csl (JabRef#4698) 76b4be5 Update isnad.csl (JabRef#4716) f709c84 Update isnad-dipnotlu.csl (JabRef#4715) 45d7655 Create mammalia.csl (JabRef#4714) eb333ca Update society-for-american-archaeology.csl (JabRef#4710) d944e71 Update masarykova-univerzita-pravnicka-fakulta.csl (JabRef#4712) 5e34eb1 Update animal-welfare.csl (JabRef#4713) 06785fa Update le-tapuscrit-author-date.csl (JabRef#4708) ada5282 Update norois.csl (JabRef#4707) git-subtree-dir: src/main/resources/csl-styles git-subtree-split: 143464e
- Loading branch information
Showing
2 changed files
with
293 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,140 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-US"> | ||
<info> | ||
<title>Mammalia</title> | ||
<id>http://www.zotero.org/styles/mammalia</id> | ||
<link href="http://www.zotero.org/styles/mammalia" rel="self"/> | ||
<link href="http://www.zotero.org/styles/genetics" rel="template"/> | ||
<link href="https://www.degruyter.com/view/journals/mamm/mamm-overview.xml?tab_body=editorialContent-68857" rel="documentation"/> | ||
<link href="http://www.degruyter.com/view/supplement/s18641547_Instructions_for_Authors.pdf" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
</author> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>0025-1461</issn> | ||
<eissn>1864-1547</eissn> | ||
<updated>2020-04-20T10:34:52+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="editor-translator"> | ||
<names variable="editor translator" prefix="(" suffix=")" delimiter=", "> | ||
<name and="text" delimiter-precedes-last="always" initialize-with="." sort-separator=" "/> | ||
<label form="short" prefix=", "/> | ||
</names> | ||
</macro> | ||
<macro name="author"> | ||
<names variable="author"> | ||
<name and="text" initialize-with="." name-as-sort-order="first" sort-separator=" "/> | ||
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
<text macro="title"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="author-short"> | ||
<names variable="author"> | ||
<name form="short" and="text" delimiter=", " initialize-with=". "/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song" match="any"> | ||
<text variable="title" form="short" font-style="italic"/> | ||
</if> | ||
<else> | ||
<text variable="title" form="short" quotes="true"/> | ||
</else> | ||
</choose> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="title"> | ||
<text variable="title"/> | ||
</macro> | ||
<macro name="publisher"> | ||
<group delimiter=", "> | ||
<text variable="publisher"/> | ||
<text variable="publisher-place"/> | ||
</group> | ||
</macro> | ||
<citation collapse="year-suffix" et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true"> | ||
<sort> | ||
<key variable="issued"/> | ||
<key variable="author"/> | ||
</sort> | ||
<layout prefix="(" suffix=")" delimiter="; "> | ||
<group delimiter=" "> | ||
<text macro="author-short"/> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
<group delimiter=" "> | ||
<label variable="locator" form="short"/> | ||
<text variable="locator" prefix=" "/> | ||
</group> | ||
</group> | ||
</layout> | ||
</citation> | ||
<bibliography> | ||
<sort> | ||
<key macro="author"/> | ||
<key variable="issued"/> | ||
</sort> | ||
<layout suffix="."> | ||
<group delimiter=". "> | ||
<text macro="author"/> | ||
<date date-parts="year" form="text" variable="issued"/> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song" match="any"> | ||
<group> | ||
<text macro="title"/> | ||
<text macro="editor-translator"/> | ||
</group> | ||
<text prefix=" " suffix="." macro="publisher"/> | ||
</if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
<group delimiter=". "> | ||
<text macro="title"/> | ||
<group delimiter=" "> | ||
<group delimiter=": "> | ||
<text term="in" text-case="capitalize-first"/> | ||
<names variable="editor translator" prefix="(" suffix=")"> | ||
<name prefix=" " initialize-with=". " name-as-sort-order="all" sort-separator=" "/> | ||
<label form="short" prefix=", "/> | ||
</names> | ||
</group> | ||
<group delimiter=", "> | ||
<text variable="container-title"/> | ||
<text variable="collection-title"/> | ||
</group> | ||
</group> | ||
<text macro="publisher"/> | ||
<group delimiter=" "> | ||
<label variable="page" form="short"/> | ||
<text variable="page"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else> | ||
<group delimiter=". "> | ||
<group delimiter=", "> | ||
<text macro="title"/> | ||
<text macro="editor-translator"/> | ||
</group> | ||
<group delimiter=" "> | ||
<text variable="container-title" form="short"/> | ||
<group delimiter=": "> | ||
<text variable="volume"/> | ||
<text variable="page"/> | ||
</group> | ||
</group> | ||
</group> | ||
</else> | ||
</choose> | ||
</group> | ||
</layout> | ||
</bibliography> | ||
</style> |
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,153 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="expanded" default-locale="en-US"> | ||
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) --> | ||
<info> | ||
<title>Research and Education Promotion Association</title> | ||
<title-short>REPA</title-short> | ||
<id>http://www.zotero.org/styles/research-and-education-promotion-association</id> | ||
<link href="http://www.zotero.org/styles/research-and-education-promotion-association" rel="self"/> | ||
<link href="https://repa.jp/journals/editorial-guide-and-citation-style/" rel="documentation"/> | ||
<author> | ||
<name>Research and Education Promotion Association (REPA)</name> | ||
<email>[email protected]</email> | ||
<uri>www.repa.jp</uri> | ||
</author> | ||
<category citation-format="numeric"/> | ||
<category field="science"/> | ||
<updated>2020-04-18T14:45:25+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="editor"> | ||
<names variable="editor" font-style="italic" delimiter=", "> | ||
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/> | ||
<label prefix=" - "/> | ||
</names> | ||
</macro> | ||
<macro name="author"> | ||
<names variable="author" delimiter=", "> | ||
<name delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/> | ||
<label prefix=": "/> | ||
<substitute> | ||
<names variable="editor" suffix=" "/> | ||
<text variable="title"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="access"> | ||
<group> | ||
<choose> | ||
<if variable="URL"> | ||
<text variable="URL" prefix="(" suffix=") "/> | ||
<group prefix=" "> | ||
<text term="accessed" text-case="capitalize-first" font-style="italic" suffix=": "/> | ||
<date variable="accessed" font-style="italic" font-weight="normal"> | ||
<date-part name="day" font-weight="normal" suffix=" "/> | ||
<date-part name="month" suffix=" "/> | ||
<date-part name="year" font-weight="bold"/> | ||
</date> | ||
</group> | ||
</if> | ||
</choose> | ||
</group> | ||
</macro> | ||
<macro name="publisher"> | ||
<group delimiter=", "> | ||
<text variable="publisher-place"/> | ||
<text variable="publisher" font-style="italic"/> | ||
</group> | ||
</macro> | ||
<macro name="year-date"> | ||
<choose> | ||
<if variable="issued"> | ||
<date variable="issued" font-weight="bold"> | ||
<date-part name="year" font-weight="bold"/> | ||
</date> | ||
</if> | ||
<else> | ||
<text term="no date" form="short"/> | ||
</else> | ||
</choose> | ||
</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> | ||
<citation collapse="citation-number"> | ||
<sort> | ||
<key variable="citation-number"/> | ||
</sort> | ||
<layout prefix="[" suffix="]" delimiter=","> | ||
<text variable="citation-number"/> | ||
</layout> | ||
</citation> | ||
<bibliography et-al-min="6" et-al-use-first="5" second-field-align="flush"> | ||
<layout> | ||
<text variable="citation-number" prefix="[" suffix="] "/> | ||
<group delimiter=" "> | ||
<text macro="author" suffix=" "/> | ||
<text macro="year-date" prefix="(" suffix=")"/> | ||
<text variable="title" quotes="true" prefix=" "/> | ||
</group> | ||
<choose> | ||
<if type="book report" match="any"> | ||
<text macro="edition" prefix=", "/> | ||
<text variable="genre" font-style="italic" prefix=" "/> | ||
<group delimiter=" " prefix=" "> | ||
<text macro="editor"/> | ||
<text macro="publisher" suffix=". "/> | ||
<group delimiter=" "> | ||
<text variable="number-of-pages"/> | ||
<text term="page" form="short" strip-periods="true" suffix="."/> | ||
<text variable="ISBN" form="short" font-style="normal" font-weight="bold" prefix="ISBN: "/> | ||
</group> | ||
</group> | ||
</if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
<group delimiter=". " suffix=" "> | ||
<group delimiter=" " prefix=" "> | ||
<text term="in" text-case="capitalize-first" prefix=" " suffix=": "/> | ||
<text macro="editor"/> | ||
</group> | ||
<group delimiter=", "> | ||
<text variable="container-title" font-style="normal" prefix=" " suffix=" "/> | ||
<text macro="edition"/> | ||
</group> | ||
</group> | ||
<group delimiter=", " prefix=" " suffix=" - "> | ||
<text macro="publisher"/> | ||
<text variable="volume" prefix="vol. "/> | ||
</group> | ||
<text variable="page" prefix=" pp. " suffix="."/> | ||
<text variable="DOI" prefix=" https://doi.org/"/> | ||
</else-if> | ||
<else-if type="thesis"> | ||
<group delimiter=" " prefix=" "> | ||
<text variable="genre" prefix="(" suffix=") "/> | ||
<text macro="publisher"/> | ||
</group> | ||
</else-if> | ||
<else> | ||
<group delimiter=" " prefix=" "> | ||
<text variable="container-title" form="short" strip-periods="true" font-style="italic"/> | ||
<group prefix=" (" suffix=")"> | ||
<text variable="volume" prefix="vol. " suffix=", "/> | ||
<text variable="issue" prefix="no. " suffix=", "/> | ||
<text variable="page" prefix="pp. "/> | ||
</group> | ||
</group> | ||
<text variable="DOI" text-decoration="none" prefix=" https://doi.org/"/> | ||
</else> | ||
</choose> | ||
<text macro="access" prefix=" "/> | ||
</layout> | ||
</bibliography> | ||
</style> |