Skip to content

Commit

Permalink
Update instituto-universitario-militar-author-guidelines.csl
Browse files Browse the repository at this point in the history
  • Loading branch information
rppm authored Dec 29, 2024
1 parent 5a249e1 commit 61658ec
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions instituto-universitario-militar-author-guidelines.csl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<category field="psychology"/>
<category field="generic-base"/>
<summary>This is an adaptation of APA 6th to the Military University Institute standard for IUM editorial lines. For further information on legal references, please check legal-cites macro</summary>
<updated>2024-11-09T20:16:08+00:00</updated>
<updated>2024-12-29T12:00:08+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="en">
Expand Down Expand Up @@ -1552,9 +1552,17 @@
</macro>
<macro name="author-with-acronym">
<choose>
<if position="subsequent" variable="citation-label">
<text variable="citation-label"/>
<if position="first" variable="citation-label">
<group>
<names variable="author">
<name and="symbol" delimiter=", " initialize-with=". "/>
</names>
<text variable="citation-label" prefix=" [" suffix="]"/>
</group>
</if>
<else-if position="subsequent" variable="citation-label">
<text variable="citation-label"/>
</else-if>
<else>
<text macro="author-short"/>
</else>
Expand Down

0 comments on commit 61658ec

Please sign in to comment.