MatteoCargnelutti commited on
Commit
2838cac
·
1 Parent(s): 2680894

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -24
README.md CHANGED
@@ -115,30 +115,7 @@ Partial glossary of the fields in the data.
115
  | `citations` | Cases that cite this case. |
116
  | `court_short_name` | Short name of court presiding over case. |
117
  | `court_full_name` | Full name of court presiding over case. |
118
- | `court_jurisdiction` | Code for type of court that presided over the case. One of the following:
119
- F: Federal Appellate
120
- FD: Federal District
121
- FB: Federal Bankruptcy
122
- FBP: Federal Bankruptcy Panel
123
- FS: Federal Special
124
- S: State Supreme
125
- SA: State Appellate
126
- ST: State Trial
127
- SS: State Special
128
- TRS: Tribal Supreme
129
- TRA: Tribal Appellate
130
- TRT: Tribal Trial
131
- TRX: Tribal Special
132
- TS: Territory Supreme
133
- TA: Territory Appellate
134
- TT: Territory Trial
135
- TSP: Territory Special
136
- SAG: State Attorney General
137
- MA: Military Appellate
138
- MT: Military Trial
139
- C: Committee
140
- I: International
141
- T: Testing |
142
  | `opinions` | An array of subrecords. |
143
  | `opinions.author_str` | Name of the author of an individual opinion. |
144
  | `opinions.per_curiam` | Boolean representing whether the opinion was delivered by an entire court or a single judge. |
@@ -146,6 +123,33 @@ T: Testing |
146
  | `opinions.opinion_text` | Actual full text of the opinion. |
147
  | `opinions.ocr` | Whether the opinion was captured via optical character recognition or born-digital text. |
148
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
  [☝️ Go back to Summary](#summary)
150
 
151
  ## Notes on appropriate use
 
115
  | `citations` | Cases that cite this case. |
116
  | `court_short_name` | Short name of court presiding over case. |
117
  | `court_full_name` | Full name of court presiding over case. |
118
+ | `court_jurisdiction` | Code for type of court that presided over the case. See: [court_jurisdiction field values](#court_jurisdiction-field-values) |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  | `opinions` | An array of subrecords. |
120
  | `opinions.author_str` | Name of the author of an individual opinion. |
121
  | `opinions.per_curiam` | Boolean representing whether the opinion was delivered by an entire court or a single judge. |
 
123
  | `opinions.opinion_text` | Actual full text of the opinion. |
124
  | `opinions.ocr` | Whether the opinion was captured via optical character recognition or born-digital text. |
125
 
126
+ ### court_jurisdiction field values
127
+ | Value | Description |
128
+ | --- | --- |
129
+ | F | Federal Appellate |
130
+ | FD | Federal District |
131
+ | FB | Federal Bankruptcy |
132
+ | FBP | Federal Bankruptcy Panel |
133
+ | FS | Federal Special |
134
+ | S | State Supreme |
135
+ | SA | State Appellate |
136
+ | ST | State Trial |
137
+ | SS | State Special |
138
+ | TRS | Tribal Supreme |
139
+ | TRA | Tribal Appellate |
140
+ | TRT | Tribal Trial |
141
+ | TRX | Tribal Special |
142
+ | TS | Territory Supreme |
143
+ | TA | Territory Appellate |
144
+ | TT | Territory Trial |
145
+ | TSP | Territory Special |
146
+ | SAG | State Attorney General |
147
+ | MA | Military Appellate |
148
+ | MT | Military Trial |
149
+ | C | Committee |
150
+ | I | International |
151
+ | T | Testing |
152
+
153
  [☝️ Go back to Summary](#summary)
154
 
155
  ## Notes on appropriate use