Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
3 rows where county = "Orange" and topics = "["adjournments", "conference-procedures"]"
This data as json, CSV (advanced)
Suggested facets: title, cross_references, court_type, topics (array), cross_references (array)
topics 1
- ["adjournments", "conference-procedures"] · 3 ✖
judicial_district 1
- 9 3
doc_type 1
county 1
- Orange · 3 ✖
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| HENDRY-002 | Part Rules of Hon. James M. Hendry III, J.F.C., Orange County Family Court 150 | NY-FC-9JD-HENDRY | ADJOURNMENTS | Adjournments | All requests for adjournments MUST be made in writing and copied to all parties no less than 48 hours prior to the scheduled appearance. All adjournments MUST be approved by the Court, even where all parties have consented. All adjournment requests due to attorney engagement in another Court must be made pursuant to 22 NYCRR §125.1. If an adjournment is granted, the requesting party will be notified by the Court and will be required to notify all parties. | ["adjournments", "conference-procedures"] | ["22 NYCRR \u00a7125.1"] | 9 | Orange | family | part_rules | |
| NY-SC-9JD-SHAKO-002 | Part Rules and Calendar Procedure of Hon. Verris B. Shako 170 | NY-SC-9JD-SHAKO | III.ADJ | Adjournment of Conferences | Request for a conference adjournment must be made by writing a letter and e-filing the letter in NYSCEF. All letters must be submitted no later than 3:00 p.m. two days prior to the scheduled conference. All requests must set forth: (1) the reason why an adjournment is necessary, (2) whether the opposing party/parties consents or objects, (3) at least three proposed adjourn dates, and (4) the number of prior requests and corresponding dates. A response to the request will be given via NYSCEF. If a response is not given prior to the scheduled conference time, then consider it denied. | ["adjournments", "conference-procedures"] | [] | 9 | Orange | supreme | part_rules | |
| SCATTNABER-004 | Individual Part Rules of Hon. Mary Anne Scattaretico-Naber, Justice of the New York State Supreme Court 155 | NY-SC-9JD-SCATTARETICO-NABER | II.C | Adjournments | Phone calls to the Court requesting adjournments are NOT allowed and will not be approved absent extenuating circumstances. Applications for adjournments must be made in writing via NYSCEF, at least two (2) business days in advance. NOTE: A request for an adjournment, even if on consent of all parties, is NOT effective unless and until approved by the Court. If no response is received from the Court, the adjournment request shall be deemed 'DENIED'. | ["adjournments", "conference-procedures"] | [] | 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'
);