Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where topics = "["hearing-procedures", "summary-judgment", "e-filing", "adjournments"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["hearing-procedures", "summary-judgment", "e-filing", "adjournments"] · 1 ✖
judicial_district 1
- 9 1
doc_type 1
county 1
- Orange 1
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| BROGE-004 | Part Rules – Hon. Brett Broge, J.S.C. 122 | NY-SC-9JD-BROGE | III | Motions/Orders to Show Cause/TROs | Counsel must be familiar with 22 NYCRR 202.8-a et seq. Written applications by Notice of Motion may be made returnable on any day. NO PAPER OR WORKING COPIES OF E-FILED MOTION PAPERS NEED BE SUBMITTED. Summary judgment motions within 90 days of filing Note of Issue; discovery NOT stayed during pendency of summary judgment motion unless Court orders otherwise. All motion papers and OSC must be typewritten, double-spaced, front-faced only. Summary judgment motions shall conform to 22 NYCRR 202.8-g; Statement of Material Facts not required but if filed, opposing papers must include line-by-line response. Each motion exhibit uploaded as separate PDF with description; plaintiff exhibits numbered, defendant exhibits lettered; exhibits bookmarked. Sur-replies not permitted without express leave. Replies to cross-motions or OSC not accepted without advance leave. TRO must be brought by OSC with request noted in bold on face page, with proof of advance notice or affidavit of why notice inappropriate; except in emergencies, advance notice means at least 24 hours. Motions may be adjourned once on consent within 4 weeks of original date. | ["hearing-procedures", "summary-judgment", "e-filing", "adjournments"] | ["22 NYCRR 202.8-a", "22 NYCRR 202.8-g", "CPLR 3214(b)"] | 9 | Orange | 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'
);