Open the blog

This commit is contained in:
2025-10-14 19:15:51 +02:00
commit 8a2dadcd25
139 changed files with 12534 additions and 0 deletions

View File

@@ -0,0 +1,361 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="note" default-locale="de-DE" demote-non-dropping-particle="sort-only">
<!-- ====== KOPFTEIL ================================-->
<info>
<title>Theologie und Philosophie (Deutsch)</title>
<title-short>ThPh</title-short>
<id>http://www.zotero.org/styles/theologie-und-philosophie</id>
<link href="http://www.zotero.org/styles/theologie-und-philosophie" rel="self"/>
<link href="http://www.sankt-georgen.de/thph/" rel="documentation"/>
<author>
<name>Bernhard Knorn SJ</name>
<email>bksj AT gmx DOT net</email>
</author>
<category citation-format="note"/>
<category field="theology"/>
<category field="philosophy"/>
<issn>0040-5655</issn>
<summary>A German citation style according to the guidelines of "Theologie und Philosophie" journal. Deutschsprachiger Zitationsstil für Philosophie, Theologie und andere Geisteswissenschaften. In Anlehnung an die Formatierungsrichtlinien der Zeitschrift "Theologie und Philosophie". Erstes Zitat: volle Literaturangabe, weitere Zitate: Autor, Kurztitel.</summary>
<updated>2016-11-20T17:22:03-05: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>
<!-- ====== DEUTSCHE FORMEN ======================= -->
<locale xml:lang="de">
<terms>
<term name="accessed">Abruf: </term>
<term name="editor" form="short">
<single>(Hg.)</single>
<multiple>(Hgg.)</multiple>
</term>
<term name="editortranslator" form="verb-short">hg. und übers. von</term>
<term name="reviewed-author">Rezension zu</term>
</terms>
</locale>
<!-- ====== MAKROS =============================== -->
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" sort-separator=", " delimiter="/" font-variant="small-caps"/>
<et-al font-variant="normal"/>
<label form="short" prefix=" "/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="author-init">
<names variable="author">
<name form="long" delimiter="/" initialize-with="." font-style="italic"/>
<et-al font-style="normal"/>
<label form="short" prefix=" "/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" delimiter="/" font-style="italic"/>
<et-al font-style="normal"/>
<label form="short" prefix=" "/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="editor-transl">
<names variable="editor translator" delimiter=", ">
<label form="verb-short" suffix=" "/>
<name form="long" initialize-with="." delimiter-precedes-last="never" and="text" font-style="italic"/>
<et-al font-style="normal"/>
</names>
</macro>
<macro name="editor-transl-long">
<names variable="editor translator" delimiter=", ">
<label form="verb" suffix=" "/>
<name form="long" delimiter-precedes-last="never" and="text" font-style="italic"/>
<et-al font-style="normal"/>
</names>
</macro>
<macro name="translator">
<names variable="translator">
<label form="verb-short" suffix=" "/>
<name form="long" initialize-with="." delimiter-precedes-last="never" and="text" font-style="italic"/>
<et-al font-style="normal"/>
</names>
</macro>
<macro name="translator-long">
<names variable="translator">
<label form="verb" suffix=" "/>
<name form="long" delimiter-precedes-last="never" and="text" font-style="italic"/>
<et-al font-style="normal"/>
</names>
</macro>
<macro name="title">
<choose>
<if type="entry-encyclopedia">
<text variable="title" quotes="true"/>
</if>
<else-if variable="reviewed-author">
<text term="reviewed-author" suffix=" "/>
<names variable="reviewed-author" suffix=", ">
<name form="long" font-style="italic" delimiter="/"/>
</names>
<text variable="title"/>
</else-if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="accessed">
<text term="accessed"/>
<date variable="accessed">
<date-part form="numeric-leading-zeros" name="day" suffix="."/>
<date-part form="numeric-leading-zeros" name="month" suffix="."/>
<date-part form="long" name="year"/>
</date>
</macro>
<macro name="date">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="day" form="numeric-leading-zeros" suffix="."/>
<date-part name="month" form="numeric-leading-zeros" suffix="."/>
<date-part name="year" form="long"/>
</date>
</if>
<else>
<date variable="accessed">
<date-part name="day" form="numeric-leading-zeros" suffix="."/>
<date-part name="month" form="numeric-leading-zeros" suffix="."/>
<date-part name="year" form="long"/>
</date>
</else>
</choose>
</macro>
<macro name="year-date">
<date variable="issued">
<date-part name="year" range-delimiter="-"/>
</date>
</macro>
<macro name="volume">
<choose>
<if is-numeric="volume">
<group delimiter=" ">
<label variable="volume" form="short"/>
<text variable="volume"/>
</group>
</if>
<else>
<text variable="volume"/>
</else>
</choose>
</macro>
<macro name="point-locators-subsequent">
<choose>
<if variable="locator">
<choose>
<if locator="page" match="none">
<label variable="locator" form="short" suffix=" "/>
</if>
</choose>
<text variable="locator"/>
</if>
</choose>
</macro>
<!-- ====== ZITATE =============================== -->
<citation et-al-min="4" et-al-use-first="1">
<layout suffix="." delimiter="; ">
<choose>
<if position="ibid-with-locator">
<group delimiter=" ">
<text term="ibid"/>
<text macro="point-locators-subsequent"/>
</group>
</if>
<else-if position="ibid">
<text term="ibid"/>
</else-if>
<else-if position="subsequent">
<text macro="author-short" suffix=", " font-style="italic"/>
<text variable="title" form="short"/>
<text macro="point-locators-subsequent" prefix=", "/>
</else-if>
<else>
<text macro="author-init" suffix=", " font-style="italic"/>
<text macro="title"/>
<choose>
<if type="webpage">
<text variable="container-title" prefix=", online unter: "/>
<text variable="URL" prefix=", "/>
<group delimiter="; " prefix=" (" suffix=")">
<text macro="date" prefix="Stand: "/>
<text macro="accessed"/>
</group>
</if>
<else-if type="speech">
<group prefix=", ">
<text variable="genre" suffix=" in "/>
<text variable="publisher-place"/>
</group>
<text macro="date" prefix=", "/>
</else-if>
<else-if type="manuscript">
<text macro="translator" prefix=" (" suffix=")"/>
<text variable="genre" prefix=", "/>
<text variable="publisher-place" prefix=", "/>
<text variable="publisher" prefix=": " suffix=" "/>
<text macro="date" prefix=", "/>
<group delimiter=": " prefix=" (" suffix=")">
<text variable="archive"/>
<text variable="archive_location"/>
</group>
</else-if>
<else-if type="article-journal entry-encyclopedia" match="any">
<text macro="editor-transl" prefix=" (" suffix=")"/>
<text term="in" prefix=", " suffix=": "/>
<text variable="container-title" form="short"/>
<text variable="edition" vertical-align="sup"/>
<text variable="volume" prefix=" "/>
<text macro="year-date" prefix=" (" suffix=")"/>
<text variable="page" prefix=", "/>
</else-if>
<else-if type="article-newspaper article-magazine" match="any">
<text term="in" prefix=", " suffix=": "/>
<text variable="container-title"/>
<text variable="publisher-place" prefix=" (" suffix=")"/>
<text variable="issue" prefix=", Nr. "/>
<text macro="date" prefix=" vom "/>
<text variable="section" prefix=", "/>
<text variable="page" prefix=", "/>
</else-if>
<else-if type="chapter">
<text macro="translator" prefix=" (" suffix=")"/>
<text term="in" prefix=", " suffix=": "/>
<names variable="editor" suffix=", ">
<name form="long" delimiter="/" initialize-with="." font-style="italic"/>
<label form="short" prefix=" "/>
</names>
<text variable="container-title"/>
<group delimiter=" " prefix=" (" suffix=")">
<text variable="collection-title"/>
<text variable="collection-number"/>
</group>
<text macro="volume" prefix=", "/>
<text variable="publisher-place" prefix=", " suffix=" "/>
<text variable="edition" vertical-align="sup"/>
<text macro="year-date"/>
<text variable="page" prefix=", "/>
</else-if>
<else>
<text macro="editor-transl" prefix=", "/>
<text macro="volume" prefix=", "/>
<group delimiter=" " prefix=" (" suffix=")">
<text variable="collection-title"/>
<text variable="collection-number"/>
</group>
<text variable="publisher-place" prefix=", " suffix=" "/>
<text variable="edition" vertical-align="sup"/>
<text macro="year-date"/>
</else>
</choose>
<text macro="point-locators-subsequent" prefix=", "/>
</else>
</choose>
</layout>
</citation>
<!-- ====== LITERATURVERZEICHNIS (Titel für Rezension) ============ -->
<bibliography et-al-min="4" et-al-use-first="1" subsequent-author-substitute="&#8212;&#8212;&#8212;" entry-spacing="0" hanging-indent="true">
<sort>
<key macro="author"/>
<key variable="title"/>
<key variable="volume"/>
<key macro="date"/>
</sort>
<layout suffix=".">
<text macro="author" suffix=", "/>
<text macro="title" font-style="italic"/>
<choose>
<if type="webpage">
<text variable="container-title" prefix=". Online unter: "/>
<text variable="URL" prefix=", "/>
<group delimiter="; " prefix=" (" suffix=")">
<text macro="date" prefix="Stand: "/>
<text macro="accessed"/>
</group>
</if>
<else-if type="speech" match="any">
<group prefix=". ">
<text variable="genre" suffix=" in "/>
<text variable="publisher-place"/>
</group>
<text macro="date" prefix=", "/>
</else-if>
<else-if type="manuscript">
<text macro="translator-long" prefix=", "/>
<text variable="genre" prefix=". "/>
<text variable="publisher-place" prefix=", "/>
<text variable="publisher" prefix=": " suffix=" "/>
<text macro="date" prefix=", "/>
<group delimiter=": " prefix=" (" suffix=")">
<text variable="archive"/>
<text variable="archive_location"/>
</group>
</else-if>
<else-if type="article-journal entry-encyclopedia" match="any">
<text macro="editor-transl-long" prefix=" (" suffix=")"/>
<text term="in" prefix=", " suffix=": "/>
<text variable="container-title" form="long"/>
<text variable="edition" vertical-align="sup"/>
<text variable="volume" prefix=" "/>
<text macro="year-date" prefix=" (" suffix=")"/>
<text variable="page" prefix=", "/>
</else-if>
<else-if type="article-newspaper article-magazine" match="any">
<text term="in" prefix=", " suffix=": "/>
<text variable="container-title"/>
<text variable="publisher-place" prefix=" (" suffix=")"/>
<text variable="issue" prefix=", Nr. "/>
<text macro="date" prefix=" vom "/>
<text variable="section" prefix=", "/>
<text variable="page" prefix=", "/>
</else-if>
<else-if type="chapter" match="any">
<text macro="translator-long" prefix=" (" suffix=")"/>
<text term="in" prefix=", " suffix=": "/>
<names variable="editor" suffix=", ">
<name form="long" delimiter="/" font-variant="small-caps"/>
<label form="short" prefix=" "/>
</names>
<text variable="container-title"/>
<group delimiter="; " prefix=" (" suffix=")">
<text variable="collection-title"/>
<text variable="collection-number" prefix="Band "/>
</group>
<text macro="volume" prefix="; "/>
<text variable="publisher-place" prefix=". "/>
<text variable="publisher" prefix=": "/>
<text value=" "/>
<text variable="edition" vertical-align="sup"/>
<text macro="year-date"/>
<text variable="page" prefix=", "/>
</else-if>
<else>
<text macro="editor-transl-long" prefix="; "/>
<text macro="volume" prefix="; "/>
<group delimiter="; " prefix=" (" suffix=")">
<text variable="collection-title"/>
<text variable="collection-number" prefix="Band "/>
</group>
<text variable="publisher-place" prefix=". "/>
<text variable="publisher" prefix=": "/>
<text value=" "/>
<text variable="edition" vertical-align="sup"/>
<text macro="year-date"/>
<text variable="number-of-pages" prefix=". " suffix=" S."/>
<text variable="ISBN" prefix=", ISBN "/>
</else>
</choose>
</layout>
</bibliography>
</style>