Skip to content

Commit

Permalink
Merge pull request #1821 from citation-style-language/rmzelle-patch-2
Browse files Browse the repository at this point in the history
Update revista-fave-seccion-ciencias-agrarias.csl
  • Loading branch information
rmzelle committed Dec 11, 2015
2 parents 9a371e3 + 0e2a56a commit 08a5a5c
Showing 1 changed file with 12 additions and 43 deletions.
55 changes: 12 additions & 43 deletions revista-fave-seccion-ciencias-agrarias.csl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" name-as-sort-order="all" demote-non-dropping-particle="sort-only" default-locale="es-ES">
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
<info>
<title>Revista FAVE - Sección Ciencias Agrarias (Spanish)</title>
<title-short>FAVE</title-short>
Expand All @@ -12,10 +11,10 @@
<name>Agustín Alesso</name>
<email>[email protected]</email>
</author>
<category citation-format="author-date"/>
<category citation-format="numeric"/>
<category field="biology"/>
<issn>1666-7719</issn>
<updated>2014-03-28T14:01:05+00:00</updated>
<updated>2015-11-11T22:51:43+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-contributors">
Expand Down Expand Up @@ -44,7 +43,7 @@
</macro>
<macro name="author">
<names variable="author">
<name delimiter="; " delimiter-precedes-last="never" initialize-with="." name-as-sort-order="all">
<name and="text" delimiter="; " delimiter-precedes-last="never" initialize-with="." name-as-sort-order="all">
<name-part name="family" text-case="capitalize-first"/>
<name-part name="given" text-case="uppercase"/>
</name>
Expand All @@ -57,21 +56,12 @@
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author" suffix=",">
<name form="short" and="symbol" delimiter=", " initialize-with=". "/>
<et-al font-style="italic"/>
<macro name="author-count">
<names variable="author">
<name form="count"/>
<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>
Expand Down Expand Up @@ -105,18 +95,6 @@
</else>
</choose>
</macro>
<macro name="issued-year">
<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 type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
Expand Down Expand Up @@ -187,31 +165,22 @@
</else-if>
</choose>
</macro>
<macro name="citation-locator">
<group>
<label variable="locator" form="short"/>
<text variable="locator" prefix=" "/>
</group>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
<citation collapse="citation-number">
<sort>
<key variable="issued"/>
<key macro="author"/>
<key variable="citation-number"/>
</sort>
<layout prefix="(" suffix=")" delimiter=", ">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="issued-year"/>
<text macro="citation-locator"/>
</group>
<text variable="citation-number"/>
</layout>
</citation>
<bibliography hanging-indent="true" entry-spacing="0">
<sort>
<key macro="author"/>
<key macro="author" names-min="1" names-use-first="1"/>
<key macro="author-count" names-min="3" names-use-first="3"/>
<key variable="issued"/>
</sort>
<layout suffix=".">
<text variable="citation-number" suffix=" "/>
<text macro="author" suffix="."/>
<text macro="issued" suffix=" "/>
<text macro="edition"/>
Expand Down

0 comments on commit 08a5a5c

Please sign in to comment.