forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ruhr-universitat-bochum-lehrstuhl-fur-industrial-sales-and-ser… (
JabRef#4462) Some issues regarding the date and title formats are fixed in this patch.
- Loading branch information
1 parent
2822437
commit db549dd
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
<email>[email protected]</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"> | ||
|
@@ -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=", "/> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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"/> | ||
|