Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 71 and topics = "["settlement-conferences", "pre-trial-conference", "mediation"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["settlement-conferences", "pre-trial-conference", "mediation"] · 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-012 | Part 38 Individual Part Rules 71 | NY-SC-1JD-CRAWFORD | Settlement-1 | Settlement Conferences, Pre-Trial Conferences, and ADR | Parties may request a settlement conference at any time after issue is joined and discovery has been exchanged by contacting the Part Clerk or informing the Court during an appearance. Counsel or parties must appear at settlement conferences fully familiar with the case, with authority to settle, and must engage in good faith settlement negotiations (22 NYCRR 202.26). Parties and claims representatives must be available by telephone at the time of the conference. Prior to trial, counsel shall confer in good faith to identify matters not in contention, resolve disputed questions without need for Court intervention, and discuss settlement (22 NYCRR 202.26). Following filing of a note of issue and where applicable after a non-fully-disposing summary judgment decision, the case will be referred to Part 40 for a pre-trial conference. Parties interested in pursuing Court ADR should contact the Part Clerk. | ["settlement-conferences", "pre-trial-conference", "mediation"] | ["22 NYCRR 202.26"] | 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'
);