Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <style class="in-text" version="1.0" demote-non-dropping-particle="never" default-locale="de-DE" xmlns="http://purl.org/net/xbiblio/csl">
- <info>
- <title>SPIRITUAL CARE</title>
- <title-short>SC</title-short>
- <id>http://www.zotero.org/styles/spiritual-care</id>
- <link href="http://www.zotero.org/styles/spiritual-care" rel="self"/>
- <link href="http://www.zotero.org/styles/apa" rel="template"/>
- <link href="https://" rel="documentation"/>
- <author>
- <name>FW</name>
- </author>
- <category citation-format="author-date"/>
- <issn>2193-3804</issn>
- <eissn>2365-8185</eissn>
- <updated>2023-09-20T10:34:06+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>
- <locale xml:lang="de">
- <terms>
- <term name="editortranslator" form="short">
- <single>Hg. & trans.</single>
- <multiple>Hg. & trans.</multiple>
- </term>
- <term name="translator" form="short">trans.</term>
- <term name="editor" form="short">Hg.</term>
- <term name="accessed">Zitierdatum:</term>
- <term name="advance-online-publication">[Epub ahead of print]</term>
- </terms>
- </locale>
- <macro name="container-contributors">
- <choose>
- <if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
- <group delimiter=", ">
- <names delimiter=", " variable="container-author">
- <name and="symbol" initialize-with=""/>
- <label form="short" prefix=" (" text-case="title" suffix=")"/>
- </names>
- <names variable="editor translator" delimiter=", ">
- <name and="symbol" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
- <label form="short" prefix=" (" suffix=")"/>
- </names>
- </group>
- </if>
- </choose>
- </macro>
- <macro name="secondary-contributors">
- <choose>
- <if type="article-journal chapter paper-conference entry-dictionary entry-encyclopedia" match="none">
- <group delimiter=" " prefix=" (" suffix=")">
- <names delimiter=", " variable="container-author">
- <name and="symbol" initialize-with="" name-as-sort-order="all"/>
- <label form="short" prefix=", " text-case="title"/>
- </names>
- <names delimiter=", " variable="editor translator">
- <name and="symbol" initialize-with="" name-as-sort-order="all" sort-separator=""/>
- <label form="short" prefix=", "/>
- </names>
- </group>
- </if>
- </choose>
- </macro>
- <macro name="author">
- <names variable="author" suffix=".">
- <name and="symbol" initialize-with="" sort-separator=" " name-as-sort-order="all" delimiter-precedes-last="never"/>
- <label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
- <substitute>
- <names variable="editor" suffix="(ed)"/>
- <names variable="translator" suffix="(tr)"/>
- <choose>
- <if type="report">
- <text variable="publisher"/>
- <text macro="title"/>
- </if>
- <else>
- <text macro="title"/>
- </else>
- </choose>
- </substitute>
- </names>
- </macro>
- <macro name="author-short">
- <choose>
- <if type="patent" match="all" variable="number">
- <text macro="patent-number"/>
- </if>
- <else>
- <names variable="author" suffix=" ">
- <name form="short" and="symbol" initialize-with=". "/>
- <substitute>
- <names variable="editor"/>
- <names variable="translator"/>
- <choose>
- <if type="report">
- <text variable="publisher"/>
- <text form="short" variable="title" font-style="italic"/>
- </if>
- <else-if type="legal_case">
- <text variable="title" font-style="italic"/>
- </else-if>
- <else-if type="book graphic motion_picture song" match="any">
- <text form="short" variable="title" font-style="italic"/>
- </else-if>
- <else-if type="bill legislation" match="any">
- <text form="short" variable="title"/>
- </else-if>
- <else-if variable="reviewed-author">
- <choose>
- <if match="none" variable="reviewed-title">
- <text form="short" variable="title" prefix="Review of " font-style="italic"/>
- </if>
- <else>
- <text form="short" variable="title" quotes="true"/>
- </else>
- </choose>
- </else-if>
- <else>
- <text form="short" variable="title" quotes="true"/>
- </else>
- </choose>
- </substitute>
- </names>
- </else>
- </choose>
- </macro>
- <macro name="patent-number">
- <group delimiter=" ">
- <group delimiter=" ">
- <text variable="genre"/>
- <text form="short" text-case="capitalize-first" term="issue"/>
- </group>
- <text variable="number" font-style="normal"/>
- </group>
- </macro>
- <macro name="access">
- <choose>
- <if type="thesis report" match="any">
- <choose>
- <if match="any" variable="DOI">
- <text variable="DOI" prefix="https://doi.org/"/>
- </if>
- <else-if match="any" variable="URL">
- <group>
- <text prefix="(" text-case="capitalize-first" suffix=") " term="accessed"/>
- <text variable="URL"/>
- </group>
- </else-if>
- <else-if match="any" variable="archive">
- <group>
- <text text-case="capitalize-first" suffix=" " term="retrieved"/>
- <text suffix=" " term="from"/>
- <text variable="archive" suffix="."/>
- <text variable="archive_location" prefix=" (" suffix=")"/>
- </group>
- </else-if>
- </choose>
- </if>
- <else>
- <choose>
- <if type="post post-weblog webpage" match="any">
- <group delimiter=" ">
- <text prefix="(" text-case="capitalize-first" suffix=" " term="accessed"/>
- <group>
- <date form="numeric" variable="accessed" suffix="), "/>
- </group>
- <group>
- <text value="abrufbar unter" suffix=" "/>
- <text variable="URL" suffix="."/>
- </group>
- </group>
- </if>
- </choose>
- </else>
- </choose>
- </macro>
- <macro name="title">
- <choose>
- <if type="book graphic manuscript motion_picture report song speech thesis" match="any">
- <choose>
- <if type="book" match="all" variable="version">
- <text variable="title"/>
- </if>
- <else>
- <text variable="title" font-style="normal"/>
- </else>
- </choose>
- </if>
- <else-if variable="reviewed-author">
- <choose>
- <if variable="reviewed-title">
- <group delimiter=" ">
- <text variable="title"/>
- <group delimiter=", " prefix="[" suffix="]">
- <text variable="reviewed-title" prefix="Review of " font-style="italic"/>
- <names delimiter=", " variable="reviewed-author">
- <label form="verb-short" suffix=" "/>
- <name delimiter=", " and="symbol" initialize-with=". "/>
- </names>
- </group>
- </group>
- </if>
- <else>
- <group delimiter=", " prefix="[" suffix="]">
- <text variable="title" prefix="Review of " font-style="italic"/>
- <names delimiter=", " variable="reviewed-author">
- <label form="verb-short" suffix=" "/>
- <name delimiter=", " and="symbol" initialize-with=". "/>
- </names>
- </group>
- </else>
- </choose>
- </else-if>
- <else-if type="patent" match="all" variable="number">
- <text macro="patent-number" font-style="italic"/>
- </else-if>
- <else>
- <text variable="title"/>
- </else>
- </choose>
- </macro>
- <macro name="title-plus-extra">
- <text suffix="." macro="title"/>
- <choose>
- <if type="report thesis book" match="any">
- <group delimiter=", " prefix=" ">
- <group delimiter=" ">
- <choose>
- <if match="any" variable="genre">
- <text variable="genre"/>
- </if>
- <else>
- <text variable="collection-title"/>
- </else>
- </choose>
- <text variable="number" prefix="No. "/>
- </group>
- <group delimiter=" ">
- <text text-case="capitalize-first" term="version"/>
- <text variable="version"/>
- </group>
- <text macro="edition"/>
- </group>
- </if>
- <else-if type="post-weblog webpage" match="any">
- <text variable="genre" prefix=" [" suffix="]"/>
- </else-if>
- <else-if variable="version">
- <group delimiter=" " prefix=" (" suffix=")">
- <text text-case="capitalize-first" term="version"/>
- <text variable="version"/>
- </group>
- </else-if>
- </choose>
- <text prefix=" [" suffix="]" macro="format"/>
- </macro>
- <macro name="format">
- <choose>
- <if match="any" variable="medium">
- <text variable="medium" text-case="capitalize-first"/>
- </if>
- <else-if type="dataset" match="any">
- <text value="Data set"/>
- </else-if>
- </choose>
- </macro>
- <macro name="publisher">
- <choose>
- <if type="report" match="any">
- <group delimiter=": ">
- <text variable="publisher"/>
- <text variable="publisher-place"/>
- </group>
- </if>
- <else-if type="thesis" match="any">
- <group delimiter=", ">
- <text variable="publisher"/>
- <text variable="publisher-place"/>
- </group>
- </else-if>
- <else-if type="patent">
- <group delimiter=": ">
- <text variable="publisher-place"/>
- <choose>
- <if variable="publisher">
- <text variable="publisher"/>
- </if>
- <else>
- <text variable="authority"/>
- </else>
- </choose>
- </group>
- </else-if>
- <else>
- <group delimiter=": ">
- <choose>
- <if type="speech motion_picture" match="none" variable="event version">
- <text variable="genre"/>
- </if>
- </choose>
- <choose>
- <if variable="publisher-place">
- <text variable="publisher-place"/>
- </if>
- <else>
- <text variable="event-place"/>
- </else>
- </choose>
- <choose>
- <if type="article-journal article-magazine article-newspaper" match="none">
- <group delimiter=", ">
- <text variable="publisher"/>
- </group>
- </if>
- </choose>
- </group>
- </else>
- </choose>
- </macro>
- <macro name="event">
- <choose>
- <if match="none" variable="container-title">
- <choose>
- <if variable="event">
- <choose>
- <if match="none" variable="genre">
- <text text-case="capitalize-first" suffix=" " term="presented at"/>
- <text variable="event"/>
- </if>
- <else>
- <group delimiter=" ">
- <text variable="genre" text-case="capitalize-first"/>
- <text term="presented at"/>
- <text variable="event"/>
- </group>
- </else>
- </choose>
- </if>
- <else-if type="speech">
- <text variable="genre" text-case="capitalize-first"/>
- </else-if>
- </choose>
- </if>
- </choose>
- </macro>
- <macro name="issued">
- <choose>
- <if type="bill legal_case legislation" match="none">
- <choose>
- <if variable="issued">
- <group prefix=" (" suffix=")">
- <date variable="issued">
- <date-part name="year"/>
- </date>
- <date form="text" variable="original-date" prefix="/"/>
- <text variable="year-suffix"/>
- <choose>
- <if type="speech" match="any"/>
- <else-if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song dataset" match="none"/>
- </choose>
- </group>
- </if>
- <else-if variable="status">
- <group prefix=" (" suffix=")">
- <text variable="status"/>
- <text variable="year-suffix" prefix="-"/>
- </group>
- </else-if>
- <else>
- <group prefix=" (" suffix=")">
- <text term="no date" form="short"/>
- <text variable="year-suffix" prefix="-"/>
- </group>
- </else>
- </choose>
- </if>
- </choose>
- </macro>
- <macro name="issued-sort">
- <choose>
- <if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song dataset" match="none">
- <date variable="issued">
- <date-part name="year"/>
- <date-part name="month"/>
- <date-part name="day"/>
- </date>
- </if>
- <else>
- <date variable="issued">
- <date-part name="year"/>
- </date>
- </else>
- </choose>
- </macro>
- <macro name="issued-year">
- <choose>
- <if variable="issued">
- <group delimiter="/">
- <date form="text" variable="original-date"/>
- <group>
- <date variable="issued" suffix=" ">
- <date-part name="year"/>
- </date>
- <text variable="year-suffix"/>
- </group>
- </group>
- </if>
- <else-if variable="status">
- <text variable="status"/>
- <text variable="year-suffix" prefix="-"/>
- </else-if>
- <else>
- <text form="short" term="no date"/>
- <text variable="year-suffix" prefix="-"/>
- </else>
- </choose>
- </macro>
- <macro name="edition">
- <choose>
- <if is-numeric="edition">
- <group delimiter=" ">
- <number form="long-ordinal" variable="edition" text-case="capitalize-first"/>
- <text text-case="capitalize-first" term="edition" strip-periods="false"/>
- </group>
- </if>
- <else>
- <text variable="edition" text-case="capitalize-first"/>
- </else>
- </choose>
- </macro>
- <macro name="locators">
- <choose>
- <if type="article-journal article-magazine" match="any">
- <group delimiter=": " prefix=" ">
- <group>
- <text variable="volume" font-style="normal"/>
- <text variable="issue" prefix="(" suffix=")"/>
- </group>
- <text variable="page"/>
- </group>
- <choose>
- <if variable="issued">
- <choose>
- <if match="none" variable="page issue volume">
- <text variable="DOI" prefix=" doi:"/>
- <text term="advance-online-publication" prefix=". "/>
- </if>
- </choose>
- </if>
- </choose>
- </if>
- <else-if type="article-newspaper">
- <group delimiter=" " prefix=", ">
- <label form="short" variable="page"/>
- <text variable="page"/>
- </group>
- </else-if>
- <else-if type="book graphic motion_picture report song paper-conference entry-encyclopedia entry-dictionary webpage post-weblog" match="any">
- <group delimiter=", " prefix=", ">
- <choose>
- <if match="any" variable="volume">
- <group>
- <text text-case="capitalize-first" suffix=" " term="volume"/>
- <number form="numeric" variable="volume"/>
- </group>
- </if>
- <else>
- <group>
- <text form="short" text-case="capitalize-first" suffix=" " term="volume" plural="true"/>
- <number form="numeric" variable="number-of-volumes" prefix="1–"/>
- </group>
- </else>
- </choose>
- </group>
- </else-if>
- <else-if type="chapter" match="any">
- <group delimiter=". " prefix=". ">
- <choose>
- <if match="any" variable="volume">
- <group>
- <text term="volume" text-case="capitalize-first" suffix=" "/>
- <number form="numeric" variable="volume"/>
- </group>
- </if>
- <else>
- <group>
- <text text-case="capitalize-first" term="volume" plural="true"/>
- <number form="numeric" variable="number-of-volumes"/>
- </group>
- </else>
- </choose>
- <group>
- <text variable="page" prefix=" "/>
- </group>
- </group>
- </else-if>
- <else-if type="legal_case">
- <group delimiter=" " prefix=" (" suffix=")">
- <text variable="authority"/>
- <choose>
- <if match="any" variable="container-title">
- <date form="numeric" variable="issued" date-parts="year"/>
- </if>
- <else>
- <date form="text" variable="issued"/>
- </else>
- </choose>
- </group>
- </else-if>
- <else-if type="bill legislation" match="any">
- <date variable="issued" prefix=" (" suffix=")">
- <date-part name="year"/>
- </date>
- </else-if>
- </choose>
- </macro>
- <macro name="citation-locator">
- <group>
- <choose>
- <if locator="chapter">
- <label form="long" variable="locator" text-case="capitalize-first"/>
- </if>
- <else>
- <label variable="locator" form="short"/>
- </else>
- </choose>
- <text variable="locator" prefix=" "/>
- </group>
- </macro>
- <macro name="container">
- <choose>
- <if type="treaty" match="none">
- <group>
- <choose>
- <if type="chapter paper-conference entry-encyclopedia" match="any">
- <text text-case="capitalize-first" suffix=": " term="in"/>
- </if>
- </choose>
- <group delimiter=" ">
- <text macro="container-contributors"/>
- <text macro="secondary-contributors"/>
- <text macro="container-title"/>
- </group>
- </group>
- </if>
- </choose>
- </macro>
- <macro name="container-title">
- <choose>
- <if type="article article-journal article-magazine article-newspaper" match="any">
- <text variable="container-title" text-case="title" font-style="normal" suffix="."/>
- </if>
- <else-if type="bill legal_case legislation" match="none">
- <text variable="container-title" font-style="normal"/>
- </else-if>
- </choose>
- </macro>
- <macro name="legal-cites">
- <choose>
- <if type="legal_case" match="any">
- <group delimiter=" " prefix=", ">
- <choose>
- <if variable="container-title">
- <text variable="volume"/>
- <text variable="container-title"/>
- <group delimiter=" ">
- <text form="symbol" term="section"/>
- <text variable="section"/>
- </group>
- <text variable="page"/>
- </if>
- <else>
- <text variable="number" prefix="No. "/>
- </else>
- </choose>
- </group>
- </if>
- <else-if type="bill legislation" match="any">
- <group delimiter=", " prefix=", ">
- <choose>
- <if variable="number">
- <text variable="number" prefix="Pub. L. No. "/>
- <group delimiter=" ">
- <text form="symbol" term="section"/>
- <text variable="section"/>
- </group>
- <group delimiter=" ">
- <text variable="volume"/>
- <text variable="container-title"/>
- <text variable="page-first"/>
- </group>
- </if>
- <else>
- <group delimiter=" ">
- <text variable="volume"/>
- <text variable="container-title"/>
- <text form="symbol" term="section"/>
- <text variable="section"/>
- </group>
- </else>
- </choose>
- </group>
- </else-if>
- </choose>
- </macro>
- <macro name="original-date">
- <choose>
- <if variable="original-date"/>
- </choose>
- </macro>
- <citation et-al-use-first="1" et-al-min="3" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year" givenname-disambiguation-rule="primary-name">
- <sort>
- <key macro="issued-sort"/>
- <key macro="author"/>
- </sort>
- <layout delimiter="; " prefix="(" suffix=")">
- <group>
- <text macro="author-short"/>
- <text macro="issued-year"/>
- <text macro="citation-locator"/>
- </group>
- </layout>
- </citation>
- <bibliography entry-spacing="0" line-spacing="2" hanging-indent="true">
- <sort>
- <key macro="author"/>
- <key macro="issued-sort" sort="ascending"/>
- <key macro="title"/>
- </sort>
- <layout>
- <group suffix=".">
- <group delimiter=" ">
- <text macro="author"/>
- <text macro="issued"/>
- <text macro="title-plus-extra"/>
- <text macro="container"/>
- </group>
- <text macro="legal-cites"/>
- <group delimiter=", " prefix=". ">
- <text macro="event"/>
- <text macro="publisher"/>
- </group>
- <text macro="locators"/>
- </group>
- <text prefix=" " macro="access"/>
- <text prefix=" " macro="original-date"/>
- </layout>
- </bibliography>
- </style>
Advertisement
Add Comment
Please, Sign In to add comment