Skip to content

Commit c6a94c9

Browse files
authored
Add Journal of Human Rights (#5227)
1 parent c5c9c5f commit c6a94c9

File tree

1 file changed

+199
-0
lines changed

1 file changed

+199
-0
lines changed

journal-of-human-rights.csl

+199
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,199 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" default-locale="en-GB">
3+
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
4+
<info>
5+
<title>Journal of Human Rights</title>
6+
<id>http://www.zotero.org/styles/journal-of-human-rights</id>
7+
<link href="http://www.zotero.org/styles/journal-of-human-rights" rel="self"/>
8+
<link href="https://jhr.uconn.edu/submissions/" rel="documentation"/>
9+
<link href="http://www.zotero.org/styles/climate-change-economics" rel="template"/>
10+
<author>
11+
<name>Sebastian Karcher</name>
12+
</author>
13+
<category citation-format="author-date"/>
14+
<category field="social_science"/>
15+
<issn>1475-4835</issn>
16+
<eissn>1475-4843</eissn>
17+
<updated>2021-01-23T02:49:44+00:00</updated>
18+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
19+
</info>
20+
<locale>
21+
<terms>
22+
<term name="available at">available</term>
23+
</terms>
24+
</locale>
25+
<macro name="author">
26+
<names variable="author">
27+
<name and="text" delimiter-precedes-last="always" name-as-sort-order="all">
28+
<name-part name="family" text-case="uppercase"/>
29+
</name>
30+
<label form="short" prefix=" (" suffix=")"/>
31+
<substitute>
32+
<names variable="editor"/>
33+
<text variable="title"/>
34+
</substitute>
35+
</names>
36+
</macro>
37+
<macro name="author-short">
38+
<names variable="author">
39+
<name form="short" and="text" delimiter=", " initialize-with=". "/>
40+
<substitute>
41+
<names variable="editor"/>
42+
<text variable="title"/>
43+
</substitute>
44+
</names>
45+
</macro>
46+
<macro name="access">
47+
<choose>
48+
<if variable="DOI">
49+
<text variable="DOI" prefix="doi:"/>
50+
</if>
51+
<else>
52+
<group delimiter=". ">
53+
<text term="online" text-case="capitalize-first" prefix="[" suffix="]"/>
54+
<group delimiter=": ">
55+
<text term="available at" text-case="capitalize-first"/>
56+
<text variable="URL"/>
57+
</group>
58+
</group>
59+
<date form="text" variable="accessed" prefix=" [" suffix="]."/>
60+
</else>
61+
</choose>
62+
</macro>
63+
<macro name="issued">
64+
<choose>
65+
<if variable="issued">
66+
<date variable="issued">
67+
<date-part name="year"/>
68+
</date>
69+
</if>
70+
<else>
71+
<text term="no date" form="short"/>
72+
</else>
73+
</choose>
74+
</macro>
75+
<macro name="edition">
76+
<choose>
77+
<if is-numeric="edition">
78+
<group delimiter=" ">
79+
<number variable="edition" form="ordinal"/>
80+
<text term="edition" form="short"/>
81+
</group>
82+
</if>
83+
<else>
84+
<text variable="edition"/>
85+
</else>
86+
</choose>
87+
</macro>
88+
<macro name="publication-details">
89+
<group delimiter=", ">
90+
<text macro="volume-book"/>
91+
<text macro="edition"/>
92+
<group delimiter=": " prefix="(" suffix=")">
93+
<text variable="publisher-place"/>
94+
<text variable="publisher"/>
95+
</group>
96+
</group>
97+
</macro>
98+
<macro name="volume-book">
99+
<choose>
100+
<if match="any" is-numeric="volume">
101+
<group delimiter=" ">
102+
<text term="volume" form="short"/>
103+
<number variable="volume"/>
104+
</group>
105+
</if>
106+
<else>
107+
<text variable="volume"/>
108+
</else>
109+
</choose>
110+
</macro>
111+
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year" cite-group-delimiter=", ">
112+
<sort>
113+
<key macro="issued" sort="ascending"/>
114+
<key macro="author"/>
115+
</sort>
116+
<layout prefix="(" suffix=")" delimiter="; ">
117+
<group delimiter=": ">
118+
<group delimiter=" ">
119+
<text macro="author-short"/>
120+
<text macro="issued"/>
121+
</group>
122+
<text variable="locator"/>
123+
</group>
124+
</layout>
125+
</citation>
126+
<bibliography entry-spacing="0" hanging-indent="true">
127+
<sort>
128+
<key macro="author"/>
129+
<key macro="issued" sort="ascending"/>
130+
</sort>
131+
<layout>
132+
<group delimiter=". ">
133+
<text macro="author"/>
134+
<text macro="issued" prefix="(" suffix="). "/>
135+
</group>
136+
<group suffix=".">
137+
<choose>
138+
<if type="article-journal article-magazine article-newspaper" match="any">
139+
<group delimiter=". ">
140+
<text variable="title"/>
141+
<group delimiter=", ">
142+
<text variable="container-title" font-style="italic"/>
143+
<group>
144+
<text variable="volume"/>
145+
<text variable="issue" prefix="(" suffix=")"/>
146+
</group>
147+
<text variable="page"/>
148+
</group>
149+
</group>
150+
</if>
151+
<else-if type="report" match="any">
152+
<group delimiter=" ">
153+
<text variable="title"/>
154+
<group delimiter=" ">
155+
<text variable="collection-title"/>
156+
<text variable="genre"/>
157+
<text variable="number" prefix="No. "/>
158+
</group>
159+
<text macro="publication-details"/>
160+
</group>
161+
</else-if>
162+
<else-if type="webpage" match="any">
163+
<text variable="title" font-style="italic"/>
164+
</else-if>
165+
<else-if type="chapter paper-conference" match="any">
166+
<group delimiter=" ">
167+
<text variable="title"/>
168+
<group delimiter=", ">
169+
<group delimiter=" ">
170+
<text term="in" text-case="capitalize-first"/>
171+
<text variable="container-title" text-case="title" font-style="italic"/>
172+
</group>
173+
<names variable="editor translator" delimiter=", ">
174+
<name delimiter-precedes-last="always"/>
175+
<label form="short" prefix=" (" suffix=")"/>
176+
</names>
177+
</group>
178+
<text macro="publication-details"/>
179+
</group>
180+
</else-if>
181+
<else-if type="thesis" match="any">
182+
<group delimiter=". ">
183+
<text variable="title"/>
184+
<text variable="genre"/>
185+
<text macro="publication-details"/>
186+
</group>
187+
</else-if>
188+
<else>
189+
<group delimiter=". ">
190+
<text variable="title" font-style="italic"/>
191+
<text macro="publication-details"/>
192+
</group>
193+
</else>
194+
</choose>
195+
</group>
196+
<text macro="access" prefix=" "/>
197+
</layout>
198+
</bibliography>
199+
</style>

0 commit comments

Comments
 (0)