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.
Chicago: Uppercase "Presentated at" if no
genre
(JabRef#4729)
- Loading branch information
Showing
12 changed files
with
135 additions
and
15 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
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 |
---|---|---|
|
@@ -21,6 +21,9 @@ | |
<name>Andrew Dunning</name> | ||
<email>[email protected]</email> | ||
</contributor> | ||
<contributor> | ||
<name>Brenton M. Wiernik</name> | ||
</contributor> | ||
<category citation-format="author-date"/> | ||
<category field="generic-base"/> | ||
<summary>The author-date variant of the Chicago style</summary> | ||
|
@@ -509,8 +512,15 @@ | |
</choose> | ||
</macro> | ||
<macro name="event"> | ||
<group> | ||
<text term="presented at" suffix=" "/> | ||
<group delimiter=" "> | ||
<choose> | ||
<if variable="genre"> | ||
<text term="presented at"/> | ||
</if> | ||
<else> | ||
<text term="presented at" text-case="capitalize-first"/> | ||
</else> | ||
</choose> | ||
<text variable="event"/> | ||
</group> | ||
</macro> | ||
|
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 |
---|---|---|
|
@@ -27,6 +27,9 @@ | |
<email>[email protected]</email> | ||
<uri> https://orcid.org/0000-0001-7902-6331</uri> | ||
</contributor> | ||
<contributor> | ||
<name>Brenton M. Wiernik</name> | ||
</contributor> | ||
<category citation-format="author-date"/> | ||
<category field="generic-base"/> | ||
<summary>The author-date variant of the Chicago style</summary> | ||
|
@@ -509,8 +512,15 @@ | |
</choose> | ||
</macro> | ||
<macro name="event"> | ||
<group> | ||
<text term="presented at" suffix=" "/> | ||
<group delimiter=" "> | ||
<choose> | ||
<if variable="genre"> | ||
<text term="presented at"/> | ||
</if> | ||
<else> | ||
<text term="presented at" text-case="capitalize-first"/> | ||
</else> | ||
</choose> | ||
<text variable="event"/> | ||
</group> | ||
</macro> | ||
|
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 |
---|---|---|
|
@@ -25,6 +25,9 @@ | |
<name>Andrew Dunning</name> | ||
<email>[email protected]</email> | ||
</contributor> | ||
<contributor> | ||
<name>Brenton M. Wiernik</name> | ||
</contributor> | ||
<category citation-format="note"/> | ||
<category field="generic-base"/> | ||
<summary>Chicago format with full notes and bibliography</summary> | ||
|
@@ -665,7 +668,14 @@ | |
<choose> | ||
<if variable="title"> | ||
<group delimiter=" "> | ||
<text term="presented at"/> | ||
<choose> | ||
<if variable="genre"> | ||
<text term="presented at"/> | ||
</if> | ||
<else> | ||
<text term="presented at" text-case="capitalize-first"/> | ||
</else> | ||
</choose> | ||
<text variable="event"/> | ||
</group> | ||
</if> | ||
|
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
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
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
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
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 |
---|---|---|
|
@@ -25,6 +25,9 @@ | |
<name>Andrew Dunning</name> | ||
<email>[email protected]</email> | ||
</contributor> | ||
<contributor> | ||
<name>Brenton M. Wiernik</name> | ||
</contributor> | ||
<category citation-format="note"/> | ||
<category field="generic-base"/> | ||
<summary>Chicago format with short notes and bibliography</summary> | ||
|
@@ -665,7 +668,14 @@ | |
<choose> | ||
<if variable="title"> | ||
<group delimiter=" "> | ||
<text term="presented at"/> | ||
<choose> | ||
<if variable="genre"> | ||
<text term="presented at"/> | ||
</if> | ||
<else> | ||
<text term="presented at" text-case="capitalize-first"/> | ||
</else> | ||
</choose> | ||
<text variable="event"/> | ||
</group> | ||
</if> | ||
|
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
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
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