Skip to content

Instantly share code, notes, and snippets.

Created April 8, 2011 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/909253 to your computer and use it in GitHub Desktop.
Save anonymous/909253 to your computer and use it in GitHub Desktop.
Interviewer not recognized in Zotero 2.1
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" default-locale="fr" version="1.0">
<info>
<title>France Sciences Humaines/Philo (Biblio et notes)</title>
<id>http://www.zotero.org/styles/france-sciences-hum-philo</id>
<link href="http://www.zotero.org/styles/sc-hum-philo" rel="self"/>
<author>
<name>L. Lafitte</name>
<email>l2lafitte@yahoo.fr</email>
</author>
<category field="humanities"/>
<category citation-format="note"/>
<category field="generic-base"/>
<updated>2011-03-30T17:01:01+00:00</updated>
</info>
<locale xml:lang="fr">
<terms>
<term name="editor" form="short">
<single>éd.</single>
<multiple>éds</multiple>
</term>
<term name="editor" form="verb-short">éd. par</term>
<term name="translator" form="verb-short">trad. par</term>
<term name="interviewer" form="verb">entretien réalisé par</term>
<term name="in">in&#160;:</term>
<term name="edition">édition</term>
<term name="accessed">consulté le </term>
<term name="at">disponible sur&#160;: </term>
<term name="et-al">[et al.]</term>
</terms>
</locale>
<!-- UTILISATION D'espaces insécables &#160; POUR EVITER DE MALENCONTREUX RETOURS A LA LIGNE -->
<!-- CODAGE &lt; POUR SIGNE INFÉRIEUR ET &gt; POUR SIGNE SUPÉRIEUR -->
<!-- SECTION DEFINITION DES MACROS -->
<macro name="contributors">
<names variable="author">
<name name-as-sort-order="all" form="long" delimiter=", " delimiter-precedes-last="always" sort-separator=" "/>
<label form="short" prefix=", (" suffix=".)" strip-periods="true"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="title"/>
</substitute>
</names>
</macro>
<macro name="contributors-notes">
<names variable="author">
<name sort-separator=" " initialize-with=". " delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=", (" suffix=".)" strip-periods="true"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="title-note"/>
</substitute>
</names>
</macro>
<macro name="contributors-short">
<names variable="author">
<name sort-separator=" " initialize-with=". " delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=", (" suffix=".)" strip-periods="true"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="title-short"/>
</substitute>
</names>
</macro>
<macro name="translator">
<names variable="translator">
<label form="verb" suffix=" "/>
<name form="long" and="text" delimiter=", " delimiter-precedes-last="never"/>
</names>
</macro>
<macro name="translator-note">
<names variable="translator">
<label form="verb-short" suffix=" " strip-periods="true"/>
<name sort-separator=" " initialize-with=". " and="text" delimiter=", " delimiter-precedes-last="never"/>
</names>
</macro>
<macro name="editor">
<names variable="editor" delimiter=", ">
<label form="verb" suffix=" "/>
<name form="long" and="text" delimiter=", " delimiter-precedes-last="never"/>
</names>
</macro>
<macro name="editor-note">
<names variable="editor" delimiter=", ">
<label form="verb-short" suffix=" " strip-periods="true"/>
<name sort-separator=" " initialize-with=". " and="text" delimiter=", " delimiter-precedes-last="never"/>
</names>
</macro>
<macro name="container-contributors">
<choose>
<if variable="container-title">
<text term="in" text-case="capitalize-first" suffix=" "/>
<choose>
<if variable="container-author">
<names variable="container-author">
<name form="long" delimiter=", " delimiter-precedes-last="always" suffix=". "/>
</names>
</if>
<else-if variable="editor">
<names variable="editor" suffix=". ">
<name form="long" delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=", (" suffix=".)" strip-periods="true"/>
</names>
</else-if>
</choose>
<text variable="container-title" font-style="italic"/>
<choose>
<if variable="title" match="any"/>
<else>
<choose>
<if variable="URL DOI" match="any">
<text value="en ligne" prefix=" [" suffix="]" text-case="capitalize-first"/>
</if>
</choose>
</else>
</choose>
<choose>
<if variable="container-author">
<text macro="editor" prefix=", "/>
</if>
</choose>
</if>
</choose>
</macro>
<macro name="container-contributors-note">
<choose>
<if variable="container-title">
<text term="in" text-case="capitalize-first" suffix=" "/>
<choose>
<if variable="container-author">
<names variable="container-author">
<name sort-separator=" " initialize-with=". " form="long" delimiter=", " delimiter-precedes-last="always" suffix=". "/>
</names>
</if>
<else-if variable="editor">
<names variable="editor" suffix=". ">
<name sort-separator=" " initialize-with=". " form="long" delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=", (" suffix=".)" strip-periods="true"/>
</names>
</else-if>
</choose>
<text variable="container-title" font-style="italic"/>
<choose>
<if variable="container-author">
<text macro="editor-note" prefix=", "/>
</if>
</choose>
</if>
</choose>
</macro>
<macro name="title">
<choose>
<if type="bill book graphic legal_case motion_picture report song thesis" match="any">
<text variable="title" text-case="capitalize-first" font-style="italic"/>
</if>
<else>
<text variable="title" text-case="capitalize-first" quotes="true"/>
</else>
</choose>
<choose>
<if variable="title" match="none"/>
<else>
<choose>
<if variable="URL DOI" match="any">
<text value="en ligne" prefix=" [" suffix="]" text-case="capitalize-first"/>
</if>
</choose>
</else>
</choose>
</macro>
<macro name="title-note">
<choose>
<if type="bill book graphic legal_case motion_picture report song thesis" match="any">
<text variable="title" text-case="capitalize-first" font-style="italic"/>
</if>
<else>
<text variable="title" text-case="capitalize-first" quotes="true"/>
</else>
</choose>
</macro>
<macro name="title-short">
<choose>
<if type="bill book graphic legal_case motion_picture report song thesis" match="any">
<text variable="title" text-case="capitalize-first" font-style="italic" form="short"/>
</if>
<else>
<text variable="title" text-case="capitalize-first" quotes="true" form="short"/>
</else>
</choose>
</macro>
<macro name="publisher">
<!-- PAS DE MENTION AUTOMATIQUE DE [s.l.] [s.n.] POUR EVITER INCOHERENCE AVEC MENTIONS DANS EDITION ET NOTES -->
<choose>
<if variable="publisher-place">
<text variable="publisher-place"/>
<choose>
<if variable="publisher">
<text variable="publisher" prefix=", "/>
</if>
</choose>
</if>
<else-if variable="publisher">
<text variable="publisher"/>
</else-if>
</choose>
</macro>
<macro name="publisher-report">
<text macro="publisher"/>
<choose>
<if variable="issued">
<text macro="issued-long" prefix=", "/>
</if>
<else>
<text value=", [s.d.]"/>
</else>
</choose>
<!-- VERSION 2. de ZOTERO NE PERMET PAS DE DISTINGUER UNE PLAGE DE PAGES D'UN NOMBRE DE PAGES -->
<!-- SI LA CASE PAGES EST RENSEIGNEE, CE SERA TOUJOURS INTERPRETE COMME UNE PLAGE -->
<choose>
<if variable="number-of-pages">
<text variable="number-of-pages" prefix=", " suffix="&#160;p."/>
</if>
<else-if variable="page">
<text variable="page" prefix=", p.&#160;"/>
</else-if>
</choose>
</macro>
<macro name="publisher-report-note">
<text macro="publisher"/>
<choose>
<if variable="issued">
<text macro="issued-long" prefix=", "/>
</if>
<else>
<text value=", [s.d.]"/>
</else>
</choose>
</macro>
<macro name="publisher-book">
<text macro="publisher"/>
<date variable="issued" prefix=", ">
<date-part name="year"/>
</date>
<!-- OUVRAGE EN PLUSIEURS VOLUMES, CITE COMME UN ENSEMBLE: PAS DE NBRE DE PAGES? MAIS NBRE VOLUMES -->
<!-- PARFOIS RUBRIQUE Nombre de volumes REMPLIE ABUSIVEMENT, D'OU TEST PRESENCE DU NBRE DE PAGES -->
<choose>
<if variable="number-of-pages">
<text variable="number-of-pages" prefix=", " suffix="&#160;p."/>
</if>
<else>
<choose>
<if variable="number-of-volumes">
<group>
<text variable="number-of-volumes" prefix=". " suffix="&#160;"/>
<text term="volume" form="short" suffix="." strip-periods="true"/>
</group>
</if>
</choose>
</else>
</choose>
</macro>
<macro name="publisher-book-note">
<text macro="publisher"/>
<date variable="issued" prefix=", ">
<date-part name="year"/>
</date><!-- TEST POUR OUVRAGES EN PLUSIEURS VOLUMES -->
<choose>
<if variable="number-of-pages" match="none">
<choose>
<if variable="number-of-volumes">
<group>
<text variable="number-of-volumes" prefix=". " suffix="&#160;"/>
<text term="volume" form="short" suffix="." strip-periods="true"/>
</group>
</if>
</choose>
</if>
</choose>
</macro>
<macro name="publisher-chapter">
<text variable="event" prefix="Contribution à " font-style="italic" suffix=", "/>
<group delimiter=", ">
<text macro="publisher"/>
<text macro="issued-long"/>
<text variable="page" prefix="p.&#160;"/>
</group>
</macro>
<macro name="publisher-chapter-note">
<text variable="event" prefix=", contribution à " font-style="italic" suffix=", "/>
<text macro="publisher"/>
<text macro="issued-long" prefix=", "/>
</macro>
<macro name="broadcast">
<choose>
<if variable="container-title">
<group suffix=". ">
<text term="in" text-case="capitalize-first" suffix=" "/>
<text variable="container-title" font-style="italic"/>
<text variable="number" prefix=", "/>
</group>
</if>
</choose>
<text variable="medium" suffix=". "/>
<group delimiter=", ">
<text macro="publisher"/>
<text macro="issued-long"/>
</group>
</macro>
<macro name="webpage">
<group delimiter=", ">
<text variable="container-title" font-style="italic"/>
<text variable="genre" text-case="capitalize-first"/>
<choose>
<if variable="issued" match="none">
<text value="[s.d.]"/>
</if>
<else>
<text macro="issued-long"/>
</else>
</choose>
</group>
</macro>
<macro name="publication">
<choose>
<!-- SI LA ZONE PUBLICATION EST LA PREMIERE RENSEIGNEE, L'ITEM EST UN PERIODIQUE, SINON C'EST UN ARTICLE DE PERIODIQUE ou UNE CARTE ... -->
<if variable="author editor translator title" match="none">
<text macro="journal"/>
</if>
<else>
<group delimiter=". " suffix=". ">
<text variable="container-title" font-style="italic"/>
<text variable="genre" text-case="capitalize-first"/>
<text variable="edition" text-case="capitalize-first"/>
</group>
<group delimiter=", ">
<text macro="publisher"/>
<text macro="issued-long"/>
<text macro="volume"/>
<text macro="issue"/>
<text variable="collection-title" text-case="capitalize-first" prefix="(" suffix=")"/>
<text macro="editor"/>
<text variable="page" prefix="p.&#160;"/>
</group>
</else>
</choose>
</macro>
<macro name="publication-note">
<choose>
<!-- SI LA ZONE PUBLICATION EST LA PREMIERE RENSEIGNEE, C'EST UN PERIODIQUE, SINON C'EST UN ARTICLE DE PERIODIQUE -->
<if variable="author editor translator title" match="none">
<text macro="journal-note"/>
</if>
<else>
<group delimiter=". " suffix=". ">
<text variable="container-title" font-style="italic"/>
<text variable="genre" text-case="capitalize-first"/>
<text variable="edition" text-case="capitalize-first"/>
</group>
<group delimiter=", ">
<text macro="publisher"/>
<text macro="issued-long"/>
<text macro="volume"/>
<text macro="issue"/>
<text variable="collection-title" text-case="capitalize-first" prefix="(" suffix=")"/>
<text macro="editor-note"/>
</group>
</else>
</choose>
</macro>
<macro name="publication-short">
<choose>
<if variable="author editor translator title" match="none">
<text variable="container-title" font-style="italic"/>
<group delimiter=", " prefix=". ">
<text macro="volume" text-case="capitalize-first"/>
<text macro="issue"/>
</group>
</if>
</choose>
</macro>
<macro name="journal">
<group delimiter=", ">
<text macro="journal-note"/>
<text variable="page" prefix="p.&#160;"/>
</group>
</macro>
<macro name="journal-note">
<text variable="container-title" font-style="italic" suffix=". "/>
<group delimiter=", ">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" " text-case="capitalize-first"/>
<date-part name="year"/>
</date>
<text macro="volume"/>
</if>
<else>
<text macro="volume" text-case="capitalize-first"/>
</else>
</choose>
<text macro="issue"/>
<text variable="collection-title" text-case="capitalize-first" prefix="(" suffix=")"/>
</group>
</macro>
<macro name="volume">
<choose>
<if is-numeric="volume">
<text term="volume" form="short" suffix=".&#160;" strip-periods="true"/>
<text variable="volume"/>
</if>
<else>
<text variable="volume"/>
</else>
</choose>
</macro>
<macro name="issue">
<choose>
<if is-numeric="issue">
<text term="issue" form="short" suffix="&#160;" strip-periods="true"/>
<text variable="issue"/>
</if>
<else>
<text variable="issue"/>
</else>
</choose>
</macro>
<macro name="issued-long">
<date variable="issued">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" " text-case="lowercase"/>
<date-part name="year"/>
</date>
</macro>
<macro name="article-newspaper">
<text macro="publication-title"/>
<group delimiter=", ">
<text macro="publisher"/>
<text macro="issued-long"/>
<group>
<text term="edition" suffix=" "/>
<text variable="edition"/>
</group>
<text variable="section"/>
<text macro="volume"/>
<text macro="issue"/>
<text variable="page" prefix="p.&#160;"/>
</group>
</macro>
<macro name="article-newspaper-note">
<text macro="publication-title"/>
<group delimiter=", ">
<text macro="publisher"/>
<text macro="issued-long"/>
<group>
<text term="edition" suffix=" "/>
<text variable="edition"/>
</group>
<text variable="section"/>
<text macro="volume"/>
<text macro="issue"/>
</group>
</macro>
<macro name="article-newspaper-short">
<text macro="publication-title" prefix=". "/>
<group delimiter=", ">
<text macro="publisher"/>
<text macro="issued-long"/>
</group>
</macro>
<macro name="interview">
<names variable="interviewer" delimiter=", ">
<label form="verb" text-case="capitalize-first" suffix=" "/>
<name and="text" delimiter=", " delimiter-precedes-last="never"/>
</names>
<group delimiter=", " prefix=", ">
<text macro="translator"/>
<text variable="medium"/>
<text macro="issued-long"/>
</group>
</macro>
<macro name="interview-note">
<names variable="interviewer" delimiter=", ">
<label form="verb" text-case="capitalize-first" suffix=" "/>
<name sort-separator=" " and="text" initialize-with=". " delimiter=", " delimiter-precedes-last="never"/>
</names>
<group delimiter=", " prefix=", ">
<text macro="translator-note"/>
<text variable="medium"/>
<text macro="issued-long"/>
</group>
</macro>
<macro name="interview-short">
<names variable="interviewer" delimiter=", ">
<label form="verb" text-case="capitalize-first" prefix=". " suffix=" "/>
<name sort-separator=" " and="text" initialize-with=". " delimiter=", " delimiter-precedes-last="never"/>
</names>
<group delimiter=", " prefix=", ">
<text variable="medium"/>
<text macro="issued-long"/>
</group>
</macro>
<macro name="report">
<choose>
<if variable="genre" match="none">
<choose>
<if variable="number">
<text variable="number" prefix="Rapport "/>
</if>
</choose>
</if>
<else>
<group delimiter=" ">
<text variable="genre" text-case="capitalize-first"/>
<text variable="number"/>
</group>
</else>
</choose>
</macro>
<macro name="collection">
<group>
<text variable="collection-title" text-case="capitalize-first" quotes="true" prefix="("/>
<text variable="collection-number" prefix=", "/>
<text value=")"/>
</group>
</macro>
<macro name="url-doi">
<group delimiter=", ">
<group>
<text term="at" text-case="capitalize-first"/>
<text value="URL&#160;"/>
<text variable="URL" prefix="&lt;&#160;" suffix="&#160;&gt;"/>
</group>
<group>
<text value="DOI&#160;"/>
<text variable="DOI" prefix="&lt;&#160;" suffix="&#160;&gt;"/>
</group>
</group>
</macro>
<macro name="access">
<group>
<text term="accessed" prefix="["/>
<date variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" " text-case="lowercase"/>
<date-part name="year" suffix="]"/>
</date>
</group>
</macro>
<macro name="publication-title">
<!-- SI LA ZONE PUBLICATION EST LA PREMIERE RENSEIGNEE, L'ITEM EST UN PERIODIQUE, SINON C'EST UN ARTICLE DE PERIODIQUE -->
<choose>
<if variable="author editor translator title" match="none">
<text variable="container-title" font-style="italic" suffix=". "/>
</if>
<else>
<text variable="container-title" font-style="italic" suffix=", "/>
</else>
</choose>
</macro>
<macro name="contributors-sort">
<names variable="author">
<name name-as-sort-order="all" form="long" delimiter=", " delimiter-precedes-last="always" sort-separator=" "/>
<label form="short" prefix=", (" suffix=".)" strip-periods="true"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="title"/>
<text macro="publication-title"/>
</substitute>
</names>
</macro>
<!-- SECTION NOTES -->
<citation et-al-min="3" et-al-use-first="3" et-al-subsequent-min="3" et-al-subsequent-use-first="3" disambiguate-add-names="true">
<layout suffix=".">
<choose>
<if position="first">
<text macro="contributors-notes" font-variant="normal" suffix=", "/>
<choose>
<if type="thesis">
<group delimiter=". ">
<text macro="title-note"/>
<text variable="genre"/>
<text macro="publisher-book-note"/>
</group>
</if>
<else-if type="interview">
<group delimiter=". ">
<text macro="title-note"/>
<text macro="interview-note"/>
</group>
</else-if>
<else-if type="broadcast">
<group delimiter=". ">
<text macro="title-note"/>
<text macro="broadcast"/>
</group>
</else-if>
<else-if type="webpage">
<group delimiter=". ">
<text macro="title-note"/>
<text macro="webpage"/>
</group>
</else-if>
<else-if type="article-newspaper">
<group delimiter=". ">
<text macro="title-note"/>
<text macro="translator-note" text-case="capitalize-first"/>
<text macro="article-newspaper-note"/>
</group>
</else-if>
<else-if type="article-journal article-magazine article-newspaper broadcast interview manuscript map patent personal_communication song speech thesis webpage" match="any">
<group delimiter=". ">
<text macro="title-note"/>
<text macro="translator-note" text-case="capitalize-first"/>
<text macro="publication-note"/>
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=". ">
<text macro="title-note"/>
<text macro="translator-note" text-case="capitalize-first"/>
<text macro="container-contributors-note"/>
<text macro="volume" text-case="capitalize-first"/>
<text variable="edition" text-case="capitalize-first"/>
<text macro="publisher-chapter-note"/>
</group>
</else-if>
<else-if type="report">
<group delimiter=". ">
<text macro="title-note"/>
<text macro="translator-note" text-case="capitalize-first"/>
<text macro="publisher-report-note"/>
<text macro="report"/>
</group>
</else-if>
<!-- LE TRAITEMENT CI-DESSOUS EST CELUI DES LIVRES -->
<!-- IL SERA APPLIQUE AUX TYPES NON TRAITES PAR LES CAS PRECEDENTS -->
<else>
<group delimiter=". ">
<text macro="title-note"/>
<text macro="volume" text-case="capitalize-first"/>
<text macro="translator-note" text-case="capitalize-first"/>
<text macro="editor-note" text-case="capitalize-first"/>
<text variable="edition" text-case="capitalize-first"/>
<text macro="publisher-book-note"/>
</group>
</else>
</choose>
<group>
<label variable="locator" form="short" prefix=", "/>
<text variable="locator" prefix="&#160;"/>
</group>
</if>
<else-if position="ibid-with-locator">
<group>
<text term="ibid" form="short" font-style="italic" text-case="capitalize-first"/>
<group>
<label variable="locator" form="short" prefix=", "/>
<text variable="locator" prefix="&#160;"/>
</group>
</group>
</else-if>
<else-if position="ibid">
<text term="ibid" form="short" font-style="italic" text-case="capitalize-first"/>
</else-if>
<else-if position="subsequent">
<group delimiter=", ">
<text macro="contributors-short" font-variant="normal"/>
<text macro="title-short"/>
</group>
<group delimiter=". ">
<choose>
<if type="interview">
<text macro="interview-short"/>
</if>
<else-if type="article-newspaper">
<text macro="article-newspaper-short"/>
</else-if>
<else-if type="article-journal article-magazine article-newspaper broadcast interview manuscript map patent personal_communication song speech thesis webpage" match="any">
<text macro="publication-short"/>
</else-if>
<else-if type="bill book graphic legal_case motion_picture report song" match="any">
<text macro="volume" text-case="capitalize-first" prefix=". "/>
</else-if>
</choose>
</group>
<text value=", op.&#160;cit." font-style="italic"/>
<group>
<label variable="locator" form="short" prefix=", "/>
<text variable="locator" prefix="&#160;"/>
</group>
</else-if>
</choose>
</layout>
</citation>
<!-- SECTION BIBLIOGRAPHIE -->
<bibliography hanging-indent="true" et-al-min="3" et-al-use-first="3" subsequent-author-substitute="———" entry-spacing="1">
<sort>
<key macro="contributors-sort"/>
<key variable="title"/>
<key variable="issued"/>
<key variable="issue"/>
<key variable="volume"/>
</sort>
<layout suffix=".">
<text macro="contributors" suffix=". "/>
<choose>
<if type="thesis">
<group delimiter=". ">
<text macro="title"/>
<text variable="genre"/>
<text macro="publisher-book"/>
</group>
</if>
<else-if type="interview">
<group delimiter=". ">
<text macro="title"/>
<text macro="interview"/>
</group>
</else-if>
<else-if type="broadcast">
<group delimiter=". ">
<text macro="title"/>
<text macro="broadcast"/>
</group>
</else-if>
<else-if type="webpage">
<group delimiter=". ">
<text macro="title"/>
<text macro="webpage"/>
</group>
</else-if>
<else-if type="article-newspaper">
<group delimiter=". ">
<text macro="title"/>
<text macro="translator" text-case="capitalize-first"/>
<text macro="article-newspaper"/>
</group>
</else-if>
<else-if type="article-journal article-magazine article-newspaper broadcast interview manuscript map patent personal_communication song speech thesis webpage" match="any">
<group delimiter=". ">
<text macro="title"/>
<text macro="translator" text-case="capitalize-first"/>
<text macro="publication"/>
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=". ">
<text macro="title"/>
<text macro="translator" text-case="capitalize-first"/>
<text macro="container-contributors"/>
<text macro="volume" text-case="capitalize-first"/>
<text variable="edition" text-case="capitalize-first"/>
<text macro="publisher-chapter"/>
<text macro="collection"/>
</group>
</else-if>
<else-if type="report">
<group delimiter=". ">
<text macro="title"/>
<text macro="translator" text-case="capitalize-first"/>
<text macro="publisher-report"/>
<text macro="collection"/>
<text macro="report"/>
</group>
</else-if><!-- LE TRAITEMENT CI-DESSOUS EST CELUI DES LIVRES --><!-- IL SERA APPLIQUE AUX TYPES NON TRAITES PAR LES CAS PRECEDENTS -->
<else>
<group delimiter=". ">
<text macro="title"/>
<text macro="volume" text-case="capitalize-first"/>
<text macro="translator" text-case="capitalize-first"/>
<text macro="editor" text-case="capitalize-first"/>
<text variable="edition" text-case="capitalize-first"/>
<text macro="publisher-book"/>
<text macro="collection"/>
</group>
</else>
</choose>
<group>
<text variable="note" prefix=". " text-case="capitalize-first"/>
<text macro="url-doi" prefix=". "/>
<text macro="access" prefix=" "/>
<text variable="ISBN" prefix=". ISBN&#160;"/>
</group>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment