Skip to content

Commit

Permalink
Update sciences-po-ecole-doctorale-note-french.csl (#6290)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaCouthuresIdrizi committed Dec 27, 2022
1 parent bdd53ec commit 0ce09c9
Showing 1 changed file with 38 additions and 12 deletions.
50 changes: 38 additions & 12 deletions sciences-po-ecole-doctorale-note-french.csl
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,16 @@
</macro>
<macro name="archive">
<choose>
<if variable="archive archive_location" match="any">
<group delimiter=". ">
<text variable="archive_location" text-case="capitalize-first"/>
<text variable="archive"/>
<text variable="archive-place"/>
<if type="manuscript" match="any">
<group delimiter="">
<text variable="publisher-place" suffix=".&#160;"/>
<text variable="archive" suffix=",&#160;"/>
<text variable="archive_location"/>
<choose>
<if variable="call-number" match="any">
<text variable="call-number" prefix="&#160;/&#160;"/>
</if>
</choose>
</group>
</if>
</choose>
Expand Down Expand Up @@ -123,7 +128,7 @@
</macro>
<macro name="title">
<choose>
<if type="article bill book broadcast graphic legal_case legislation map manuscript motion_picture patent personal_communication report song webpage" match="any">
<if type="article bill book broadcast graphic legal_case legislation map motion_picture patent personal_communication report song webpage" match="any">
<text variable="title" font-style="italic"/>
</if>
<else-if type="article-journal article-newspaper article-magazine" match="any">
Expand All @@ -145,9 +150,9 @@
</group>
</else-if>
<else-if type="manuscript" match="any">
<group delimiter=",">
<text variable="title" quotes="true"/>
<text variable="genre" prefix=" "/>
<group delimiter=". ">
<text variable="title" font-style="italic"/>
<text variable="genre"/>
</group>
</else-if>
<else-if type="chapter entry-dictionary entry-encyclopedia" match="any">
Expand All @@ -164,7 +169,7 @@
</macro>
<macro name="pub-place">
<choose>
<if type="bill book chapter entry-dictionary entry-encyclopedia thesis legal_case manuscript map paper-conference song" match="any">
<if type="bill book chapter entry-dictionary entry-encyclopedia thesis legal_case map paper-conference song" match="any">
<choose>
<if variable="publisher-place" match="any">
<text variable="publisher-place"/>
Expand All @@ -178,7 +183,7 @@
</macro>
<macro name="publisher">
<choose>
<if type="bill book chapter entry-dictionary entry-encyclopedia thesis legal_case manuscript map paper-conference report song" match="any">
<if type="bill book chapter entry-dictionary entry-encyclopedia thesis legal_case map paper-conference report song" match="any">
<choose>
<if variable="publisher" match="any">
<text variable="publisher"/>
Expand All @@ -192,7 +197,7 @@
</macro>
<macro name="yearpage">
<choose>
<if type="article bill book graphic legal_case map motion_picture paper-conference manuscript report song thesis" match="any">
<if type="article bill book graphic legal_case map motion_picture paper-conference report song thesis" match="any">
<group delimiter=". ">
<date variable="issued">
<date-part name="year"/>
Expand Down Expand Up @@ -272,6 +277,26 @@
</choose>
</group>
</else-if>
<else-if type="manuscript" match="any">
<group delimiter=". ">
<date variable="issued">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year" suffix=""/>
</date>
<choose>
<if variable="locator" match="any">
<group delimiter="&#8239;">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
</if>
<else-if variable="locator" match="none">
<text variable="number-of-pages" suffix="&#160;p"/>
</else-if>
</choose>
</group>
</else-if>
<else-if type="webpage post-weblog" match="any">
<date variable="issued">
<date-part name="year"/>
Expand Down Expand Up @@ -388,6 +413,7 @@
<text macro="medium" suffix=". "/>
<text macro="dimensions" suffix=". "/>
<text macro="access" suffix="]. "/>
<text macro="archive"/>
</else>
</choose>
</layout>
Expand Down

0 comments on commit 0ce09c9

Please sign in to comment.