Skip to content
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
28 changes: 18 additions & 10 deletions manchester-university-press.csl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<link href="http://www.zotero.org/styles/manchester-university-press" rel="self"/>
<link href="http://www.zotero.org/styles/modern-humanities-research-association-notes" rel="template"/>
<link href="https://manchesteruniversitypress.co.uk/the-peer-review-and-commissioning-process/" rel="documentation"/>
<!-- see the pdf "house style guide", linked at the bottom of the page -->
<author>
<name>Ian Cornelius</name>
<email>[email protected]</email>
Expand All @@ -19,9 +18,12 @@
<name>Julian Onions</name>
<email>[email protected]</email>
</contributor>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<category citation-format="note"/>
<summary>Manchester University Press monograph style with full notes and bibliography</summary>
<updated>2021-08-08T12:00:00+00:00</updated>
<updated>2025-12-12T16:35:10+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 @@ -372,8 +374,10 @@
<text variable="page" prefix=", "/>
</if>
<else>
<label variable="page" form="short" prefix=", " suffix=" "/>
<text variable="page"/>
<group delimiter=" ">
<label prefix=", " variable="page" form="short"/>
<text variable="page"/>
</group>
</else>
</choose>
</else>
Expand All @@ -383,20 +387,24 @@
<text macro="pages"/>
<choose>
<if variable="page">
<group prefix=" (" suffix=")">
<group delimiter=" " prefix=" (" suffix=")">
<label variable="locator" form="short" suffix=" "/>
<text variable="locator"/>
</group>
</if>
<else>
<label variable="locator" form="short" prefix=", " suffix=" "/>
<text variable="locator"/>
<group delimiter=" " prefix=", ">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
</else>
</choose>
</macro>
<macro name="point-locators-subsequent">
<label variable="locator" form="short" prefix=", " suffix=" "/>
<text variable="locator"/>
<group delimiter=" ">
<label suffix=" " variable="locator" form="short"/>
<text variable="locator"/>
</group>
</macro>
<macro name="archive-note">
<group delimiter=", ">
Expand Down Expand Up @@ -461,8 +469,8 @@
<text macro="contributors-short"/>
<text macro="title-short"/>
<text macro="locators-specific-note"/>
<text macro="point-locators-subsequent"/>
</group>
<text macro="point-locators-subsequent"/>
</else-if>
<else>
<group delimiter=", ">
Expand Down