Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update harvard-university-for-the-creative-arts.csl #7153

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions harvard-university-for-the-creative-arts.csl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<category citation-format="author-date"/>
<category field="generic-base"/>
<summary>University for the Creative Arts Harvard style</summary>
<updated>2022-06-22T13:41:19+00:00</updated>
<updated>2024-08-19T14:57:37+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>
Expand Down Expand Up @@ -269,6 +269,7 @@
<text variable="number" suffix="."/>
</else-if>
<else-if type="motion_picture article broadcast" match="any">
<text macro="director"/>
<choose>
<if match="any" variable="collection-title container-title">
<group suffix=" ">
Expand All @@ -278,9 +279,6 @@
</group>
</if>
</choose>
<names variable="author" prefix="Directed by ">
<name suffix="." and="text" delimiter-precedes-last="never" initialize-with="." name-as-sort-order="all"/>
</names>
<text variable="medium" prefix=" [" suffix="] "/>
</else-if>
<else-if type="book" match="any">
Expand Down Expand Up @@ -436,6 +434,12 @@
<label form="short" prefix=" (" suffix=")"/>
</names>
</macro>
<macro name="director">
<names variable="director">
<label text-case="capitalize-first" suffix=" "/>
<name and="text" delimiter-precedes-last="never" initialize-with="." name-as-sort-order="all"/>
</names>
</macro>
<citation disambiguate-add-year-suffix="true" collapse="year-suffix" et-al-min="3" et-al-use-first="1">
<layout delimiter="; " prefix="(" suffix=")">
<group delimiter=":">
Expand Down
Loading