home / ny_local_rules

Provisions

Individual rule provisions extracted from part rules documents

Data license: Government edicts — not subject to copyright · Data source: nycourts.gov

1 row where doc_id = 30 and judicial_district = 1

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: topics (array), cross_references (array)

topics 1

  • ["trial-procedures", "deadlines", "service"] 1

judicial_district 1

  • 1 · 1 ✖

doc_type 1

  • part_rules_supplement 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-SCHUMACHER-P23-INQUEST-001 Rules of Part 23 — Inquest Supplement (Section VI) (Hon. Eric Schumacher) 30 NY-SC-1JD-SCHUMACHER-P23-INQUEST VI Inquests A. Submissions in support of an inquest shall include, where applicable: 1. An affidavit from a person with knowledge of the facts setting forth how damages are computed; 2. An attorney's affirmation setting forth a brief recitation of the facts, the grounds for liability, and the damages incurred; 3. Exhibits, such as invoices, financial statements, etc., in support of all requests for damages; 4. Other documentation that counsel believes would assist the court, including affidavits from experts such as engineers, accountants, appraisers, etc.; 5. Proof of service of all papers and exhibits submitted to the court, along with notice of the inquest date, time, and location, on all opposing parties; 6. Proposed findings of fact and a proposed order. B. Papers in opposition should follow the format set forth above. Where an inquest is not granted on default, parties must limit the evidence to causes of action for which the court found liability. C. All Part 23 Rules remain applicable in inquest proceedings. D. You are directed to email the part clerk once all your submissions have been filed. E. Submissions in support are due at least three business days prior to the inquest. Submissions in opposition are due at least one business day prior to the inquest. No reply submissions are permitted. 1 ["trial-procedures", "deadlines", "service"] ["Part23-Rules.pdf"] 1 New York supreme part_rules_supplement

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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'
);
Powered by Datasette · Queries took 58.65ms · Data license: Government edicts — not subject to copyright · Data source: nycourts.gov