Skip to content

Commit 8d3ff6d

Browse files
github actionsJonathan-Oliveira
authored andcommitted
Squashed 'buildres/csl/csl-styles/' changes from 9ff3112..76b4268
76b4268 Style for Acta Physica Sinica (物理学报) (JabRef#6009) 604de6f MLA Publication Date update (JabRef#5927) 41ce2d4 Update netherlands-journal-of-geosciences-geologie-en-mijnbouw.csl (JabRef#6027) ad08f5d Adds space after title writing in ABNT style file (JabRef#6031) 0b5c1c2 Create CRCAO Light (JabRef#5935) 2f42b8c Create annals-of-laboratory-medicine.csl (JabRef#5959) 80a9506 Create annual-review-of-linguistics (JabRef#5992) 0fb9c40 Update the-journal-of-egyptian-archaeology.csl (JabRef#6028) 5ff53b1 Update guide-des-citations-references-et-abreviations-juridiques.csl (JabRef#6002) c1c0212 Update society-for-american-archaeology.csl (JabRef#5919) 129ef3c Update administrative-science-quarterly.csl (JabRef#5991) 8bc22bd Create multilingual-matters.csl (JabRef#5955) aca84fd Create expert-reviews-in-molecular-medicine.csl (JabRef#5961) 3c4ddc0 Create ethnobiology-letters.csl (JabRef#5986) c301e04 Update heidelberg-university-faculty-of-medicine.csl (JabRef#5932) a8c4396 Update tyndale-bulletin.csl (JabRef#5949) c18cbcf Bluebook hotfix d950b2b Create incontext-studies-in-translation-and-interculturalism.csl (JabRef#5907) 7cfc106 Bump nokogiri from 1.13.2 to 1.13.4 (JabRef#6016) 0baa43a Liebert update (JabRef#6026) 41ca2b3 Bluebook Add space for ibid (JabRef#6025) 6707a37 Update american-journal-of-botany.csl (JabRef#5954) 926fad5 Update boletin-de-pediatria.csl (JabRef#6024) git-subtree-dir: buildres/csl/csl-styles git-subtree-split: 76b4268
1 parent 8a8f82a commit 8d3ff6d

File tree

122 files changed

+5619
-176
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+5619
-176
lines changed

acta-physica-sinica.csl

Lines changed: 446 additions & 0 deletions
Large diffs are not rendered by default.

annals-of-laboratory-medicine.csl

Lines changed: 201 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,201 @@
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>Annals of Laboratory Medicine</title>
5+
<title-short>ALM</title-short>
6+
<id>http://www.zotero.org/styles/annals-of-laboratory-medicine</id>
7+
<link href="http://www.zotero.org/styles/annals-of-laboratory-medicine" rel="self"/>
8+
<link href="http://www.zotero.org/styles/sage-vancouver-brackets" rel="template"/>
9+
<link href="http://www.annlabmed.org/content/authors/file/Author%E2%80%99s_Checklist.pdf?v=2203101106" rel="documentation"/>
10+
<author>
11+
<name>Taeo Ma</name>
12+
<email>[email protected]</email>
13+
</author>
14+
<category citation-format="numeric"/>
15+
<category field="medicine"/>
16+
<summary>Annals of Laboratory Medicine style</summary>
17+
<issn>2234-3806</issn>
18+
<eissn>2234-3814</eissn>
19+
<updated>2022-03-10T09:47:13+00:00</updated>
20+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
21+
</info>
22+
<macro name="author">
23+
<names variable="author" suffix=". ">
24+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
25+
<label form="short" prefix=" (" suffix=")" strip-periods="true"/>
26+
<substitute>
27+
<names variable="editor"/>
28+
</substitute>
29+
</names>
30+
</macro>
31+
<macro name="editor">
32+
<names variable="editor">
33+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
34+
<label form="short" prefix=" (" suffix=")" strip-periods="true"/>
35+
</names>
36+
</macro>
37+
<macro name="date">
38+
<choose>
39+
<if type="article-newspaper report" match="any">
40+
<date variable="issued" form="text"/>
41+
</if>
42+
<else>
43+
<date variable="issued" form="text" date-parts="year"/>
44+
</else>
45+
</choose>
46+
</macro>
47+
<macro name="publisher">
48+
<group delimiter=", ">
49+
<group delimiter=" ">
50+
<text variable="genre" text-case="title"/>
51+
<text variable="number"/>
52+
</group>
53+
<group delimiter=": ">
54+
<choose>
55+
<if type="thesis" match="none">
56+
<text variable="publisher-place"/>
57+
</if>
58+
</choose>
59+
<text variable="publisher"/>
60+
</group>
61+
<choose>
62+
<if variable="URL" match="none">
63+
<text macro="date"/>
64+
</if>
65+
</choose>
66+
</group>
67+
</macro>
68+
<macro name="access">
69+
<choose>
70+
<if variable="page" match="none">
71+
<choose>
72+
<if variable="DOI" match="any">
73+
<group prefix=". " delimiter=". ">
74+
<date variable="issued" form="text" prefix="Epub ahead of print "/>
75+
<text variable="DOI" prefix="DOI: "/>
76+
</group>
77+
</if>
78+
<else>
79+
<group delimiter=" " prefix=", ">
80+
<text variable="URL"/>
81+
<text macro="accessed-date"/>
82+
</group>
83+
</else>
84+
</choose>
85+
</if>
86+
</choose>
87+
</macro>
88+
<macro name="accessed-date">
89+
<choose>
90+
<if variable="URL">
91+
<group prefix="(" suffix=")" delimiter=", ">
92+
<text macro="date"/>
93+
<group delimiter=" ">
94+
<text term="accessed"/>
95+
<date variable="accessed" form="text"/>
96+
</group>
97+
</group>
98+
</if>
99+
</choose>
100+
</macro>
101+
<macro name="container-title">
102+
<choose>
103+
<if type="article-journal" match="any">
104+
<text variable="container-title" form="short" strip-periods="true"/>
105+
</if>
106+
<else>
107+
<text variable="container-title"/>
108+
</else>
109+
</choose>
110+
</macro>
111+
<macro name="title">
112+
<choose>
113+
<if type="book patent report thesis" match="any">
114+
<text variable="title"/>
115+
</if>
116+
<else>
117+
<text variable="title"/>
118+
</else>
119+
</choose>
120+
</macro>
121+
<macro name="page">
122+
<group delimiter=" ">
123+
<label variable="page" form="short"/>
124+
<text variable="page"/>
125+
</group>
126+
</macro>
127+
<macro name="edition">
128+
<choose>
129+
<if is-numeric="edition">
130+
<group delimiter=" ">
131+
<number variable="edition" form="ordinal"/>
132+
<text term="edition" form="short"/>
133+
</group>
134+
</if>
135+
<else>
136+
<text variable="edition" suffix="."/>
137+
</else>
138+
</choose>
139+
</macro>
140+
<citation collapse="citation-number">
141+
<sort>
142+
<key variable="citation-number"/>
143+
</sort>
144+
<layout delimiter=", " prefix="[" suffix="]">
145+
<text variable="citation-number"/>
146+
</layout>
147+
</citation>
148+
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush">
149+
<layout suffix=".">
150+
<text variable="citation-number" prefix="" suffix=". "/>
151+
<text macro="author"/>
152+
<text macro="title"/>
153+
<choose>
154+
<if type="bill book graphic legal_case legislation motion_picture patent report song thesis" match="any">
155+
<group delimiter=". " prefix=". ">
156+
<text term="in" suffix=": " text-case="capitalize-first"/>
157+
<text macro="edition"/>
158+
<text macro="publisher"/>
159+
</group>
160+
</if>
161+
<else-if type="chapter paper-conference" match="any">
162+
<group delimiter=", " prefix=". ">
163+
<group delimiter=". ">
164+
<group delimiter=" ">
165+
<text term="in" suffix=": " text-case="capitalize-first"/>
166+
<text macro="editor"/>
167+
<text variable="container-title"/>
168+
</group>
169+
<text macro="publisher"/>
170+
</group>
171+
<text macro="page"/>
172+
</group>
173+
</else-if>
174+
<else-if type="article-newspaper article-magazine" match="any">
175+
<group delimiter=", " prefix=". ">
176+
<text macro="container-title"/>
177+
<text macro="date"/>
178+
<text macro="page"/>
179+
</group>
180+
</else-if>
181+
<else>
182+
<group delimiter=";" prefix=". ">
183+
<group delimiter=" ">
184+
<text macro="container-title"/>
185+
<choose>
186+
<if variable="page" match="any">
187+
<text macro="date"/>
188+
</if>
189+
</choose>
190+
</group>
191+
<group delimiter=":">
192+
<text variable="volume"/>
193+
<text variable="page"/>
194+
</group>
195+
</group>
196+
</else>
197+
</choose>
198+
<text macro="access"/>
199+
</layout>
200+
</bibliography>
201+
</style>

0 commit comments

Comments
 (0)