Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 85 and topics = "["trial-procedures", "pre-trial-conference", "exhibits", "depositions"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
topics 1
- ["trial-procedures", "pre-trial-conference", "exhibits", "depositions"] · 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-MARCUS-004 | Part 5 Rules – Hon. Ilana J. Marcus, J.S.C. (City IAS Part) 85 | NY-SC-1JD-MARCUS | 21-24 | Trials/Evidentiary Hearings | Parties shall provide hard copies of the following to the court at the pre-trial conference: marked pleadings and bills of particulars; all prior decisions in the case; all notices to admit, with responses; copies of transcripts of depositions intended for use at trial; and contact information for counsel. In the case of a jury trial, the parties shall also provide a proposed jury verdict sheet, proposed PJI instructions, and a list of proposed witnesses. If a witness needs an interpreter, please advise the Part Clerk as soon as possible of the language and any dialect. Parties are strongly encouraged to stipulate to all facts and documents not in dispute prior to trial, and to have agreed-upon documents, photographs and other exhibits pre-marked into evidence by the court reporter outside the presence of the jury. It is the duty of the parties, not court personnel, to confirm that all subpoenaed documents have arrived in the subpoenaed records room at 60 Centre Street. All requests to set up audiovisual equipment in the courtroom shall be directed to the Part Clerk. | ["trial-procedures", "pre-trial-conference", "exhibits", "depositions"] | [] | 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'
);