Skip to content

Commit

Permalink
Update springer-basic-author-date.csl (JabRef#4562)
Browse files Browse the repository at this point in the history
to add computer program
via JabRef#4389
  • Loading branch information
POBrien333 committed Feb 15, 2020
1 parent db525ac commit bf1ddae
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions springer-basic-author-date.csl
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,17 @@
<macro name="title">
<choose>
<if type="book">
<group delimiter=", ">
<text variable="title"/>
<text macro="edition"/>
<group delimiter=". ">
<group delimiter=", ">
<text variable="title"/>
<text macro="edition"/>
</group>
<choose>
<!-- Replace with type="software" as that becomes available -->
<if type="book" match="any" variable="version">
<text variable="version" prefix="Version "/>
</if>
</choose>
</group>
</if>
<else>
Expand Down Expand Up @@ -177,12 +185,21 @@
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<!-- Book
South J, Blass B (2001) The future of modern genomics. Blackwell, London -->
<group prefix=". " delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
<group delimiter=". ">
<group prefix=". " delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
<group>
<choose>
<if match="any" variable="version">
<text variable="URL" prefix="URL "/>
</if>
</choose>
</group>
</group>
</else-if>
<else-if type="webpage post-weblog" match="any">
<else-if type="webpage post-weblog post" match="any">
<!-- Online document
Doe J (1999) Title of subordinate document. In: The dictionary of substances and their effects.
Royal Society of Chemistry. Available via DIALOG.
Expand Down

0 comments on commit bf1ddae

Please sign in to comment.