Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 35 and topics = "["conference-procedures", "pre-trial-conference", "scheduling-orders"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["conference-procedures", "pre-trial-conference", "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-JHO-UNIFORM-003 | Uniform Rules of the Judicial Hearing Officers and Special Referees — References to Hear and Report and to Hear and Determine 35 | NY-SC-1JD-JHO-UNIFORM | 3 | Prehearing Conferences | (a) Where the Order of Reference directs that a prehearing conference be held, the conference shall be conducted on the first appearance before the assigned JHO/Referee. Where parties are represented by counsel, at the discretion of the JHO/Referee, the parties need not appear for the conference, but must be available by telephone. At the conference, the JHO/Referee shall consider simplification and limitation of the issues; obtaining admissions of fact; disposition of the action; limitation of number of expert witnesses; compliance with the Order of Reference; and settlement discussions. Only attorneys fully familiar with the action and authorized to make binding stipulations will be permitted to appear. (b) After consultation with counsel, the JHO/Referee shall set hearing dates at the prehearing conference. No adjournment of the commencement of the hearing shall be granted except for compelling reasons and upon approval of the JHO/Referee and the referring Justice. | 2 | ["conference-procedures", "pre-trial-conference", "scheduling-orders"] | ["Section 202.26 Uniform Rules"] | 1 | New York | supreme | uniform_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'
);