language: ruby
cache: bundler
rvm:
- - 2.3.1
+ - 2.4
notifications:
email:
recipients:
specs:
csl (1.4.5)
namae (~> 0.7)
- diff-lcs (1.2.5)
- fuubar (2.0.0)
- rspec (~> 3.0)
+ diff-lcs (1.3)
+ fuubar (2.2.0)
+ rspec-core (~> 3.0)
ruby-progressbar (~> 1.4)
- mini_portile2 (2.0.0)
- namae (0.11.0)
- nokogiri (1.6.7.2)
- mini_portile2 (~> 2.0.0.rc2)
- nokogiri (1.6.7.2-x86-mingw32)
- mini_portile2 (~> 2.0.0.rc2)
- rake (10.5.0)
- rspec (3.4.0)
- rspec-core (~> 3.4.0)
- rspec-expectations (~> 3.4.0)
- rspec-mocks (~> 3.4.0)
- rspec-core (3.4.3)
- rspec-support (~> 3.4.0)
- rspec-expectations (3.4.0)
+ mini_portile2 (2.3.0)
+ namae (0.11.3)
+ nokogiri (1.8.1)
+ mini_portile2 (~> 2.3.0)
+ nokogiri (1.8.1-x86-mingw32)
+ mini_portile2 (~> 2.3.0)
+ rake (12.2.1)
+ rspec (3.7.0)
+ rspec-core (~> 3.7.0)
+ rspec-expectations (~> 3.7.0)
+ rspec-mocks (~> 3.7.0)
+ rspec-core (3.7.0)
+ rspec-support (~> 3.7.0)
+ rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.4.0)
- rspec-mocks (3.4.1)
+ rspec-support (~> 3.7.0)
+ rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.4.0)
- rspec-support (3.4.1)
- ruby-progressbar (1.7.5)
+ rspec-support (~> 3.7.0)
+ rspec-support (3.7.0)
+ ruby-progressbar (1.9.0)
PLATFORMS
ruby
CSL Style Repository
====================
+[](https://travis-ci.org/citation-style-language/styles)
+[](https://github.com/citation-style-language/styles#licensing)
+[](https://github.com/citation-style-language/styles/graphs/contributors)
+[](https://github.com/citation-style-language/styles/pulls?q=is%3Apr+is%3Aclosed)
+
[github.com/citation-style-language/styles](https://github.com/citation-style-language/styles) is the official repository for Citation Style Language (CSL) styles and is maintained by CSL project members.
For more information, check out [CitationStyles.org](http://citationstyles.org/) and the [repository wiki](https://github.com/citation-style-language/styles/wiki).
--- /dev/null
+<?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="never" default-locale="en-US">
+ <info>
+ <title>Accident Analysis and Prevention</title>
+ <id>http://www.zotero.org/styles/accident-analysis-and-prevention</id>
+ <link href="http://www.zotero.org/styles/accident-analysis-and-prevention" rel="self"/>
+ <link href="http://www.zotero.org/styles/elsevier-harvard" rel="template"/>
+ <link href="https://www.elsevier.com/journals/accident-analysis-and-prevention/0001-4575/guide-for-authors" rel="documentation"/>
+ <author>
+ <name>Sebastian Karcher</name>
+ </author>
+ <category citation-format="author-date"/>
+ <category field="medicine"/>
+ <issn>0001-4575</issn>
+ <eissn>1879-2057</eissn>
+ <updated>2017-05-04T00:09:00+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="container">
+ <choose>
+ <if type="chapter paper-conference" match="any">
+ <text term="in" prefix=", " suffix=": "/>
+ <names variable="editor translator" delimiter=", " suffix=", ">
+ <name name-as-sort-order="all" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
+ <label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
+ </names>
+ <group delimiter=", ">
+ <text variable="container-title" text-case="title"/>
+ <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" form="short"/>
+ <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"/>
+ <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 variable="DOI">
+ <text variable="DOI" prefix="doi:"/>
+ </if>
+ <else-if type="webpage">
+ <group delimiter=" ">
+ <text value="URL"/>
+ <text variable="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"/>
+ <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"/>
+ </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 prefix=" " delimiter=", ">
+ <group delimiter=" ">
+ <text variable="volume"/>
+ <text variable="issue" prefix=" " suffix=" "/>
+ </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"/>
+ <group>
+ <label variable="page" form="short" suffix=" "/>
+ <text variable="page"/>
+ </group>
+ </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" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year" cite-group-delimiter=", ">
+ <sort>
+ <key macro="author"/>
+ <key macro="issued" sort="descending"/>
+ </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"/>
+ <key macro="issued" sort="descending"/>
+ </sort>
+ <layout>
+ <group suffix=".">
+ <text macro="author" suffix=","/>
+ <text macro="issued" prefix=" "/>
+ <group prefix=". ">
+ <text macro="title"/>
+ <text macro="container"/>
+ <text macro="locators"/>
+ </group>
+ </group>
+ <text macro="access" prefix=". "/>
+ </layout>
+ </bibliography>
+</style>
<name>Chris Horn</name>
<email>chris.horn@securedecisions.com</email>
</contributor>
+ <contributor>
+ <name>Patrick O'Brien</name>
+ </contributor>
<category citation-format="numeric"/>
<category field="science"/>
<category field="engineering"/>
- <updated>2012-09-27T22:06:38+00:00</updated>
+ <updated>2017-07-15T11:24:39+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">
<label form="short" prefix=", "/>
</names>
</macro>
+ <macro name="access">
+ <choose>
+ <if type="article-journal" match="any">
+ <text variable="DOI" prefix=" DOI:https://doi.org/"/>
+ </if>
+ </choose>
+ </macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</date>
<choose>
<if type="paper-conference">
- <group delimiter=". ">
+ <group delimiter=". " suffix=".">
<text variable="title"/>
<group delimiter=" ">
<text variable="container-title" font-style="italic"/>
</group>
</if>
<else-if type="article-journal">
- <group delimiter=". ">
+ <group delimiter=". " suffix=".">
<text variable="title"/>
<text variable="container-title" font-style="italic"/>
<group delimiter=", ">
</group>
</else-if>
<else-if type="patent">
- <group delimiter=". ">
+ <group delimiter=". " suffix=".">
<text variable="title"/>
<text variable="number"/>
<date variable="issued">
</group>
</else-if>
<else-if type="thesis">
- <group delimiter=". ">
+ <group delimiter=". " suffix=".">
<text variable="title" font-style="italic"/>
<text variable="archive_location" prefix="Doctoral Thesis #"/>
<text variable="publisher"/>
</group>
</else-if>
<else-if type="report">
- <group delimiter=". ">
+ <group delimiter=". " suffix=".">
<text variable="title" font-style="italic"/>
<text variable="number" prefix="Technical Report #"/>
<text variable="publisher"/>
</group>
</else-if>
<else-if type="webpage">
- <group delimiter=". ">
+ <group delimiter=". " suffix=".">
<text variable="URL" font-style="italic"/>
<date variable="accessed" prefix="Accessed: ">
<date-part name="year" suffix="-"/>
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
- <group delimiter=". ">
+ <group delimiter=". " suffix=".">
<text variable="title"/>
<text variable="container-title" font-style="italic"/>
<text macro="editor"/>
</group>
</else-if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
- <group delimiter=". ">
+ <group delimiter=". " suffix=".">
<text variable="title" font-style="italic"/>
<text variable="publisher"/>
</group>
</else-if>
<else>
- <group delimiter=". ">
+ <group delimiter=". " suffix=".">
<text variable="title"/>
<text variable="container-title" font-style="italic"/>
<text variable="publisher"/>
</group>
</else>
</choose>
+ <text macro="access"/>
</layout>
</bibliography>
</style>
<name>Chris Horn</name>
<email>chris.horn@securedecisions.com</email>
</contributor>
+ <contributor>
+ <name>Patrick O'Brien</name>
+ </contributor>
<category citation-format="numeric"/>
<category field="science"/>
<category field="engineering"/>
- <updated>2012-09-27T22:06:38+00:00</updated>
+ <updated>2017-07-15T11:28:14+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">
<label form="short" prefix=", "/>
</names>
</macro>
+ <macro name="access">
+ <choose>
+ <if type="article-journal" match="any">
+ <text variable="DOI" prefix=". DOI:https://doi.org/"/>
+ </if>
+ </choose>
+ </macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</group>
</else>
</choose>
+ <text macro="access"/>
</layout>
</bibliography>
</style>
<id>http://www.zotero.org/styles/acm-sigchi-proceedings-extended-abstract-format</id>
<link href="http://www.zotero.org/styles/acm-sigchi-proceedings-extended-abstract-format" rel="self"/>
<link href="http://www.zotero.org/styles/acm-sigchi-proceedings" rel="template"/>
- <link href="http://chi2014.acm.org/authors/format#extendedformat" rel="documentation"/>
+ <link href="http://www.sigchi.org/publications/chipubform/sigchi-extended-abstracts-format-2016/view" rel="documentation"/>
<author>
<name>Jo Vermeulen</name>
<email>jo.vermeulen@gmail.com</email>
<macro name="author">
<group suffix=".">
<names variable="author">
- <name initialize-with="." delimiter=", " and="text" name-as-sort-order="all" sort-separator=", "/>
+ <name delimiter=", " and="text" sort-separator=", "/>
<label form="short" prefix=", "/>
<substitute>
<names variable="editor"/>
</macro>
<macro name="editor">
<names variable="editor">
- <name initialize-with="." delimiter=", " and="text" delimiter-precedes-last="never"/>
+ <name initialize-with="." delimiter=", " and="text"/>
<label form="short" prefix=", "/>
</names>
</macro>
<macro name="title">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
- <text variable="title" font-style="italic" quotes="false"/>
+ <text variable="title" font-style="italic"/>
</if>
<else>
- <text variable="title" quotes="false"/>
+ <text variable="title"/>
</else>
</choose>
</macro>
</date>
</macro>
<macro name="journal">
- <group suffix=", " delimiter=" " font-style="italic">
- <text variable="container-title"/>
- <text variable="volume"/>
- </group>
<group delimiter=" ">
- <text variable="issue"/>
- <text macro="year" prefix="(" suffix=")"/>
+ <text variable="container-title" font-style="italic"/>
+ <group delimiter=", ">
+ <text variable="volume"/>
+ <text variable="issue"/>
+ </group>
</group>
</macro>
<macro name="conference">
<text variable="container-title" font-style="italic"/>
<group delimiter=" ">
<text variable="publisher"/>
- <text macro="year" prefix="(" suffix=")"/>
</group>
</group>
</macro>
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
- <text macro="year"/>
</group>
</macro>
+ <macro name="access">
+ <choose>
+ <if variable="URL">
+ <group delimiter=" ">
+ <text term="retrieved" text-case="capitalize-first"/>
+ <date variable="accessed" form="text"/>
+ <text term="from"/>
+ <text variable="URL"/>
+ </group>
+ </if>
+ </choose>
+ </macro>
<citation>
<sort>
<key variable="citation-number"/>
</group>
</layout>
</citation>
- <bibliography et-al-min="7" et-al-use-first="3" second-field-align="flush" entry-spacing="0">
+ <bibliography et-al-min="7" et-al-use-first="3" second-field-align="flush">
<sort>
<key macro="author"/>
<key variable="issued"/>
</sort>
<layout suffix=".">
- <text variable="citation-number" prefix="[" suffix="]"/>
+ <text variable="citation-number" suffix="."/>
<text macro="author" suffix=". "/>
+ <text macro="year" suffix=". "/>
<text macro="title" suffix=". "/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
</group>
</else-if>
<else-if type="article-journal">
- <group suffix="." delimiter=", ">
+ <group suffix="." delimiter=": ">
<text macro="journal"/>
<text variable="page"/>
</group>
</else-if>
<else>
<group suffix="." delimiter=", ">
- <group delimiter=" " font-style="italic">
- <text variable="container-title"/>
+ <group delimiter=" ">
+ <text variable="container-title" font-style="italic"/>
<text variable="volume"/>
</group>
- <text macro="year"/>
<text variable="page"/>
</group>
- <text variable="URL" prefix=" "/>
+ <text macro="access" prefix=" "/>
</else>
</choose>
</layout>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter=". ">
- <text variable="title" form="long" font-style="italic" text-case="sentence"/>
+ <text variable="title" form="long" font-style="italic"/>
<text variable="volume" prefix="vol. " form="long" font-style="italic"/>
<text macro="edition_book"/>
<text macro="publisher_book"/>
<else-if type="chapter paper-conference" match="any">
<group delimiter=" ">
<group delimiter=". ">
- <text variable="title" form="long" text-case="sentence"/>
+ <text variable="title" form="long"/>
<group>
<text term="in" form="short" text-case="sentence" suffix=": "/>
<text macro="editor"/>
</group>
<group delimiter=", " font-style="italic">
- <text variable="container-title" form="long" font-style="italic" text-case="sentence"/>
+ <text variable="container-title" form="long" font-style="italic"/>
<text variable="volume" form="long" prefix="vol. " font-style="italic"/>
</group>
<text macro="edition_chapter"/>
<else-if type="patent">
<group delimiter=", ">
<group delimiter=". ">
- <text variable="title" form="long" text-case="sentence"/>
+ <text variable="title" form="long"/>
<text variable="number" form="long"/>
</group>
<text macro="year-date_patent"/>
</else-if>
<else-if type="thesis">
<group delimiter=" ">
- <text variable="title" form="long" font-style="italic" suffix="." text-case="sentence"/>
+ <text variable="title" form="long" font-style="italic" suffix="."/>
<text variable="genre" form="long" suffix="," text-case="sentence"/>
<text macro="publisher_thesis" suffix="," text-case="title"/>
<text macro="year-date_thesis"/>
</else-if>
<else-if type="webpage">
<group delimiter=" ">
- <text variable="title" form="long" suffix=". " text-case="sentence"/>
+ <text variable="title" form="long" suffix=". "/>
<text variable="container-title" form="long" suffix=". " text-case="title"/>
<text macro="access"/>
<text macro="year-date_webpage"/>
<group delimiter=":">
<group delimiter=" ">
<group delimiter=". ">
- <text variable="title" form="long" text-case="sentence"/>
+ <text variable="title" form="long"/>
<text variable="container-title" form="short" text-case="title" strip-periods="true" font-style="italic"/>
</group>
<group delimiter=";">
--- /dev/null
+<?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="minimal" default-locale="en-GB">
+ <info>
+ <title>Acta chirurgiae orthopaedicae et traumatologiae Čechoslovaca</title>
+ <id>http://www.zotero.org/styles/acta-chirurgiae-orthopaedicae-et-traumatologiae-cechoslovaca</id>
+ <link href="http://www.zotero.org/styles/acta-chirurgiae-orthopaedicae-et-traumatologiae-cechoslovaca" rel="self"/>
+ <link href="http://www.zotero.org/styles/vancouver" rel="template"/>
+ <link href="http://www.achot.cz/instruction.php" rel="documentation"/>
+ <author>
+ <name>Sebastian Gehmert</name>
+ <email>s.gehmert@gmail.com</email>
+ </author>
+ <category citation-format="numeric"/>
+ <category field="medicine"/>
+ <issn>0001-5415</issn>
+ <updated>2017-02-16T10:22:47+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">
+ <date form="text" delimiter=" ">
+ <date-part name="year"/>
+ <date-part name="month" form="short" strip-periods="true"/>
+ <date-part name="day"/>
+ </date>
+ <terms>
+ <term name="collection-editor" form="long">
+ <single>editor</single>
+ <multiple>editors</multiple>
+ </term>
+ <term name="presented at">presented at</term>
+ <term name="available at">available from</term>
+ <term name="section" form="short">sect.</term>
+ </terms>
+ </locale>
+ <macro name="author">
+ <names variable="author">
+ <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
+ <label form="long" prefix=", "/>
+ <substitute>
+ <names variable="editor"/>
+ </substitute>
+ </names>
+ </macro>
+ <macro name="editor">
+ <names variable="editor" suffix=".">
+ <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
+ <label form="long" prefix=", "/>
+ </names>
+ </macro>
+ <macro name="chapter-marker">
+ <choose>
+ <if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
+ <text term="in" text-case="capitalize-first"/>
+ </if>
+ </choose>
+ </macro>
+ <macro name="publisher">
+ <choose>
+ <if type="article-journal article-magazine article-newspaper" match="none">
+ <group delimiter=": " suffix=";">
+ <choose>
+ <if type="thesis">
+ <text variable="publisher-place" prefix="[" suffix="]"/>
+ </if>
+ <else-if type="speech"/>
+ <else>
+ <text variable="publisher-place"/>
+ </else>
+ </choose>
+ <text variable="publisher"/>
+ </group>
+ </if>
+ </choose>
+ </macro>
+ <macro name="access">
+ <choose>
+ <if variable="URL"/>
+ </choose>
+ </macro>
+ <macro name="accessed-date">
+ <choose>
+ <if variable="URL"/>
+ </choose>
+ </macro>
+ <macro name="container-title">
+ <choose>
+ <if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="any">
+ <group suffix="." delimiter=" ">
+ <choose>
+ <if type="article-journal review review-book" match="any">
+ <text variable="container-title" form="short" strip-periods="true"/>
+ </if>
+ <else>
+ <text variable="container-title" strip-periods="true"/>
+ </else>
+ </choose>
+ </group>
+ <text macro="edition" prefix=" "/>
+ </if>
+ <else-if type="bill legislation" match="any">
+ <group delimiter=", ">
+ <group delimiter=". ">
+ <text variable="container-title"/>
+ <group delimiter=" ">
+ <text term="section" form="short" text-case="capitalize-first"/>
+ <text variable="section"/>
+ </group>
+ </group>
+ <text variable="number"/>
+ </group>
+ </else-if>
+ <else-if type="speech">
+ <group delimiter=": " suffix=";">
+ <group delimiter=" ">
+ <text variable="genre" text-case="capitalize-first"/>
+ <text term="presented at"/>
+ </group>
+ <text variable="event"/>
+ </group>
+ </else-if>
+ <else>
+ <group delimiter=", " suffix=".">
+ <choose>
+ <if variable="collection-title" match="none">
+ <group delimiter=" ">
+ <label variable="volume" form="short" text-case="capitalize-first"/>
+ <text variable="volume"/>
+ </group>
+ </if>
+ </choose>
+ <text variable="container-title"/>
+ </group>
+ </else>
+ </choose>
+ </macro>
+ <macro name="title">
+ <text variable="title"/>
+ <choose>
+ <if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="none">
+ <choose>
+ <if variable="URL">
+ <text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
+ </if>
+ </choose>
+ <text macro="edition" prefix=". "/>
+ </if>
+ </choose>
+ <choose>
+ <if type="thesis">
+ <text variable="genre" prefix=" [" suffix="]"/>
+ </if>
+ </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" suffix="."/>
+ </else>
+ </choose>
+ </macro>
+ <macro name="date">
+ <choose>
+ <if type="article-journal article-magazine article-newspaper review review-book" match="any">
+ <group suffix=";" delimiter=" ">
+ <date date-parts="year" form="text" variable="issued"/>
+ <text macro="accessed-date"/>
+ </group>
+ </if>
+ <else-if type="bill legislation" match="any">
+ <group delimiter=", ">
+ <date variable="issued" delimiter=" ">
+ <date-part name="month" form="short" strip-periods="true"/>
+ <date-part name="day"/>
+ </date>
+ <date variable="issued">
+ <date-part name="year"/>
+ </date>
+ </group>
+ </else-if>
+ <else-if type="report">
+ <date variable="issued" delimiter=" ">
+ <date-part name="year"/>
+ <date-part name="month" form="short" strip-periods="true"/>
+ </date>
+ <text macro="accessed-date" prefix=" "/>
+ </else-if>
+ <else-if type="patent">
+ <group suffix=".">
+ <group delimiter=", ">
+ <text variable="number"/>
+ <date variable="issued">
+ <date-part name="year"/>
+ </date>
+ </group>
+ <text macro="accessed-date" prefix=" "/>
+ </group>
+ </else-if>
+ <else-if type="speech">
+ <group delimiter="; ">
+ <group delimiter=" ">
+ <date variable="issued" delimiter=" ">
+ <date-part name="year"/>
+ <date-part name="month" form="short" strip-periods="true"/>
+ <date-part name="day"/>
+ </date>
+ <text macro="accessed-date"/>
+ </group>
+ <text variable="event-place"/>
+ </group>
+ </else-if>
+ <else>
+ <group suffix=".">
+ <date variable="issued">
+ <date-part name="year"/>
+ </date>
+ <text macro="accessed-date" prefix=" "/>
+ </group>
+ </else>
+ </choose>
+ </macro>
+ <macro name="pages">
+ <choose>
+ <if type="article-journal article-magazine article-newspaper review review-book" match="any">
+ <text variable="page" prefix=":"/>
+ </if>
+ <else-if type="book" match="any">
+ <text variable="number-of-pages" prefix=" "/>
+ <choose>
+ <if is-numeric="number-of-pages">
+ <label variable="number-of-pages" form="short" prefix=" " plural="never"/>
+ </if>
+ </choose>
+ </else-if>
+ <else>
+ <group prefix=" " delimiter=" ">
+ <label variable="page" form="short" plural="never"/>
+ <text variable="page"/>
+ </group>
+ </else>
+ </choose>
+ </macro>
+ <macro name="journal-location">
+ <choose>
+ <if type="article-journal article-magazine review review-book" match="any">
+ <text variable="volume"/>
+ </if>
+ </choose>
+ </macro>
+ <macro name="collection-details">
+ <choose>
+ <if type="article-journal article-magazine article-newspaper review review-book" match="none">
+ <choose>
+ <if variable="collection-title">
+ <group delimiter=" " prefix="(" suffix=")">
+ <names variable="collection-editor" suffix=".">
+ <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
+ <label form="long" prefix=", "/>
+ </names>
+ <group delimiter="; ">
+ <text variable="collection-title"/>
+ <group delimiter=" ">
+ <label variable="volume" form="short"/>
+ <text variable="volume"/>
+ </group>
+ </group>
+ </group>
+ </if>
+ </choose>
+ </if>
+ </choose>
+ </macro>
+ <macro name="report-details">
+ <choose>
+ <if type="report">
+ <text variable="number" prefix="Report No.: "/>
+ </if>
+ </choose>
+ </macro>
+ <citation collapse="citation-number">
+ <sort>
+ <key variable="author"/>
+ </sort>
+ <layout prefix="(" suffix=")" delimiter=",">
+ <text variable="citation-number"/>
+ </layout>
+ </citation>
+ <bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush">
+ <sort>
+ <key variable="author"/>
+ </sort>
+ <layout>
+ <text variable="citation-number" suffix=". "/>
+ <group delimiter=". " suffix=". ">
+ <text macro="author"/>
+ <text macro="title"/>
+ </group>
+ <group delimiter=" " suffix=". ">
+ <group delimiter=": ">
+ <text macro="chapter-marker"/>
+ <group delimiter=" ">
+ <text macro="editor"/>
+ <text macro="container-title"/>
+ </group>
+ </group>
+ <text macro="publisher"/>
+ <group>
+ <text macro="date"/>
+ <text macro="journal-location"/>
+ <text macro="pages"/>
+ </group>
+ </group>
+ <text macro="collection-details" suffix=". "/>
+ <text macro="report-details" suffix=". "/>
+ <text macro="access"/>
+ </layout>
+ </bibliography>
+</style>
</group>
</layout>
</citation>
- <bibliography et-al-min="10" et-al-use-first="10" second-field-align="flush">
+ <bibliography et-al-min="11" et-al-use-first="10" second-field-align="flush">
<layout>
<text variable="citation-number" suffix=". "/>
<text macro="author"/>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" delimiter-precedes-et-al="always" delimiter-precedes-last="always" initialize-with="" demote-non-dropping-particle="sort-only" default-locale="en-GB">
+ <info>
+ <title>Acta Orthopædica Belgica</title>
+ <id>http://www.zotero.org/styles/acta-orthopaedica-belgica</id>
+ <link href="http://www.zotero.org/styles/acta-orthopaedica-belgica" rel="self"/>
+ <link href="http://www.zotero.org/styles/revista-da-sociedade-brasileira-de-medicina-tropical" rel="template"/>
+ <link href="http://journals.sfu.ca/actaob/index.php/actaob/about/submissions#authorGuidelines" rel="documentation"/>
+ <author>
+ <name>Patrick O'Brien</name>
+ </author>
+ <category citation-format="numeric"/>
+ <category field="medicine"/>
+ <issn>0001-6462</issn>
+ <updated>2017-07-07T14:15:07+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">
+ <names variable="author" font-weight="bold" delimiter=",">
+ <name delimiter-precedes-et-al="always" delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
+ <label plural="always" text-case="capitalize-first" strip-periods="true"/>
+ </names>
+ </macro>
+ <macro name="editor">
+ <names variable="editor">
+ <name initialize="true" delimiter=", " delimiter-precedes-last="always" name-as-sort-order="all" sort-separator=" "/>
+ <label prefix=", " plural="contextual" suffix="."/>
+ </names>
+ </macro>
+ <macro name="year-date">
+ <choose>
+ <if variable="issued">
+ <date date-parts="year" form="numeric" variable="issued"/>
+ </if>
+ <else>
+ <text term="no date" form="short"/>
+ </else>
+ </choose>
+ </macro>
+ <macro name="journal-location">
+ <choose>
+ <if type="article-journal article-magazine" match="any">
+ <text variable="volume"/>
+ </if>
+ </choose>
+ </macro>
+ <macro name="publisher">
+ <group delimiter=", ">
+ <text variable="publisher-place" text-case="title"/>
+ <text variable="publisher"/>
+ <text macro="year-date"/>
+ </group>
+ </macro>
+ <macro name="publisher_thesis">
+ <group delimiter=", ">
+ <text variable="publisher-place"/>
+ <text variable="publisher"/>
+ </group>
+ </macro>
+ <macro name="edition_book">
+ <choose>
+ <if is-numeric="edition">
+ <group delimiter=" ">
+ <number variable="edition" form="numeric"/>
+ <text term="edition" form="short"/>
+ </group>
+ </if>
+ <else>
+ <text variable="edition"/>
+ </else>
+ </choose>
+ </macro>
+ <citation>
+ <sort>
+ <key variable="citation-number" sort="ascending"/>
+ </sort>
+ <layout font-style="italic" delimiter="," prefix="(" suffix=")">
+ <text variable="citation-number"/>
+ </layout>
+ </citation>
+ <bibliography et-al-min="4" et-al-use-first="3" second-field-align="flush" entry-spacing="2">
+ <sort>
+ <key macro="author"/>
+ </sort>
+ <layout suffix=".">
+ <text variable="citation-number" font-weight="bold" suffix="."/>
+ <text macro="author" strip-periods="true" suffix=". "/>
+ <choose>
+ <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
+ <group delimiter=". ">
+ <text variable="title"/>
+ <text variable="volume" prefix="vol. "/>
+ <text macro="edition_book"/>
+ <text macro="publisher"/>
+ </group>
+ </if>
+ <else-if type="chapter paper-conference" match="any">
+ <group delimiter=", ">
+ <group delimiter=". ">
+ <text variable="title"/>
+ <group>
+ <text term="in" form="short" text-case="sentence" suffix=" "/>
+ <text macro="editor"/>
+ </group>
+ <group delimiter=", ">
+ <text variable="container-title" form="short"/>
+ <text variable="volume" prefix="vol. "/>
+ </group>
+ <text macro="edition_book"/>
+ </group>
+ <text macro="publisher"/>
+ <group delimiter=" ">
+ <label variable="page" form="short"/>
+ <text variable="page" form="short"/>
+ </group>
+ </group>
+ </else-if>
+ <else-if type="patent">
+ <group delimiter=", ">
+ <group delimiter=". ">
+ <text variable="title"/>
+ <text variable="number"/>
+ </group>
+ <text macro="year-date"/>
+ </group>
+ </else-if>
+ <else-if type="thesis">
+ <group delimiter=" ">
+ <text variable="title" font-style="italic" suffix="."/>
+ <text variable="genre" suffix=","/>
+ <text macro="publisher_thesis" suffix="," text-case="title"/>
+ <text macro="year-date"/>
+ <text variable="number-of-pages" suffix=" p."/>
+ </group>
+ </else-if>
+ <else-if type="webpage">
+ <text variable="title" suffix=". "/>
+ <group delimiter=". ">
+ <text variable="container-title" text-case="title"/>
+ <text macro="year-date"/>
+ <text variable="URL"/>
+ </group>
+ </else-if>
+ <else>
+ <group delimiter=" : ">
+ <group delimiter=" ">
+ <group delimiter=". ">
+ <text variable="title"/>
+ <text variable="container-title" form="short" text-case="title" strip-periods="true" font-style="italic"/>
+ </group>
+ <group delimiter=" ; ">
+ <text macro="year-date"/>
+ <text macro="journal-location"/>
+ </group>
+ </group>
+ <text variable="page" form="short"/>
+ </group>
+ </else>
+ </choose>
+ </layout>
+ </bibliography>
+</style>
--- /dev/null
+<?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="minimal" default-locale="en-US">
+ <info>
+ <title>Acta Orthopaedica</title>
+ <id>http://www.zotero.org/styles/acta-orthopaedica</id>
+ <link href="http://www.zotero.org/styles/acta-orthopaedica" rel="self"/>
+ <link href="http://www.zotero.org/styles/vancouver-author-date" rel="template"/>
+ <link href="http://www.actaorthop.org/index.php?p=include/aut/man_" rel="documentation"/>
+ <author>
+ <name>Max Gordon</name>
+ <email>max@gforge.se</email>
+ <uri>http://gforge.se</uri>
+ </author>
+ <category citation-format="author-date"/>
+ <category field="medicine"/>
+ <issn>1745-3674</issn>
+ <eissn>1745-3682</eissn>
+ <summary>Vancouver style adapted to Acta Orthopaedica</summary>
+ <updated>2017-07-29T05:53:53+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">
+ <date form="text" delimiter=" ">
+ <date-part name="year"/>
+ <date-part name="month" form="short" strip-periods="true"/>
+ <date-part name="day"/>
+ </date>
+ <terms>
+ <term name="retrieved">available</term>
+ <term name="section" form="short">sect.</term>
+ </terms>
+ </locale>
+ <macro name="author">
+ <names variable="author">
+ <name delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
+ <label form="long" prefix=", "/>
+ <substitute>
+ <names variable="editor"/>
+ </substitute>
+ </names>
+ </macro>
+ <macro name="editor">
+ <group delimiter=": ">
+ <choose>
+ <if type="chapter paper-conference" match="any">
+ <text term="in" text-case="capitalize-first"/>
+ </if>
+ </choose>
+ <names variable="editor" suffix=".">
+ <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
+ <label form="long" prefix=", "/>
+ </names>
+ </group>
+ </macro>
+ <macro name="publisher">
+ <group delimiter=": " suffix=";">
+ <choose>
+ <if type="thesis">
+ <text variable="publisher-place" prefix="[" suffix="]"/>
+ </if>
+ <else>
+ <text variable="publisher-place"/>
+ </else>
+ </choose>
+ <text variable="publisher"/>
+ </group>
+ </macro>
+ <macro name="accessed-date">
+ <choose>
+ <if variable="URL">
+ <group prefix="[" suffix="]" delimiter=" ">
+ <text term="cited" text-case="lowercase"/>
+ <date variable="accessed" form="text"/>
+ </group>
+ </if>
+ </choose>
+ </macro>
+ <macro name="container-title">
+ <choose>
+ <if type="article-journal article-magazine chapter paper-conference article-newspaper" match="any">
+ <group suffix="." delimiter=" ">
+ <text variable="container-title" form="short" strip-periods="true"/>
+ <choose>
+ <if variable="URL">
+ <text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
+ </if>
+ </choose>
+ </group>
+ <text macro="edition" prefix=" "/>
+ </if>
+ <else-if type="bill legislation" match="any">
+ <group delimiter=", ">
+ <group delimiter=". ">
+ <text variable="container-title" form="short"/>
+ <group delimiter=" ">
+ <text term="section" form="short" text-case="capitalize-first"/>
+ <text variable="section"/>
+ </group>
+ </group>
+ <text variable="number"/>
+ </group>
+ </else-if>
+ <else>
+ <text variable="container-title" suffix="." form="short"/>
+ </else>
+ </choose>
+ </macro>
+ <macro name="title">
+ <text variable="title"/>
+ <choose>
+ <if type="article-journal article-magazine chapter paper-conference article-newspaper" match="none">
+ <choose>
+ <if variable="URL">
+ <text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
+ </if>
+ </choose>
+ <text macro="edition" prefix=". "/>
+ </if>
+ </choose>
+ <choose>
+ <if type="thesis">
+ <text variable="genre" prefix=" [" suffix="]"/>
+ </if>
+ </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" suffix="."/>
+ </else>
+ </choose>
+ </macro>
+ <macro name="date">
+ <choose>
+ <if type="article-journal article-magazine article-newspaper" match="any">
+ <group suffix=";" delimiter=" ">
+ <date variable="issued" form="text"/>
+ <text macro="accessed-date"/>
+ </group>
+ </if>
+ <else-if type="bill legislation" match="any">
+ <group delimiter=", ">
+ <date variable="issued" delimiter=" ">
+ <date-part name="month" form="short" strip-periods="true"/>
+ <date-part name="day"/>
+ </date>
+ <date variable="issued">
+ <date-part name="year"/>
+ </date>
+ </group>
+ </else-if>
+ <else-if type="report">
+ <date variable="issued" delimiter=" ">
+ <date-part name="year"/>
+ <date-part name="month" form="short" strip-periods="true"/>
+ </date>
+ </else-if>
+ <else>
+ <group suffix=".">
+ <date variable="issued">
+ <date-part name="year"/>
+ </date>
+ <text macro="accessed-date" prefix=" "/>
+ </group>
+ </else>
+ </choose>
+ </macro>
+ <macro name="pages">
+ <choose>
+ <if type="article-journal article-magazine article-newspaper" match="any">
+ <text variable="page" prefix=":"/>
+ </if>
+ <else>
+ <group prefix=" " delimiter=" ">
+ <label variable="page" form="short" plural="never"/>
+ <text variable="page"/>
+ </group>
+ </else>
+ </choose>
+ </macro>
+ <macro name="journal-location">
+ <choose>
+ <if type="article-journal article-magazine" match="any">
+ <text variable="volume"/>
+ <text variable="issue" prefix="(" suffix=")"/>
+ </if>
+ </choose>
+ </macro>
+ <macro name="report-details">
+ <choose>
+ <if type="report">
+ <text variable="number" prefix="Report No.: "/>
+ </if>
+ </choose>
+ </macro>
+ <macro name="author-short">
+ <names variable="author">
+ <name form="short" and="text"/>
+ </names>
+ </macro>
+ <macro name="issued">
+ <date variable="issued">
+ <date-part name="year"/>
+ </date>
+ </macro>
+ <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" 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="99" et-al-use-first="98" hanging-indent="true">
+ <sort>
+ <key macro="author"/>
+ <key macro="issued"/>
+ <key variable="title"/>
+ </sort>
+ <layout>
+ <group delimiter=". " suffix=". ">
+ <text macro="author"/>
+ <text macro="title"/>
+ </group>
+ <group delimiter=" " suffix=". ">
+ <text macro="editor"/>
+ <text macro="container-title"/>
+ <text macro="publisher"/>
+ <group>
+ <text macro="date"/>
+ <text macro="journal-location"/>
+ <text macro="pages"/>
+ </group>
+ </group>
+ <text macro="report-details" suffix=". "/>
+ </layout>
+ </bibliography>
+</style>
</info>
<macro name="author">
<names variable="author" suffix=".">
- <name sort-separator=", " initialize-with=". " and="text" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="never" form="long">
+ <name sort-separator=", " initialize-with="." and="text" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="never" form="long">
</name>
</names>
</macro>
<macro name="editor">
<names variable="editor">
- <name sort-separator=", " initialize-with=". " and="text" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="never">
+ <name sort-separator=", " initialize-with="." and="text" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="never">
</name>
<label form="short" prefix=" (" suffix=".)"/>
</names>
--- /dev/null
+<?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>Acta Radiologica</title>
+ <id>http://www.zotero.org/styles/acta-radiologica</id>
+ <link href="http://www.zotero.org/styles/acta-radiologica" rel="self"/>
+ <link href="http://www.zotero.org/styles/sage-vancouver" rel="template"/>
+ <link href="https://uk.sagepub.com/en-gb/eur/journal/acta-radiologica#submission-guidelines" rel="documentation"/>
+ <author>
+ <name>Patrick O'Brien</name>
+ </author>
+ <category citation-format="numeric"/>
+ <category field="medicine"/>
+ <issn>0284-1851</issn>
+ <eissn>1600-0455</eissn>
+ <updated>2017-08-03T10:50:13+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="author">
+ <names variable="author" suffix=". ">
+ <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
+ <label form="short" prefix=" (" suffix=")" strip-periods="true"/>
+ <substitute>
+ <names variable="editor"/>
+ </substitute>
+ </names>
+ </macro>
+ <macro name="editor">
+ <names variable="editor">
+ <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
+ <label form="short" strip-periods="true" prefix=" (" suffix=")"/>
+ </names>
+ </macro>
+ <macro name="date">
+ <choose>
+ <if type="article-newspaper report" match="any">
+ <date variable="issued" form="text"/>
+ </if>
+ <else>
+ <date variable="issued" form="text" date-parts="year"/>
+ </else>
+ </choose>
+ </macro>
+ <macro name="publisher">
+ <group delimiter=", ">
+ <group delimiter=" ">
+ <text variable="genre" text-case="title"/>
+ <text variable="number"/>
+ </group>
+ <group delimiter=": ">
+ <choose>
+ <if type="thesis" match="none">
+ <text variable="publisher-place"/>
+ </if>
+ </choose>
+ <text variable="publisher"/>
+ </group>
+ <choose>
+ <if variable="URL" match="none">
+ <text macro="date"/>
+ </if>
+ </choose>
+ </group>
+ </macro>
+ <macro name="access">
+ <choose>
+ <if variable="page" match="none">
+ <choose>
+ <if variable="DOI" match="any">
+ <group prefix=". " delimiter=". ">
+ <date variable="issued" form="text" prefix="Epub ahead of print "/>
+ <text variable="DOI" prefix="DOI: "/>
+ </group>
+ </if>
+ <else>
+ <group delimiter=". ">
+ <group delimiter=": ">
+ <text term="available at" text-case="capitalize-first"/>
+ <text variable="URL"/>
+ </group>
+ <text macro="accessed-date"/>
+ </group>
+ </else>
+ </choose>
+ </if>
+ </choose>
+ </macro>
+ <macro name="accessed-date">
+ <choose>
+ <if variable="URL">
+ <group delimiter=". ">
+ <text macro="date"/>
+ <group delimiter=" ">
+ <text term="accessed" text-case="capitalize-first"/>
+ <date variable="accessed" form="text"/>
+ </group>
+ </group>
+ </if>
+ </choose>
+ </macro>
+ <macro name="container-title">
+ <choose>
+ <if type="article-journal" match="any">
+ <text variable="container-title" form="short" strip-periods="true" font-style="normal"/>
+ </if>
+ <else>
+ <text variable="container-title" font-style="italic"/>
+ </else>
+ </choose>
+ </macro>
+ <macro name="title">
+ <choose>
+ <if type="book patent report thesis" match="any">
+ <text variable="title"/>
+ </if>
+ <else>
+ <text variable="title"/>
+ </else>
+ </choose>
+ </macro>
+ <macro name="page">
+ <text variable="page"/>
+ </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" suffix="."/>
+ </else>
+ </choose>
+ </macro>
+ <citation collapse="citation-number">
+ <sort>
+ <key variable="citation-number"/>
+ </sort>
+ <layout delimiter="," vertical-align="sup">
+ <text variable="citation-number"/>
+ </layout>
+ </citation>
+ <bibliography delimiter-precedes-et-al="always" et-al-min="4" et-al-use-first="3" second-field-align="flush">
+ <layout suffix=".">
+ <text variable="citation-number" suffix=". "/>
+ <text macro="author"/>
+ <text macro="title"/>
+ <choose>
+ <if type="bill book graphic legal_case legislation motion_picture patent report song thesis" match="any">
+ <group delimiter=". " prefix=". ">
+ <text macro="edition"/>
+ <text macro="publisher"/>
+ </group>
+ </if>
+ <else-if type="chapter paper-conference" match="any">
+ <group delimiter=":" prefix=". ">
+ <group delimiter=". ">
+ <group delimiter=" ">
+ <text term="in" suffix=":" text-case="capitalize-first"/>
+ <text macro="editor"/>
+ <text variable="container-title" font-style="normal"/>
+ </group>
+ <text macro="publisher"/>
+ </group>
+ <text macro="page"/>
+ </group>
+ </else-if>
+ <else-if type="article-newspaper article-magazine" match="any">
+ <group delimiter=", " prefix=". ">
+ <text macro="container-title"/>
+ <text macro="date"/>
+ <text macro="page"/>
+ </group>
+ </else-if>
+ <else>
+ <group delimiter=";" prefix=". ">
+ <group delimiter=" ">
+ <text macro="container-title"/>
+ <choose>
+ <if variable="page" match="any">
+ <text macro="date"/>
+ </if>
+ </choose>
+ </group>
+ <group delimiter=":">
+ <text variable="volume"/>
+ <text variable="page"/>
+ </group>
+ </group>
+ </else>
+ </choose>
+ <text macro="access" prefix=" "/>
+ </layout>
+ </bibliography>
+</style>
--- /dev/null
+<?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>Acta Scientiae Veterinariae</title>
+ <id>http://www.zotero.org/styles/acta-scientiae-veterinariae</id>
+ <link href="http://www.zotero.org/styles/acta-scientiae-veterinariae" rel="self"/>
+ <link href="http://www.zotero.org/styles/world-applied-sciences-journal" rel="template"/>
+ <link href="http://www.ufrgs.br/actavet/instrucoes.htm" rel="documentation"/>
+ <author>
+ <name>Patrick O'Brien</name>
+ <email>obrienpat86@gmail.com</email>
+ </author>
+ <category citation-format="numeric"/>
+ <category field="biology"/>
+ <issn>1678-0345</issn>
+ <eissn>1679-9216</eissn>
+ <updated>2017-06-27T13:40: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">
+ <names variable="author">
+ <name and="symbol" delimiter-precedes-last="never" initialize-with="." name-as-sort-order="first"/>
+ <label form="short" prefix=", "/>
+ <substitute>
+ <names variable="editor"/>
+ <names variable="translator"/>
+ <text variable="title"/>
+ </substitute>
+ </names>
+ </macro>
+ <macro name="editor">
+ <names variable="editor">
+ <name initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
+ <label form="short" text-case="capitalize-first" strip-periods="true" prefix=" (" suffix=")"/>
+ </names>
+ </macro>
+ <macro name="year-date">
+ <date date-parts="year" form="text" variable="issued" font-weight="normal"/>
+ </macro>
+ <macro name="publisher">
+ <group delimiter=": ">
+ <text variable="publisher-place"/>
+ <text variable="publisher"/>
+ </group>
+ </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="author"/>
+ <key variable="citation-number"/>
+ <key variable="issued"/>
+ </sort>
+ <layout prefix="[" suffix="]" delimiter=",">
+ <text variable="citation-number"/>
+ </layout>
+ </citation>
+ <bibliography entry-spacing="0">
+ <layout suffix=".">
+ <text variable="citation-number" font-weight="bold" suffix=" "/>
+ <group font-weight="bold" delimiter=". ">
+ <text macro="author" font-weight="bold"/>
+ <choose>
+ <if variable="issued">
+ <text macro="year-date" font-weight="bold" suffix=". "/>
+ </if>
+ <else>
+ <text term="no date" form="short" suffix=". "/>
+ </else>
+ </choose>
+ </group>
+ <choose>
+ <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
+ <group delimiter=". ">
+ <group delimiter=". ">
+ <text variable="title"/>
+ </group>
+ <text macro="edition"/>
+ <text macro="publisher"/>
+ </group>
+ <group prefix=", ">
+ <text variable="number-of-pages"/>
+ <label plural="never" variable="number-of-pages" form="short"/>
+ </group>
+ </if>
+ <else-if type="chapter paper-conference" match="any">
+ <text variable="title" suffix=", "/>
+ <text term="in" text-case="capitalize-first" suffix=": "/>
+ <group delimiter=". ">
+ <text macro="editor"/>
+ <text variable="container-title" form="short" text-case="title" font-style="italic"/>
+ <text macro="edition"/>
+ <group delimiter=", ">
+ <text macro="publisher"/>
+ <group>
+ <label strip-periods="false" variable="page" form="short"/>
+ <text variable="page"/>
+ </group>
+ </group>
+ </group>
+ </else-if>
+ <else-if type="patent">
+ <group delimiter=", ">
+ <text variable="title"/>
+ <text variable="number"/>
+ </group>
+ </else-if>
+ <else-if type="thesis">
+ <group delimiter=", ">
+ <text variable="title"/>
+ <text variable="genre"/>
+ <text variable="publisher"/>
+ </group>
+ </else-if>
+ <else-if type="webpage post-weblog" match="any">
+ <group delimiter=". ">
+ <text variable="title"/>
+ <text variable="container-title" font-style="italic"/>
+ <group delimiter=": ">
+ <text term="available at"/>
+ <text variable="URL" prefix="<" suffix=">"/>
+ </group>
+ <group delimiter=" ">
+ <text term="accessed" text-case="capitalize-first"/>
+ <date date-parts="year-month" form="numeric" variable="accessed"/>
+ </group>
+ </group>
+ </else-if>
+ <else-if type="article-journal">
+ <group delimiter=". ">
+ <text variable="title" suffix="."/>
+ <text variable="container-title" text-case="title" font-style="italic"/>
+ <group delimiter=": ">
+ <group>
+ <text variable="volume"/>
+ <text variable="issue" prefix="(" suffix=")"/>
+ </group>
+ <text variable="page" form="short"/>
+ </group>
+ </group>
+ </else-if>
+ <else>
+ <group delimiter=". ">
+ <text variable="title" suffix="."/>
+ <group delimiter=", ">
+ <text variable="container-title" text-case="title" font-style="italic"/>
+ <group delimiter=" ">
+ <group suffix=":">
+ <text variable="volume"/>
+ <text variable="issue" prefix="(" suffix=")"/>
+ </group>
+ <text variable="page" form="short"/>
+ </group>
+ </group>
+ </group>
+ </else>
+ </choose>
+ </layout>
+ </bibliography>
+</style>
--- /dev/null
+<?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="never" default-locale="en-GB">
+ <!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
+ <info>
+ <title>Acta Universitatis Agriculturae et Silviculturae Mendelianae Brunensis</title>
+ <title-short>Acta Univ. Agric. Silvic. Mendelianae Brun.</title-short>
+ <id>http://www.zotero.org/styles/acta-universitatis-agriculturae-et-silviculturae-mendelianae-brunensis</id>
+ <link href="http://www.zotero.org/styles/acta-universitatis-agriculturae-et-silviculturae-mendelianae-brunensis" rel="self"/>
+ <link href="http://www.zotero.org/styles/ceska-zemedelska-univerzita-v-praze-fakulta-agrobiologie-potravinovych-a-prirodnich-zdroju" rel="template"/>
+ <link href="https://acta.mendelu.cz/for-authors.html" rel="documentation"/>
+ <contributor>
+ <name>Matěj Božik</name>
+ <email>bozik@af.czu.cz</email>
+ </contributor>
+ <category citation-format="author-date"/>
+ <category field="botany"/>
+ <category field="science"/>
+ <category field="zoology"/>
+ <issn>1211-8516</issn>
+ <eissn>2464-8310</eissn>
+ <updated>2017-04-07T09:46:37+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>
+ <terms>
+ <term name="and">et</term>
+ </terms>
+ </locale>
+ <macro name="container-contributors">
+ <choose>
+ <if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
+ <group delimiter=", " suffix=". ">
+ <names variable="container-author" delimiter=", ">
+ <name and="symbol" initialize-with=". " delimiter=", "/>
+ <label form="short" prefix=" (" text-case="title" suffix=")"/>
+ </names>
+ <names variable="editor translator" delimiter=", ">
+ <name initialize-with=". "/>
+ <label form="short" prefix=" (" text-case="title" suffix=")"/>
+ </names>
+ </group>
+ </if>
+ </choose>
+ </macro>
+ <macro name="secondary-contributors">
+ <choose>
+ <if type="article-journal chapter paper-conference entry-dictionary entry-encyclopedia" match="none">
+ <group delimiter=", " prefix=" (" suffix=")">
+ <names variable="container-author" delimiter=", ">
+ <name and="symbol" initialize-with=". " delimiter=", "/>
+ <label form="short" prefix=", " text-case="title"/>
+ </names>
+ <names variable="editor translator" delimiter=", ">
+ <name and="symbol" initialize-with=". " delimiter=", "/>
+ <label form="short" prefix=", " text-case="title"/>
+ </names>
+ </group>
+ </if>
+ </choose>
+ </macro>
+ <macro name="author">
+ <names variable="author" font-variant="small-caps">
+ <name delimiter-precedes-last="always" initialize-with=". " name-as-sort-order="all"/>
+ <label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
+ <substitute>
+ <names variable="editor"/>
+ <names variable="translator"/>
+ <choose>
+ <if type="report">
+ <text variable="publisher"/>
+ <text macro="title"/>
+ </if>
+ <else>
+ <text macro="title"/>
+ </else>
+ </choose>
+ </substitute>
+ </names>
+ </macro>
+ <macro name="author-short">
+ <names variable="author">
+ <name form="short" and="text" initialize-with=". "/>
+ <substitute>
+ <names variable="editor"/>
+ <names variable="translator"/>
+ <choose>
+ <if type="report">
+ <text variable="publisher"/>
+ <text variable="title" form="short" font-style="italic"/>
+ </if>
+ <else-if type="legal_case">
+ <text variable="title" font-style="italic"/>
+ </else-if>
+ <else-if type="bill book graphic legislation motion_picture song" match="any">
+ <text variable="title" form="short" font-style="italic"/>
+ </else-if>
+ <else-if variable="reviewed-author">
+ <choose>
+ <if variable="reviewed-title" match="none">
+ <text variable="title" form="short" font-style="italic" prefix="Review of "/>
+ </if>
+ <else>
+ <text variable="title" form="short" quotes="true"/>
+ </else>
+ </choose>
+ </else-if>
+ <else>
+ <text variable="title" form="short" quotes="true"/>
+ </else>
+ </choose>
+ </substitute>
+ </names>
+ </macro>
+ <macro name="access">
+ <choose>
+ <if type="thesis report" match="any">
+ <choose>
+ <if variable="archive" match="any">
+ <group>
+ <text term="retrieved" text-case="capitalize-first" suffix=" "/>
+ <text term="from" suffix=" "/>
+ <text variable="archive" suffix="."/>
+ <text variable="archive_location" prefix=" (" suffix=")"/>
+ </group>
+ </if>
+ <else>
+ <group>
+ <text term="retrieved" text-case="capitalize-first" suffix=" "/>
+ <text term="from" suffix=" "/>
+ <text variable="URL"/>
+ </group>
+ </else>
+ </choose>
+ &