Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where judge_id = "NY-SC-1JD-LANTRY" and topics = "["adjournments", "scheduling-orders"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
topics 1
- ["adjournments", "scheduling-orders"] · 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-LANTRY-006 | Part 46 Rules – Hon. Brendan T. Lantry, J.S.C. 79 | NY-SC-1JD-LANTRY | VI | Adjournments/Scheduling | A request for an adjournment of a conference or motion appearance must be made at least 48 hours in advance, absent exigent circumstances, and must indicate whether all parties consent to the adjournment. Any request to adjourn a conference or adjust a motion schedule must set forth a valid reason and must be so-ordered. Motion Adjournments: Adjournments of motions are to be addressed to the Motion Support Office unless the parties are seeking to adjourn more than 60 days after the original return date, in which case the stipulation will need to be so-ordered and filed on NYSCEF and e-mailed to the Part Clerk. Disputes in Adjournment Requests: If a dispute arises, the requesting party is to e-mail the Part Clerk with all parties copied. Unless the Court instructs otherwise, counsel must appear on the scheduled date to make an oral application for the adjournment. | ["adjournments", "scheduling-orders"] | [] | 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'
);