Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 89 and topics = "["communication-preferences", "adjournments", "courtesy-copies"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
topics 1
- ["communication-preferences", "adjournments", "courtesy-copies"] · 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-KRAUS-P57-001 | Part 57 Rules – General IAS/CVA (Hon. Sabrina Kraus) 89 | NY-SC-1JD-KRAUS | I – Communications with the Court | Communications and Adjournment Procedures | For all scheduling matters, please call the Part Clerk for instructions. Any correspondence to the Judge should be made to the Law Clerk (tszap@nycourts.gov) copied to all parties. A courtesy copy of ANY communication with the court that is filed on NYSCEF must also be emailed to the Law Clerk as Chambers staff DO NOT receive NYSCEF notifications. All requests for adjournments must be approved in advance; email the Part Clerk and the Law Clerk at least two days prior to the scheduled appearance with all counsel copied. An adjournment request has not been granted until you receive a new date from the court. Any calls to Chambers about a pending matter may be made only with all parties on the line. There shall be no ex parte communications. | ["communication-preferences", "adjournments", "courtesy-copies"] | [] | 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'
);