Skip to content

Commit 9526038

Browse files
authored
journal title in italics in biophysical-journal.csl (JabRef#4595)
1 parent 9ab51f9 commit 9526038

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

biophysical-journal.csl

+8-10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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">
33
<info>
44
<title>Biophysical Journal</title>
5+
<title-short>BPJ</title-short>
56
<id>http://www.zotero.org/styles/biophysical-journal</id>
67
<link href="http://www.zotero.org/styles/biophysical-journal" rel="self"/>
78
<link href="http://download.cell.com/images/edimages/Biophys/Instructions_to_Authors.pdf" rel="documentation"/>
@@ -74,7 +75,7 @@
7475
<text variable="citation-number"/>
7576
</layout>
7677
</citation>
77-
<bibliography et-al-min="99" et-al-use-first="98" second-field-align="flush">
78+
<bibliography second-field-align="flush">
7879
<layout suffix=".">
7980
<text variable="citation-number" suffix=". "/>
8081
<text macro="author"/>
@@ -98,16 +99,13 @@
9899
</group>
99100
</else-if>
100101
<else>
101-
<text variable="container-title" suffix=". " form="short"/>
102-
<choose>
103-
<if variable="page">
102+
<group delimiter=". ">
103+
<text variable="container-title" form="short" font-style="italic"/>
104+
<group delimiter=":">
104105
<text variable="volume"/>
105-
<text variable="page" prefix=": " suffix="."/>
106-
</if>
107-
<else>
108-
<text variable="volume" suffix="."/>
109-
</else>
110-
</choose>
106+
<text variable="page"/>
107+
</group>
108+
</group>
111109
</else>
112110
</choose>
113111
</layout>

0 commit comments

Comments
 (0)