www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 4827d87aa328c96d0fb11a701e9fa5f79f43bec7
parent 3a7f23623f4dbabbd7747c1b2cbc420a98eba334
Author: eugenem <eugenem@gatech.edu>
Date:   Mon, 11 Aug 2008 04:46:34 +0000

ACM SIGCHI format edit: improved newspaper/magazine citation.


Diffstat:
Mcsl/acm-sigchi-proceedings.csl | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/csl/acm-sigchi-proceedings.csl b/csl/acm-sigchi-proceedings.csl @@ -138,10 +138,14 @@ </group> </else-if> <else> + <group suffix=", " delimiter=" " font-style="italic"> + <text variable="container-title"/> + <text variable="volume"/> + </group> <group suffix="." delimiter=", "> - <text variable="container-title" font-style="italic"/> <text macro="year"/> <text variable="page"/> + <text variable="URL"/> </group> </else> </choose>