Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 122 and topics = "["preliminary-conference", "matrimonial", "conference-procedures", "remote-hearings"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["preliminary-conference", "matrimonial", "conference-procedures", "remote-hearings"] · 1 ✖
judicial_district 1
- 9 1
doc_type 1
county 1
- Orange 1
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| BROGE-002 | Part Rules – Hon. Brett Broge, J.S.C. 122 | NY-SC-9JD-BROGE | II-A-B | Calendar Call & Preliminary Conference | Calendar called at 9:15 a.m. Counsel with conflicting appearances must notify Court and opposing party the day before. Virtual conferences by Microsoft Teams as directed by Court only. Matrimonial litigants appear with counsel for all conferences. Notify Court 7 days prior if translator/interpreter required. Preliminary Conference: for e-filed cases, Part Clerk uploads Court Notice to NYSCEF; for paper cases, party filing RJI gives written notice to all parties. Counsel referred to 22 NYCRR 202.12(c) and/or 202.23. Matrimonial matters: documents provided 48 hours prior including pleadings (paper cases), Family/County Court Orders, Net Worth Statement, tax returns (3 years), 3 current pay stubs, retainer agreement. Mental health evaluation reports released to attorneys upon execution of standard release form; may be reviewed with litigants in presence of attorneys but no copies given to litigants. | ["preliminary-conference", "matrimonial", "conference-procedures", "remote-hearings"] | ["22 NYCRR 202.12(c)", "22 NYCRR 202.23"] | 9 | Orange | 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'
);