-
Notifications
You must be signed in to change notification settings - Fork 0
/
authorbyname.php
137 lines (135 loc) · 4.77 KB
/
authorbyname.php
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<?php
/**
* This file has an array of possible author names
*
* If there is only one author with a last name, then the format is
* lastname => Full Name,
* If there are multiple authors with the same last name, then the format is
* lastname => array(
* 0 => Full Name, 0_start => Start Year, 0_end => End Year,
* 1 => Full Name, 1_start => Start Year, 1_end => End Year),
*/
$authorByName = array(
"wilson" => "James Wilson",
"jay" => "John Jay",
"cushing" => "William Cushing",
"blair" => "John Blair, Jr.",
"iredell" => "James Iredell",
"johnson" => array(
"0" => "Thomas Johnson", "0_start" => 1792, "0_end" => 1793,
"1" => "William Johnson", "1_start" => 1804, "1_end" => 1834),
"paterson" => "William Paterson",
"chase" => array(
"0" => "Samuel Chase",
"1" => "Salmon P. Chase"),
"ellsworth" => "Oliver Ellsworth",
"washington" => "Bushrod Washington",
"moore" => "Alfred Moore",
"marshall" => array(
"0" => "John Marshall", "0_start" => 1801, "0_end" => 1835,
"1" => "Thurgood Marshall", "1_start" => 1967, "1_end" => 1991),
"livingston" => "Henry Brockholst Livingston",
"todd" => "Thomas Todd",
"duvall" => "Gabriel Duvall",
"story" => "Joseph Story",
"thompson" => "Smith Thompson",
"trimble" => "Robert Trimble",
"mclean" => "John McLean",
"baldwin" => "Henry Baldwin",
"wayne" => "James Moore Wayne",
"taney" => "Roger B. Taney",
"barbour" => "Philip Pendleton Barbour",
"catron" => "John Catron",
"mckinley" => "John McKinley",
"daniel" => "Peter Vivian Daniel",
"nelson" => "Samuel Nelson",
"woodbury" => "Levi Woodbury",
"grier" => "Robert Cooper Grier",
"curtis" => "Benjamin Robbins Curtis",
"campbell" => "John Archibald Campbell",
"clifford" => "Nathan Clifford",
"swayne" => "Noah Haynes Swayne",
"miller" => "Samuel Freeman Miller",
"davis" => "David Davis",
"field" => "Stephen Johnson Field",
"strong" => "William Strong",
"bradley" => "Joseph P. Bradley",
"hunt" => "Ward Hunt",
"waite" => "Morrison Waite",
"harlan" => array(
"0" => "John Marshall Harlan", "0_start" => 1877, "0_end" => 1911,
"1" => "John Marshall Harlan II", "1_start" => 1955, "1_end" => 1971),
"woods" => "William Burnham Woods",
"matthews" => "Stanley Matthews",
"gray" => "Horace Gray",
"blatchford" => "Samuel Blatchford",
"lamar" => array(
"0" =>"Lucius Quintus Cincinnatus Lamar", "0_start" => 1888, "0_end" => 1893,
"1" => "Joseph Rucker Lamar", "1_start" => 1911, "1_end" => 1916),
"fuller" => "Melville Fuller",
"fullter" => "Melville Fuller", //I found this mispelling if Justice Fuller's name on OpenJurist in 153 US 614
"brewer" => "David Josiah Brewer",
"brown" => "Henry Billings Brown",
"shiras" => "George Shiras, Jr.",
"jackson" => array(
"0" => "Howell Edmunds Jackson", "0_start" => 1893, "0_end" => 1895,
"1" => "Robert H. Jackson", "1_start" => 1941, "1_end" => 1954),
"peckham" => "Rufus Wheeler Peckham",
"mckenna" => "Joseph McKenna",
"holmes" => "Oliver Wendell Holmes, Jr.",
"day" => "William R. Day",
"moody" => "William Henry Moody",
"lurton" => "Horace Harmon Lurton",
"hughes" => "Charles Evans Hughes",
"devanter" => "Willis Van Devanter",
"pitney" => "Mahlon Pitney",
"mcreynolds" => "James Clark McReynolds",
"brandeis" => "Louis Brandeis",
"clarke" => "John Hessin Clarke",
"taft" => "William Howard Taft",
"sutherland" => "George Sutherland",
"butler" => "Pierce Butler",
"sanford" => "Edward Terry Sanford",
"stone" => "Harlan F. Stone",
"hughes" => "Charles Evans Hughes",
"roberts" => array(
"0" => "Owen Roberts", "0_start" => 1930, "0_end" => 1945,
"1" => "John G. Roberts", "1_start" => 2005, "1_end" => 2011),
"cardozo" => "Benjamin N. Cardozo",
"black" => "Hugo Black",
"reed" => "Stanley Forman Reed",
"frankfurter" => "Felix Frankfurter",
"douglas" => "William O. Douglas",
"murphy" => "Frank Murphy",
"byrnes" => "James F. Byrnes",
"rutledge" => array(
"0" => "Wiley Blount Rutledge", "0_start" => 1943, "0_end" => 1949,
"1" => "John Rutledge", "1_start" => 1790, "1_end" => 1795),
"burton" => "Harold Hitz Burton",
"vinson" => "Fred M. Vinson",
"clark" => "Tom C. Clark",
"minton" => "Sherman Minton",
"warren" => "Earl Warren",
"brennan" => "William J. Brennan, Jr.",
"whittaker" => "Charles Evans Whittaker",
"stewart" => "Potter Stewart",
"white" => array(
"0" => "Byron White", "0_start" => 1962, "0_end" => 1993,
"1" => "Edward Douglass White", "1_start" => 1894, "1_end" => 1921),
"goldberg" => "Arthur Goldberg",
"fortas" => "Abe Fortas",
"burger" => "Warren E. Burger",
"blackmun" => "Harry Blackmun",
"powell" => "Lewis F. Powell, Jr.",
"rehnquist" => "William Rehnquist",
"stevens" => "John Paul Stevens",
"o'connor" => "Sandra Day O'Connor",
"scalia" => "Antonin Scalia",
"kennedy" => "Anthony Kennedy",
"souter" => "David Hackett Souter",
"thomas" => "Clarence Thomas",
"ginsburg" => "Ruth Bader Ginsburg",
"breyer" => "Stephen Breyer",
"alito" => "Samuel Alito",
"sotomayor" => "Sonia Sotomayor");
?>