Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
2 rows where doc_id = 70 and topics = "["hearing-procedures"]"
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-1JD-CATANZARO-P37-007 | Part 37 Rules - General IAS, E-File Part 70 | NY-SC-1JD-CATANZARO | III.D | Oral Arguments - Tuesdays In-Person; Request by Letter | Oral argument on motions will be held on Tuesdays IN PERSON unless otherwise indicated. Not all motions will be scheduled for oral argument. If the Court has not scheduled a motion for oral argument and a party wishes to request it, they must submit a letter to the Part 37 Clerk copying all parties. If the Court determines oral argument is warranted, the parties will be notified. Motions submitted on default or without opposition are generally not scheduled for oral argument. | ["hearing-procedures"] | [] | 1 | New York | supreme | part_rules | |
| NY-SC-1JD-CATANZARO-P37-012 | Part 37 Rules - General IAS, E-File Part 70 | NY-SC-1JD-CATANZARO | VII | Orders to Show Cause and Special Proceedings - Emergency or Statutory Only | Pursuant to 22 NYCRR 202.8-d, a motion or special proceeding shall only be initiated by Order to Show Cause where required by statute, a stay is required, or emergency interim relief is sought. Any proposed OSC shall include a provision for service of responsive papers with a space reserved for the date and method of service. Reply papers are not permitted except by express permission of the Court. If a party seeks a temporary restraint, they must comply with 22 NYCRR 202.7-f, providing proof that all parties were notified or a reasonable explanation why advance notice cannot be provided. All Orders to Show Cause must first be processed by the Ex Parte Motion Office. | ["hearing-procedures"] | ["22 NYCRR 202.8-d", "22 NYCRR 202.7-f"] | 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'
);