Rule Documents
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
2 rows where judge_id = "NY-SC-9JD-WALSH" and judicial_district = 9
This data as json, CSV (advanced)
| doc_id ▼ | judge_id | source_file | source_pdf_path | source_url | hosted_url | judicial_district | county | court_type | doc_type | title | date | summary | extraction_quality | page_count | word_count | provision_count |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 113 | NY-SC-9JD-WALSH | Environmental_Claims_PartRules.txt | 9 | Westchester | supreme | part_rules | Environmental Claims Part Rules – Hon. Gretchen Walsh | Governs the Environmental Claims Part (ECP) in Westchester Supreme Court, establishing criteria for case assignment to the ECP based on environmental law claims. Sets motion practice rules including page limits (40/20 pages for moving/reply briefs), Thursday motion calendar, and requires working copies within 48 hours of NYSCEF filing. Conferences are not required but available upon consent, and e-filing through NYSCEF is mandatory with working copies required. | high | 0 | 0 | 6 | ||||
| 142 | NY-SC-9JD-WALSH | 9 | Westchester | supreme | part_rules | Practice Guide to Commercial Division – Hon. Gretchen Walsh, J.S.C., Westchester County | Practice guide for the Commercial Division of Westchester County Supreme Court, Hon. Gretchen Walsh, J.S.C. Governed by Commercial Division Rules (22 NYCRR § 202.70) where Part Rules are silent. Mandatory e-filing of all Commercial Division actions through NYSCEF; mandatory working (courtesy) copies mailed or hand-delivered to Chambers for all electronically filed documents. Scheduling questions addressed to Senior Court Clerk Heather Lorenzen by letter uploaded to NYSCEF. Covers scheduling, e-filing, working copies, communications, motion practice, and trial procedures. | high | 0 | 0 | 4 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE documents (
doc_id INTEGER PRIMARY KEY AUTOINCREMENT,
judge_id TEXT REFERENCES judges(judge_id),
source_file TEXT,
source_pdf_path TEXT,
source_url TEXT,
hosted_url TEXT,
judicial_district INTEGER,
county TEXT,
court_type TEXT DEFAULT 'supreme',
doc_type TEXT DEFAULT 'part_rules',
title TEXT,
date TEXT,
summary TEXT,
extraction_quality TEXT DEFAULT 'medium',
page_count INTEGER,
word_count INTEGER,
provision_count INTEGER DEFAULT 0
);