Skip to content

Commit

Permalink
Update sciences-po-ecole-doctorale-author-date.csl (#6291)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaCouthuresIdrizi committed Dec 26, 2022
1 parent efde4d4 commit bdd53ec
Showing 1 changed file with 37 additions and 12 deletions.
49 changes: 37 additions & 12 deletions sciences-po-ecole-doctorale-author-date.csl
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,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 @@ -136,7 +141,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 @@ -158,9 +163,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 @@ -177,7 +182,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 @@ -191,7 +196,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 @@ -214,7 +219,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 @@ -277,6 +282,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="article-newspaper article-magazine" match="any">
<group delimiter=" ">
<date variable="issued">
Expand Down

0 comments on commit bdd53ec

Please sign in to comment.