Rule Documents
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
3 rows where judge_id = "NY-SC-1JD-CAPITTI" and judicial_district = 1
This data as json, CSV (advanced)
Suggested facets: source_pdf_path, page_count, word_count
| doc_id ▼ | judge_id | source_file | source_pdf_path | source_url | hosted_url | judicial_district | county | court_type | doc_type | title | date | summary | extraction_quality | page_count | word_count | provision_count |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 38 | NY-SC-1JD-CAPITTI | compliance-conference-form-part9.txt | 1st-JD/compliance-conference-form-part9.pdf | 1 | New York | supreme | court_form | Compliance Conference Order Form — IAS Part 9, Matrimonial Division (Hon. Linda M. Capitti) | This is the standard Compliance Conference Order form for Part 9, Matrimonial Division (Judge Capitti), used to document completed and outstanding discovery, expert disclosures, deposition deadlines, appointment of a special master, and to schedule the next status conference. The form must be filed in advance of the conference date in compliance with Part Rules, or the conference may be adjourned. | medium | 4 | 592 | 1 | |||
| 97 | NY-SC-1JD-CAPITTI | partrules9.txt | 1 | New York | supreme | part_rules | Part 9 Rules – Matrimonial Division (Hon. Linda M. Capitti) – Updated December 10, 2025 | Part 9 is a Matrimonial Division IAS Part at 60 Centre Street, presided over by Hon. Linda M. Capitti, with rules last updated December 10, 2025. The rules require all appearances to be in-person, cover adjournment procedures (3 days advance notice for conferences, 2 weeks for hearings/trials), communications (no ex parte contact, no litigation by email), preliminary conference requirements, motions exclusively by Order to Show Cause, pre-trial conference and trial procedures (with Bates numbering required), NYSCEF e-filing, and virtual appearance procedures via Microsoft Teams. | high | 0 | 0 | 8 | ||||
| 100 | NY-SC-1JD-CAPITTI | status-conference-form-part9.txt | 1 | New York | supreme | court_form | Status Conference Order – IAS Part 9, Matrimonial Division (Hon. Linda M. Capitti) | This is a Status Conference Order form for IAS Part 9, Matrimonial Division, presided over by Hon. Linda M. Capitti. The form is used to document the outcome of a status conference following a compliance conference, covering the status of financial discovery, outstanding discovery items, disclosure completion deadline, expert report exchange deadlines, note of issue filing, and custody issues. | medium | 0 | 0 | 2 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE documents (
doc_id INTEGER PRIMARY KEY AUTOINCREMENT,
judge_id TEXT REFERENCES judges(judge_id),
source_file TEXT,
source_pdf_path TEXT,
source_url TEXT,
hosted_url TEXT,
judicial_district INTEGER,
county TEXT,
court_type TEXT DEFAULT 'supreme',
doc_type TEXT DEFAULT 'part_rules',
title TEXT,
date TEXT,
summary TEXT,
extraction_quality TEXT DEFAULT 'medium',
page_count INTEGER,
word_count INTEGER,
provision_count INTEGER DEFAULT 0
);