Skip to content

Commit

Permalink
Update tatup-zeitschrift-fur-technikfolgenabschatzung-in-theorie-und-… (
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored and rmzelle committed Oct 3, 2019
1 parent 9d67d08 commit 16ca573
Showing 1 changed file with 20 additions and 7 deletions.
Expand Up @@ -18,7 +18,7 @@
<category field="social_science"/>
<issn>1619-7623</issn>
<eissn>2199-9201</eissn>
<updated>2019-09-09T08:02:55+00:00</updated>
<updated>2019-10-02T14:08:38+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">
Expand Down Expand Up @@ -109,10 +109,14 @@
</choose>
</macro>
<macro name="publisher">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
<choose>
<if type="paper-conference" match="none">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</if>
</choose>
</macro>
<macro name="year-date">
<choose>
Expand Down Expand Up @@ -153,7 +157,7 @@
</macro>
<macro name="pages">
<choose>
<if type="chapter paper-conference article-journal article-magazine article-newspaper" match="any">
<if type="chapter article-journal article-magazine article-newspaper" match="any">
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page"/>
Expand All @@ -176,7 +180,7 @@
</macro>
<macro name="container-prefix">
<choose>
<if type="chapter paper-conference article-journal" match="any">
<if type="chapter article-journal" match="any">
<text term="in" text-case="capitalize-first" suffix=":"/>
</if>
</choose>
Expand All @@ -186,6 +190,15 @@
<if type="article-journal" match="any">
<text variable="container-title"/>
</if>
<else-if type="paper-conference" match="any">
<group delimiter=". " suffix=".">
<text variable="event"/>
<group delimiter=", ">
<text variable="event-place"/>
<date form="text" date-parts="year-month-day" variable="issued"/>
</group>
</group>
</else-if>
<else>
<text variable="container-title" suffix="."/>
</else>
Expand Down

0 comments on commit 16ca573

Please sign in to comment.