Skip to content

Commit 809be05

Browse files
author
github actions
committed
Squashed 'buildres/csl/csl-styles/' changes from e1acabe..c363e8f
c363e8f Update catholic-biblical-association.csl (#5360) 7e383b8 Fix locators in PU Paris-Nanterre (#5376) 83cb249 Update methods-of-information-in-medicine.csl (#5370) 5b19db4 Update taylor-and-francis-council-of-science-editors-author-date.csl (#5371) 27d116b Update harvard-cite-them-right-no-et-al.csl (#5373) e2ef408 Update ageing-and-society.csl (#5375) 16098e4 Update triangle.csl (#5369) 133d633 Create university-of-tasmania-simplified-author-date.csl (#5357) b9ecf07 Update revue-archeologique.csl (#5366) 6152cce Update journal-of-consumer-research.csl (#5358) 93f6600 Create refugee-survey-quarterly.csl (#5354) bfa3b6d Update canadian-biosystems-engineering.csl (#5362) 53e75ee update doi prefix (#5361) 5b3de98 Create archives-of-hand-and-microsurgery.csl (#5363) git-subtree-dir: buildres/csl/csl-styles git-subtree-split: c363e8f
1 parent 3ca1b53 commit 809be05

14 files changed

+797
-86
lines changed

ageing-and-society.csl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<category field="biology"/>
1515
<issn>0144-686X</issn>
1616
<eissn>1469-1779</eissn>
17-
<updated>2017-06-04T17:19:24+00:00</updated>
17+
<updated>2021-04-10T17:19:24+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">
@@ -107,7 +107,7 @@
107107
<macro name="pages">
108108
<text variable="page"/>
109109
</macro>
110-
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true">
110+
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true">
111111
<sort>
112112
<key variable="author"/>
113113
<key macro="year-date"/>

archives-of-hand-and-microsurgery.csl

Lines changed: 158 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,158 @@
1+
<?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" default-locale="en-GB">
3+
<info>
4+
<title>Archives of Hand and Microsurgery</title>
5+
<title-short>AHM</title-short>
6+
<id>http://www.zotero.org/styles/archives-of-hand-and-microsurgery</id>
7+
<link href="http://www.zotero.org/styles/archives-of-hand-and-microsurgery" rel="self"/>
8+
<link href="http://www.zotero.org/styles/the-pan-african-medical-journal" rel="template"/>
9+
<link href="https://submit.handmicro.org/about/Author.php" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="medicine"/>
15+
<issn>2586-3290</issn>
16+
<eissn>2586-3533</eissn>
17+
<updated>2021-03-30T14:44:29+00:00</updated>
18+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
19+
</info>
20+
<macro name="author">
21+
<names variable="author" suffix=". ">
22+
<name delimiter-precedes-et-al="always" delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
23+
<label form="short" prefix=" (" suffix=")"/>
24+
<substitute>
25+
<names variable="editor"/>
26+
</substitute>
27+
</names>
28+
</macro>
29+
<macro name="editor">
30+
<names variable="editor">
31+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always" delimiter-precedes-et-al="never"/>
32+
<label prefix=", "/>
33+
</names>
34+
</macro>
35+
<macro name="publisher">
36+
<group delimiter=": ">
37+
<text variable="publisher-place"/>
38+
<text variable="publisher"/>
39+
</group>
40+
</macro>
41+
<macro name="access">
42+
<choose>
43+
<if variable="page" match="none">
44+
<choose>
45+
<if type="article-journal">
46+
<choose>
47+
<if match="none" variable="page volume">
48+
<text variable="DOI" prefix="https://doi.org/"/>
49+
</if>
50+
</choose>
51+
</if>
52+
<else-if type="webpage post post-weblog">
53+
<group delimiter=". ">
54+
<text variable="URL"/>
55+
<group delimiter=" ">
56+
<text term="accessed" text-case="capitalize-first"/>
57+
<date variable="accessed">
58+
<date-part name="day" prefix=" "/>
59+
<date-part name="month" strip-periods="true" prefix=" "/>
60+
<date-part name="year" prefix=" "/>
61+
</date>
62+
</group>
63+
</group>
64+
</else-if>
65+
</choose>
66+
</if>
67+
</choose>
68+
</macro>
69+
<macro name="journal-title">
70+
<choose>
71+
<if type="article-journal article-magazine" match="any">
72+
<text variable="container-title" form="short" strip-periods="true" suffix="."/>
73+
</if>
74+
<else>
75+
<text variable="container-title" suffix=". "/>
76+
</else>
77+
</choose>
78+
</macro>
79+
<macro name="title">
80+
<choose>
81+
<if type="book thesis" match="any">
82+
<text variable="title" font-style="italic"/>
83+
</if>
84+
<else>
85+
<text variable="title"/>
86+
</else>
87+
</choose>
88+
</macro>
89+
<macro name="edition">
90+
<choose>
91+
<if is-numeric="edition">
92+
<group delimiter=" ">
93+
<number variable="edition" form="ordinal"/>
94+
<text term="edition" form="short"/>
95+
</group>
96+
</if>
97+
<else>
98+
<text variable="edition" suffix="."/>
99+
</else>
100+
</choose>
101+
</macro>
102+
<citation collapse="citation-number">
103+
<sort>
104+
<key variable="citation-number"/>
105+
</sort>
106+
<layout vertical-align="baseline" delimiter="," prefix="[" suffix="]">
107+
<text variable="citation-number"/>
108+
</layout>
109+
</citation>
110+
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush">
111+
<layout suffix=".">
112+
<text variable="citation-number" suffix="."/>
113+
<text macro="author"/>
114+
<text macro="title" suffix=". "/>
115+
<choose>
116+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
117+
<group delimiter=" " prefix=" ">
118+
<text macro="edition"/>
119+
<text macro="publisher"/>
120+
</group>
121+
</if>
122+
<else-if type="chapter paper-conference" match="any">
123+
<group delimiter=". " prefix=" ">
124+
<group>
125+
<text term="in" suffix=": " text-case="capitalize-first"/>
126+
<text macro="editor"/>
127+
</group>
128+
<text variable="container-title" font-style="italic"/>
129+
<date variable="issued">
130+
<date-part name="year"/>
131+
</date>
132+
<text macro="publisher"/>
133+
<group delimiter=" ">
134+
<label plural="never" variable="page" form="short"/>
135+
<text variable="page"/>
136+
</group>
137+
</group>
138+
</else-if>
139+
<else>
140+
<text macro="journal-title"/>
141+
<group delimiter=";" suffix=".">
142+
<date variable="issued" prefix=" ">
143+
<date-part name="year"/>
144+
</date>
145+
<group delimiter=":">
146+
<group>
147+
<text variable="volume"/>
148+
<text variable="issue" prefix="(" suffix=")"/>
149+
</group>
150+
<text variable="page"/>
151+
</group>
152+
</group>
153+
</else>
154+
</choose>
155+
<text macro="access" prefix=" "/>
156+
</layout>
157+
</bibliography>
158+
</style>

canadian-biosystems-engineering.csl

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<issn>1492-9058</issn>
1717
<eissn>1492-9066</eissn>
1818
<summary>Style for online journal Canadian Biosystems Engineering</summary>
19-
<updated>2020-09-26T15:27:23+00:00</updated>
19+
<updated>2020-12-05T19:18:31+00:00</updated>
2020
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2121
</info>
2222
<locale xml:lang="en-US">
@@ -275,6 +275,15 @@
275275
<else-if type="webpage chapter paper-conference article-journal article-magazine article-newspaper" match="any">
276276
<text variable="title"/>
277277
</else-if>
278+
<else-if type="patent">
279+
<group delimiter=". ">
280+
<text variable="title"/>
281+
<group delimiter=", ">
282+
<text variable="authority"/>
283+
<text variable="number"/>
284+
</group>
285+
</group>
286+
</else-if>
278287
<else-if type="motion_picture broadcast" match="any"/>
279288
<else>
280289
<choose>

0 commit comments

Comments
 (0)