Skip to content

Commit

Permalink
Corrections based on author instructions (#6306)
Browse files Browse the repository at this point in the history
Hanging indent was missing in the style & removes some labels
  • Loading branch information
RonaldVisser committed Nov 18, 2022
1 parent 7a10e3f commit a2bce86
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions iawa-journal.csl
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@
<text macro="author-short"/>
<text macro="year-date"/>
</group>
<text variable="locator" prefix="p."/>
<text variable="locator"/>
</group>
</layout>
</citation>
<bibliography hanging-indent="true" et-al-min="11" et-al-use-first="5">
<bibliography hanging-indent="false" et-al-min="11" et-al-use-first="5">
<sort>
<key macro="author"/>
<key macro="year-date"/>
Expand All @@ -160,7 +160,7 @@
<text macro="title"/>
<text variable="event" prefix="presented at the "/>
<text variable="event-place"/>
<text variable="page" suffix=" pp."/>
<text variable="page"/>
<date variable="issued">
<date-part name="day" suffix=" "/>
<date-part name="month" form="long"/>
Expand All @@ -170,24 +170,24 @@
<else-if type="chapter paper-conference" match="any">
<group delimiter=". " prefix=" ">
<text macro="title" suffix="."/>
<group delimiter=", ">
<group>
<group>
<text term="in" text-case="capitalize-first" suffix=": "/>
<text macro="editor"/>
<text macro="editor" suffix="."/>
</group>
<group delimiter=": ">
<text variable="container-title" font-style="italic"/>
<group>
<text variable="container-title" suffix=": "/>
</group>
<text macro="refpages"/>
</group>
<text macro="publisher" suffix=";"/>
<text macro="publisher" suffix="."/>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=", " prefix=" ">
<group delimiter=". " prefix=" ">
<text macro="title"/>
<text variable="genre"/>
<text variable="page" suffix=" pp."/>
<text variable="page"/>
<text macro="publisher"/>
<date variable="issued">
<date-part name="day" suffix=" "/>
Expand All @@ -196,9 +196,9 @@
</group>
</else-if>
<else>
<group delimiter=". " prefix=" ">
<text macro="title"/>
<text macro="editor"/>
<group prefix=" ">
<text macro="title" suffix=". "/>
<text macro="editor" suffix=". "/>
<group delimiter=": " prefix=" ">
<group delimiter=" ">
<text variable="container-title" form="short"/>
Expand Down

0 comments on commit a2bce86

Please sign in to comment.