Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 55 and topics = "["adjournments", "communication-preferences", "scheduling-orders"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
topics 1
- ["adjournments", "communication-preferences", "scheduling-orders"] · 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-KATZ-001 | Rules of Part 24 — Hon. Michael L. Katz (Matrimonial Division) 55 | NY-SC-1JD-KATZ | 1 | General Rules — Scheduling and Adjournments | Hearings and trials are generally scheduled on Mondays, Tuesdays and Wednesdays. Conferences and motions are generally scheduled (on a staggered basis) on Thursdays and Fridays. All parties must be present at every appearance, including conferences and motions, unless otherwise directed by the court. All adjournments require the prior approval of the court. Applications for adjournments may be made by counsel jointly contacting the Part Clerk at (646) 386-3285 at least two (2) days prior to the scheduled court appearance. Counsel may also jointly initiate a telephone conference with the court should an issue arise between court dates which requires court intervention. Counsel and parties should not contact the court by letter, email or fax, and should not forward to the court copies of correspondence between or among counsel and/or parties, without prior permission from the court. | 1 | ["adjournments", "communication-preferences", "scheduling-orders"] | [] | 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'
);