Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 124 and topics = "["note-of-issue", "summary-judgment", "scheduling-orders"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["note-of-issue", "summary-judgment", "scheduling-orders"] · 1 ✖
judicial_district 1
- 9 1
doc_type 1
county 1
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| WOOD-006 | Individual Part Rules – Hon. Charles D. Wood, J.S.C. 124 | NY-SC-9JD-WOOD | NOTE-OF-ISSUE | Note of Issue/Summary Judgment Motions | Once discovery complete or deemed waived, Court shall issue Trial Readiness Order. Alternatively, parties may request issuance without compliance conference by submitting signed Trial Readiness Stipulation & Order. Pursuant to Trial Readiness Order, plaintiff shall file and serve Note of Issue and Certificate of Readiness within 20 days. Applications to vacate Note of Issue per 22 NYCRR §202.21. Summary judgment motions: deadline set in Trial Readiness Order; any motion must be made within 60 days following filing of Note of Issue; opposition papers served and filed within 30 days of service of motion papers; reply papers served and filed within 10 days following service of opposition papers. | ["note-of-issue", "summary-judgment", "scheduling-orders"] | ["22 NYCRR 202.21"] | 9 | Westchester | 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'
);