Skip to content

Commit 7ff9389

Browse files
authored
revise Manchester Univ. Press style (note-bib) (#5500)
1 parent 9e97809 commit 7ff9389

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

manchester-university-press.csl

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="chicago" default-locale="en-GB">
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="minimal" default-locale="en-GB">
33
<info>
44
<title>Manchester University Press monographs (note)</title>
55
<id>http://www.zotero.org/styles/manchester-university-press</id>
@@ -22,7 +22,7 @@
2222
<category citation-format="note"/>
2323
<category field="generic-base"/>
2424
<summary>Manchester University Press monograph style with full notes and bibliography</summary>
25-
<updated>2020-06-19T12:00:00+00:00</updated>
25+
<updated>2021-05-31T12:00:00+00:00</updated>
2626
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2727
</info>
2828
<locale xml:lang="en">
@@ -416,7 +416,7 @@
416416
</group>
417417
<choose>
418418
<if variable="DOI">
419-
<text variable="DOI" prefix=", https://doi.org/"/>
419+
<text variable="DOI" prefix=", doi: "/>
420420
</if>
421421
<else>
422422
<choose>
@@ -448,14 +448,23 @@
448448
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true">
449449
<layout suffix="." delimiter="; ">
450450
<choose>
451-
<if position="subsequent">
451+
<if position="ibid-with-locator">
452+
<group delimiter=", ">
453+
<text term="ibid" font-style="italic"/>
454+
<text macro="point-locators-subsequent"/>
455+
</group>
456+
</if>
457+
<else-if position="ibid">
458+
<text term="ibid" font-style="italic"/>
459+
</else-if>
460+
<else-if position="subsequent">
452461
<group delimiter=", ">
453462
<text macro="contributors-short"/>
454463
<text macro="title-short"/>
455464
<text macro="locators-specific-note"/>
456465
</group>
457466
<text macro="point-locators-subsequent"/>
458-
</if>
467+
</else-if>
459468
<else>
460469
<group delimiter=", ">
461470
<text macro="contributors-note"/>

0 commit comments

Comments
 (0)