Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where county = "Orange" and topics = "["hearing-procedures", "summary-judgment", "page-limits", "adjournments"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["hearing-procedures", "summary-judgment", "page-limits", "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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| BROWN-004 | Individual Part Rules – Hon. Craig Stephen Brown 126 | NY-SC-9JD-BROWN | III | Motions/Orders to Show Cause/Temporary Restraining Orders | Written applications by Notice of Motion returnable on any day. Summary judgment motions within 45 days of filing Note of Issue; discovery NOT stayed during pendency of summary judgment or motion to dismiss unless Court orders. All motion papers must be typewritten, double-spaced, securely bound and legible; exhibits legible with external tab markings; official citations only. Page limits: briefs/memoranda limited to 30 pages; affirmations/affidavits limited to 25 pages; papers in violation may be disregarded. Self-addressed stamped envelopes required with all motions and opposition papers except electronically filed. TRO: OSC must indicate request in bold on face page with proof of advance notice (min 24 hours) or explanation why notice inappropriate. Sur-replies and replies to cross-motions not permitted without express leave. No oral argument except for contempt motions unless directed by Court. Motions may be adjourned on consent within 4 weeks of original return date; Part Clerk must be notified; no adjournments within 90 days of trial date. | ["hearing-procedures", "summary-judgment", "page-limits", "adjournments"] | ["22 NYCRR 202.8", "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'
);