Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 27 and topics = "["adjournments", "communication-preferences"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["adjournments", "communication-preferences"] · 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-DAWSON-001 | Rules of Court — Integrated Domestic Violence Court (Hon. Tandra L. Dawson) 27 | NY-SC-1JD-DAWSON | ADJOURNMENTS | Adjournments | 1. No adjournments will be granted without prior court approval. 2. No adjournments will be granted via telephone except upon a showing of exigent circumstances. 3. Requests for adjournments on consent must be made by a written stipulation, emailed to PARTIDV@nycourts.gov and lantonci@nycourts.gov, at least 2 days prior to the scheduled court date and have the consent of all counsel and self-represented litigants when applicable. The stipulation shall be signed by all counsel and self-represented litigants, indicate the reason for the request, and provide no less than 4 dates/times for the proposed adjourn date. 4. Requests for adjournments not on consent must be made in writing, via email, with notice to all counsel and self-represented litigants. The requesting party must indicate the reason for the request and provide no less than 4 dates/times for the proposed adjourn date. 5. Adjournments on the ground of engagement of counsel shall be granted only in accordance with Part 125 of the Rules of the Chief Administrator of the Courts, and counsel requesting the adjournment is to submit an Affirmation of Engagement. The parties must appear unless the party's appearance has been excused by the court. | 1 | ["adjournments", "communication-preferences"] | ["Part 125 Rules of the Chief Administrator"] | 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'
);