Changes Chicago note style to reflect new mapping of "presentation" to CSL "speech"
This commit is contained in:
parent
169630c5fe
commit
cb10ee1b2f
4 changed files with 14 additions and 14 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue