Skip to content

Commit

Permalink
Update multidisciplinary-digital-publishing-institute.csl (#5708)
Browse files Browse the repository at this point in the history
Added speech format, fixed text-case for chapter titles (book-container macro), and added page range format
  • Loading branch information
jvandermolen authored Nov 12, 2021
1 parent 46e961f commit 5e264d5
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions multidisciplinary-digital-publishing-institute.csl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
<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">
<info>
<title>Multidisciplinary Digital Publishing Institute</title>
<title-short>MDPI</title-short>
Expand All @@ -12,6 +12,9 @@
</author>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<contributor>
<name>Johan van der Molen Moris</name>
</contributor>
<category citation-format="numeric"/>
<category field="science"/>
Expand All @@ -23,6 +26,7 @@
<terms>
<term name="available at">available online</term>
<term name="accessed">accessed on</term>
<term name="presented at">presented at the</term>
</terms>
</locale>
<macro name="editor">
Expand Down Expand Up @@ -59,7 +63,7 @@
</macro>
<macro name="book-container">
<group delimiter=" ">
<text variable="title" suffix="."/>
<text variable="title" text-case="title" suffix="."/>
<text term="in" text-case="capitalize-first"/>
<text variable="container-title" font-style="italic"/>
</group>
Expand Down Expand Up @@ -198,6 +202,19 @@
</group>
</group>
</else-if>
<else-if type="speech">
<group delimiter=" ">
<text variable="title" text-case="title" suffix="."/>
<group delimiter=", ">
<group delimiter=" ">
<text term="presented at" text-case="capitalize-first"/>
<text variable="event"/>
</group>
<text variable="event-place"/>
<text macro="issued"/>
</group>
</group>
</else-if>
<else-if type="article-journal">
<group delimiter=" ">
<text variable="title" text-case="title" suffix="."/>
Expand Down

0 comments on commit 5e264d5

Please sign in to comment.