-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcitations.json
executable file
·116 lines (116 loc) · 2.44 KB
/
citations.json
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
{
"Item-1": {
"id": "Item-1",
"type": "book",
"title": "Digital Typography",
"publisher": "Center for the Study of Language and Information",
"number-of-pages": "685",
"source": "Amazon.com",
"ISBN": "1575860104",
"author": [
{
"family": "Knuth",
"given": "Donald E."
}
],
"issued": {
"date-parts": [
[
"1998",
6,
1
]
]
}
},
"Item-2": {
"id": "Item-2",
"type": "book",
"title": "Mastering Regular Expressions",
"publisher": "O'Reilly Media",
"number-of-pages": "544",
"edition": "3",
"source": "Amazon.com",
"ISBN": "0596528124",
"author": [
{
"family": "Friedl",
"given": "Jeffrey E. F."
}
],
"issued": {
"date-parts": [
[
"2006",
8,
15
]
]
}
},
"Item-3": {
"id": "Item-3",
"type": "article-journal",
"title": "The Westlaw System: A Different Approach to Computer-Assisted Legal Research",
"container-title": "Jurimetrics Journal",
"page": "142",
"volume": "16",
"URL": "http://heinonline.org/HOL/Page?handle=hein.journals/juraba16&id=152&div=&collection=journals",
"journalAbbreviation": "Jurimetrics J.",
"author": [
{
"family": "Sprowl",
"given": "James A."
}
],
"issued": {
"date-parts": [
[
"1975"
]
],
"season": "1976"
}
},
"Item-4": {
"id": "Item-4",
"type": "article-journal",
"key": "ZFJBKWP6",
"title": "John B. West: Founder of the West Publishing Company",
"container-title": "American Journal of Legal History",
"page": "1-22",
"volume": "50",
"issue": "1",
"source": "JSTOR",
"URL": "http://www.jstor.org/stable/25664481",
"DOI": "10.2307/25664481",
"ISSN": "0002-9319",
"note": "ArticleType: research-article / Full publication date: JANUARY 2008-2010 / Copyright © 2008 Temple University",
"shortTitle": "John B. West",
"journalAbbreviation": "The American Journal of Legal History",
"author": [
{
"family": "Jarvis",
"given": "Robert M."
}
],
"issued": {
"date-parts": [
[
"2008",
1,
1
]
]
},
"accessed": {
"date-parts": [
[
"2013",
4,
7
]
]
}
}
}