Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where judge_id = "NY-SC-1JD-PEARLMAN" and topics = "["adjournments", "matrimonial"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["adjournments", "matrimonial"] · 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-PEARLMAN-005 | Part 44 Rules – Hon. Jeffrey H. Pearlman (Matrimonial Division) 76 | NY-SC-1JD-PEARLMAN | 13 | Adjournments | To adjourn a conference, hearing or trial, the parties must contact the Chamber's Court Clerk via email, with all counsel of record cc'ed on the email. All adjournments require pre-approval by the court and, barring exigent circumstances, must be requested by email to the Part Clerk no later than 10:00 A.M. of the business day immediately preceding the calendared court date, copying all counsel and pro se parties, and stating whether the adjournment request is on consent. Absent emergency, applications for adjournments for a hearing or trial shall be made at least two weeks in advance of the scheduled hearing or trial. Parties should provide THREE dates/times (on Tuesday or Wednesday) that work for ALL SIDES, in ONE JOINT EMAIL. All requests for adjournment must be in accordance with Part 125 of the Rules of the Chief Administrator of the Courts. | ["adjournments", "matrimonial"] | ["22 NYCRR Part 125"] | 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'
);