Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
473 lines (472 sloc) 16.1 KB
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" default-locale="es-ES">
<info>
<title>Instituto Superior de Teología de las Islas Canarias (Spanish)</title>
<title-short>Istic</title-short>
<id>http://www.zotero.org/styles/instituto-superior-de-teologia-de-las-islas-canarias</id>
<link href="http://www.zotero.org/styles/instituto-superior-de-teologia-de-las-islas-canarias" rel="self"/>
<link href="http://www.istic.es" rel="documentation"/>
<author>
<name>Juan Jesús García</name>
<email>jacintonp@gmail.com</email>
</author>
<category citation-format="note"/>
<category field="theology"/>
<summary>Según los criterios de la guía de estilo del Istic</summary>
<updated>2015-11-24T22:19:09-06: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="ibid">ibídem</term>
<term name="in">en</term>
<term name="accessed">consulta</term>
<term name="reference" form="short">
<single>ref.</single>
<multiple>refs.</multiple>
</term>
<!-- SHORT LOCATOR FORMS -->
<term name="page" form="short">
<single>p.</single>
<multiple>pp.</multiple>
</term>
<term name="verse" form="short">
<single>v.</single>
<multiple>vv.</multiple>
</term>
<term name="volume" form="short">
<single>vol.</single>
<multiple>vols.</multiple>
</term>
<!-- SYMBOL LOCATOR FORMS -->
<term name="paragraph" form="symbol">
<single>§</single>
<multiple>§§</multiple>
</term>
<term name="section" form="symbol">
<single>§</single>
<multiple>§§</multiple>
</term>
<!-- SHORT ROLE FORMS -->
<term name="author" form="short">
<single/>
<multiple/>
</term>
<term name="editor" form="short">
<single>ed.</single>
<multiple>eds.</multiple>
</term>
<term name="editorial-director" form="short">
<single>ed.</single>
<multiple>eds.</multiple>
</term>
<term name="translator" form="short">
<single>trad.</single>
<multiple>trads.</multiple>
</term>
<term name="editortranslator" form="short">
<single>ed. i trad.</single>
<multiple>eds. i trads.</multiple>
</term>
</terms>
</locale>
<macro name="editor">
<names variable="editor" delimiter=", ">
<label form="verb" text-case="lowercase"/>
<name delimiter=", " prefix=" " and="text" delimiter-precedes-last="never"/>
</names>
</macro>
<macro name="translator">
<names variable="translator" delimiter=", ">
<label form="verb" text-case="lowercase"/>
<name prefix=" " and="text" delimiter=", " delimiter-precedes-last="never"/>
</names>
</macro>
<macro name="editor-short">
<choose>
<if variable="author">
<names variable="container-author editor" delimiter=", ">
<name delimiter=" &#8211; " delimiter-precedes-last="always">
<name-part name="family" font-variant="small-caps"/>
</name>
<label form="short" text-case="lowercase" prefix=" (" suffix=")"/>
</names>
</if>
</choose>
</macro>
<macro name="author">
<names variable="author">
<name delimiter=" &#8211; " delimiter-precedes-last="always" sort-separator=", ">
<name-part name="family" font-variant="small-caps"/>
</name>
<label form="short" text-case="lowercase" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name delimiter=" &#8211; " delimiter-precedes-last="always" sort-separator=", ">
<name-part name="family" font-variant="small-caps"/>
</name>
<label form="short" text-case="lowercase" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="author-bib">
<names variable="author">
<name name-as-sort-order="all" form="long" delimiter=" &#8211; " delimiter-precedes-last="always" sort-separator=", ">
<name-part name="family" font-variant="small-caps"/>
</name>
<label form="short" text-case="lowercase" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="recipient">
<names variable="recipient" delimiter=", ">
<label form="verb" prefix=" " text-case="lowercase" suffix=" "/>
<name and="text" delimiter=", "/>
</names>
</macro>
<macro name="access">
<choose>
<if variable="URL">
<text variable="URL"/>
<group>
<text term="accessed" text-case="capitalize-first" prefix=" [" suffix=":"/>
<date variable="accessed" prefix=" " suffix="]">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" " text-case="lowercase"/>
<date-part name="year"/>
</date>
</group>
</if>
</choose>
</macro>
<macro name="title">
<choose>
<if type="bill book graphic legal_case motion_picture report song" match="any">
<text variable="title" font-style="italic"/>
</if>
<else>
<text variable="title" quotes="true"/>
</else>
</choose>
</macro>
<macro name="title-short">
<choose>
<if type="bill book graphic legal_case motion_picture report song" match="any">
<text variable="title" font-style="italic" form="short"/>
</if>
<else>
<text variable="title" quotes="true" form="short"/>
</else>
</choose>
</macro>
<macro name="publisher">
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</macro>
<macro name="issued">
<choose>
<if type="graphic report" match="any">
<date variable="issued">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" " text-case="lowercase"/>
<date-part name="year"/>
</date>
</if>
<else-if type="bill book graphic legal_case motion_picture report song thesis chapter paper-conference" match="any">
<date variable="issued">
<date-part name="year"/>
</date>
</else-if>
<else>
<date variable="issued">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" " text-case="lowercase"/>
<date-part name="year"/>
</date>
</else>
</choose>
</macro>
<macro name="locators">
<choose>
<if locator="page">
<text variable="locator" prefix=" "/>
</if>
<else-if locator="paragraph">
<group>
<label variable="locator" form="symbol" strip-periods="true"/>
<text variable="locator" prefix=" "/>
</group>
</else-if>
<else>
<group>
<label variable="locator" form="short"/>
<text variable="locator" prefix=" "/>
</group>
</else>
</choose>
</macro>
<macro name="locators-con-pp">
<choose>
<if locator="paragraph">
<group>
<label variable="locator" form="symbol" strip-periods="true"/>
<text variable="locator" prefix=" "/>
</group>
</if>
<else>
<group>
<label variable="locator" form="short"/>
<text variable="locator" prefix=" "/>
</group>
</else>
</choose>
</macro>
<macro name="volume">
<group delimiter=" ">
<text term="volume" form="short"/>
<text variable="volume"/>
</group>
</macro>
<macro name="pages">
<group>
<text variable="page" prefix=" "/>
</group>
</macro>
<macro name="sort-key">
<text macro="author-bib" suffix=" "/>
<text variable="issue" suffix=" "/>
<text variable="genre"/>
</macro>
<macro name="edition-issued">
<choose>
<if is-numeric="edition">
<text variable="edition" prefix=" " vertical-align="sup"/>
<text macro="issued"/>
</if>
<else>
<text variable="edition" prefix=", "/>
<choose>
<if type="report">
<text macro="issued"/>
</if>
<else>
<text macro="issued" prefix=" "/>
</else>
</choose>
</else>
</choose>
</macro>
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true">
<layout suffix=", " delimiter="; ">
<choose>
<if position="ibid-with-locator">
<group delimiter=", ">
<text term="ibid" text-case="capitalize-first" font-style="italic"/>
<text macro="locators"/>
</group>
</if>
<else-if position="ibid">
<text term="ibid" text-case="capitalize-first" font-style="italic"/>
</else-if>
<else-if position="subsequent">
<group delimiter=", ">
<group>
<text macro="author-short"/>
<text macro="recipient"/>
</group>
<choose>
<if type="chapter article-journal" match="any">
<text macro="title-short"/>
</if>
<else-if type="book">
<group delimiter=", ">
<text macro="title-short"/>
<text variable="volume"/>
</group>
</else-if>
<else>
<group delimiter=", ">
<text macro="title-short"/>
<text macro="volume"/>
</group>
</else>
</choose>
<choose>
<if type="interview">
<text term="interview" text-case="lowercase"/>
</if>
<else-if variable="recipient">
<text macro="issued"/>
</else-if>
</choose>
<text macro="locators"/>
</group>
</else-if>
<else>
<group suffix=", ">
<text macro="author"/>
<text macro="recipient"/>
</group>
<text macro="title"/>
<choose>
<if type="chapter paper-conference" match="any">
<group>
<text term="in" text-case="lowercase" prefix=", "/>
<group delimiter=", " prefix=" ">
<text macro="editor-short"/>
<text variable="container-title" font-style="italic"/>
</group>
<text macro="volume" prefix=", "/>
<group prefix=" (" suffix=")" delimiter=" ">
<text variable="collection-title"/>
<text variable="collection-number"/>
</group>
</group>
<text macro="translator" prefix=", "/>
<text macro="publisher" prefix=", "/>
<text macro="edition-issued" prefix=" "/>
</if>
<else-if type="article-journal article-newspaper article-magazine" match="any">
<group>
<group delimiter=" ">
<text variable="container-title" form="short" font-style="italic" prefix=", "/>
<group delimiter=", ">
<text variable="volume"/>
<text variable="issue"/>
</group>
<text macro="issued" prefix="(" suffix=")"/>
</group>
<text macro="editor" prefix=", "/>
<text macro="translator" prefix=", "/>
<text variable="edition" prefix=", "/>
<text macro="publisher" prefix=", "/>
</group>
</else-if>
<else-if type="bill book graphic legal_case motion_picture report song" match="any">
<group>
<text macro="volume" prefix=", "/>
<group prefix=" (" suffix=")" delimiter=" ">
<text variable="collection-title"/>
<text variable="collection-number"/>
</group>
</group>
<text macro="translator" prefix=", "/>
<text macro="editor" prefix=", "/>
<group prefix=", " delimiter=" ">
<text macro="publisher"/>
<text macro="edition-issued"/>
</group>
</else-if>
<else>
<group>
<text variable="container-title" prefix=", "/>
<text variable="volume" prefix=" "/>
<text variable="issue" prefix=", "/>
</group>
</else>
</choose>
<choose>
<if type="article-journal">
<text macro="pages" prefix=" "/>
<text macro="locators-con-pp" prefix=", "/>
</if>
<else-if type="chapter book" match="any">
<text macro="pages" prefix=", "/>
<text macro="locators-con-pp" prefix=", "/>
</else-if>
<else>
<text macro="locators" prefix=", "/>
</else>
</choose>
<choose>
<if type="webpage">
<text macro="access" prefix=" "/>
</if>
</choose>
</else>
</choose>
</layout>
</citation>
<bibliography hanging-indent="true" et-al-min="7" et-al-use-first="6" subsequent-author-substitute="&#8211;&#8212;&#8212;" entry-spacing="0">
<sort>
<key macro="sort-key"/>
</sort>
<layout suffix=".">
<text macro="author-bib" suffix=", "/>
<text macro="title"/>
<choose>
<if type="chapter paper-conference" match="any">
<group>
<text term="in" text-case="lowercase" prefix=", "/>
<group delimiter=", " prefix=" ">
<text macro="editor-short"/>
<text variable="container-title" font-style="italic"/>
</group>
<text macro="volume" prefix=", "/>
<group prefix=" (" suffix=")" delimiter=" ">
<text variable="collection-title"/>
<text variable="collection-number"/>
</group>
</group>
<text macro="translator" prefix=", "/>
<text macro="publisher" prefix=", "/>
<text macro="edition-issued" prefix=" "/>
<group>
<text variable="page" prefix=", "/>
</group>
</if>
<else-if type="article-journal article-newspaper article-magazine" match="any">
<group delimiter=" ">
<text variable="container-title" form="short" font-style="italic" prefix=", "/>
<group delimiter=", ">
<text variable="volume"/>
<text variable="issue"/>
</group>
<text macro="issued" prefix="(" suffix=")"/>
</group>
<text macro="editor" prefix=", "/>
<text macro="translator" prefix=", "/>
<text variable="edition" prefix=", "/>
<text macro="publisher" prefix=", "/>
<text macro="pages" prefix=" "/>
</else-if>
<else-if type="bill book graphic legal_case motion_picture report song" match="any">
<group>
<text macro="volume" prefix=", "/>
<group prefix=" (" suffix=")" delimiter=" ">
<text variable="collection-title"/>
<text variable="collection-number"/>
</group>
</group>
<text macro="translator" prefix=", "/>
<text macro="editor" prefix=", "/>
<group prefix=", " delimiter=" ">
<text macro="publisher"/>
<text macro="edition-issued"/>
</group>
</else-if>
<else>
<group>
<text variable="container-title" prefix=", "/>
<text macro="volume" prefix=", "/>
<text variable="issue" prefix=", "/>
</group>
</else>
</choose>
<text macro="locators" prefix=", "/>
<text variable="note" prefix=" "/>
<text macro="access" prefix=" "/>
</layout>
</bibliography>
</style>
You can’t perform that action at this time.