-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathjuris-oas.int-IndigoTemp.csl
123 lines (113 loc) · 3.46 KB
/
juris-oas.int-IndigoTemp.csl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.1mlz1" class="note">
<info>
<title>European Union</title>
<id>http://citationstylist.org/modules/juris-eu.int</id>
<link href="http://citationstylist/modules/juris-eu.int" rel="self"/>
<link href="http://juris-m.github.io" rel="documentation"/>
<author>
<name>aAlexander Schuster</name>
<email>alexander.schuster@unitn.it</email>
</author>
<category citation-format="note"/>
<category field="law"/>
<summary>Juris-M style module for European Union ECLI standard</summary>
<updated>2016-09-06T22:06:38+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>
<law-module types="legal_case locator"/>
</info>
<locale>
<terms>
<term name="paragraph">
<single>paragraph</single>
<multiple>paragraphs</multiple>
</term>
<term name="article">
<single>article</single>
<multiple>articles</multiple>
</term>
<term name="article" form="short">
<single>art.</single>
<multiple>arts.</multiple>
</term>
</terms>
</locale>
<macro name="juris-pretitle">
<text value=""/>
</macro>
<macro name="juris-title">
<choose>
<if match="any" type="legal_case">
<text variable="title"/>
</if>
</choose>
</macro>
<macro name="juris-main">
<choose>
<if type="legal_case">
<group delimiter=" ">
<text value="Inter-Am. Ct. H.R."/>
<group delimiter=" " prefix="(" suffix=")">
<text value="ser."/>
<text variable="genre"/>
</group>
<group delimiter=" ">
<label variable="number" form="short" text-case="capitalize-first"/>
<number variable="number"/>
</group>
</group>
</if>
</choose>
</macro>
<macro name="juris-tail">
<choose>
<if type="legal_case">
<group delimiter=" " prefix="(" suffix=")">
<date variable="issued" form="text" date-parts="year"/>
</group>
</if>
</choose>
</macro>
<macro name="juris-pretitle-short">
<text value=""/>
</macro>
<macro name="juris-title-short">
<text macro="juris-title"/>
</macro>
<macro name="juris-main-short">
<!-- The body of subsequent citations (of all types) -->
<text macro="juris-main"/>
</macro>
<macro name="juris-tail-short">
<text macro="juris-tail"/>
</macro>
<macro name="juris-locator">
<group delimiter=" ">
<choose>
<if>
<conditions match="any">
<condition locator="page" type="report" variable="number" match="all"/>
<condition locator="page" type="legal_case" variable="archive" match="all"/>
<condition locator="page" type="legal_case" variable="archive_location" match="all"/>
</conditions>
<text value="at"/>
</if>
<else-if locator="page" match="any"/>
<else-if>
<conditions match="all">
<condition type="regulation legislation" match="any"/>
<condition locator="rule"/>
</conditions>
</else-if>
<else>
<label variable="locator"/>
</else>
</choose>
<number variable="locator"/>
</group>
</macro>
<citation>
<layout>
</layout>
</citation>
</style>