Skip to content

Commit 16ca573

Browse files
POBrien333rmzelle
authored andcommitted
Update tatup-zeitschrift-fur-technikfolgenabschatzung-in-theorie-und-… (#4331)
1 parent 9d67d08 commit 16ca573

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

tatup-zeitschrift-fur-technikfolgenabschatzung-in-theorie-und-praxis.csl

+20-7
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<category field="social_science"/>
1919
<issn>1619-7623</issn>
2020
<eissn>2199-9201</eissn>
21-
<updated>2019-09-09T08:02:55+00:00</updated>
21+
<updated>2019-10-02T14:08:38+00:00</updated>
2222
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2323
</info>
2424
<locale xml:lang="de">
@@ -109,10 +109,14 @@
109109
</choose>
110110
</macro>
111111
<macro name="publisher">
112-
<group delimiter=": ">
113-
<text variable="publisher-place"/>
114-
<text variable="publisher"/>
115-
</group>
112+
<choose>
113+
<if type="paper-conference" match="none">
114+
<group delimiter=": ">
115+
<text variable="publisher-place"/>
116+
<text variable="publisher"/>
117+
</group>
118+
</if>
119+
</choose>
116120
</macro>
117121
<macro name="year-date">
118122
<choose>
@@ -153,7 +157,7 @@
153157
</macro>
154158
<macro name="pages">
155159
<choose>
156-
<if type="chapter paper-conference article-journal article-magazine article-newspaper" match="any">
160+
<if type="chapter article-journal article-magazine article-newspaper" match="any">
157161
<group delimiter=" ">
158162
<label variable="page" form="short"/>
159163
<text variable="page"/>
@@ -176,7 +180,7 @@
176180
</macro>
177181
<macro name="container-prefix">
178182
<choose>
179-
<if type="chapter paper-conference article-journal" match="any">
183+
<if type="chapter article-journal" match="any">
180184
<text term="in" text-case="capitalize-first" suffix=":"/>
181185
</if>
182186
</choose>
@@ -186,6 +190,15 @@
186190
<if type="article-journal" match="any">
187191
<text variable="container-title"/>
188192
</if>
193+
<else-if type="paper-conference" match="any">
194+
<group delimiter=". " suffix=".">
195+
<text variable="event"/>
196+
<group delimiter=", ">
197+
<text variable="event-place"/>
198+
<date form="text" date-parts="year-month-day" variable="issued"/>
199+
</group>
200+
</group>
201+
</else-if>
189202
<else>
190203
<text variable="container-title" suffix="."/>
191204
</else>

0 commit comments

Comments
 (0)