Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 96 and topics = "["hearing-procedures", "summary-judgment", "adjournments"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["hearing-procedures", "summary-judgment", "adjournments"] · 1 ✖
judicial_district 1
- 1 1
doc_type 1
county 1
- New York 1
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| NY-SC-1JD-KOTLER-P8-003 | Part 8 Rules – General IAS Part (Hon. Lynn Kotler) – Updated December 18, 2025 96 | NY-SC-1JD-KOTLER | IV – Motions | Motion Practice Requirements | All Notices of Motion (but not Notices of Cross Motion) are returnable in the Motion Support Office Courtroom. Adjournments of those motions are to be addressed to Motion Support, not the Part, unless the parties are seeking to adjourn a motion submission date more than sixty days after the original return date. Upon any motion for summary judgment, other than a motion made pursuant to CPLR 3213, the movant shall annex to the notice of motion a separate, short and concise statement, in numbered paragraphs, of the material facts as to which the moving party contends there is no genuine issue to be tried. Any party opposing the motion shall submit a counterstatement of material facts. Motions will be submitted without argument or rescheduled for oral argument on a case-by-case basis; oral argument is typically held on a Tuesday. Advance permission to bring any motion is not required. Courtesy or working copies of e-filed motions are not required and should not be delivered to the part. | ["hearing-procedures", "summary-judgment", "adjournments"] | ["CPLR 3213"] | 1 | New York | 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'
);