Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 55 and topics = "["part-rules", "oral-argument", "matrimonial"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
topics 1
- ["part-rules", "oral-argument", "matrimonial"] · 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-KATZ-002 | Rules of Part 24 — Hon. Michael L. Katz (Matrimonial Division) 55 | NY-SC-1JD-KATZ | 2 | Motions | To reduce the need for motion practice, counsel are encouraged to contact the court by conference call prior to filing a motion. All motions shall be made by order to show cause unless otherwise directed by the court. All motion papers shall state the motion sequence number and return date of the motion on the first page. All exhibits should be identified by tabs. All papers shall be filed with the Part Clerk at 60 Centre Street, Room 543. Sur-replies are not accepted without prior court permission. Oral argument is required on all motions, unless otherwise directed by the Court. | 1 | ["part-rules", "oral-argument", "matrimonial"] | [] | 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'
);