Skip to content

Commit bf1ddae

Browse files
authored
Update springer-basic-author-date.csl (JabRef#4562)
to add computer program via JabRef#4389
1 parent db525ac commit bf1ddae

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

springer-basic-author-date.csl

+24-7
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,17 @@
7171
<macro name="title">
7272
<choose>
7373
<if type="book">
74-
<group delimiter=", ">
75-
<text variable="title"/>
76-
<text macro="edition"/>
74+
<group delimiter=". ">
75+
<group delimiter=", ">
76+
<text variable="title"/>
77+
<text macro="edition"/>
78+
</group>
79+
<choose>
80+
<!-- Replace with type="software" as that becomes available -->
81+
<if type="book" match="any" variable="version">
82+
<text variable="version" prefix="Version "/>
83+
</if>
84+
</choose>
7785
</group>
7886
</if>
7987
<else>
@@ -177,12 +185,21 @@
177185
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
178186
<!-- Book
179187
South J, Blass B (2001) The future of modern genomics. Blackwell, London -->
180-
<group prefix=". " delimiter=", ">
181-
<text variable="publisher"/>
182-
<text variable="publisher-place"/>
188+
<group delimiter=". ">
189+
<group prefix=". " delimiter=", ">
190+
<text variable="publisher"/>
191+
<text variable="publisher-place"/>
192+
</group>
193+
<group>
194+
<choose>
195+
<if match="any" variable="version">
196+
<text variable="URL" prefix="URL "/>
197+
</if>
198+
</choose>
199+
</group>
183200
</group>
184201
</else-if>
185-
<else-if type="webpage post-weblog" match="any">
202+
<else-if type="webpage post-weblog post" match="any">
186203
<!-- Online document
187204
Doe J (1999) Title of subordinate document. In: The dictionary of substances and their effects.
188205
Royal Society of Chemistry. Available via DIALOG.

0 commit comments

Comments
 (0)