Skip to content

Commit 6d06e5e

Browse files
authored
Create american-physical-society-et-al (JabRef#4974)
1 parent 7472744 commit 6d06e5e

File tree

1 file changed

+166
-0
lines changed

1 file changed

+166
-0
lines changed

Diff for: american-physical-society-et-al.csl

+166
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,166 @@
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-US">
3+
<info>
4+
<title>American Physical Society - et al. (if more than 3 authors)</title>
5+
<title-short>APS-et-al</title-short>
6+
<id>http://www.zotero.org/styles/american-physical-society-et-al</id>
7+
<link href="http://www.zotero.org/styles/american-physical-society-et-al" rel="self"/>
8+
<link href="http://www.zotero.org/styles/american-physics-society" rel="template"/>
9+
<link href="https://cdn.journals.aps.org/files/styleguide-pr.pdf" rel="documentation"/>
10+
<author>
11+
<name>Jonas Lähnemann</name>
12+
<email>[email protected]</email>
13+
</author>
14+
<category citation-format="numeric"/>
15+
<category field="physics"/>
16+
<summary>Short variant (first author et al., if more than 3 authors) of the American Physical Society (APS) citation style. Volume is bold and year comes last in normal brackets.</summary>
17+
<updated>2020-08-19T17:28:00+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">
22+
<name delimiter=", " initialize-with=". " and="text"/>
23+
<label form="long" prefix=", " suffix=" "/>
24+
<et-al font-style="italic"/>
25+
<substitute>
26+
<names variable="editor"/>
27+
<names variable="translator"/>
28+
</substitute>
29+
</names>
30+
</macro>
31+
32+
<macro name="editor">
33+
<names variable="editor">
34+
<label form="verb" suffix=" "/>
35+
<name delimiter=", " initialize-with=". " and="text"/>
36+
<et-al font-style="italic"/>
37+
</names>
38+
</macro>
39+
<macro name="year-date">
40+
<choose>
41+
<if variable="issued">
42+
<date variable="issued">
43+
<date-part name="year"/>
44+
</date>
45+
</if>
46+
<else>
47+
<text term="no date" form="short"/>
48+
</else>
49+
</choose>
50+
</macro>
51+
<macro name="day-date">
52+
<choose>
53+
<if variable="issued">
54+
<date variable="issued">
55+
<date-part name="day" suffix=" "/>
56+
<date-part name="month" form="long" suffix=" "/>
57+
<date-part name="year"/>
58+
</date>
59+
</if>
60+
<else>
61+
<text term="no date" form="short"/>
62+
</else>
63+
</choose>
64+
</macro>
65+
<macro name="publisher">
66+
<group prefix="(" suffix=")" delimiter=", ">
67+
<text variable="publisher"/>
68+
<text variable="publisher-place" text-case="title"/>
69+
<text macro="year-date"/>
70+
</group>
71+
</macro>
72+
<macro name="edition">
73+
<choose>
74+
<if is-numeric="edition">
75+
<group delimiter=" ">
76+
<number variable="edition" form="ordinal"/>
77+
<text term="edition" form="short"/>
78+
</group>
79+
</if>
80+
<else>
81+
<text variable="edition"/>
82+
</else>
83+
</choose>
84+
</macro>
85+
<citation collapse="citation-number">
86+
<sort>
87+
<key variable="citation-number"/>
88+
</sort>
89+
<layout delimiter="," prefix="&#160;[" suffix="]">
90+
<text variable="citation-number"/>
91+
</layout>
92+
</citation>
93+
<bibliography et-al-min="4" et-al-use-first="1" entry-spacing="0" second-field-align="flush">
94+
<layout suffix=".">
95+
<text variable="citation-number" prefix="[" suffix="]"/>
96+
<text macro="author" suffix=", "/>
97+
<choose>
98+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
99+
<group delimiter=" ">
100+
<group delimiter=", ">
101+
<text variable="title" text-case="title" font-style="italic"/>
102+
<text macro="edition"/>
103+
</group>
104+
<group delimiter=", ">
105+
<text macro="publisher"/>
106+
<group delimiter=" ">
107+
<label variable="page" form="short"/>
108+
<text variable="page"/>
109+
</group>
110+
</group>
111+
</group>
112+
</if>
113+
<else-if type="chapter paper-conference" match="any">
114+
<group delimiter=" ">
115+
<text term="in"/>
116+
<group delimiter=", ">
117+
<text variable="container-title" form="short" text-case="title" font-style="italic"/>
118+
<text macro="editor"/>
119+
<text macro="edition"/>
120+
</group>
121+
<group delimiter=", ">
122+
<text macro="publisher"/>
123+
<group delimiter=" ">
124+
<label variable="page" form="short"/>
125+
<text variable="page"/>
126+
</group>
127+
</group>
128+
</group>
129+
</else-if>
130+
<else-if type="patent">
131+
<group delimiter=" ">
132+
<text variable="number"/>
133+
<text macro="day-date" prefix="(" suffix=")"/>
134+
</group>
135+
</else-if>
136+
<else-if type="thesis">
137+
<group delimiter=", ">
138+
<text variable="title" text-case="title"/>
139+
<text variable="genre"/>
140+
<text variable="publisher"/>
141+
<text macro="year-date"/>
142+
</group>
143+
</else-if>
144+
<else>
145+
<group delimiter=" ">
146+
<choose>
147+
<if type="article-journal">
148+
<text variable="container-title" form="short"/>
149+
</if>
150+
<else>
151+
<text variable="container-title"/>
152+
</else>
153+
</choose>
154+
<group delimiter=", ">
155+
<text variable="volume" font-weight="bold"/>
156+
<group delimiter=" ">
157+
<text variable="page-first" form="short"/>
158+
<text macro="year-date" prefix="(" suffix=")"/>
159+
</group>
160+
</group>
161+
</group>
162+
</else>
163+
</choose>
164+
</layout>
165+
</bibliography>
166+
</style>

0 commit comments

Comments
 (0)