Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 53 and topics = "["conference-procedures", "discovery-disputes", "note-of-issue"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["conference-procedures", "discovery-disputes", "note-of-issue"] · 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-TSAI-004 | Part Rules — Hon. Richard Tsai, A.J.S.C. (Part 21) 53 | NY-SC-1JD-TSAI | 4 | How Conferences Are Conducted | Counsel appearing for a scheduled conference should check-in with the Part Clerk upon arrival in courtroom 280. For e-filed cases, the Part Clerk will provide the parties' counsel with a pre-printed discovery order bearing a bar code and case-specific information. The parties must then confer with each other to agree upon clear deadlines for discovery and what specific discovery remains outstanding. All parties must be present when the case is called for a court conference. In the event of a discovery dispute, the parties are highly encouraged to seek a ruling from the court at a discovery conference in lieu of making a formal motion. A scheduled discovery conference is canceled only if plaintiff files the note of issue at least two business days beforehand and emails adversary and Chambers, and no one replies with an objection. | 3 | ["conference-procedures", "discovery-disputes", "note-of-issue"] | ["22 NYCRR 202.7"] | 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'
);