-
-
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 austral-entomology.csl (#5118)
- Loading branch information
1 parent
afa328c
commit 62fb019
Showing
1 changed file
with
238 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,238 @@ | ||
<?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>Austral Entomology</title> | ||
<title-short>AEN</title-short> | ||
<id>http://www.zotero.org/styles/austral-entomology</id> | ||
<link href="http://www.zotero.org/styles/austral-entomology" rel="self"/> | ||
<link href="http://www.zotero.org/styles/weed-research" rel="template"/> | ||
<link href="https://onlinelibrary.wiley.com/page/journal/20521758/homepage/forauthors.html" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
</author> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>2052-174X</issn> | ||
<eissn>2052-1758</eissn> | ||
<updated>2020-11-22T19:03:16+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="available at">available from</term> | ||
</terms> | ||
</locale> | ||
<macro name="container"> | ||
<choose> | ||
<if type="chapter paper-conference" match="any"> | ||
<group delimiter=" " suffix="."> | ||
<group delimiter=": "> | ||
<text term="in" text-case="capitalize-first"/> | ||
<text variable="container-title" font-style="italic" form="long"/> | ||
</group> | ||
<text variable="collection-title" prefix=", "/> | ||
<text macro="editor"/> | ||
<group delimiter=" "> | ||
<label variable="page" form="short"/> | ||
<text variable="page"/> | ||
</group> | ||
</group> | ||
</if> | ||
<else-if type="article-journal" match="any"> | ||
<text variable="container-title" strip-periods="false"/> | ||
</else-if> | ||
<else> | ||
<group delimiter=", " suffix="."> | ||
<text variable="container-title" font-style="italic" form="long"/> | ||
<text variable="collection-title"/> | ||
</group> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="author"> | ||
<names variable="author"> | ||
<name and="symbol" delimiter-precedes-last="never" delimiter-precedes-et-al="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/> | ||
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/> | ||
<et-al font-style="italic"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
<text macro="title"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="author-short"> | ||
<names variable="author"> | ||
<name form="short" and="symbol" delimiter=", " initialize-with=". "/> | ||
<et-al font-style="italic"/> | ||
<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="access"> | ||
<choose> | ||
<if type="webpage post post-weblog" match="any"> | ||
<group delimiter=" "> | ||
<group delimiter=": "> | ||
<text term="available at" text-case="capitalize-first"/> | ||
<text variable="URL"/> | ||
</group> | ||
<group delimiter=" " prefix="[" suffix="]"> | ||
<text value="Accessed"/> | ||
<date form="text" variable="accessed"/> | ||
</group> | ||
</group> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="title"> | ||
<choose> | ||
<if type="report thesis" match="any"> | ||
<group delimiter=". "> | ||
<text variable="title" font-style="italic"/> | ||
<group delimiter=", "> | ||
<text variable="genre"/> | ||
<text variable="number" prefix=" No. "/> | ||
</group> | ||
</group> | ||
</if> | ||
<else-if type="bill book graphic legal_case legislation motion_picture report song speech" match="any"> | ||
<text variable="title" font-style="italic"/> | ||
</else-if> | ||
<else> | ||
<text variable="title"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="publisher"> | ||
<choose> | ||
<if type="report thesis" match="any"> | ||
<group delimiter=", "> | ||
<text variable="publisher"/> | ||
<text variable="publisher-place"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="genre" suffix=", "/> | ||
<group delimiter=", "> | ||
<text variable="publisher"/> | ||
<text variable="publisher-place"/> | ||
</group> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="event"> | ||
<choose> | ||
<if variable="event"> | ||
<text term="presented at" text-case="capitalize-first" suffix=" "/> | ||
<text variable="event"/> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="issued"> | ||
<choose> | ||
<if variable="issued"> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</if> | ||
<else-if variable="accessed"> | ||
<choose> | ||
<if type="webpage"> | ||
<date variable="accessed"> | ||
<date-part name="year"/> | ||
</date> | ||
</if> | ||
<else> | ||
<text term="no date" form="short"/> | ||
</else> | ||
</choose> | ||
</else-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 value="edn"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="edition" suffix="."/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="locators"> | ||
<choose> | ||
<if type="article-journal article-magazine article-newspaper" match="any"> | ||
<group delimiter=", "> | ||
<text variable="volume" font-weight="bold"/> | ||
<text variable="page"/> | ||
</group> | ||
</if> | ||
<else-if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any"> | ||
<group delimiter=". "> | ||
<text macro="edition"/> | ||
<text macro="event"/> | ||
<text macro="publisher"/> | ||
</group> | ||
</else-if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
<group delimiter=". "> | ||
<text macro="event"/> | ||
<text macro="publisher"/> | ||
</group> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="editor"> | ||
<names variable="editor translator" delimiter=", " prefix="(" suffix=")"> | ||
<label form="short" strip-periods="true" suffix=" "/> | ||
<name and="symbol" delimiter-precedes-last="never" initialize-with="" sort-separator=" "/> | ||
</names> | ||
</macro> | ||
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year-suffix" year-suffix-delimiter=","> | ||
<sort> | ||
<key macro="issued"/> | ||
<key macro="author"/> | ||
</sort> | ||
<layout prefix="(" suffix=")" delimiter="; "> | ||
<group delimiter=", "> | ||
<text macro="author-short"/> | ||
<text macro="issued"/> | ||
</group> | ||
</layout> | ||
</citation> | ||
<bibliography et-al-min="7" et-al-use-first="3" entry-spacing="1" line-spacing="1" hanging-indent="true"> | ||
<sort> | ||
<key macro="author"/> | ||
<key macro="issued" sort="ascending"/> | ||
</sort> | ||
<layout suffix="."> | ||
<group delimiter=" "> | ||
<text macro="author"/> | ||
<text macro="issued" prefix=" (" suffix="). "/> | ||
<group delimiter=" "> | ||
<text macro="title" suffix="."/> | ||
<text macro="container"/> | ||
</group> | ||
<text macro="locators"/> | ||
<text macro="access"/> | ||
</group> | ||
</layout> | ||
</bibliography> | ||
</style> |