Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 170, judicial_district = 9 and topics = "["summary-judgment"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| NY-SC-9JD-SHAKO-005 | Part Rules and Calendar Procedure of Hon. Verris B. Shako 170 | NY-SC-9JD-SHAKO | V.SJ | Summary Judgment Motions | Summary judgment motions shall be filed with the Court and served upon all other parties no later than sixty (60) days after the filing of the Note of Issue. The Court requires the filing of a separate Statement of Material Facts, which shall lay out all relevant and material facts in enumerated form, with the admissible evidence supporting the fact cited. The non-moving party shall file a response to same in accordance with the Court Rules. This rule must be strictly adhered to. There shall be no stay of discovery resulting from the filing of a pre-note of issue motion. | ["summary-judgment"] | ["22 NYCRR \u00a7 202.8-g"] | 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'
);