Skip to content

Commit

Permalink
Update file
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 29, 2024
1 parent 22310c0 commit 798a4d8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions _extensions/minapa/apa.csl
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@
<group delimiter=" ">
<text variable="genre" text-case="capitalize-first"/>
<group delimiter=" ">
<text term="author" form="verb"/>
<text term="container-author" form="verb"/>
<names variable="interviewer">
<name and="symbol" initialize-with=". " delimiter=", "/>
</names>
Expand Down Expand Up @@ -1619,9 +1619,6 @@
<if variable="archive DOI URL" match="none">
<text variable="publisher"/>
</if>
<else>
<text variable="archive"/>
</else>
</choose>
</if>
<else-if type="post webpage" match="any">
Expand Down Expand Up @@ -1660,17 +1657,21 @@
<text variable="archive_location" prefix="(" suffix=")"/>
</group>
<text variable="archive"/>
<text variable="archive-place"/>
</if>
<else>
<group delimiter=" ">
<text variable="archive"/>
<text variable="archive_location" prefix="(" suffix=")"/>
</group>
<text variable="archive-place"/>
</else>
</choose>
</if>
<else>
<text variable="archive"/>
</else>
</choose>
<text variable="archive-place"/>
</group>
</group>
</macro>
Expand Down

0 comments on commit 798a4d8

Please sign in to comment.