Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 86 and topics = "["communication-preferences", "adjournments", "e-filing"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
topics 1
- ["communication-preferences", "adjournments", "e-filing"] · 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-SWEETING-003 | Part 50 Rules – Hon. J. Machelle Sweeting (Guardianship Part) 86 | NY-SC-1JD-SWEETING | COMM-1-8 | Communications with the Court | The Court does not litigate matters by email or telephone. Any/all applications in which a party or counsel is seeking relief from the court must be submitted in writing upon notice to all counsel and/or parties with a courtesy copy to the Court at sfc-Part50-Clerk@nycourts.gov. Do not email the Judge directly. This includes adjournment requests, which may be made by letter application. Adjournment requests must include how much time is being requested and at least three proposed dates and times that are agreeable to all parties and counsel. Adjournments of hearing dates beyond the 28-day period require consent of all parties and counsel and a good cause explanation. Be sure to include the index number and the name of the Alleged/Incapacitated Person on all documents filed with the Court. Every case pending before the Court should have a scheduled date until such time that the matter is deemed CLOSED by the court. Please note that the filing of correspondence on NYSCEF is not notice to Chambers. Do not copy the court on letters and emails exchanged between counsel or the parties unless expressly directed by the Court. Ex parte communications of any kind (including voice messages) are strictly prohibited and will be disregarded. Inquiries regarding scheduling shall be directed to the PART Clerk by calling 646-386-5639 between the hours of 9 a.m. and 4:30 p.m. | ["communication-preferences", "adjournments", "e-filing"] | [] | 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'
);