Skip to content

Commit 55a9560

Browse files
author
github actions
committed
Squashed 'buildres/csl/csl-styles/' changes from 60bf7d5..9dff241
9dff241 Merge pull request #5796 from dhacker29/patch-1 35949f4 Update turabian-fullnote-bibliography-no-ibid.csl ccfb661 Merge pull request #5793 from benjaminmoon/patch-2 520e127 Update frontiers-medical-journals.csl (#5740) ab629ab Update natura-croatica.csl (#5795) 60b2b17 Rename turabian-fullnote-bibliography-no-ibid to turabian-fullnote-bibliography-no-ibid.csl ad4edff Create turabian-fullnote-bibliography-no-ibid d9b956c Update monographs-of-the-palaeontographical-society.csl 3648ae6 Merge pull request #5792 from StianOby/fix-no-page-number-articles e15b2f7 Update norsk-henvisningsstandard-for-rettsvitenskapelige-tekster.csl d8778cf Removed "page" (s. ) term for articles that do not have page numbers. git-subtree-dir: buildres/csl/csl-styles git-subtree-split: 9dff241
1 parent fa1b8a7 commit 55a9560

5 files changed

+862
-42
lines changed

frontiers-medical-journals.csl

+29-20
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
3-
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
43
<info>
54
<title>Frontiers medical journals</title>
65
<id>http://www.zotero.org/styles/frontiers-medical-journals</id>
@@ -16,13 +15,13 @@
1615
<category citation-format="numeric"/>
1716
<category field="medicine"/>
1817
<summary>Style for the Open Access Frontiers in ... Journals</summary>
19-
<updated>2014-03-22T17:19:39+00:00</updated>
18+
<updated>2021-11-23T11:23:52+00:00</updated>
2019
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2120
</info>
2221
<macro name="editor">
2322
<names variable="editor" delimiter=", ">
24-
<label form="short" prefix=", "/>
25-
<name initialize-with=". " delimiter=", " prefix=" "/>
23+
<name prefix=" " initialize-with="" name-as-sort-order="all" sort-separator=" "/>
24+
<label prefix=", "/>
2625
</names>
2726
</macro>
2827
<macro name="author">
@@ -38,10 +37,9 @@
3837
<macro name="access">
3938
<choose>
4039
<if variable="DOI">
41-
<text variable="DOI" prefix="doi:"/>
40+
<text variable="DOI" prefix="doi: "/>
4241
</if>
4342
<else-if variable="URL">
44-
<text value="Available at:" suffix=" "/>
4543
<text variable="URL"/>
4644
<group prefix=" [" suffix="]">
4745
<text term="accessed" text-case="capitalize-first" suffix=" "/>
@@ -99,28 +97,39 @@
9997
<text variable="citation-number" suffix=". "/>
10098
<text macro="author" suffix="."/>
10199
<choose>
102-
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
103-
<group delimiter=" " prefix=" ">
100+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
101+
<group delimiter=". " prefix=" " suffix=".">
104102
<text macro="title"/>
105103
<text macro="edition"/>
106104
<text macro="editor"/>
107-
<text macro="publisher"/>
108-
<date variable="issued" prefix=" (" suffix=").">
109-
<date-part name="year"/>
110-
</date>
105+
<text variable="genre" prefix="[" suffix="]"/>
106+
<group delimiter=" ">
107+
<text macro="publisher"/>
108+
<date variable="issued" prefix="(" suffix=")">
109+
<date-part name="year"/>
110+
</date>
111+
</group>
112+
<group delimiter=" ">
113+
<text variable="number-of-pages"/>
114+
<label plural="never" variable="number-of-pages" form="short"/>
115+
</group>
111116
</group>
112117
</if>
113118
<else-if type="chapter paper-conference" match="any">
114-
<group delimiter=" " prefix=" ">
119+
<group delimiter=". " prefix=" ">
115120
<text macro="title"/>
116-
<text term="in"/>
121+
<group delimiter=": ">
122+
<text term="in" text-case="capitalize-first"/>
123+
<text macro="editor"/>
124+
</group>
117125
<text variable="container-title" font-style="italic"/>
118126
<text variable="collection-title" suffix="."/>
119-
</group>
120-
<text macro="editor"/>
121-
<group suffix=".">
122-
<text macro="publisher" prefix=" (" suffix=")"/>
123-
<group prefix=", ">
127+
<group delimiter=" ">
128+
<text macro="publisher"/>
129+
<date date-parts="year" form="text" variable="issued" prefix="(" suffix=")"/>
130+
</group>
131+
<group delimiter=" ">
132+
<label plural="never" variable="page" form="short"/>
124133
<text variable="page"/>
125134
</group>
126135
</group>
@@ -132,7 +141,7 @@
132141
<date variable="issued" prefix=" (" suffix=")">
133142
<date-part name="year"/>
134143
</date>
135-
<text variable="volume" suffix=":"/>
144+
<text variable="volume" font-weight="bold" suffix=":"/>
136145
</group>
137146
<text variable="page" suffix="."/>
138147
</else>

monographs-of-the-palaeontographical-society.csl

+8-15
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<id>http://www.zotero.org/styles/monographs-of-the-palaeontographical-society</id>
77
<link href="http://www.zotero.org/styles/monographs-of-the-palaeontographical-society" rel="self"/>
88
<link href="http://www.zotero.org/styles/palaeontology" rel="template"/>
9+
<link href="https://www.palaeosoc.org/site/page/for-authors/notes/" rel="documentation"/>
910
<link href="https://www.tandfonline.com/action/authorSubmission?show=instructions&amp;journalCode=tmps20" rel="documentation"/>
1011
<author>
1112
<name>Benjamin Moon</name>
@@ -17,7 +18,7 @@
1718
<issn>0269-3445</issn>
1819
<eissn>2576-1900</eissn>
1920
<summary>Some bibliography entries may need plate numbers added or indications of translated titles. Separate formatting for Monographs can be achieved from Zotero by adding 'Publisher Place: London' into the Extra field; this is used as the key to identify these. Similarly 'Number Of Pages' may be added in the Extra field too.</summary>
20-
<updated>2021-06-21T13:18:47</updated>
21+
<updated>2021-12-16T16:15:06</updated>
2122
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2223
</info>
2324
<macro name="author">
@@ -48,14 +49,6 @@
4849
</substitute>
4950
</names>
5051
</macro>
51-
<macro name="author-count">
52-
<names variable="author">
53-
<name form="count"/>
54-
<substitute>
55-
<names variable="editor"/>
56-
</substitute>
57-
</names>
58-
</macro>
5952
<macro name="year-date">
6053
<choose>
6154
<if variable="issued">
@@ -81,10 +74,10 @@
8174
<label variable="number-of-pages" form="short" plural="always"/>
8275
</group>
8376
</macro>
84-
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="false" disambiguate-add-givenname="false" collapse="year-suffix-ranged" year-suffix-delimiter=", ">
77+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="false" disambiguate-add-givenname="false" collapse="year-suffix" cite-group-delimiter=", " year-suffix-delimiter=", ">
8578
<sort>
86-
<key macro="year-date"/>
87-
<key macro="author-short"/>
79+
<key macro="author"/>
80+
<key variable="issued"/>
8881
</sort>
8982
<layout prefix="(" suffix=")" delimiter="; ">
9083
<group>
@@ -99,9 +92,8 @@
9992
</citation>
10093
<bibliography entry-spacing="0" hanging-indent="true" subsequent-author-substitute-rule="partial-each" subsequent-author-substitute="&#8212;&#8212;&#8212;">
10194
<sort>
102-
<key macro="author" names-min="1" names-use-first="1"/>
103-
<key macro="author-count"/>
104-
<key macro="year-date"/>
95+
<key macro="author"/>
96+
<key variable="issued"/>
10597
</sort>
10698
<layout>
10799
<choose>
@@ -203,6 +195,7 @@
203195
</group>
204196
</else>
205197
</choose>
198+
<text variable="DOI" prefix=" doi: "/>
206199
</layout>
207200
</bibliography>
208201
</style>

natura-croatica.csl

+10-5
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,19 @@
1414
<category field="biology"/>
1515
<issn>1330-0520</issn>
1616
<eissn>1848-7386</eissn>
17-
<updated>2021-10-27T08:21:10+00:00</updated>
17+
<updated>2021-12-17T16:20:35+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
<macro name="author">
2121
<names variable="author">
2222
<name and="symbol" delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all">
2323
<name-part name="family" font-variant="small-caps"/>
2424
</name>
25+
<label form="short" prefix=" (" suffix=")"/>
26+
<substitute>
27+
<names variable="editor translator"/>
28+
<text variable="title"/>
29+
</substitute>
2530
</names>
2631
</macro>
2732
<macro name="editor">
@@ -80,7 +85,7 @@
8085
<text macro="author-short"/>
8186
<group>
8287
<text macro="year-date"/>
83-
<text variable="year-suffix" font-style="italic"/>
88+
<text variable="year-suffix" font-style="normal"/>
8489
</group>
8590
<text variable="locator"/>
8691
</group>
@@ -100,14 +105,14 @@
100105
<date variable="issued">
101106
<date-part name="year"/>
102107
</date>
103-
<text variable="year-suffix" font-style="italic"/>
108+
<text variable="year-suffix" font-style="normal"/>
104109
</group>
105110
</group>
106111
<choose>
107112
<if type="bill book graphic legal_case motion_picture report song" match="any">
108113
<group suffix=".">
109114
<group>
110-
<text variable="title" font-style="italic" text-case="capitalize-first" suffix=". "/>
115+
<text variable="title" text-case="capitalize-first" font-style="normal" suffix=". "/>
111116
<group delimiter=" " suffix=" ">
112117
<text term="in" text-case="capitalize-first" font-style="italic"/>
113118
<text macro="editor"/>
@@ -151,7 +156,7 @@
151156
<text macro="editor"/>
152157
</group>
153158
<group>
154-
<text variable="container-title" text-case="title" font-style="italic"/>
159+
<text variable="container-title" text-case="title" font-style="normal"/>
155160
<choose>
156161
<if is-numeric="volume">
157162
<group delimiter=" " suffix=".">

norsk-henvisningsstandard-for-rettsvitenskapelige-tekster.csl

+4-2
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,10 @@
286286
<text prefix=", " macro="title"/>
287287
<text prefix=" " font-style="italic" variable="container-title"/>
288288
<text prefix=" " macro="issued"/>
289-
<text prefix=" " suffix=" " term="page" form="short"/>
290-
<text variable="page"/>
289+
<group delimiter=" " prefix=" ">
290+
<text term="page" form="short"/>
291+
<text variable="page"/>
292+
</group>
291293
<text macro="DOI"/>
292294
<text prefix=" " macro="retrieved-from"/>
293295
</group>

0 commit comments

Comments
 (0)