-
-
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.
Merge pull request #1821 from citation-style-language/rmzelle-patch-2
Update revista-fave-seccion-ciencias-agrarias.csl
- Loading branch information
Showing
1 changed file
with
12 additions
and
43 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 |
---|---|---|
@@ -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> | ||
|
@@ -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"> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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"> | ||
|
@@ -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"/> | ||
|