Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
2 rows where doc_id = 11 and topics = "["mediation", "case-management"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
topics 1
- ["mediation", "case-management"] · 2 ✖
judicial_district 1
- 11 2
doc_type 1
county 1
- Queens 2
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ADR-001 | Presumptive ADR Program (PMP) Rules and Trial Scheduling Part Rules 11 | NY-SC-11JD-PRESUMPTIVE-ADR-TSP | Program Eligibility and Scope | The Presumptive ADR Program (PMP) is for matters that do NOT meet the requirements for either the Matrimonial or Commercial Division requirements. Parties to matters referred to the Presumptive ADR Program are entitled to a FREE ninety (90) minute mediation session provided by an experienced Program Mediator. The Presumptive Mediation Program shall include, but is not limited to: (1) Cases that do not meet the Commercial Division monetary threshold of $100,000; (2) Personal Injury matters including Motor Vehicle Accident (MVA) cases; (3) Cases regarding employment agreement/restrictive covenants, unfair competition, wages and hours, employment discrimination, and workplace harassment; (4) Commercial real estate matters not involving Yellowstone injunctions; (5) Contract disputes; (6) Construction litigation; (7) Cases regarding Condominiums or Cooperative Apartments. | ["mediation", "case-management"] | [] | 11 | Queens | supreme | part_rules | ||
| ADR-002 | Presumptive ADR Program (PMP) Rules and Trial Scheduling Part Rules 11 | NY-SC-11JD-PRESUMPTIVE-ADR-TSP | Referral Procedures | Cases may be referred to Presumptive ADR Program by the presiding Judge assigned to the case, the Trial Scheduling Part (TSP) Judge, the Compliance Conference Judge, by the Administrative Judge or upon the request of the parties to the litigation. The Court has full power and discretion to direct parties to mediation. Parties seeking mediation shall obtain a Stipulation to Mediate and an Addendum to the Stipulation providing all contact information from the court webpage at qscadr@nycourts.gov. | ["mediation", "case-management"] | [] | 11 | Queens | 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'
);