Minor edits to ACM SIGCHI Conference Proceedings format.
This commit is contained in:
parent
4709aced0a
commit
7f1c47e7fb
|
@ -55,31 +55,27 @@
|
||||||
</macro>
|
</macro>
|
||||||
|
|
||||||
|
|
||||||
|
<macro name="year">
|
||||||
|
<date variable="issued">
|
||||||
|
<date-part name="year"/>
|
||||||
|
</date>
|
||||||
|
</macro>
|
||||||
|
|
||||||
|
|
||||||
<macro name="journal">
|
<macro name="journal">
|
||||||
<group suffix=", " font-style="italic">
|
<group suffix=", " font-style="italic">
|
||||||
<text variable="container-title" suffix=" "/>
|
<text variable="container-title" suffix=" "/>
|
||||||
<text variable="volume"/>
|
<text variable="volume"/>
|
||||||
</group>
|
</group>
|
||||||
<text variable="issue" suffix=" "/>
|
<text variable="issue" suffix=" "/>
|
||||||
<date variable="issued">
|
<text macro="year" prefix="(" suffix=")"/>
|
||||||
<date-part name="year" prefix="(" suffix=")"/>
|
|
||||||
</date>
|
|
||||||
</macro>
|
</macro>
|
||||||
|
|
||||||
|
|
||||||
<macro name="conference">
|
<macro name="conference">
|
||||||
<text variable="container-title" font-style="italic" suffix=", "/>
|
<text variable="container-title" font-style="italic" suffix=", "/>
|
||||||
<text variable="publisher" suffix=" "/>
|
<text variable="publisher" suffix=" "/>
|
||||||
<date variable="issued">
|
<text macro="year" prefix="(" suffix=")"/>
|
||||||
<date-part name="year" prefix="(" suffix=")"/>
|
|
||||||
</date>
|
|
||||||
</macro>
|
|
||||||
|
|
||||||
|
|
||||||
<macro name="year">
|
|
||||||
<date variable="issued">
|
|
||||||
<date-part name="year"/>
|
|
||||||
</date>
|
|
||||||
</macro>
|
</macro>
|
||||||
|
|
||||||
|
|
||||||
|
@ -114,22 +110,24 @@
|
||||||
</else>
|
</else>
|
||||||
</choose>
|
</choose>
|
||||||
<choose>
|
<choose>
|
||||||
<if type="book">
|
<if type="book">
|
||||||
<text variable="publisher" suffix=", "/>
|
<text variable="publisher" suffix=", "/>
|
||||||
<text variable="publisher-place" suffix=", "/>
|
<text variable="publisher-place" suffix=", "/>
|
||||||
<text macro="year" suffix="."/>
|
<text macro="year" suffix="."/>
|
||||||
</if>
|
</if>
|
||||||
<else-if type="paper-conference">
|
<else-if type="paper-conference">
|
||||||
<text macro="conference" suffix=", "/>
|
<group suffix=".">
|
||||||
<text variable="page" suffix="."/>
|
<text macro="conference" suffix=", "/>
|
||||||
</else-if>
|
<text variable="page"/>
|
||||||
|
</group>
|
||||||
|
</else-if>
|
||||||
<else-if type="chapter">
|
<else-if type="chapter">
|
||||||
<text term="in" text-case="capitalize-first" suffix=" "/>
|
<text term="in" text-case="capitalize-first" suffix=" "/>
|
||||||
<text macro="editor" suffix=", "/>
|
<text macro="editor" suffix=", "/>
|
||||||
<text variable="container-title" font-style="italic" suffix=". "/>
|
<text variable="container-title" font-style="italic" suffix=". "/>
|
||||||
<group suffix="." delimiter=", ">
|
<group suffix="." delimiter=", ">
|
||||||
<text variable="publisher"/>
|
<text variable="publisher"/>
|
||||||
<text variable="publisher-place"/>
|
<text variable="publisher-place"/>
|
||||||
<text variable="page"/>
|
<text variable="page"/>
|
||||||
</group>
|
</group>
|
||||||
</else-if>
|
</else-if>
|
||||||
|
@ -138,13 +136,11 @@
|
||||||
<text macro="journal"/>
|
<text macro="journal"/>
|
||||||
<text variable="page"/>
|
<text variable="page"/>
|
||||||
</group>
|
</group>
|
||||||
</else-if>
|
</else-if>
|
||||||
<else>
|
<else>
|
||||||
<group suffix="." delimiter=", ">
|
<group suffix="." delimiter=", ">
|
||||||
<text variable="container-title" font-style="italic"/>
|
<text variable="container-title" font-style="italic"/>
|
||||||
<date variable="issued">
|
<text macro="year"/>
|
||||||
<date-part name="year"/>
|
|
||||||
</date>
|
|
||||||
<text variable="page"/>
|
<text variable="page"/>
|
||||||
</group>
|
</group>
|
||||||
</else>
|
</else>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user