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-plant-protection-research.csl (JabRef#4797)
- Loading branch information
1 parent
c749084
commit 03cf65f
Showing
1 changed file
with
285 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,285 @@ | ||
<?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" default-locale="en-US"> | ||
<info> | ||
<title>Journal of Plant Protection Research</title> | ||
<title-short>JPPR</title-short> | ||
<id>http://www.zotero.org/styles/journal-of-plant-protection-research</id> | ||
<link href="http://www.zotero.org/styles/journal-of-plant-protection-research" rel="self"/> | ||
<link href="http://www.zotero.org/styles/citizen-science-theory-and-practice" rel="template"/> | ||
<link href="http://www.plantprotection.pl/Instructions-for-Authors,972.html" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
<email>obrienpat86@gmail.com</email> | ||
</author> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>1427-4345</issn> | ||
<eissn>1899-007X</eissn> | ||
<updated>2020-05-17T10:30: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 on</term> | ||
<term name="accessed">Accessed on</term> | ||
</terms> | ||
</locale> | ||
<macro name="editor"> | ||
<names variable="editor" delimiter=", "> | ||
<name initialize-with="." name-as-sort-order="all"/> | ||
<label form="short" prefix=", "/> | ||
</names> | ||
</macro> | ||
<macro name="anon"> | ||
<text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/> | ||
</macro> | ||
<macro name="author"> | ||
<names variable="author"> | ||
<name delimiter-precedes-last="never" initialize-with="." name-as-sort-order="all"/> | ||
<label form="short" prefix=" "/> | ||
<substitute> | ||
<text macro="editor"/> | ||
<text macro="anon"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="author-short"> | ||
<names variable="author"> | ||
<name form="short" and="text" delimiter-precedes-last="never"/> | ||
<et-al font-style="italic"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
<choose> | ||
<if type="report" match="any"> | ||
<text variable="publisher"/> | ||
</if> | ||
</choose> | ||
<text macro="anon"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="title"> | ||
<choose> | ||
<if type="book webpage post post-weblog graphic" match="any"> | ||
<text variable="title" suffix="."/> | ||
</if> | ||
<else-if variable="container-title" match="none"> | ||
<text variable="title" font-style="italic"/> | ||
</else-if> | ||
<else-if type="article-journal" match="any"> | ||
<text variable="title"/> | ||
</else-if> | ||
<else> | ||
<text variable="title" suffix="."/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="publisher"> | ||
<group delimiter=", " suffix="."> | ||
<group delimiter=", "> | ||
<text variable="publisher"/> | ||
<text variable="publisher-place"/> | ||
</group> | ||
<text macro="number-of-pages"/> | ||
</group> | ||
</macro> | ||
<macro name="year-date"> | ||
<choose> | ||
<if variable="issued"> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</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" strip-periods="true"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="edition"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="pages"> | ||
<text variable="page" form="short"/> | ||
</macro> | ||
<macro name="issued"> | ||
<choose> | ||
<if type="article-newspaper paper-conference broadcast" match="any"> | ||
<date variable="issued"> | ||
<date-part name="day" suffix=" "/> | ||
<date-part name="month"/> | ||
</date> | ||
</if> | ||
</choose> | ||
<choose> | ||
<if type="paper-conference" match="any"> | ||
<date variable="issued"> | ||
<date-part name="year" prefix=" "/> | ||
</date> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="access"> | ||
<choose> | ||
<if type="webpage 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 term="accessed" text-case="capitalize-first"/> | ||
<date variable="accessed"> | ||
<date-part name="day"/> | ||
<date-part name="month" prefix=" "/> | ||
<date-part name="year" prefix=" "/> | ||
</date> | ||
</group> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="DOI" prefix="DOI: https://doi.org/"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="number-of-pages"> | ||
<group delimiter=" "> | ||
<text variable="number-of-pages"/> | ||
<label variable="number-of-pages" form="short"/> | ||
</group> | ||
</macro> | ||
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year"> | ||
<sort> | ||
<key macro="author-short"/> | ||
<key macro="year-date"/> | ||
</sort> | ||
<layout prefix="(" suffix=")" delimiter="; "> | ||
<group delimiter=": "> | ||
<group delimiter=" "> | ||
<text macro="author-short"/> | ||
<text macro="year-date"/> | ||
</group> | ||
<text variable="locator"/> | ||
</group> | ||
</layout> | ||
</citation> | ||
<bibliography et-al-min="11" et-al-use-first="1" initialize-with="." line-spacing="2" hanging-indent="true"> | ||
<sort> | ||
<key macro="author"/> | ||
<key macro="year-date"/> | ||
<key variable="title"/> | ||
</sort> | ||
<layout> | ||
<text macro="author" suffix=","/> | ||
<text macro="year-date" prefix=" " suffix="."/> | ||
<choose> | ||
<if type="thesis"> | ||
<group prefix=" " delimiter=". "> | ||
<text macro="title" font-style="italic"/> | ||
<text macro="edition"/> | ||
<text variable="genre"/> | ||
<text macro="publisher"/> | ||
</group> | ||
</if> | ||
<else-if type="webpage post post-weblog" match="any"> | ||
<group prefix=" " delimiter=". "> | ||
<text macro="title"/> | ||
<text macro="edition"/> | ||
</group> | ||
<group delimiter=", " prefix=" " suffix="."> | ||
<text variable="container-title"/> | ||
<date variable="issued"> | ||
<date-part name="day" suffix=" "/> | ||
<date-part name="month" suffix=" "/> | ||
<date-part name="year"/> | ||
</date> | ||
</group> | ||
</else-if> | ||
<else-if type="article-journal article-newspaper broadcast personal_communication" match="any"> | ||
<group delimiter=". " prefix=" "> | ||
<text macro="title"/> | ||
<text macro="editor" prefix=" "/> | ||
<choose> | ||
<if variable="author" match="any"> | ||
<text variable="container-title"/> | ||
</if> | ||
</choose> | ||
<group prefix=" "> | ||
<group delimiter=" "> | ||
<text variable="volume"/> | ||
<text variable="issue" prefix="(" suffix=")"/> | ||
</group> | ||
<group delimiter=", "> | ||
<text macro="issued" suffix=", "/> | ||
</group> | ||
<text macro="pages" prefix=": "/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else-if type="book graphic" match="any"> | ||
<group prefix=" " delimiter=". "> | ||
<text macro="title"/> | ||
<group delimiter=" "> | ||
<text variable="collection-title"/> | ||
<text variable="collection-number"/> | ||
</group> | ||
<text macro="edition"/> | ||
<text macro="editor"/> | ||
<text macro="publisher"/> | ||
</group> | ||
</else-if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
<group delimiter=". " prefix=" " suffix="."> | ||
<text macro="title" suffix="."/> | ||
<group delimiter=" "> | ||
<label plural="never" variable="page" form="short"/> | ||
<text macro="pages"/> | ||
</group> | ||
<group delimiter=" "> | ||
<group delimiter=": "> | ||
<text term="in" text-case="capitalize-first"/> | ||
<text variable="container-title" quotes="true" suffix="."/> | ||
</group> | ||
<text macro="editor" prefix="(" suffix=")"/> | ||
</group> | ||
<text variable="collection-title" suffix="."/> | ||
<text macro="edition" prefix=" " suffix="."/> | ||
<text macro="issued"/> | ||
<text macro="publisher" suffix="."/> | ||
</group> | ||
</else-if> | ||
<else> | ||
<group delimiter=". " prefix=" " suffix="."> | ||
<group delimiter=" "> | ||
<text macro="title"/> | ||
<text macro="editor"/> | ||
</group> | ||
<text variable="container-title" font-style="italic"/> | ||
<group delimiter=" "> | ||
<group> | ||
<text variable="volume"/> | ||
<text variable="issue" prefix=" (" suffix=")"/> | ||
<text macro="issued"/> | ||
</group> | ||
<group> | ||
<label variable="page" form="short"/> | ||
<text macro="pages"/> | ||
</group> | ||
</group> | ||
</group> | ||
</else> | ||
</choose> | ||
<text macro="access" prefix=" "/> | ||
</layout> | ||
</bibliography> | ||
</style> |