Skip to content

Commit 5e264d5

Browse files
authored
Update multidisciplinary-digital-publishing-institute.csl (#5708)
Added speech format, fixed text-case for chapter titles (book-container macro), and added page range format
1 parent 46e961f commit 5e264d5

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

multidisciplinary-digital-publishing-institute.csl

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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">
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="expanded" default-locale="en-US">
33
<info>
44
<title>Multidisciplinary Digital Publishing Institute</title>
55
<title-short>MDPI</title-short>
@@ -12,6 +12,9 @@
1212
</author>
1313
<contributor>
1414
<name>Patrick O'Brien</name>
15+
</contributor>
16+
<contributor>
17+
<name>Johan van der Molen Moris</name>
1518
</contributor>
1619
<category citation-format="numeric"/>
1720
<category field="science"/>
@@ -23,6 +26,7 @@
2326
<terms>
2427
<term name="available at">available online</term>
2528
<term name="accessed">accessed on</term>
29+
<term name="presented at">presented at the</term>
2630
</terms>
2731
</locale>
2832
<macro name="editor">
@@ -59,7 +63,7 @@
5963
</macro>
6064
<macro name="book-container">
6165
<group delimiter=" ">
62-
<text variable="title" suffix="."/>
66+
<text variable="title" text-case="title" suffix="."/>
6367
<text term="in" text-case="capitalize-first"/>
6468
<text variable="container-title" font-style="italic"/>
6569
</group>
@@ -198,6 +202,19 @@
198202
</group>
199203
</group>
200204
</else-if>
205+
<else-if type="speech">
206+
<group delimiter=" ">
207+
<text variable="title" text-case="title" suffix="."/>
208+
<group delimiter=", ">
209+
<group delimiter=" ">
210+
<text term="presented at" text-case="capitalize-first"/>
211+
<text variable="event"/>
212+
</group>
213+
<text variable="event-place"/>
214+
<text macro="issued"/>
215+
</group>
216+
</group>
217+
</else-if>
201218
<else-if type="article-journal">
202219
<group delimiter=" ">
203220
<text variable="title" text-case="title" suffix="."/>

0 commit comments

Comments
 (0)