Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
2 rows where judge_id = "NY-SC-9JD-SPOFFORD" and topics = "["communication-preferences", "attorney-conduct"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
topics 1
- ["communication-preferences", "attorney-conduct"] · 2 ✖
judicial_district 1
- 9 2
doc_type 1
county 1
- Putnam 2
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| SPOFFORD-001 | Individual Part Rules – Hon. Joseph J. Spofford, Jr. 114 | NY-SC-9JD-SPOFFORD | GENERAL-1 | Method of Communication | All communications with the Court shall be made in writing. Telephone calls and emails are limited to matters requiring immediate attention that cannot be addressed by written correspondence, strictly for non-substantive, administrative matters, directed only to Court Secretary or Court Attorney. No attorney or litigant may contact the Judge or Court Attorney to discuss merits, case status, or any substantive issue. | ["communication-preferences", "attorney-conduct"] | [] | 9 | Putnam | supreme | part_rules | |
| SPOFFORD-004 | Individual Part Rules – Hon. Joseph J. Spofford, Jr. 114 | NY-SC-9JD-SPOFFORD | GENERAL-8 | Prohibition of Ex Parte Communications | Ex parte communications strictly prohibited. Exceptions: (1) consent of all counsel; (2) scheduling or administrative matters; (3) presentation of Orders to Show Cause for signature. Represented parties may not contact the Court directly. | ["communication-preferences", "attorney-conduct"] | [] | 9 | Putnam | 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'
);