Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update melanges-de-linstitut-dominicain-detudes-orientales-fr.csl
Browse files Browse the repository at this point in the history
Corrections corresponding to the changes suggested by @bwiernik in the English style.
NicolasSouchon authored Jan 26, 2025
1 parent 7ae02f0 commit 31fc7a4
Showing 1 changed file with 21 additions and 24 deletions.
45 changes: 21 additions & 24 deletions melanges-de-linstitut-dominicain-detudes-orientales-fr.csl
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" and="symbol" delimiter-precedes-et-al="never" delimiter-precedes-last="never" initialize="false" page-range-format="expanded" initialize-with-hyphen="false" demote-non-dropping-particle="never" default-locale="fr">
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
<info>
<title>Mélanges de l'Institut dominicain d'études orientales (français)</title>
<title>Mélanges de l'Institut dominicain d'études orientales (Français)</title>
<title-short>MIDEO</title-short>
<id>http://www.zotero.org/styles/melanges-de-linstitut-dominicain-detudes-orientales-fr</id>
<link href="http://www.zotero.org/styles/melanges-de-linstitut-dominicain-detudes-orientales-fr" rel="self"/>
@@ -28,6 +28,10 @@
<macro name="author">
<names variable="author">
<name delimiter-precedes-et-al="never" delimiter-precedes-last="never" initialize="false" name-as-sort-order="all"/>
<substitute>
<names variable="editor translator"/>
<text variable="title"/>
</substitute>
</names>
</macro>
<macro name="title">
@@ -91,6 +95,19 @@
<macro name="original-date">
<date date-parts="year" form="numeric" variable="original-date" prefix="[" suffix="]"/>
</macro>
<macro name="date">
<choose>
<if match="any" variable="original-date">
<group delimiter=" ">
<text macro="issued"/>
<text macro="original-date" prefix="[" suffix="]"/>
</group>
</if>
<else>
<text macro="issued"/>
</else>
</choose>
</macro>
<macro name="url">
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
</macro>
@@ -106,7 +123,7 @@
</macro>
<macro name="editor">
<group>
<names variable="editor">
<names variable="editor translator">
<name delimiter-precedes-et-al="never" delimiter-precedes-last="never" initialize="false"/>
<label form="short" plural="never" prefix=" (" suffix=")"/>
</names>
@@ -171,17 +188,7 @@
</group>
<text macro="publisher-place"/>
<text macro="publisher"/>
<choose>
<if match="any" variable="original-date">
<group delimiter=" ">
<text macro="issued"/>
<text macro="original-date" prefix="[" suffix="]"/>
</group>
</if>
<else>
<text macro="issued"/>
</else>
</choose>
<text macro="date"/>
<text macro="page"/>
</if>
<else-if type="article article-journal article-magazine article-newspaper" match="any">
@@ -241,17 +248,7 @@
<text macro="volume-number"/>
<text macro="publisher-place"/>
<text macro="publisher"/>
<choose>
<if match="any" variable="original-date">
<group delimiter=" ">
<text macro="issued"/>
<text macro="original-date" prefix="[" suffix="]"/>
</group>
</if>
<else>
<text macro="issued"/>
</else>
</choose>
<text macro="date"/>
</else>
</choose>
</group>

0 comments on commit 31fc7a4

Please sign in to comment.