Commit 508da89 1 parent 53e1d0b commit 508da89 Copy full SHA for 508da89
File tree 1 file changed +33
-13
lines changed
1 file changed +33
-13
lines changed Original file line number Diff line number Diff line change 25
25
<locale xml : lang =" en" >
26
26
<terms >
27
27
<term name =" no date" form =" long" >date unknown</term >
28
- <term name =" presented at" >paper presented at</term >
28
+ <term name =" presented at" >presented at</term >
29
29
</terms >
30
30
</locale >
31
31
<macro name =" author" >
45
45
</names >
46
46
</macro >
47
47
<macro name =" publisher" >
48
- <group delimiter =" ; " >
49
- <group delimiter =" : " >
50
- <text variable =" publisher-place" />
51
- <text variable =" publisher" />
52
- </group >
53
- <text macro =" date" />
54
- </group >
48
+ <choose >
49
+ <if type =" speech" match =" any" >
50
+ <group delimiter =" ; " >
51
+ <text macro =" date" />
52
+ <text variable =" event-place" />
53
+ </group >
54
+ </if >
55
+ <else >
56
+ <group delimiter =" ; " >
57
+ <group delimiter =" : " >
58
+ <text variable =" publisher-place" />
59
+ <text variable =" publisher" />
60
+ </group >
61
+ <text macro =" date" />
62
+ </group >
63
+ </else >
64
+ </choose >
55
65
</macro >
56
66
<macro name =" date" >
57
67
<choose >
58
68
<if variable =" issued" >
59
69
<choose >
60
- <if type =" report paper-conference " match =" any" >
70
+ <if type =" report speech " match =" any" >
61
71
<date form =" text" date-parts =" year-month-day" variable =" issued" />
62
72
</if >
63
73
<else >
129
139
<text macro =" publisher" />
130
140
</group >
131
141
</if >
132
- <else-if type =" chapter" match =" any" >
142
+ <else-if type =" chapter paper-conference " match =" any" >
133
143
<group prefix =" " >
134
144
<text term =" in" suffix =" : " text-case =" capitalize-first" />
135
145
<text macro =" editor" />
142
152
</group >
143
153
</group >
144
154
</else-if >
145
- <else-if type =" paper-conference " match =" any" >
155
+ <else-if type =" speech " match =" any" >
146
156
<group delimiter =" ; " >
147
157
<group delimiter =" : " >
148
- <text term =" presented at" text-case =" capitalize-first" />
149
- <text variable =" container-title" />
158
+ <group delimiter =" " >
159
+ <choose >
160
+ <if variable =" genre" match =" any" >
161
+ <text variable =" genre" text-case =" capitalize-first" />
162
+ </if >
163
+ <else >
164
+ <text value =" Paper" />
165
+ </else >
166
+ </choose >
167
+ <text term =" presented at" />
168
+ </group >
169
+ <text variable =" event" />
150
170
</group >
151
171
<text macro =" publisher" />
152
172
</group >
You can’t perform that action at this time.
0 commit comments