Skip to content

Commit

Permalink
Update ruhr-universitat-bochum-lehrstuhl-fur-industrial-sales-and-ser… (
Browse files Browse the repository at this point in the history
  • Loading branch information
sebknop committed Feb 25, 2021
1 parent 4bab1ad commit 90c13ae
Showing 1 changed file with 26 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
</locale>
<locale xml:lang="en-GB">
<date form="text">
<date-part name="day" form="ordinal" suffix=" "/>
<date-part name="day" form="numeric" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>
</locale>
<macro name="container-contributors">
<choose>
<if type="chapter paper-conference" match="any">
<if type="chapter" match="any">
<names variable="editor translator">
<name and="text" sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="contextual"/>
<label form="short" prefix=" (" suffix=")"/>
Expand All @@ -65,7 +65,7 @@
</macro>
<macro name="secondary-contributors">
<choose>
<if type="chapter paper-conference" match="none">
<if type="chapter paper-conference article-journal" match="none">
<names variable="editor translator" delimiter=", " prefix=" (" suffix=")">
<name and="text" initialize-with=". " delimiter=", " delimiter-precedes-last="contextual"/>
<label form="short" prefix=", "/>
Expand Down Expand Up @@ -131,15 +131,15 @@
</macro>
<macro name="title">
<choose>
<if type="report thesis article-journal paper-conference" match="any">
<if type="report article-journal paper-conference" match="any">
<text variable="title" quotes="true" suffix=","/>
<group prefix=" ">
<text variable="genre"/>
<text term="number" prefix=" " suffix=" "/>
<text variable="number"/>
</group>
</if>
<else-if type="bill book graphic legal_case legislation manuscript motion_picture report song" match="any">
<else-if type="bill book graphic legal_case legislation manuscript motion_picture report song thesis" match="any">
<text variable="title" font-style="italic"/>
</else-if>
<else>
Expand All @@ -149,12 +149,16 @@
</macro>
<macro name="publisher">
<choose>
<if type="report thesis" match="any">
<if type="report">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</if>
<else-if type="thesis">
<text variable="publisher" prefix="Dissertation, "/>
<text variable="publisher-place" prefix=" "/>
</else-if>
<else>
<choose>
<if variable="event" match="none">
Expand Down Expand Up @@ -230,16 +234,21 @@
</group>
</if>
<else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
<group delimiter=", " prefix=" ">
<group delimiter=" " prefix=" ">
<text macro="edition"/>
<group>
<text term="volume" form="short" plural="true" text-case="capitalize-first" suffix=" "/>
<number variable="number-of-volumes" form="numeric" prefix="1-"/>
</group>
<group>
<text term="volume" form="short" text-case="capitalize-first" suffix=" "/>
<number variable="volume" form="numeric"/>
</group>
<choose>
<if variable="number-of-volumes" match="any">
<group delimiter="">
<text term="volume" form="short" text-case="capitalize-first" prefix="(" suffix=" "/>
<number variable="volume" form="numeric"/>
<number variable="number-of-volumes" form="numeric" prefix="/" suffix=")"/>
</group>
</if>
<else>
<text term="volume" form="short" text-case="capitalize-first" prefix="(" suffix=""/>
<number variable="volume" form="numeric" suffix=")"/>
</else>
</choose>
</group>
</else-if>
</choose>
Expand All @@ -253,9 +262,10 @@
<macro name="container-phrase">
<group>
<choose>
<if type="chapter paper-conference speech" match="any">
<if type="paper-conference speech" match="any">
<choose>
<if variable="container-title" match="none">
<text term="presented at" suffix=" "/>
<text variable="event" font-style="italic"/>
</if>
<else>
Expand Down

0 comments on commit 90c13ae

Please sign in to comment.