Skip to content

Commit 63c1f24

Browse files
committed
NHR: Fix categories
1 parent ffad25e commit 63c1f24

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

diffs/new-harts-rules-author-date.diff

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- templates/new-harts-rules-template.csl
22
+++ development/new-harts-rules-author-date.csl
3-
@@ -3,12 +3,13 @@
3+
@@ -3,18 +3,19 @@
44
type="application/relax-ng-compact-syntax" schematypens="http://relaxng.org/ns/compatibility/annotations/1.0"?>
55
<?xml-model href="https://raw.githubusercontent.com/citation-style-language/schema/refs/heads/master/schemas/styles/csl-repository.rnc"
66
type="application/relax-ng-compact-syntax" schematypens="http://purl.oclc.org/dsdl/schematron"?>
@@ -19,6 +19,13 @@
1919
<link href="https://en.wikipedia.org/wiki/Hart's_Rules" rel="documentation"/>
2020
<author>
2121
<name>Andrew Dunning</name>
22+
<uri>https://orcid.org/0000-0003-0464-5036</uri>
23+
</author>
24+
- <category citation-format="note"/>
25+
+ <category citation-format="author-date"/>
26+
<category field="anthropology"/>
27+
<category field="communications"/>
28+
<category field="generic-base"/>
2229
@@ -30,7 +31,7 @@
2330
<category field="social_science"/>
2431
<category field="sociology"/>

diffs/new-harts-rules-numbered.diff

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
11
--- templates/new-harts-rules-template.csl
22
+++ development/new-harts-rules-numbered.csl
3-
@@ -3,12 +3,13 @@
3+
@@ -3,18 +3,19 @@
44
type="application/relax-ng-compact-syntax" schematypens="http://relaxng.org/ns/compatibility/annotations/1.0"?>
55
<?xml-model href="https://raw.githubusercontent.com/citation-style-language/schema/refs/heads/master/schemas/styles/csl-repository.rnc"
66
type="application/relax-ng-compact-syntax" schematypens="http://purl.oclc.org/dsdl/schematron"?>
77
-<style and="text" class="note" default-locale="en-GB" demote-non-dropping-particle="display-and-sort" et-al-min="4" et-al-use-first="1" page-range-format="minimal" version="1.0" xmlns="http://purl.org/net/xbiblio/csl">
8-
+<style and="text" class="note" default-locale="en-GB" demote-non-dropping-particle="display-and-sort" et-al-min="4" et-al-use-first="1" initialize-with=". " page-range-format="minimal" version="1.0" xmlns="http://purl.org/net/xbiblio/csl">
8+
+<style and="text" class="in-text" default-locale="en-GB" demote-non-dropping-particle="display-and-sort" et-al-min="4" et-al-use-first="1" initialize-with=". " page-range-format="minimal" version="1.0" xmlns="http://purl.org/net/xbiblio/csl">
99
<info>
1010
- <title>New Hart's Rules: The Oxford Style Guide 2nd edition (template)</title>
1111
- <title-short>NHR (template)</title-short>
1212
- <id>http://www.zotero.org/styles/new-harts-rules-notes</id>
1313
- <link href="http://www.zotero.org/styles/new-harts-rules-notes" rel="self"/>
1414
+ <title>New Hart's Rules: The Oxford Style Guide 2nd edition (numbered)</title>
15-
+ <title-short>NHR (author-number/Vancouver)</title-short>
15+
+ <title-short>NHR (author-number/Vancouver [17.4])</title-short>
1616
+ <id>http://www.zotero.org/styles/new-harts-rules-numbered</id>
1717
+ <link href="http://www.zotero.org/styles/new-harts-rules-numbered" rel="self"/>
1818
+ <link href="http://www.zotero.org/styles/new-harts-rules-notes" rel="template"/>
1919
<link href="https://en.wikipedia.org/wiki/Hart's_Rules" rel="documentation"/>
2020
<author>
2121
<name>Andrew Dunning</name>
22+
<uri>https://orcid.org/0000-0003-0464-5036</uri>
23+
</author>
24+
- <category citation-format="note"/>
25+
+ <category citation-format="numeric"/>
26+
<category field="anthropology"/>
27+
<category field="communications"/>
28+
<category field="generic-base"/>
2229
@@ -30,7 +31,7 @@
2330
<category field="social_science"/>
2431
<category field="sociology"/>

0 commit comments

Comments
 (0)