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-imperial-college-london.csl (include standard) #7482

Merged
merged 1 commit into from
Mar 17, 2025
Merged
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
14 changes: 12 additions & 2 deletions harvard-imperial-college-london.csl
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@
<contributor>
<name>S. Mackenzie</name>
</contributor>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<category citation-format="author-date"/>
<category field="medicine"/>
<summary>Harvard style from Imperial College London Library - 2021</summary>
<updated>2021-09-28T14:37:15+00:00</updated>
<updated>2025-03-17T20:44:13+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>
<macro name="editor">
Expand Down Expand Up @@ -182,7 +185,7 @@
<text macro="publisher"/>
</group>
</if>
<else-if type="webpage">
<else-if type="webpage post post-weblog" match="any">
<group prefix=" " delimiter=". " suffix=".">
<text macro="title"/>
<text macro="edition"/>
Expand Down Expand Up @@ -241,6 +244,13 @@
<text macro="pages" suffix="."/>
</group>
</else-if>
<else-if type="standard" match="any">
<group delimiter=". " suffix=".">
<text variable="number"/>
<text macro="title"/>
<text macro="publisher"/>
</group>
</else-if>
<else>
<group prefix=" " suffix="." delimiter=" ">
<text macro="title"/>
Expand Down