Skip to content

Commit

Permalink
Fix psychiatric services
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Jan 23, 2020
1 parent f50e6f0 commit caabe36
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions psychiatric-services.csl
Original file line number Diff line number Diff line change
Expand Up @@ -65,26 +65,17 @@
</macro>
<macro name="journal-title">
<choose>
<if type="article-journal article-magazine" match="any">
<text variable="container-title" suffix=" "/>
<if type="article-journal" match="any">
<text variable="container-title" suffix=" " form="short" strip-periods="true"/>
</if>
<else>
<text variable="container-title" suffix=". " form="short"/>
<text variable="container-title" suffix=". "/>
</else>
</choose>
</macro>
<macro name="title">
<group delimiter=" ">
<text variable="title"/>
<choose>
<if type="article-journal article-magazine" match="none">
<choose>
<if variable="URL">
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
</if>
</choose>
</if>
</choose>
<choose>
<if type="thesis">
<text variable="genre" prefix="[" suffix="]"/>
Expand Down

0 comments on commit caabe36

Please sign in to comment.