Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where county = "New York", doc_id = 88 and topics = "["trial-procedures", "exhibits", "trial-settings"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
topics 1
- ["trial-procedures", "exhibits", "trial-settings"] · 1 ✖
judicial_district 1
- 1 1
doc_type 1
county 1
- New York · 1 ✖
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| NY-SC-1JD-KELLEY-P56-007 | Part 56 Rules (Hon. John J. Kelley) 88 | NY-SC-1JD-KELLEY | IX – Trial | Trial Procedures | Unless otherwise directed by the Court, all attorneys must be present in court by 9:15 A.M. The morning session will run from 9:30 A.M. to approximately 12:55 P.M. Lunch will be from 1 P.M. to 2 P.M. The afternoon session will run from 2:15 P.M. to approximately 4:30 P.M. Counsel shall pre-mark all exhibits in the order in which they intend to introduce them at trial; plaintiffs number their exhibits; defendants letter their exhibits. The Court requires the party who is presenting their case to have witnesses available to testify for the morning and afternoon sessions of each day. Proposed jury charges and verdict sheets shall be emailed to the Court in editable MS Word format. All witnesses should be instructed that they may make no mention of insurance during their testimony. | ["trial-procedures", "exhibits", "trial-settings"] | [] | 1 | New York | supreme | part_rules |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE provisions (
provision_id TEXT PRIMARY KEY,
doc_id INTEGER REFERENCES documents(doc_id),
judge_id TEXT REFERENCES judges(judge_id),
rule_number TEXT,
title TEXT,
text TEXT,
source_page INTEGER,
topics TEXT,
cross_references TEXT,
judicial_district INTEGER,
county TEXT,
court_type TEXT DEFAULT 'supreme',
doc_type TEXT DEFAULT 'part_rules'
);