Skip to content

Commit

Permalink
Squashed 'buildres/csl/csl-styles/' changes from c750b6e..b9302fd (#9059
Browse files Browse the repository at this point in the history
)

b9302fd Update APA styles for "event" macro (#6174)
d4daec6 remove DOI for printed articles organizational-studies.csl (#6176)
acfc620 Create liver-transplantation.csl (#6167)
129a775 Change "event" to "event-title" (#6164)

git-subtree-dir: buildres/csl/csl-styles
git-subtree-split: b9302fd

Co-authored-by: github actions <jabrefmail+webfeedback@gmail.com>
  • Loading branch information
koppor and github actions committed Aug 15, 2022
1 parent 4e6e033 commit e59398a
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion buildres/csl/csl-styles/apa-6th-edition-no-ampersand.csl
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@
</macro>
<macro name="event">
<choose>
<if variable="event">
<if variable="event event-title" match="any">
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
<choose>
Expand Down
2 changes: 1 addition & 1 deletion buildres/csl/csl-styles/apa-6th-edition.csl
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@
</macro>
<macro name="event">
<choose>
<if variable="event">
<if variable="event event-title" match="any">
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
<choose>
Expand Down
2 changes: 1 addition & 1 deletion buildres/csl/csl-styles/apa-annotated-bibliography.csl
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@
</macro>
<macro name="event">
<choose>
<if variable="event">
<if variable="event event-title" match="any">
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
<choose>
Expand Down
2 changes: 1 addition & 1 deletion buildres/csl/csl-styles/apa-cv.csl
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@
</macro>
<macro name="event">
<choose>
<if variable="event">
<if variable="event event-title" match="any">
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
<choose>
Expand Down
2 changes: 1 addition & 1 deletion buildres/csl/csl-styles/apa-no-ampersand.csl
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@
</macro>
<macro name="event">
<choose>
<if variable="event">
<if variable="event event-title" match="any">
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
<choose>
Expand Down
2 changes: 1 addition & 1 deletion buildres/csl/csl-styles/apa-no-doi-no-issue.csl
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@
</macro>
<macro name="event">
<choose>
<if variable="event">
<if variable="event event-title" match="any">
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
<choose>
Expand Down
2 changes: 1 addition & 1 deletion buildres/csl/csl-styles/apa-no-initials.csl
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@
</macro>
<macro name="event">
<choose>
<if variable="event">
<if variable="event event-title" match="any">
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
<choose>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@
</macro>
<macro name="event">
<choose>
<if variable="event">
<if variable="event event-title" match="any">
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
<choose>
Expand Down
2 changes: 1 addition & 1 deletion buildres/csl/csl-styles/apa-numeric-superscript.csl
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@
</macro>
<macro name="event">
<choose>
<if variable="event">
<if variable="event event-title" match="any">
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
<choose>
Expand Down
2 changes: 1 addition & 1 deletion buildres/csl/csl-styles/apa-old-doi-prefix.csl
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@
</macro>
<macro name="event">
<choose>
<if variable="event">
<if variable="event event-title" match="any">
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
<choose>
Expand Down
2 changes: 1 addition & 1 deletion buildres/csl/csl-styles/apa-single-spaced.csl
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@
</macro>
<macro name="event">
<choose>
<if variable="event">
<if variable="event event-title" match="any">
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
<choose>
Expand Down
2 changes: 1 addition & 1 deletion buildres/csl/csl-styles/apa-with-abstract.csl
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@
</macro>
<macro name="event">
<choose>
<if variable="event">
<if variable="event event-title" match="any">
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
<choose>
Expand Down
2 changes: 1 addition & 1 deletion buildres/csl/csl-styles/apa.csl
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@
</macro>
<macro name="event">
<choose>
<if variable="event">
<if variable="event event-title" match="any">
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
<choose>
Expand Down
6 changes: 5 additions & 1 deletion buildres/csl/csl-styles/organization-studies.csl
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,11 @@
<macro name="access">
<choose>
<if variable="DOI" match="any">
<text variable="DOI" prefix="https://doi.org/"/>
<choose>
<if match="none" variable="volume page">
<text variable="DOI" prefix="https://doi.org/"/>
</if>
</choose>
</if>
<else-if variable="URL">
<group delimiter=" ">
Expand Down

0 comments on commit e59398a

Please sign in to comment.