Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
3 rows where county = "Rockland" and topics = "["adjournments", "conference-procedures"]"
This data as json, CSV (advanced)
Suggested facets: title, topics (array)
topics 1
- ["adjournments", "conference-procedures"] · 3 ✖
judicial_district 1
- 9 3
doc_type 1
county 1
- Rockland · 3 ✖
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CORNELL-003 | Combined Individual Part Rules: Surrogate's and Supreme Court of Hon. Keith J. Cornell 153 | NY-SC-9JD-CORNELL | III.H | Adjournments of Appearances | Requests for adjournments are discouraged. Requests to adjourn in SUPREME COURT must be made in writing and filed via NYSCEF at least 48 hours in advance. All applications for adjournments must set forth the reason why an adjournment is necessary and two to three agreed upon adjourned dates. The parties should not assume that the request for adjournment has been granted unless specifically advised by the Court. | ["adjournments", "conference-procedures"] | [] | 9 | Rockland | supreme | part_rules | |
| FRIED-004 | Individual Part Rules – Hon. David Fried, Rockland County Supreme Court 130 | NY-SC-9JD-FRIED | 4(c) | Conference Adjournments | A request to adjourn a conference shall be made in writing and submitted via NYSCEF, selecting 'ADJOURNMENT OF CONFERENCE – REQUEST.' Requests must be submitted at least three business days in advance absent exigent circumstances. All applications must set forth: (1) reason for adjournment; (2) whether opposing party consents or objects; and (3) length of adjournment sought or, if on consent, three available dates. | ["adjournments", "conference-procedures"] | [] | 9 | Rockland | supreme | part_rules | |
| NY-SC-9JD-TANGUAY-004 | Individual Part Rules of the Hon. Rachel E. Tanguay, J.S.C. 159 | NY-SC-9JD-TANGUAY | 4.c | Conference Adjournments | A request to adjourn a conference shall be made in writing and submitted via NYSCEF. On the NYSCEF main document menu, select 'ADJOURNMENT OF CONFERENCE – REQUEST'. Adjournment requests must be submitted at least three (3) business days in advance of the scheduled conference, absent exigent circumstances. All applications for adjournments must set forth: 1) the reason why an adjournment is necessary; 2) whether the opposing party(ies) consent(s) or object(s); and 3) the length of the adjournment sought or, if on consent, three dates as to which all parties are available. Scheduled trial and hearing dates will not be adjourned except for extraordinary good cause. | ["adjournments", "conference-procedures"] | [] | 9 | Rockland | 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'
);