Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
3 rows where topics = "["case-management", "communication-preferences"]"
This data as json, CSV (advanced)
Suggested facets: title, text, topics (array)
topics 1
- ["case-management", "communication-preferences"] · 3 ✖
judicial_district 1
- 1 3
doc_type 1
county 1
- New York 3
| 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-CLYNES-006 | Part 39 Rules – Hon. James G. Clynes, J.S.C. 72 | NY-SC-1JD-CLYNES | 6 | Notifying Court of Settlement or Resolution | Counsel must notify the Court as soon as practicable of any settlement or resolution of active cases or pending motions. When a motion has been withdrawn or the case has been settled, the parties shall file a Stipulation reflecting same on NYSCEF and notify the Principal Law Clerk of such filing by e-mail. Chambers is not automatically notified when stipulations are filed on NYSCEF. | ["case-management", "communication-preferences"] | [] | 1 | New York | supreme | part_rules | |
| NY-SC-1JD-KIM-009 | Part 4 Rules – Hon. Judy H. Kim, J.S.C. 73 | NY-SC-1JD-KIM | 9 | Notifying Court of Settlement or Resolution | Counsel must notify the Court as soon as practicable of any settlement or resolution of active cases or pending motions. When a motion has been withdrawn or the case has been settled, the parties shall file a Stipulation reflecting same on NYSCEF and notify the Principal Law Clerk of such filing by e-mail. Chambers is not automatically notified when stipulations are filed on NYSCEF. | ["case-management", "communication-preferences"] | [] | 1 | New York | supreme | part_rules | |
| NY-SC-1JD-LANTRY-010 | Part 46 Rules – Hon. Brendan T. Lantry, J.S.C. 79 | NY-SC-1JD-LANTRY | X | Discontinued Actions/Withdrawn Motions | The parties have an ongoing obligation to notify the Court if a motion has been withdrawn or if a matter has been settled, discontinued, stayed, or otherwise disposed. Notification should be made via email to the Part Clerk, with the appropriate stipulation filed via NYSCEF. | ["case-management", "communication-preferences"] | [] | 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'
);