Rule Documents
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
11 rows where extraction_quality = "low"
This data as json, CSV (advanced)
Suggested facets: judge_id, source_file, source_pdf_path, page_count, word_count, provision_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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 39 | NY-SC-1JD-WATERMAN-MARSHALL | compliance-conference-order13.txt | 1st-JD/compliance-conference-order13.pdf | 1 | New York | supreme | court_form | Compliance Conference Order — IAS Part (Hon. Kathleen Waterman-Marshall, J.S.C.) | This is a bare-bones generic Compliance Conference Order template attributed to Hon. Kathleen Waterman-Marshall, used when the court has determined a prior case management order has not been complied with. The document contains only the order's structural shell with no substantive part-specific rules. | low | 1 | 92 | 1 | |||
| 41 | NY-SC-1JD-TINGLING-P28-PEDIGREE | family-protection-registry-pedigree-sheet28.txt | 1st-JD/family-protection-registry-pedigree-sheet28.pdf | 1 | New York | supreme | court_form | Family Protection Registry Pedigree Sheet — IAS Part 28 (Hon. Aija Tingling) | This document is a blank Family Protection Registry pedigree sheet associated with IAS Part 28 (Judge Tingling). No substantive text was extracted — the page contains only a form header with no readable content. | low | 1 | 4 | 0 | |||
| 57 | NY-SC-1JD-TINGLING | part28-discovery-log.txt | 1 | New York | supreme | ancillary_form | Part 28 Discovery Log Form | A blank discovery log form used in Part 28 (Matrimonial Division) before Hon. Aija Tingling. Counsel must complete and submit this form when there is a substantial dispute or longstanding discovery issue prior to compliance or status conferences. | low | 0 | 0 | 1 | ||||
| 60 | NY-SC-1JD-RAMIREZ | part29-compliance-conference-order.txt | 1 | New York | supreme | court_form | Part 29 Compliance Conference Order | A compliance conference order template for IAS Part 29, New York County. The form is heavily OCR-degraded (doubled characters) but establishes the standard framework for compliance conferences including party appearances and court directives. | low | 0 | 0 | 1 | ||||
| 63 | NY-SC-1JD-RAMIREZ | part29-status-conference-order.txt | 1 | New York | supreme | court_form | Part 29 Status Conference Order | A status conference order template for IAS Part 29 before Hon. Leticia M. Ramirez. The form is OCR-degraded (doubled characters) but records the conference date, party appearances, compliance status with prior orders, and new court directives. | low | 0 | 0 | 1 | ||||
| 67 | NY-SC-1JD-PERRY-BOND | part35-compliance-conference-order.txt | 1 | New York | supreme | court_form | Part 35 Compliance Conference Order | A compliance conference order template for IAS Part 35, New York County. The form is heavily OCR-degraded (doubled characters) but records the conference date, party appearances, compliance with prior orders, and new court directives. | low | 0 | 0 | 1 | ||||
| 81 | NY-SC-1JD-GOETZ | 1 | New York | supreme | conference_order_template | IAS Part 47 Compliance Conference Order Template – Hon. Paul A. Goetz | This is the blank Compliance Conference Order template for IAS Part 47, signed by Judge Goetz. The form is a standard two-page compliance order capturing conference details, party appearances, prior order compliance, and new directives. Boilerplate provides that discovery issues not raised are deemed waived and all dispositive motions must be filed within a specified number of days of the note of issue. Note: the OCR text from this document contains doubled characters (OCR artifact) indicating a scanned source. | low | 0 | 0 | 1 | |||||
| 84 | NY-SC-1JD-GOETZ | 1 | New York | supreme | conference_order_template | IAS Part 47 Status Conference Order Template – Hon. Paul A. Goetz | This is the blank Status Conference Order template for IAS Part 47, signed by Judge Goetz. The form captures case status, prior order compliance, and new directives. Boilerplate provides that discovery issues not raised are deemed waived, all dispositive motions must be filed within a specified number of days of the note of issue, and dates may not be extended without advance court approval. Note: the OCR text from this document contains doubled characters indicating a scanned source. | low | 0 | 0 | 1 | |||||
| 98 | NY-SC-1JD-GENERIC-PART38 | preliminary-conference-order-part38.txt | 1 | New York | supreme | court_form | Preliminary Conference Order – Part 38 (Form TS-13a) | This is a standardized blank Preliminary Conference Order form (Form TS-13a, revised 1/03/17) used in Supreme Court, New York County Individual Assignment Parts. The form establishes discovery schedules covering insurance coverage, bill of particulars, medical reports and authorizations, physical examinations, depositions, general disclosure, compliance conference date, dispositive motion deadline, and note of issue filing deadline. | low | 0 | 0 | 1 | ||||
| 99 | NY-SC-1JD-WATERMANMARSHALL | preliminary-conference-order31.txt | 1 | New York | supreme | court_form | Preliminary Conference Order – Part 31 (Hon. Kathleen Waterman-Marshall) | This is a standardized blank Preliminary Conference Order form (Form TS-13a) for Part 31, presided over by Hon. Kathleen Waterman-Marshall, J.S.C., used in Supreme Court, New York County. The form establishes discovery schedules covering insurance coverage, bill of particulars, medical reports, physical examinations, depositions, general disclosure, compliance conference date, dispositive motion deadline, and note of issue filing deadline. | low | 0 | 0 | 1 | ||||
| 164 | NY-SC-9JD-MACKENZIE | 9 | Westchester | supreme | part_rules | Individual Part Rules of Hon. T.C. MacKenzie | This document contains no extractable text; the source PDF appears to be a blank or image-only document that could not be parsed. | low | 0 | 0 | 0 |
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
);