Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update revista-fave-seccion-ciencias-agrarias.csl #1821

Merged
merged 4 commits into from
Dec 11, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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