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.
Browse files
Browse the repository at this point in the history
906cd6d Create technische-universitat-dresden-linguistik-author-date (JabRef#4730) 607a056 Create ifao-publications.csl (JabRef#4731) 5a65f50 remove et-al settings for bibliography for PVS (JabRef#4735) 4a145d4 Create current-opinion-in-endocrinology-diabetes-and-obesity.csl (JabRef#4734) d70c2a4 Add chapter section in bibliography (JabRef#4732) 366dbc1 Create economic-history-review.csl (JabRef#4643) 7069ddc Create the-open-university-harvard-s390-modules.csl (JabRef#4711) a789973 Chicago: Uppercase "Presentated at" if no `genre` (JabRef#4729) git-subtree-dir: src/main/resources/csl-styles git-subtree-split: 906cd6d
- Loading branch information
github actions
committed
May 1, 2020
1 parent
415bb31
commit 2a00aa3
Showing
22 changed files
with
2,058 additions
and
24 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
Oops, something went wrong.