Skip to content

Commit b4d5d46

Browse files
author
github actions
committed
Squashed 'buildres/csl/csl-styles/' changes from 0237ae7..76f23a2
76f23a2 Fix the order for conference papers in APA styles (#5875) 5125c43 Fix bibliography date sorting (#5876) 873df06 Change order of publisher and publisher-place (#5874) 8066c66 Fix independent for BioScientific Review 9cc567e Add AMA brackets w 2 dependents (#5871) c33dd24 Create medicine-publishing.csl (#5866) 9cb9cdb Fishery&wildlife journals: Remove publishers for articles (#5868) fbd9165 Update universitatsmedizin-gottingen.csl (#5864) c563f03 Update mla8 and mla9 (#5859) 98d6a03 [ASM] Add DOI for preprints. (#5862) 05e7071 Create current-neurology-aktualnosci-neurologiczne.csl (#5858) 78d771d Update journal-of-clinical-neurophysiology.csl (#5857) git-subtree-dir: buildres/csl/csl-styles git-subtree-split: 76f23a2
1 parent da085e3 commit b4d5d46

31 files changed

+514
-341
lines changed

american-fisheries-society.csl

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" default-locale="en-US" version="1.0" demote-non-dropping-particle="sort-only">
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
33
<info>
44
<title>American Fisheries Society</title>
55
<id>http://www.zotero.org/styles/american-fisheries-society</id>
@@ -91,13 +91,13 @@
9191
<text variable="publisher-place"/>
9292
</group>
9393
</else-if>
94-
<else>
94+
<else-if type="article-journal article-magazine article-newspaper" match="none">
9595
<group delimiter=", ">
9696
<text variable="genre"/>
9797
<text variable="publisher"/>
9898
<text variable="publisher-place"/>
9999
</group>
100-
</else>
100+
</else-if>
101101
</choose>
102102
</macro>
103103
<macro name="issued">

british-journal-of-clinical-pharmacology.csl american-medical-association-brackets.csl

+26-10
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,39 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="expanded" default-locale="en-GB">
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="expanded" initialize-with-hyphen="false" default-locale="en-US">
33
<info>
4-
<title>British Journal of Clinical Pharmacology</title>
5-
<title-short>BJCP</title-short>
6-
<id>http://www.zotero.org/styles/british-journal-of-clinical-pharmacology</id>
7-
<link href="http://www.zotero.org/styles/british-journal-of-clinical-pharmacology" rel="self"/>
4+
<title>American Medical Association 11th edition (brackets)</title>
5+
<title-short>AMA (11th ed.)</title-short>
6+
<id>http://www.zotero.org/styles/american-medical-association-brackets</id>
7+
<link href="http://www.zotero.org/styles/american-medical-association-brackets" rel="self"/>
88
<link href="http://www.zotero.org/styles/american-medical-association" rel="template"/>
9-
<link href="https://bpspubs.onlinelibrary.wiley.com/hub/journal/13652125/author-guidelines.html" rel="documentation"/>
9+
<link href="https://westlibrary.txwes.edu/sites/default/files/pdf/AMACitationStyle.pdf" rel="documentation"/>
10+
<link href="https://www.amamanualofstyle.com/fileasset/AMAMOS/aaaAMWA%20presentation%20Nov%202019%20FULL.pdf" rel="documentation"/>
11+
<author>
12+
<name>Julian Onions</name>
13+
<email>julian.onions@gmail.com</email>
14+
</author>
15+
<contributor>
16+
<name>Christian Pietsch</name>
17+
<uri>http://purl.org/net/pietsch</uri>
18+
</contributor>
19+
<contributor>
20+
<name>Daniel W Chan</name>
21+
<email>danwchan@protonmail.com</email>
22+
</contributor>
23+
<contributor>
24+
<name>Patrick O'Brien</name>
25+
<email>obrienpat86@gmail.com</email>
26+
</contributor>
1027
<category citation-format="numeric"/>
1128
<category field="medicine"/>
12-
<issn>0306-5251</issn>
13-
<eissn>1365-2125</eissn>
14-
<summary>AMA style with square-brackets</summary>
15-
<updated>2020-04-23T13:38:04+00:00</updated>
29+
<summary>The American Medical Association style as used in JAMA. Version 11 as per November-2019.</summary>
30+
<updated>2021-10-28T13:38:04+00:00</updated>
1631
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1732
</info>
1833
<locale xml:lang="en">
1934
<terms>
2035
<term name="page-range-delimiter">-</term>
36+
<term name="presented at">presented at</term>
2137
</terms>
2238
</locale>
2339
<macro name="editor">

american-society-for-microbiology.csl

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title-short>ASM</title-short>
66
<id>http://www.zotero.org/styles/american-society-for-microbiology</id>
77
<link href="http://www.zotero.org/styles/american-society-for-microbiology" rel="self"/>
8-
<link href="http://aem.asm.org/misc/journal-ita_org.dtl#03" rel="documentation"/>
8+
<link href="https://journals.asm.org/references" rel="documentation"/>
99
<author>
1010
<name>Julian Onions</name>
1111
<email>julian.onions@gmail.com</email>
@@ -126,6 +126,9 @@
126126
</else>
127127
</choose>
128128
</if>
129+
<else-if type="article">
130+
<text variable="DOI" prefix=" https://doi.org/"/>
131+
</else-if>
129132
<else-if type="book webpage post post-weblog" match="any">
130133
<group delimiter=". " prefix=". ">
131134
<text variable="URL"/>

apa-annotated-bibliography.csl

+2-17
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<category citation-format="author-date"/>
1515
<category field="psychology"/>
1616
<category field="generic-base"/>
17-
<updated>2021-06-10T13:09:49+00:00</updated>
17+
<updated>2022-01-31T14:30:00+00:00</updated>
1818
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1919
</info>
2020
<locale xml:lang="en">
@@ -502,22 +502,7 @@
502502
</choose>
503503
</macro>
504504
<macro name="date-sort-date">
505-
<choose>
506-
<if type="article-magazine article-newspaper broadcast interview pamphlet personal_communication post post-weblog speech treaty webpage" match="any">
507-
<date variable="issued" form="numeric"/>
508-
</if>
509-
<else-if type="paper-conference">
510-
<!-- Capture 'speech' stored as 'paper-conference' -->
511-
<choose>
512-
<if variable="collection-editor editor editorial-director issue page volume" match="none">
513-
<date variable="issued" form="numeric"/>
514-
</if>
515-
</choose>
516-
</else-if>
517-
<else>
518-
<date variable="issued" form="numeric"/>
519-
</else>
520-
</choose>
505+
<date variable="issued" form="numeric"/>
521506
</macro>
522507
<macro name="date-intext">
523508
<choose>

apa-cv.csl

+2-17
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<category citation-format="author-date"/>
1515
<category field="psychology"/>
1616
<category field="generic-base"/>
17-
<updated>2019-12-04T13:09:49+00:00</updated>
17+
<updated>2022-01-31T14:30:00+00:00</updated>
1818
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1919
</info>
2020
<locale xml:lang="en">
@@ -447,22 +447,7 @@
447447
</choose>
448448
</macro>
449449
<macro name="date-sort-date">
450-
<choose>
451-
<if type="article-magazine article-newspaper broadcast interview pamphlet personal_communication post post-weblog speech treaty webpage" match="any">
452-
<date variable="issued" form="numeric"/>
453-
</if>
454-
<else-if type="paper-conference">
455-
<!-- Capture 'speech' stored as 'paper-conference' -->
456-
<choose>
457-
<if variable="collection-editor editor editorial-director issue page volume" match="none">
458-
<date variable="issued" form="numeric"/>
459-
</if>
460-
</choose>
461-
</else-if>
462-
<else>
463-
<date variable="issued" form="numeric"/>
464-
</else>
465-
</choose>
450+
<date variable="issued" form="numeric"/>
466451
</macro>
467452
<!-- APA has two description elements following the title:
468453
title (parenthetical) [bracketed] -->

apa-no-ampersand.csl

+2-17
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<category citation-format="author-date"/>
1515
<category field="psychology"/>
1616
<category field="generic-base"/>
17-
<updated>2021-06-10T13:09:49+00:00</updated>
17+
<updated>2022-01-31T14:30:00+00:00</updated>
1818
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1919
</info>
2020
<locale xml:lang="en">
@@ -502,22 +502,7 @@
502502
</choose>
503503
</macro>
504504
<macro name="date-sort-date">
505-
<choose>
506-
<if type="article-magazine article-newspaper broadcast interview pamphlet personal_communication post post-weblog speech treaty webpage" match="any">
507-
<date variable="issued" form="numeric"/>
508-
</if>
509-
<else-if type="paper-conference">
510-
<!-- Capture 'speech' stored as 'paper-conference' -->
511-
<choose>
512-
<if variable="collection-editor editor editorial-director issue page volume" match="none">
513-
<date variable="issued" form="numeric"/>
514-
</if>
515-
</choose>
516-
</else-if>
517-
<else>
518-
<date variable="issued" form="numeric"/>
519-
</else>
520-
</choose>
505+
<date variable="issued" form="numeric"/>
521506
</macro>
522507
<macro name="date-intext">
523508
<choose>

apa-no-initials.csl

+2-17
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<category citation-format="author-date"/>
1515
<category field="psychology"/>
1616
<category field="generic-base"/>
17-
<updated>2021-06-10T13:09:49+00:00</updated>
17+
<updated>2022-01-31T14:30:00+00:00</updated>
1818
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1919
</info>
2020
<locale xml:lang="en">
@@ -502,22 +502,7 @@
502502
</choose>
503503
</macro>
504504
<macro name="date-sort-date">
505-
<choose>
506-
<if type="article-magazine article-newspaper broadcast interview pamphlet personal_communication post post-weblog speech treaty webpage" match="any">
507-
<date variable="issued" form="numeric"/>
508-
</if>
509-
<else-if type="paper-conference">
510-
<!-- Capture 'speech' stored as 'paper-conference' -->
511-
<choose>
512-
<if variable="collection-editor editor editorial-director issue page volume" match="none">
513-
<date variable="issued" form="numeric"/>
514-
</if>
515-
</choose>
516-
</else-if>
517-
<else>
518-
<date variable="issued" form="numeric"/>
519-
</else>
520-
</choose>
505+
<date variable="issued" form="numeric"/>
521506
</macro>
522507
<macro name="date-intext">
523508
<choose>

apa-numeric-superscript-brackets.csl

+2-17
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<category field="psychology"/>
1616
<category field="generic-base"/>
1717
<summary>APA style, with numeric in-text citations in brackets</summary>
18-
<updated>2019-12-04T13:09:49+00:00</updated>
18+
<updated>2022-01-31T14:30:00+00:00</updated>
1919
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2020
</info>
2121
<locale xml:lang="en">
@@ -305,22 +305,7 @@
305305
</choose>
306306
</macro>
307307
<macro name="date-sort-date">
308-
<choose>
309-
<if type="article-magazine article-newspaper broadcast interview pamphlet personal_communication post post-weblog speech treaty webpage" match="any">
310-
<date variable="issued" form="numeric"/>
311-
</if>
312-
<else-if type="paper-conference">
313-
<!-- Capture 'speech' stored as 'paper-conference' -->
314-
<choose>
315-
<if variable="collection-editor editor editorial-director issue page volume" match="none">
316-
<date variable="issued" form="numeric"/>
317-
</if>
318-
</choose>
319-
</else-if>
320-
<else>
321-
<date variable="issued" form="numeric"/>
322-
</else>
323-
</choose>
308+
<date variable="issued" form="numeric"/>
324309
</macro>
325310
<macro name="date-intext">
326311
<choose>

apa-numeric-superscript.csl

+2-17
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<category field="psychology"/>
1616
<category field="generic-base"/>
1717
<summary>APA style, with superscript numeric in-text citations</summary>
18-
<updated>2019-12-04T13:09:49+00:00</updated>
18+
<updated>2022-01-31T14:30:00+00:00</updated>
1919
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2020
</info>
2121
<locale xml:lang="en">
@@ -305,22 +305,7 @@
305305
</choose>
306306
</macro>
307307
<macro name="date-sort-date">
308-
<choose>
309-
<if type="article-magazine article-newspaper broadcast interview pamphlet personal_communication post post-weblog speech treaty webpage" match="any">
310-
<date variable="issued" form="numeric"/>
311-
</if>
312-
<else-if type="paper-conference">
313-
<!-- Capture 'speech' stored as 'paper-conference' -->
314-
<choose>
315-
<if variable="collection-editor editor editorial-director issue page volume" match="none">
316-
<date variable="issued" form="numeric"/>
317-
</if>
318-
</choose>
319-
</else-if>
320-
<else>
321-
<date variable="issued" form="numeric"/>
322-
</else>
323-
</choose>
308+
<date variable="issued" form="numeric"/>
324309
</macro>
325310
<macro name="date-intext">
326311
<choose>

apa-single-spaced.csl

+2-17
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<category citation-format="author-date"/>
1515
<category field="psychology"/>
1616
<category field="generic-base"/>
17-
<updated>2021-06-10T13:09:49+00:00</updated>
17+
<updated>2022-01-31T14:30:00+00:00</updated>
1818
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1919
</info>
2020
<locale xml:lang="en">
@@ -502,22 +502,7 @@
502502
</choose>
503503
</macro>
504504
<macro name="date-sort-date">
505-
<choose>
506-
<if type="article-magazine article-newspaper broadcast interview pamphlet personal_communication post post-weblog speech treaty webpage" match="any">
507-
<date variable="issued" form="numeric"/>
508-
</if>
509-
<else-if type="paper-conference">
510-
<!-- Capture 'speech' stored as 'paper-conference' -->
511-
<choose>
512-
<if variable="collection-editor editor editorial-director issue page volume" match="none">
513-
<date variable="issued" form="numeric"/>
514-
</if>
515-
</choose>
516-
</else-if>
517-
<else>
518-
<date variable="issued" form="numeric"/>
519-
</else>
520-
</choose>
505+
<date variable="issued" form="numeric"/>
521506
</macro>
522507
<macro name="date-intext">
523508
<choose>

apa-with-abstract.csl

+2-17
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<category citation-format="author-date"/>
1515
<category field="psychology"/>
1616
<category field="generic-base"/>
17-
<updated>2021-06-10T13:09:49+00:00</updated>
17+
<updated>2022-01-31T14:30:00+00:00</updated>
1818
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1919
</info>
2020
<locale xml:lang="en">
@@ -502,22 +502,7 @@
502502
</choose>
503503
</macro>
504504
<macro name="date-sort-date">
505-
<choose>
506-
<if type="article-magazine article-newspaper broadcast interview pamphlet personal_communication post post-weblog speech treaty webpage" match="any">
507-
<date variable="issued" form="numeric"/>
508-
</if>
509-
<else-if type="paper-conference">
510-
<!-- Capture 'speech' stored as 'paper-conference' -->
511-
<choose>
512-
<if variable="collection-editor editor editorial-director issue page volume" match="none">
513-
<date variable="issued" form="numeric"/>
514-
</if>
515-
</choose>
516-
</else-if>
517-
<else>
518-
<date variable="issued" form="numeric"/>
519-
</else>
520-
</choose>
505+
<date variable="issued" form="numeric"/>
521506
</macro>
522507
<macro name="date-intext">
523508
<choose>

apa.csl

+3-17
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<category citation-format="author-date"/>
1515
<category field="psychology"/>
1616
<category field="generic-base"/>
17-
<updated>2021-06-10T13:09:49+00:00</updated>
17+
<updated>2022-01-31T14:30:00+00:00</updated>
1818
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1919
</info>
2020
<locale xml:lang="en">
@@ -489,6 +489,7 @@
489489
</group>
490490
</macro>
491491
<macro name="date-sort-group">
492+
<!-- APA sorts 1. no-date items, 2. items with dates, 3. in-press (status) items -->
492493
<choose>
493494
<if variable="issued">
494495
<text value="1"/>
@@ -502,22 +503,7 @@
502503
</choose>
503504
</macro>
504505
<macro name="date-sort-date">
505-
<choose>
506-
<if type="article-magazine article-newspaper broadcast interview pamphlet personal_communication post post-weblog speech treaty webpage" match="any">
507-
<date variable="issued" form="numeric"/>
508-
</if>
509-
<else-if type="paper-conference">
510-
<!-- Capture 'speech' stored as 'paper-conference' -->
511-
<choose>
512-
<if variable="collection-editor editor editorial-director issue page volume" match="none">
513-
<date variable="issued" form="numeric"/>
514-
</if>
515-
</choose>
516-
</else-if>
517-
<else>
518-
<date variable="issued" form="numeric"/>
519-
</else>
520-
</choose>
506+
<date variable="issued" form="numeric"/>
521507
</macro>
522508
<macro name="date-intext">
523509
<choose>

0 commit comments

Comments
 (0)