Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where county = "New York" and topics = "["trial-procedures", "pre-trial-conference", "exhibits"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["trial-procedures", "pre-trial-conference", "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-COHEN-P58-005 | Part 58 Rules (Hon. David B. Cohen) – Updated February 2026 90 | NY-SC-1JD-COHEN | 4 – Trials | Trial Procedures | At the first appearance before Justice Cohen for trial, all parties shall provide: all marked pleadings and bills of particular, all notices to admit and responses thereto, any relevant case law, prior decisions bearing directly on the issues to be raised at trial, all motions in limine, a proposed verdict sheet (subject to revision), and a brief trial memorandum of law setting forth the relevant facts of the case and setting forth the legal arguments to be contested at trial. Counsel shall also advise the court of all witnesses and expert witnesses to be called at trial, as well as whether any interpreter(s) is required. In preparation for the charge conference, the parties shall provide the court with proposed jury instructions. Post-trial motions shall be made within 15 days after verdict (CPLR 4405). | ["trial-procedures", "pre-trial-conference", "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'
);