www

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

commit cb10ee1b2f9efcd8a2144b6457c5ebb1a875439b
parent 169630c5feb92563c249f23f008630855d86c31e
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date:   Mon,  3 Mar 2008 13:19:49 +0000

Changes Chicago note style to reflect new mapping of "presentation" to CSL "speech"


Diffstat:
Mcsl/chicago-fullnote-bibliography.csl | 10+++++-----
Mcsl/chicago-note-bibliography.csl | 6+++---
Mcsl/chicago-note-no-ibid.csl | 6+++---
Mcsl/chicago-note.csl | 6+++---
4 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/csl/chicago-fullnote-bibliography.csl b/csl/chicago-fullnote-bibliography.csl @@ -244,7 +244,7 @@ <if type="interview"> <text term="interview" text-case="lowercase"/> </if> - <else-if type="manuscript paper-conference" match="any"> + <else-if type="manuscript speech" match="any"> <text variable="genre" form="short"/> </else-if> <else-if type="personal_communication"> @@ -266,7 +266,7 @@ <text variable="medium"/> <choose> <if variable="title" match="none"> </if> - <else-if type="thesis paper-conference" match="any"> </else-if> + <else-if type="thesis speech" match="any"> </else-if> <else> <text variable="genre"/> </else> @@ -281,7 +281,7 @@ </group> <choose> <if variable="title" match="none"> </if> - <else-if type="thesis paper-conference" match="any"> </else-if> + <else-if type="thesis speech" match="any"> </else-if> <else> <text variable="genre" text-case="capitalize-first"/> </else> @@ -471,7 +471,7 @@ <group delimiter=" "> <choose> <if variable="title" match="none"> </if> - <else-if type="thesis paper-conference" match="any"> + <else-if type="thesis speech" match="any"> <text variable="genre"/> </else-if> </choose> @@ -494,7 +494,7 @@ <else-if variable="publisher-place publisher" match="any"> <choose> <if variable="title" match="none"> </if> - <else-if type="paper-conference"> + <else-if type="speech"> <text variable="genre" text-case="capitalize-first" prefix=". "/> </else-if> </choose> diff --git a/csl/chicago-note-bibliography.csl b/csl/chicago-note-bibliography.csl @@ -163,7 +163,7 @@ <if type="interview"> <text term="interview" text-case="lowercase"/> </if> - <else-if type="manuscript paper-conference" match="any"> + <else-if type="manuscript speech" match="any"> <text variable="genre" form="short"/> </else-if> <else-if type="personal_communication"> @@ -187,7 +187,7 @@ </group> <choose> <if variable="title" match="none"> </if> - <else-if type="thesis paper-conference" match="any"> </else-if> + <else-if type="thesis speech" match="any"> </else-if> <else> <text variable="genre" text-case="capitalize-first"/> </else> @@ -313,7 +313,7 @@ <else-if variable="publisher-place publisher" match="any"> <choose> <if variable="title" match="none"> </if> - <else-if type="paper-conference"> + <else-if type="speech"> <text variable="genre" text-case="capitalize-first" prefix=". "/> </else-if> </choose> diff --git a/csl/chicago-note-no-ibid.csl b/csl/chicago-note-no-ibid.csl @@ -123,7 +123,7 @@ <if type="interview"> <text term="interview" text-case="lowercase"/> </if> - <else-if type="manuscript paper-conference" match="any"> + <else-if type="manuscript speech" match="any"> <text variable="genre" form="short"/> </else-if> <else-if type="personal_communication"> @@ -145,7 +145,7 @@ <text variable="medium"/> <choose> <if variable="title" match="none"> </if> - <else-if type="thesis paper-conference" match="any"> </else-if> + <else-if type="thesis speech" match="any"> </else-if> <else> <text variable="genre"/> </else> @@ -285,7 +285,7 @@ <group delimiter=" "> <choose> <if variable="title" match="none"> </if> - <else-if type="thesis paper-conference" match="any"> + <else-if type="thesis speech" match="any"> <text variable="genre"/> </else-if> </choose> diff --git a/csl/chicago-note.csl b/csl/chicago-note.csl @@ -123,7 +123,7 @@ <if type="interview"> <text term="interview" text-case="lowercase"/> </if> - <else-if type="manuscript paper-conference" match="any"> + <else-if type="manuscript speech" match="any"> <text variable="genre" form="short"/> </else-if> <else-if type="personal_communication"> @@ -145,7 +145,7 @@ <text variable="medium"/> <choose> <if variable="title" match="none"> </if> - <else-if type="thesis paper-conference" match="any"> </else-if> + <else-if type="thesis speech" match="any"> </else-if> <else> <text variable="genre"/> </else> @@ -285,7 +285,7 @@ <group delimiter=" "> <choose> <if variable="title" match="none"> </if> - <else-if type="thesis paper-conference" match="any"> + <else-if type="thesis speech" match="any"> <text variable="genre"/> </else-if> </choose>