-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathjuris-in.csl
91 lines (82 loc) · 2.63 KB
/
juris-in.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
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.1mlz1" class="note">
<info>
<title>India</title>
<id>http://citationstylist.org/modules/juris-in</id>
<link href="http://citationstylist/modules/juris-in" rel="self"/>
<link href="http://juris-m.github.io" rel="documentation"/>
<author>
<name>Frank Bennett</name>
<email>bennett@nagoya-u.jp</email>
</author>
<category citation-format="note"/>
<category field="law"/>
<summary>Juris-M style module for Pakistan</summary>
<updated>2013-01-26T22: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"/>
</info>
<macro name="juris-pretitle">
<!-- Fragment to precede title (rare) -->
<text value=""/>
</macro>
<macro name="juris-title">
<!-- The title form for full citations (of all types) -->
<text variable="title"/>
</macro>
<macro name="juris-main">
<group delimiter=", ">
<names variable="authority">
<name/>
<institution institution-parts="short"/>
</names>
<date variable="issued" form="text" data-parts="year-month-day"/>
</group>
</macro>
<macro name="juris-tail">
<!-- Full form of the portion of the citation that follows a pinpoint locator, if any (for all types) -->
<text value=""/>
</macro>
<macro name="juris-pretitle-short">
<!-- Fragment to precede short title (rare) -->
<text value=""/>
</macro>
<macro name="juris-title-short">
<!-- The title form for subsequent citations (of all types) -->
<text macro="juris-title"/>
</macro>
<macro name="juris-main-short">
<choose>
<if disambiguate="true">
<group delimiter=", ">
<names variable="authority">
<name/>
<institution institution-parts="short"/>
</names>
<date variable="issued" form="text" data-parts="year-month-day"/>
</group>
</if>
</choose>
</macro>
<macro name="juris-tail-short">
<!-- Short form of the portion of the citation that follows a pinpoint locator, if any (for all types) -->
<text value=""/>
</macro>
<macro name="juris-locator">
<group delimiter=" ">
<choose>
<if locator="page">
<text value="at"/>
</if>
<else>
<label variable="locator" form="short"/>
</else>
</choose>
<number variable="locator"/>
</group>
</macro>
<citation>
<layout>
</layout>
</citation>
</style>