Skip to content

Commit caabe36

Browse files
committed
1 parent f50e6f0 commit caabe36

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

Diff for: psychiatric-services.csl

+3-12
Original file line numberDiff line numberDiff line change
@@ -65,26 +65,17 @@
6565
</macro>
6666
<macro name="journal-title">
6767
<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"/>
7070
</if>
7171
<else>
72-
<text variable="container-title" suffix=". " form="short"/>
72+
<text variable="container-title" suffix=". "/>
7373
</else>
7474
</choose>
7575
</macro>
7676
<macro name="title">
7777
<group delimiter=" ">
7878
<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>
8879
<choose>
8980
<if type="thesis">
9081
<text variable="genre" prefix="[" suffix="]"/>

0 commit comments

Comments
 (0)