Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 124 and topics = "["e-filing", "remote-hearings", "page-limits"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["e-filing", "remote-hearings", "page-limits"] · 1 ✖
judicial_district 1
- 9 1
doc_type 1
county 1
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| WOOD-001 | Individual Part Rules – Hon. Charles D. Wood, J.S.C. 124 | NY-SC-9JD-WOOD | GENERAL | General Rules | Governed by 22 NYCRR §202.1 et seq. and Westchester Supreme Court Civil Case Management Rules. All mandatory e-filed cases filed through NYSCEF. Affidavits, affirmations, briefs, and memoranda of law limited per 22 NYCRR 202.8-b with certificate of compliance. Working copies not accepted in NYSCEF cases unless directed. Virtual appearances by Microsoft Teams link emailed to all parties; if party doesn't receive link, must request by email to Part Clerk on notice. Recording of virtual appearances is prohibited. Only counsel and parties may be present during virtual appearance unless expressly permitted. | ["e-filing", "remote-hearings", "page-limits"] | ["22 NYCRR 202.1", "22 NYCRR 202.8-b"] | 9 | Westchester | 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'
);