Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 62 and topics = "["trial-procedures", "trial-settings", "depositions", "exhibits"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["trial-procedures", "trial-settings", "depositions", "exhibits"] · 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-RAMIREZ-P29-008 | Part 29 Local Rules 62 | NY-SC-1JD-RAMIREZ | Trials-1 | Trial Procedures | Trials will generally commence at 9:30am, with parties and witnesses expected by 9:00am, unless otherwise directed. Failure of plaintiff to appear for trial may result in dismissal; failure of defendant may result in a default judgment on liability. Evidentiary and Charging conferences shall be held with the Principal Law Clerk. Parties must submit a stipulation regarding undisputed evidence and proposed charges prior to the conference. Transcripts and portions of depositions to be read into evidence must be disclosed in advance with page and line numbers. Post-trial motions must be made within 15 days after verdict (CPLR 4405). | ["trial-procedures", "trial-settings", "depositions", "exhibits"] | ["CPLR 4405"] | 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'
);