Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 95 and topics = "["e-filing", "hearing-procedures", "part-rules"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
topics 1
- ["e-filing", "hearing-procedures", "part-rules"] · 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-LEBOVITS-P7-002 | Part 7 Rules – IAS General Assignment and Trial Part (Hon. Gerald Lebovits) – Updated May 2, 2024 95 | NY-SC-1JD-LEBOVITS | IV-A – General Motion Instructions | Motion Practice – General Requirements | Part 7 is an e-filing part. Working (hard) copies in e-filed cases are neither required nor permitted. The motion return date is a submission date only. No appearance is required on a motion return date unless specifically requested by the court. Oral argument on motions is at the court's discretion. Motions relating to discovery and motions submitted without opposition are almost never scheduled for oral argument. The first page of every motion paper (notice of motion, opposition, reply, exhibits, etc.) must reflect the applicable motion sequence number. Counsel should not submit all papers on a motion in a single .pdf file under a single document number; each e-filed document must have its own, respective document number. Once motions are fully submitted, parties may not file further submissions without leave of court. | ["e-filing", "hearing-procedures", "part-rules"] | [] | 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'
);