Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 71 and topics = "["note-of-issue", "summary-judgment", "scheduling-orders"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["note-of-issue", "summary-judgment", "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-CRAWFORD-P38-011 | Part 38 Individual Part Rules 71 | NY-SC-1JD-CRAWFORD | NOI-SJ | Note of Issue and Summary Judgment - 120 Days; Statement of Material Facts Required | Deadlines to file the note of issue are strictly enforced. Requests to extend the note of issue deadline will be granted only upon good cause. To request an extension, parties may: (i) submit a stipulation; (ii) submit a letter setting forth why discovery could not be completed and the shortest possible time needed; or (iii) request a discovery conference prior to the deadline. Summary judgment shall be filed within 120 days of the filing of the note of issue, unless otherwise directed. On summary judgment, the parties shall file a statement of material facts and any response thereto in compliance with 22 NYCRR 202.8-g. A movant's failure to submit an undisputed statement of facts will result in denial with leave to renew upon proper papers, adjournment to allow submission, or any other action the Court deems just. | ["note-of-issue", "summary-judgment", "scheduling-orders"] | ["22 NYCRR 202.8-g", "22 NYCRR 202.8-b"] | 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'
);