Skip to content

Commit

Permalink
Create german-kunstwissenschaft.csl (JabRef#4896)
Browse files Browse the repository at this point in the history
  • Loading branch information
malte-frey committed Jul 2, 2020
1 parent b01910b commit a4002a6
Showing 1 changed file with 259 additions and 0 deletions.
259 changes: 259 additions & 0 deletions kunstakademie-munster.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,259 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="note" demote-non-dropping-particle="sort-only" default-locale="de-DE">
<!-- ====== KOPFTEIL ================================-->
<info>
<title>Kunstakademie Münster (German)</title>
<id>http://www.zotero.org/styles/kunstakademie-munster</id>
<link href="http://www.zotero.org/styles/kunstakademie-munster" rel="self"/>
<link href="http://www.zotero.org/styles/theologie-und-philosophie" rel="template"/>
<link href="https://www.kunstakademie-muenster.de/fileadmin/media/pdf/Studienordnungen/Allgemeine_Unterlagen/Infomappe_Leitfaden_wissenschaftliches_Arbeiten_201900605.pdf" rel="documentation"/>
<author>
<name>Malte Frey</name>
<email>freymalte AT gmail DOT com</email>
</author>
<category citation-format="note"/>
<summary>A German citation style used in art history and art sciences according to the standards of Academy of Fine Arts Münster. Deutschsprachiger Zitationsstil für Kunstwissenschaften nach Vorgaben der Kunstakademie Münster.</summary>
<updated>2020-06-29T16:22:30+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>
<!-- ====== DEUTSCHE FORMEN ======================= -->
<locale xml:lang="de">
<terms>
<term name="accessed">Zugriff am </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>
<term name="et-al">et al.</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-short">
<names variable="author">
<name form="short" delimiter=" / "/>
<et-al font-style="normal"/>
<label form="short" prefix=" "/>
<substitute>
<names variable="editor"/>
</substitute>
</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"/>
<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"/>
<et-al font-style="normal"/>
</names>
</macro>
<macro name="title">
<choose>
<if type="chapter article-journal article-newspaper article-magazine entry-encyclopedia webpage">
<text variable="title" quotes="true"/>
</if>
<else-if variable="reviewed-author">
<text term="reviewed-author" suffix=" "/>
<names variable="reviewed-author" suffix=", ">
<name form="long" 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>
<!-- ====== ZITATE =============================== -->
<citation et-al-min="2" et-al-use-first="1">
<layout suffix="." delimiter="; ">
<text macro="author-short" suffix=" "/>
<text macro="year-date" suffix=" "/>
</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=", "/>
<choose>
<if type="book">
<text macro="title" font-style="italic"/>
<!-- italic titel allgemein-->
</if>
<else-if type="thesis">
<text macro="title" font-style="italic"/>
</else-if>
<else-if type="entry-encyclopedia" match="any">
<text macro="title" prefix="(Art.) "/>
</else-if>
<else>
<text macro="title"/>
</else>
</choose>
<choose>
<if type="webpage">
<text variable="container-title" prefix=", in: "/>
<text macro="date" prefix=" (" suffix=")"/>
<text variable="URL" prefix=", online verfügbar unter: "/>
<text macro="accessed" prefix=" (" suffix=")"/>
</if>
<else-if type="thesis" match="any">
<text variable="genre" prefix=", "/>
<text variable="publisher-place" prefix=", "/>
<text variable="publisher" prefix=", "/>
<text macro="date" prefix=", "/>
</else-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=" entry-encyclopedia" match="any">
<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" font-style="italic" form="long"/>
<!-- Italic Magazine und Lexika-->
<text variable="edition" vertical-align="sup"/>
<text variable="volume" prefix=" "/>
<text variable="publisher-place" prefix=", "/>
<text macro="year-date" prefix=" "/>
<text variable="page" prefix=", S. "/>
<text variable="URL" prefix=", online verfügbar unter: "/>
<text macro="accessed" prefix=" (" suffix=")"/>
</else-if>
<else-if type="article-newspaper article-magazine article-journal" match="any">
<text term="in" prefix=", " suffix=": "/>
<text variable="container-title" font-style="italic"/>
<!-- Italic Magazine und Lexika-->
<text variable="publisher-place" prefix=" (" suffix=")"/>
<text variable="volume" prefix=" "/>
<text variable="issue" prefix=", "/>
<text macro="date" prefix=" (" suffix=")"/>
<text variable="section" prefix=", "/>
<text variable="page" prefix=", S. "/>
</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" font-style="italic"/>
<!-- Italic für Kapitel in Sammelbänden -->
<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=", S. "/>
</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=": "/> -->
<!-- Verlag raus -->
<text value=" "/>
<text variable="edition" vertical-align="sup"/>
<text macro="year-date"/>
<text variable="note" prefix=" "/>
<text variable="number-of-pages" prefix=", " suffix=" S."/>
<text variable="ISBN" prefix=", ISBN "/>
</else>
</choose>
</layout>
</bibliography>
</style>

0 comments on commit a4002a6

Please sign in to comment.