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
#4462)

Some issues regarding the date and title formats are fixed in this patch.
  • Loading branch information
sebknop authored and adam3smith committed Dec 20, 2019
1 parent 2822437 commit db549dd
Showing 1 changed file with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<email>sebastian.knop@rub.de</email>
</author>
<category citation-format="author-date"/>
<updated>2019-05-20T11:40:20+01:00</updated>
<updated>2019-12-18T15:42:00+01: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 All @@ -37,6 +37,7 @@
</terms>
</locale>
<locale xml:lang="en-US">
<style-options punctuation-in-quote="false"/>
<date form="text">
<date-part name="month" suffix=" "/>
<date-part name="day" form="numeric" suffix=", "/>
Expand Down Expand Up @@ -102,10 +103,7 @@
<choose>
<if type="article-magazine article-newspaper article-journal bill book broadcast chapter entry-dictionary figure graphic interview legislation legal_case map motion_picture musical_score pamphlet paper-conference patent personal_communication report review review-book song speech thesis treaty dataset" match="any"/>
<else>
<date variable="issued">
<date-part name="month" form="long" prefix=", "/>
<date-part name="day" form="ordinal" prefix=" "/>
</date>
<date variable="issued" form="text" prefix=" " />
<group prefix=", URL: ">
<text variable="URL"/>
<choose>
Expand Down Expand Up @@ -138,7 +136,7 @@
<text variable="number" prefix=" No. "/>
</group>
</if>
<else-if type="bill book graphic legal_case legislation manuscript motion_picture report song speech" match="any">
<else-if type="bill book graphic legal_case legislation manuscript motion_picture report song" match="any">
<text variable="title" font-style="italic"/>
</else-if>
<else>
Expand Down Expand Up @@ -252,7 +250,7 @@
<macro name="container-phrase">
<group>
<choose>
<if type="chapter paper-conference" match="any">
<if type="chapter paper-conference speech" match="any">
<choose>
<if variable="container-title" match="none">
<text variable="event" font-style="italic"/>
Expand Down

0 comments on commit db549dd

Please sign in to comment.