File tree 1 file changed +3
-12
lines changed
1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 65
65
</macro >
66
66
<macro name =" journal-title" >
67
67
<choose >
68
- <if type =" article-journal article-magazine " match =" any" >
69
- <text variable =" container-title" suffix =" " />
68
+ <if type =" article-journal" match =" any" >
69
+ <text variable =" container-title" suffix =" " form = " short " strip-periods = " true " />
70
70
</if >
71
71
<else >
72
- <text variable =" container-title" suffix =" . " form = " short " />
72
+ <text variable =" container-title" suffix =" . " />
73
73
</else >
74
74
</choose >
75
75
</macro >
76
76
<macro name =" title" >
77
77
<group delimiter =" " >
78
78
<text variable =" title" />
79
- <choose >
80
- <if type =" article-journal article-magazine" match =" none" >
81
- <choose >
82
- <if variable =" URL" >
83
- <text term =" internet" prefix =" [" suffix =" ]" text-case =" capitalize-first" />
84
- </if >
85
- </choose >
86
- </if >
87
- </choose >
88
79
<choose >
89
80
<if type =" thesis" >
90
81
<text variable =" genre" prefix =" [" suffix =" ]" />
You can’t perform that action at this time.
0 commit comments