Skip to content

Commit 470925c

Browse files
authored
Update fachhochschule-sudwestfalen.csl (#5811)
1 parent 1a9eff7 commit 470925c

File tree

1 file changed

+32
-19
lines changed

1 file changed

+32
-19
lines changed

fachhochschule-sudwestfalen.csl

Lines changed: 32 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" et-al-min="4" et-al-use-first="1" demote-non-dropping-particle="sort-only" default-locale="de-DE">
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" default-locale="de-DE">
33
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
44
<info>
55
<title>Fachhochschule Südwestfalen (Deutsch)</title>
@@ -15,7 +15,7 @@
1515
<category citation-format="note"/>
1616
<category field="generic-base"/>
1717
<summary>Fachhochschule Südwestfalen Stil nach dem "Studienbuch Wissenschaftliches Arbeiten : Anleitung zur Erstellung von Haus-, Projekt- und Abschlussarbeiten an der Fachhochschule Südwestfalen, Standort Meschede"</summary>
18-
<updated>2021-05-18T12:05:02+00:00</updated>
18+
<updated>2021-12-30T13:02:21+00:00</updated>
1919
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2020
</info>
2121
<locale xml:lang="de">
@@ -59,14 +59,15 @@
5959
<text term="ibid"/>
6060
</if>
6161
<else>
62-
<names variable="author">
63-
<name form="short" delimiter="/" delimiter-precedes-last="never" et-al-min="4" et-al-use-first="1" initialize-with=". "/>
62+
<names variable="author" suffix=" ">
63+
<name form="short" delimiter="/" delimiter-precedes-last="never" initialize-with=". "/>
6464
<substitute>
6565
<names variable="editor"/>
6666
<names variable="translator"/>
6767
<text macro="anon"/>
6868
</substitute>
6969
</names>
70+
<text macro="year-date-blank"/>
7071
</else>
7172
</choose>
7273
</macro>
@@ -158,36 +159,48 @@
158159
</choose>
159160
</macro>
160161
<macro name="author-webpage">
161-
<group delimiter=" ">
162+
<group>
162163
<choose>
163-
<if match="none" variable="author">
164+
<if match="any" position="ibid">
165+
<text term="ibid"/>
166+
</if>
167+
<else>
164168
<choose>
165-
<if match="all" variable="publisher">
166-
<text macro="publisher"/>
169+
<if match="none" variable="author">
170+
<choose>
171+
<if match="all" variable="publisher">
172+
<text macro="publisher"/>
173+
</if>
174+
<else>
175+
<text macro="anon"/>
176+
</else>
177+
</choose>
167178
</if>
168179
<else>
169-
<text macro="anon"/>
180+
<names variable="author" suffix=" ">
181+
<name form="short" delimiter="/" delimiter-precedes-last="never" initialize-with="."/>
182+
<substitute>
183+
<names variable="editor"/>
184+
<names variable="translator"/>
185+
</substitute>
186+
</names>
170187
</else>
171188
</choose>
172-
</if>
173-
<else>
174-
<text macro="author-short"/>
189+
<text macro="year-date" prefix="(" suffix=")"/>
175190
</else>
176191
</choose>
177-
<text macro="year-date" prefix="(" suffix=")"/>
178192
</group>
179193
</macro>
180-
<citation name-form="short" et-al-min="4" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" givenname-disambiguation-rule="all-names" collapse="year">
181-
<layout delimiter="/">
182-
<group suffix=".">
194+
<citation name-form="short" et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" givenname-disambiguation-rule="all-names">
195+
<layout delimiter="; " suffix=".">
196+
<group>
183197
<choose>
184198
<if type="webpage post post-weblog" match="any">
185199
<text macro="author-webpage"/>
186200
</if>
187201
<else>
188202
<group>
189-
<text macro="author-short" suffix=" "/>
190-
<text macro="year-date-blank"/>
203+
<text macro="author-short"/>
191204
</group>
192205
</else>
193206
</choose>
@@ -198,7 +211,7 @@
198211
</group>
199212
</layout>
200213
</citation>
201-
<bibliography et-al-min="4" et-al-use-first="1" hanging-indent="true">
214+
<bibliography hanging-indent="true">
202215
<sort>
203216
<key macro="author"/>
204217
<key variable="title"/>

0 commit comments

Comments
 (0)