Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where judge_id = "NY-SC-1JD-KRAUS" and topics = "["part-rules", "summary-judgment"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
topics 1
- ["part-rules", "summary-judgment"] · 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-KRAUS-P57-003 | Part 57 Rules – General IAS/CVA (Hon. Sabrina Kraus) 89 | NY-SC-1JD-KRAUS | II-G(1-4) – Motion Papers | Motion Paper Format Requirements | Motion Sequence Number: The first page of every motion paper (notice of motion, opposition, reply, exhibits, etc.) must reflect the respective motion sequence number in the upper right corner. Exhibits: Each page in any exhibit must be numbered; references to exhibits must include pinpoint citations. Statement of Material Facts: It is the Court's preference that each motion for summary judgment and opposition include 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. Artificial intelligence (AI) programs: All submissions with respect to a motion must include a certification by an attorney either that no generative AI program was used or that any generated text was reviewed for accuracy and approved by an attorney. | ["part-rules", "summary-judgment"] | [] | 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'
);