Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
2 rows where county = "New York", doc_id = 36 and topics = "["scheduling-orders", "case-management"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
topics 1
- ["scheduling-orders", "case-management"] · 2 ✖
judicial_district 1
- 1 2
doc_type 1
county 1
- New York · 2 ✖
| 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-SRP-003 | Rules of the Special Referees' Part (Part SRP) — New York County Supreme Court 36 | NY-SC-1JD-SRP | 3 | Assignments from Part SRP; Commencement of Hearing | After the Order of Reference and Information Sheet are received by the Special Referee Clerk, the reference will be placed in a queue. When the reference reaches the top of the queue, the Special Referee Clerk will email counsel/pro se litigants requesting their available dates for a pre-hearing conference/trial date before a Special Referee/JHO. The reference will then be assigned to an available Special Referee/JHO, who will communicate with counsel/pro se litigants to schedule the pre-hearing conference/hearing. | 1 | ["scheduling-orders", "case-management"] | [] | 1 | New York | supreme | part_rules |
| NY-SC-1JD-SRP-007 | Rules of the Special Referees' Part (Part SRP) — New York County Supreme Court 36 | NY-SC-1JD-SRP | 7 | Marking a Matter Off the Calendar; Restorations | A reference may be removed from the queue only where a compelling reason is shown (e.g., bankruptcy stay, disability, death of party or attorney) (general scheduling preferences of counsel do not constitute such a reason) or in the event of no communication from either side (this non-communication will be deemed a 'nonappearance'). If the reference is marked off due to nonappearance, a directive or new order from the assigned Justice will be required to restore the reference to the calendar. | 2 | ["scheduling-orders", "case-management"] | [] | 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'
);