Skip to content

Commit 03022cc

Browse files
author
github actions
committed
Squashed 'buildres/csl/csl-styles/' changes from 4eee79a..13fd98e
13fd98e Update journal-of-medical-internet-research.csl (#6217) f7acad2 Updating file to maintain Abertay's Style guide (#6223) 0c4eaae Update physiotherapy-theory-and-practice.csl (#6210) 2d404f0 Hanging indent was missing in style (#6278) a2fb539 Bump nokogiri from 1.13.6 to 1.13.9 (#6277) 5a40394 Create arcadia-science.csl (#6078) 750495a Update ieee.csl (#6269) e55930f Update and rename dependent/veterinary-record-open.csl to veterinary-record-open.csl (#6273) git-subtree-dir: buildres/csl/csl-styles git-subtree-split: 13fd98e
1 parent 7c9262b commit 03022cc

9 files changed

+406
-82
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ GEM
6565
mini_portile2 (2.8.0)
6666
multipart-post (2.1.1)
6767
namae (1.1.1)
68-
nokogiri (1.13.6)
68+
nokogiri (1.13.9)
6969
mini_portile2 (~> 2.8.0)
7070
racc (~> 1.4)
71-
nokogiri (1.13.6-x64-mingw32)
71+
nokogiri (1.13.9-x64-mingw32)
7272
racc (~> 1.4)
7373
octokit (4.21.0)
7474
faraday (>= 0.9)

arcadia-science.csl

+139
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
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="never" default-locale="en-US">
3+
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
4+
<info>
5+
<title>Arcadia Science</title>
6+
<id>http://www.zotero.org/styles/arcadia-science</id>
7+
<link rel="self" href="http://www.zotero.org/styles/arcadia-science"/>
8+
<link rel="template" href="http://www.zotero.org/styles/elife"/>
9+
<link rel="documentation" href="https://research.arcadiascience.com/pub/perspective-publishing-round-one"/>
10+
<author>
11+
<name>Feridun Mert Celebi</name>
12+
<email>mert.celebi@arcadiascience.com</email>
13+
</author>
14+
<author>
15+
<name>Megan Hochstrasser</name>
16+
<email>megan.hochstrasser@arcadiascience.com </email>
17+
</author>
18+
<category citation-format="author-date"/>
19+
<summary>Arcadia's CSL style is a simplified version of the eLife CSL style that can be found on https://github.com/citation-style-language/styles/blob/master/elife.csl and https://citationstyles.org/</summary>
20+
<updated>2022-06-27T17:41:25+00:00</updated>
21+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
22+
</info>
23+
<macro name="author">
24+
<names variable="author">
25+
<name delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
26+
<label prefix=", "/>
27+
<substitute>
28+
<names variable="editor"/>
29+
<names variable="translator"/>
30+
<text macro="title"/>
31+
</substitute>
32+
</names>
33+
</macro>
34+
<macro name="author-short">
35+
<names variable="author">
36+
<name form="short" and="text" delimiter=", " initialize-with=". "/>
37+
<substitute>
38+
<names variable="editor"/>
39+
<names variable="translator"/>
40+
<choose>
41+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
42+
<text variable="title" form="short" font-style="italic"/>
43+
</if>
44+
<else>
45+
<text variable="title" form="short" quotes="true"/>
46+
</else>
47+
</choose>
48+
</substitute>
49+
</names>
50+
</macro>
51+
<macro name="access">
52+
<choose>
53+
<if variable="DOI">
54+
<text variable="DOI" prefix="https://doi.org/"/>
55+
</if>
56+
<else-if variable="URL">
57+
<text variable="URL"/>
58+
</else-if>
59+
</choose>
60+
</macro>
61+
<macro name="title">
62+
<choose>
63+
<if type="report thesis" match="any">
64+
<text variable="title"/>
65+
<group prefix=" (" suffix=")" delimiter=" ">
66+
<text variable="genre"/>
67+
<text variable="number" prefix="No. "/>
68+
</group>
69+
</if>
70+
<else-if type="bill book graphic legal_case legislation motion_picture report song speech" match="any">
71+
<text variable="title"/>
72+
<text macro="edition" prefix=", "/>
73+
</else-if>
74+
<else-if type="webpage">
75+
<text variable="title"/>
76+
</else-if>
77+
<else>
78+
<text variable="title"/>
79+
</else>
80+
</choose>
81+
</macro>
82+
<macro name="issued">
83+
<choose>
84+
<if variable="issued">
85+
<date variable="issued">
86+
<date-part name="year"/>
87+
</date>
88+
</if>
89+
<else>
90+
<text term="no date" form="short"/>
91+
</else>
92+
</choose>
93+
</macro>
94+
<macro name="edition">
95+
<group delimiter=" ">
96+
<choose>
97+
<if is-numeric="edition">
98+
<number variable="edition" form="ordinal"/>
99+
</if>
100+
<else>
101+
<text variable="edition" suffix="."/>
102+
</else>
103+
</choose>
104+
<text value="ed"/>
105+
</group>
106+
</macro>
107+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year" cite-group-delimiter=", ">
108+
<sort>
109+
<key macro="author"/>
110+
<key macro="issued" sort="descending"/>
111+
</sort>
112+
<layout prefix="(" suffix=")" delimiter="; ">
113+
<group delimiter=", ">
114+
<text macro="author-short"/>
115+
<text macro="issued"/>
116+
<group delimiter=" ">
117+
<label variable="locator" form="short"/>
118+
<text variable="locator"/>
119+
</group>
120+
</group>
121+
</layout>
122+
</citation>
123+
<bibliography hanging-indent="true" entry-spacing="0" line-spacing="1">
124+
<sort>
125+
<key macro="author"/>
126+
<key macro="issued" sort="descending"/>
127+
</sort>
128+
<layout>
129+
<group>
130+
<text macro="author" suffix="."/>
131+
<text macro="issued" strip-periods="false" prefix=" (" suffix=")"/>
132+
<group prefix=". ">
133+
<text macro="title"/>
134+
</group>
135+
</group>
136+
<text macro="access" prefix=". "/>
137+
</layout>
138+
</bibliography>
139+
</style>

dependent/veterinary-record-open.csl

-16
This file was deleted.

harvard-university-of-abertay-dundee.csl

+19-25
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313
<contributor>
1414
<name>Sebastian Karcher</name>
1515
</contributor>
16+
<contributor>
17+
<name>Naman Merchant</name>
18+
</contributor>
1619
<category citation-format="author-date"/>
1720
<category field="generic-base"/>
1821
<summary>The Abertay version of the Harvard author-date style</summary>
19-
<updated>2012-11-16T18:17:12+00:00</updated>
22+
<updated>2022-09-11T21:02:45+00:00</updated>
2023
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2124
</info>
2225
<locale xml:lang="en-GB">
@@ -47,6 +50,7 @@
4750
<names variable="author">
4851
<name and="text" delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all"/>
4952
<label form="short" prefix=" (" suffix=")"/>
53+
<et-al font-style="italic"/>
5054
<substitute>
5155
<names variable="editor"/>
5256
<text macro="anon"/>
@@ -56,6 +60,7 @@
5660
<macro name="author-short">
5761
<names variable="author">
5862
<name form="short" and="text" delimiter-precedes-last="never" initialize-with=". "/>
63+
<et-al font-style="italic"/>
5964
<substitute>
6065
<names variable="editor"/>
6166
<names variable="translator"/>
@@ -64,14 +69,7 @@
6469
</names>
6570
</macro>
6671
<macro name="title">
67-
<choose>
68-
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
69-
<text variable="title" form="long" text-case="capitalize-first" font-style="normal" font-variant="normal"/>
70-
</if>
71-
<else>
72-
<text variable="title" form="long" quotes="false" font-style="normal"/>
73-
</else>
74-
</choose>
72+
<text variable="title"/>
7573
</macro>
7674
<macro name="publisher">
7775
<group delimiter=", ">
@@ -145,22 +143,16 @@
145143
</if>
146144
</choose>
147145
</macro>
148-
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year" givenname-disambiguation-rule="by-cite">
146+
<citation et-al-min="4" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year">
149147
<layout prefix="(" suffix=")" delimiter="; ">
150148
<group delimiter=", ">
151-
<group delimiter=" ">
152-
<text macro="author-short"/>
153-
<choose>
154-
<if type="personal_communication" match="any">
155-
<text value="pers. comm."/>
156-
</if>
157-
</choose>
158-
<text macro="year-date"/>
159-
</group>
160-
<group delimiter=" ">
161-
<label variable="locator" plural="never" form="short"/>
162-
<text variable="page" form="short"/>
163-
</group>
149+
<text macro="author-short"/>
150+
<choose>
151+
<if type="personal_communication" match="any">
152+
<text value="pers. comm."/>
153+
</if>
154+
</choose>
155+
<text macro="year-date"/>
164156
</group>
165157
</layout>
166158
</citation>
@@ -171,9 +163,11 @@
171163
</sort>
172164
<layout suffix=".">
173165
<group delimiter=", ">
174-
<group delimiter=" ">
166+
<group delimiter="">
175167
<text macro="author"/>
176-
<text macro="year-date"/>
168+
<group prefix=" (" suffix=")">
169+
<text macro="year-date"/>
170+
</group>
177171
</group>
178172
<text macro="title"/>
179173
<group delimiter=" ">

iawa-journal.csl

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<author>
1010
<name>Patrick O'Brien</name>
1111
</author>
12+
<contributor>
13+
<name>Ronald Visser</name>
14+
</contributor>
1215
<category citation-format="author-date"/>
1316
<category field="biology"/>
1417
<issn>0928-1541</issn>
@@ -131,7 +134,7 @@
131134
</group>
132135
</layout>
133136
</citation>
134-
<bibliography et-al-min="11" et-al-use-first="5">
137+
<bibliography hanging-indent="true" et-al-min="11" et-al-use-first="5">
135138
<sort>
136139
<key macro="author"/>
137140
<key macro="year-date"/>

ieee.csl

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<category field="engineering"/>
4646
<category field="generic-base"/>
4747
<summary>IEEE style as per the 2021 guidelines, V 01.29.2021.</summary>
48-
<updated>2021-05-07T00:52:46+10:00</updated>
48+
<updated>2022-10-11T00:52:46+10:00</updated>
4949
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
5050
</info>
5151
<locale xml:lang="en">
@@ -177,7 +177,7 @@
177177
<if type="paper-conference speech" match="any">
178178
<choose>
179179
<!-- Published Conference Paper -->
180-
<if variable="collection-editor editor editorial-director issue page volume" match="any">
180+
<if variable="container-title" match="any">
181181
<group delimiter=", ">
182182
<group delimiter=" ">
183183
<text term="in"/>

0 commit comments

Comments
 (0)