-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create vitis-journal-of-grapevine-research.csl (#6499)
https://forums.zotero.org/discussion/103510/style-request-vitis-journal-of-grapevine-research#latest
- Loading branch information
1 parent
c9b205b
commit 97cb0c8
Showing
1 changed file
with
237 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,237 @@ | ||
<?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>VITIS - Journal of Grapevine Research</title> | ||
<id>http://www.zotero.org/styles/vitis-journal-of-grapevine-research</id> | ||
<link href="http://www.zotero.org/styles/vitis-journal-of-grapevine-research" rel="self"/> | ||
<link href="http://www.zotero.org/styles/quaternary-international" rel="template"/> | ||
<link href="https://ojs.openagrar.de/index.php/VITIS/Manuscript" rel="documentation"/> | ||
<link href="https://ojs.openagrar.de/index.php/VITIS/libraryFiles/downloadPublic/19" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
</author> | ||
<category citation-format="author-date"/> | ||
<category field="science"/> | ||
<eissn>2367-4156</eissn> | ||
<updated>2023-04-04T06:56:05+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="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="container"> | ||
<choose> | ||
<if type="chapter paper-conference" match="any"> | ||
<group delimiter=". " prefix=". "> | ||
<group delimiter=": "> | ||
<text term="in" text-case="capitalize-first"/> | ||
<names variable="editor translator" delimiter=", "> | ||
<name name-as-sort-order="all" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/> | ||
<label form="short" text-case="capitalize-first" strip-periods="true" prefix=" (" suffix=")"/> | ||
</names> | ||
</group> | ||
<text variable="container-title" text-case="title" font-style="italic"/> | ||
<text variable="collection-title" text-case="title"/> | ||
</group> | ||
</if> | ||
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any"> | ||
<group prefix=", " delimiter=", "> | ||
<text variable="container-title"/> | ||
<text variable="collection-title"/> | ||
</group> | ||
</else-if> | ||
<else> | ||
<group prefix=". " delimiter=", "> | ||
<text variable="container-title"/> | ||
<text variable="collection-title"/> | ||
</group> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="author"> | ||
<names variable="author"> | ||
<name name-as-sort-order="all" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/> | ||
<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"/> | ||
<text variable="title" form="short" font-style="italic"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="author-count"> | ||
<names variable="author"> | ||
<name form="count"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="access"> | ||
<choose> | ||
<if variable="DOI"> | ||
<text variable="DOI" prefix="DOI: "/> | ||
</if> | ||
<else-if type="webpage post post-weblog" match="any"> | ||
<group delimiter=" "> | ||
<text variable="URL" prefix="URL "/> | ||
<group prefix="(" suffix=")."> | ||
<text term="accessed" suffix=" "/> | ||
<date variable="accessed"> | ||
<date-part name="month" form="numeric" suffix="."/> | ||
<date-part name="day" suffix="."/> | ||
<date-part name="year" form="short"/> | ||
</date> | ||
</group> | ||
</group> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="title"> | ||
<choose> | ||
<if type="report thesis" match="any"> | ||
<text variable="title"/> | ||
<group prefix=" (" suffix=")" delimiter=" "> | ||
<text variable="genre"/> | ||
<text variable="number" prefix="No. "/> | ||
</group> | ||
</if> | ||
<else-if type="bill book graphic legal_case legislation motion_picture report song speech" match="any"> | ||
<text variable="title" font-style="italic"/> | ||
<text macro="edition" prefix=", "/> | ||
</else-if> | ||
<else-if type="webpage"> | ||
<text variable="title"/> | ||
<text value="WWW Document" prefix=" [" suffix="]"/> | ||
</else-if> | ||
<else> | ||
<text variable="title" text-case="title"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="publisher"> | ||
<group delimiter=", "> | ||
<text variable="publisher"/> | ||
<text variable="publisher-place"/> | ||
</group> | ||
</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> | ||
<text term="no date" form="short"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="edition"> | ||
<group delimiter=" "> | ||
<choose> | ||
<if is-numeric="edition"> | ||
<number variable="edition" form="ordinal"/> | ||
</if> | ||
<else> | ||
<text variable="edition" suffix="."/> | ||
</else> | ||
</choose> | ||
<text value="ed"/> | ||
</group> | ||
</macro> | ||
<macro name="locators"> | ||
<choose> | ||
<if type="article-journal article-magazine article-newspaper" match="any"> | ||
<group delimiter=", " prefix=" "> | ||
<group> | ||
<text variable="volume"/> | ||
</group> | ||
<text variable="page"/> | ||
</group> | ||
</if> | ||
<else-if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any"> | ||
<group delimiter=", " prefix=". "> | ||
<text macro="event"/> | ||
<text macro="publisher"/> | ||
</group> | ||
</else-if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
<group delimiter=", " prefix=". "> | ||
<text macro="event"/> | ||
<text macro="publisher"/> | ||
<text variable="page"/> | ||
</group> | ||
</else-if> | ||
<else-if type="patent"> | ||
<text variable="number" prefix=". "/> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<citation et-al-min="3" et-al-use-first="1" collapse="year" cite-group-delimiter="; " disambiguate-add-year-suffix="true"> | ||
<sort> | ||
<key macro="issued" sort="ascending"/> | ||
<key macro="author"/> | ||
</sort> | ||
<layout prefix="(" suffix=")" delimiter="; "> | ||
<group delimiter=", "> | ||
<text macro="author-short"/> | ||
<text macro="issued"/> | ||
<group delimiter=" "> | ||
<label variable="locator" form="short"/> | ||
<text variable="locator"/> | ||
</group> | ||
</group> | ||
</layout> | ||
</citation> | ||
<bibliography hanging-indent="true" entry-spacing="0" line-spacing="1"> | ||
<sort> | ||
<key macro="author" names-min="1" names-use-first="1"/> | ||
<key macro="author-count" names-min="3" names-use-first="3"/> | ||
<key macro="author" names-min="3" names-use-first="1"/> | ||
<key macro="year-date"/> | ||
<key variable="title"/> | ||
</sort> | ||
<layout suffix="."> | ||
<group delimiter=": "> | ||
<group font-weight="bold" delimiter=", "> | ||
<text macro="author"/> | ||
<text macro="issued"/> | ||
</group> | ||
<group> | ||
<text macro="title"/> | ||
<text macro="container"/> | ||
<text macro="locators"/> | ||
</group> | ||
</group> | ||
<text macro="access" prefix=", "/> | ||
</layout> | ||
</bibliography> | ||
</style> |