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
566df87 Create archeologicke-rozhledy.csl (JabRef#4586) 4205586 Update mcgill-en.csl - include render-legislation macro (JabRef#4579) 7d857f1 Create journal-of-plankton-research.csl (JabRef#4581) 05c8aca Update mercator-institut-fur-sprachforderung-und-deutsch-als-zweitsprache.csl (JabRef#4582) 564dc5f Update vodohospodarske-technicko-ekonomicke-informace.csl (JabRef#4584) f03dece Bump nokogiri from 1.10.7 to 1.10.8 (JabRef#4580) 31bacc1 JCL: Fix formatting & space before locator adfc9b0 Add The Journal of Comparative Law (JabRef#4576) 599d39c Create uni-freiburg-geschichte.csl (JabRef#4561) 3ad8d40 Add Begell House styles (JabRef#4575) 223527b Create begell-apa.csl (JabRef#4574) d73b9a9 Update journal-of-neolithic-archaeology.csl (JabRef#4572) 5b2810c Create anatomical-sciences-education.csl (JabRef#4573) git-subtree-dir: src/main/resources/csl-styles git-subtree-split: 566df87
- Loading branch information
github actions
committed
Mar 1, 2020
1 parent
a02cbc0
commit 3e8e0a4
Showing
62 changed files
with
4,474 additions
and
164 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
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,152 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-GB"> | ||
<info> | ||
<title>Anatomical Sciences Education</title> | ||
<title-short>ASE</title-short> | ||
<id>http://www.zotero.org/styles/anatomical-sciences-education</id> | ||
<link href="http://www.zotero.org/styles/anatomical-sciences-education" rel="self"/> | ||
<link href="http://www.zotero.org/styles/clinical-anatomy" rel="template"/> | ||
<link href="https://anatomypubs.onlinelibrary.wiley.com/hub/journal/19359780/homepage/forauthors.html#5" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
</author> | ||
<category citation-format="author-date"/> | ||
<category field="medicine"/> | ||
<issn>1935-9772</issn> | ||
<eissn>1935-9780</eissn> | ||
<updated>2020-02-20T14:47:42+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-short"> | ||
<names variable="author"> | ||
<name form="short" and="text"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<text variable="title"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="author"> | ||
<names variable="author"> | ||
<name name-as-sort-order="all" sort-separator=" " delimiter=", " initialize-with=""/> | ||
<label text-case="capitalize-first" prefix=" (" suffix=")"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<text variable="title"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="editor"> | ||
<names variable="editor"> | ||
<name name-as-sort-order="all" sort-separator=" " initialize-with=""/> | ||
<label text-case="capitalize-first" prefix=" (" suffix=")"/> | ||
</names> | ||
</macro> | ||
<macro name="issued"> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</macro> | ||
<macro name="edition"> | ||
<group delimiter=" "> | ||
<number variable="edition" form="ordinal"/> | ||
<label text-case="capitalize-first" variable="edition" form="short"/> | ||
</group> | ||
</macro> | ||
<macro name="access"> | ||
<choose> | ||
<if type="article-journal" match="any"> | ||
<choose> | ||
<if match="none" variable="page volume"> | ||
<text variable="DOI" prefix="(in press; doi: " suffix=")"/> | ||
</if> | ||
</choose> | ||
</if> | ||
</choose> | ||
</macro> | ||
<citation disambiguate-add-year-suffix="true" et-al-min="3" et-al-use-first="1" collapse="year"> | ||
<sort> | ||
<key macro="issued"/> | ||
<key macro="author-short"/> | ||
</sort> | ||
<layout prefix="(" suffix=")" delimiter="; "> | ||
<group delimiter=", "> | ||
<text macro="author-short"/> | ||
<text macro="issued"/> | ||
</group> | ||
</layout> | ||
</citation> | ||
<bibliography et-al-min="13" et-al-use-first="12"> | ||
<sort> | ||
<key macro="author"/> | ||
<key macro="issued"/> | ||
</sort> | ||
<layout suffix="."> | ||
<group delimiter=" "> | ||
<text macro="author" suffix="."/> | ||
<text macro="issued" suffix="."/> | ||
<choose> | ||
<if type="book thesis" match="any"> | ||
<group delimiter=". "> | ||
<text variable="title" text-case="title"/> | ||
<text macro="edition"/> | ||
<group delimiter=": "> | ||
<text variable="publisher-place"/> | ||
<text variable="publisher"/> | ||
</group> | ||
<text variable="genre"/> | ||
<group delimiter=" "> | ||
<text variable="number-of-pages"/> | ||
<label plural="never" strip-periods="true" variable="number-of-pages" form="short"/> | ||
</group> | ||
</group> | ||
</if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
<group delimiter=". "> | ||
<text variable="title"/> | ||
<group delimiter=": "> | ||
<text term="in" text-case="capitalize-first"/> | ||
<text macro="editor"/> | ||
</group> | ||
<text variable="container-title" text-case="title"/> | ||
<text macro="edition"/> | ||
<group delimiter=": "> | ||
<text variable="publisher-place"/> | ||
<text variable="publisher"/> | ||
</group> | ||
<group delimiter=" "> | ||
<label plural="never" strip-periods="true" variable="page" form="short"/> | ||
<text variable="page"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else-if type="article article-journal" match="any"> | ||
<text variable="title" suffix="."/> | ||
<text variable="container-title" form="short" strip-periods="true"/> | ||
<group delimiter=":"> | ||
<text variable="volume"/> | ||
<text variable="page"/> | ||
</group> | ||
</else-if> | ||
<else-if type="webpage post-weblog post" match="any"> | ||
<group delimiter=". "> | ||
<text variable="title"/> | ||
<text variable="container-title"/> | ||
<group delimiter=" "> | ||
<text variable="URL" prefix="URL: "/> | ||
<group delimiter=" " prefix="[" suffix="]"> | ||
<text term="accessed"/> | ||
<date form="text" variable="accessed"/> | ||
</group> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else> | ||
<text variable="container-title"/> | ||
</else> | ||
</choose> | ||
</group> | ||
<text macro="access" prefix=" "/> | ||
</layout> | ||
</bibliography> | ||
</style> |
Oops, something went wrong.