Skip to content

Commit d70c2a4

Browse files
authored
Add chapter section in bibliography (JabRef#4732)
1 parent 366dbc1 commit d70c2a4

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

el-profesional-de-la-informacion.csl

+11-7
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<category field="social_science"/>
1414
<issn>1386-6710</issn>
1515
<eissn>1699-2407</eissn>
16-
<updated>2012-09-27T22:06:38+00:00</updated>
16+
<updated>2020-04-27T22:06:38+00:00</updated>
1717
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1818
</info>
1919
<locale>
@@ -77,7 +77,7 @@
7777
</group>
7878
<text macro="title"/>
7979
<choose>
80-
<if type="paper-conference" match="any">
80+
<if type="chapter paper-conference" match="any">
8181
<text variable="container-title" prefix="En: " font-style="italic"/>
8282
</if>
8383
<else>
@@ -89,13 +89,17 @@
8989
<if type="book" match="any">
9090
<group delimiter=", ">
9191
<text macro="publisher"/>
92-
<choose>
93-
<if variable="ISBN">
94-
<text variable="ISBN" prefix="ISBN "/>
95-
</if>
96-
</choose>
92+
<text variable="ISBN" prefix="ISBN "/>
9793
</group>
9894
</if>
95+
<else-if type="chapter" match="any">
96+
<text macro="publisher" suffix=". "/>
97+
<group delimiter=" " suffix=". ">
98+
<label variable="page" form="short"/>
99+
<text variable="page"/>
100+
</group>
101+
<text variable="ISBN" prefix="ISBN "/>
102+
</else-if>
99103
<else>
100104
<group delimiter=", ">
101105
<text variable="volume" prefix="v. "/>

0 commit comments

Comments
 (0)