Skip to content
Permalink
Browse files

Update acta-universitatis-agriculturae-sueciae.csl

  • Loading branch information...
POBrien333 committed Mar 13, 2019
1 parent 6c6e55f commit ec42c37b86fd14b2984b140940d1611802398634
Showing with 41 additions and 34 deletions.
  1. +41 −34 acta-universitatis-agriculturae-sueciae.csl
@@ -1,31 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="sv-SE" demote-non-dropping-particle="sort-only">
<style class="in-text" version="1.0" demote-non-dropping-particle="sort-only" xmlns="http://purl.org/net/xbiblio/csl">
<info>
<title>Acta Universitatis Agriculturae Sueciae (Swedish University of Agricultural Sciences) (Swedish)</title>
<title>Acta Universitatis Agriculturae Sueciae (Swedish University of Agricultural Sciences)</title>
<id>http://www.zotero.org/styles/acta-universitatis-agriculturae-sueciae</id>
<link href="http://www.zotero.org/styles/acta-universitatis-agriculturae-sueciae" rel="self"/>
<link href="https://www.slu.se/en/subweb/library/write-and-cite2/writing-references/referencelist-according-to-the-harvard-system/" rel="documentation"/>
<link href="https://www.slu.se/site/bibliotek/skriva-och-referera/skriva-referenser/referenslista-enligt-harvard/" rel="documentation"/>
<author>
<name>Rintze Zelle</name>
<uri>http://twitter.com/rintzezelle</uri>
</author>
<category citation-format="author-date"/>
<updated>2019-03-13T13:31:43+00:00</updated>
<updated>2019-03-13T13:46:27+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="sv-SE">
<locale xml:lang="en">
<terms>
<term name="et-al">et al.</term>
<term name="editor" form="short">
<single>ed</single>
<multiple>eds</multiple>
</term>
<term name="edition" form="short">ed</term>
</terms>
</locale>
<locale xml:lang="sv">
<terms>
<term name="et-al">et al.</term>
<term name="page" form="short">
<single>s.</single>
<multiple>ss.</multiple>
</term>
<term name="edition" form="short">ed</term>
<term name="in">in</term>
</terms>
</locale>
<macro name="container-contributors">
@@ -34,7 +38,7 @@
<text term="in" text-case="capitalize-first" suffix=":"/>
<names variable="editor translator" delimiter=", " prefix=" ">
<name and="symbol" initialize-with="." name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=")"/>
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
</names>
</if>
</choose>
@@ -44,15 +48,15 @@
<if type="chapter paper-conference" match="none">
<names variable="editor translator" delimiter=", " prefix="(" suffix=")">
<name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with=". " delimiter=", "/>
<label form="short" prefix=", " text-case="capitalize-first"/>
<label form="short" strip-periods="true" prefix=", "/>
</names>
</if>
</choose>
</macro>
<macro name="author">
<names variable="author">
<name and="symbol" delimiter-precedes-last="never" initialize-with="." name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
@@ -71,18 +75,25 @@
</names>
</macro>
<macro name="access">
<group>
<text value="Available from: "/>
<text variable="URL" suffix="."/>
</group>
<group prefix=" [" suffix="]">
<text value="Accessed" suffix=" "/>
<date variable="accessed">
<date-part name="year"/>
<date-part name="month" form="numeric-leading-zeros" prefix="-"/>
<date-part name="day" form="numeric-leading-zeros" prefix="-"/>
</date>
</group>
<choose>
<if match="any" variable="DOI">
<text variable="DOI" prefix="DOI: https://doi.org/"/>
</if>
<else>
<group>
<text value="Available from: "/>
<text variable="URL" suffix="."/>
</group>
<group prefix=" [" suffix="]">
<text value="Accessed" suffix=" "/>
<date variable="accessed">
<date-part name="year"/>
<date-part name="month" form="numeric-leading-zeros" prefix="-"/>
<date-part name="day" form="numeric-leading-zeros" prefix="-"/>
</date>
</group>
</else>
</choose>
</macro>
<macro name="title">
<choose>
@@ -140,8 +151,11 @@
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<group prefix=" " delimiter=", ">
<group>
<text variable="volume"/>
<group delimiter=" ">
<group delimiter=" ">
<label variable="volume" form="short"/>
<text variable="volume"/>
</group>
<text variable="issue" prefix="(" suffix=")"/>
</group>
<group delimiter=" ">
@@ -169,16 +183,9 @@
</macro>
<macro name="type">
<choose>
<if type="article-journal bill book graphic legal_case legislation motion_picture report song webpage" match="any">
<choose>
<if variable="URL">
<text value="[online]" prefix=" "/>
</if>
</choose>
</if>
<else-if type="thesis">
<if type="thesis" match="any">
<text value=". Diss."/>
</else-if>
</if>
</choose>
</macro>
<macro name="collection-title">
@@ -273,7 +280,7 @@
</date>
</group>
</else-if>
<else-if type="webpage">
<else-if type="webpage post-weblog post" match="any">
<group prefix=". ">
<text macro="title" suffix="."/>
<text macro="type"/>

0 comments on commit ec42c37

Please sign in to comment.
You can’t perform that action at this time.